--- linux-gcp-6.6.0.orig/Documentation/ABI/testing/ima_policy +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/ABI/testing/sysfs-driver-qat +++ linux-gcp-6.6.0/Documentation/ABI/testing/sysfs-driver-qat @@ -29,6 +29,8 @@ services * asym;sym: identical to sym;asym * dc: the device is configured for running compression services + * dcc: identical to dc but enables the dc chaining feature, + hash then compression. If this is not required chose dc * sym: the device is configured for running symmetric crypto services * asym: the device is configured for running asymmetric crypto --- linux-gcp-6.6.0.orig/Documentation/Makefile +++ linux-gcp-6.6.0/Documentation/Makefile @@ -98,7 +98,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))) # If Rust support is available and .config exists, add rustdoc generated contents. --- linux-gcp-6.6.0.orig/Documentation/admin-guide/hw-vuln/srso.rst +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/admin-guide/kernel-parameters.txt +++ linux-gcp-6.6.0/Documentation/admin-guide/kernel-parameters.txt @@ -833,6 +833,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 @@ -4287,6 +4291,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. @@ -5858,6 +5868,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 --- linux-gcp-6.6.0.orig/Documentation/cgroups/namespace.txt +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/devicetree/bindings/mfd/mt6397.txt +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml +++ linux-gcp-6.6.0/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml @@ -32,6 +32,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-gcp-6.6.0.orig/Documentation/devicetree/bindings/serial/rs485.yaml +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/devicetree/bindings/serial/serial.yaml +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/i2c/busses/i2c-i801.rst +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Documentation/rust/arch-support.rst +++ linux-gcp-6.6.0/Documentation/rust/arch-support.rst @@ -15,6 +15,7 @@ ============ ================ ============================================== Architecture Level of support Constraints ============ ================ ============================================== +``arm64`` Maintained Little Endian only. ``um`` Maintained ``x86_64`` only. ``x86`` Maintained ``x86_64`` only. ============ ================ ============================================== --- linux-gcp-6.6.0.orig/Documentation/sphinx/cdomain.py +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Kbuild +++ linux-gcp-6.6.0/Kbuild @@ -97,3 +97,4 @@ obj-$(CONFIG_NET) += net/ obj-y += virt/ obj-y += $(ARCH_DRIVERS) +obj-y += ubuntu/ --- linux-gcp-6.6.0.orig/Kconfig +++ linux-gcp-6.6.0/Kconfig @@ -19,6 +19,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "security/Kconfig" --- linux-gcp-6.6.0.orig/MAINTAINERS +++ linux-gcp-6.6.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-gcp-6.6.0.orig/Makefile +++ linux-gcp-6.6.0/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 6 -SUBLEVEL = 0 +SUBLEVEL = 3 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 := @@ -566,7 +569,6 @@ KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_RUSTFLAGS := $(rust_common_flags) \ - --target=$(objtree)/scripts/target.json \ -Cpanic=abort -Cembed-bitcode=n -Clto=n \ -Cforce-unwind-tables=n -Ccodegen-units=1 \ -Csymbol-mangling-version=v0 \ @@ -1281,8 +1283,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 @@ -1297,6 +1300,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 @@ -1480,7 +1484,7 @@ # 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 \ --- linux-gcp-6.6.0.orig/Ubuntu.md +++ linux-gcp-6.6.0/Ubuntu.md @@ -0,0 +1,8 @@ +Name: linux-gcp +Version: 6.2.0 +Series: 23.04 (lunar) +Description: + This is the source code for the Ubuntu linux kernel for the 23.04 series. This + source tree is used to produce the flavours: gcp. + This kernel is configured to support the widest range of desktop, laptop and + server configurations. --- linux-gcp-6.6.0.orig/arch/arm/Makefile +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp-common.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4708-luxul-xap-1510.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4708-luxul-xwc-1000.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4708-netgear-r6250.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4708-smartrg-sr400ac.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47081-buffalo-wzr-600dhp2.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47081-luxul-xap-1410.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47081-luxul-xwr-1200.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts +++ linux-gcp-6.6.0/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts @@ -144,6 +144,14 @@ label = "wan"; }; + port@5 { + status = "disabled"; + }; + + port@7 { + status = "disabled"; + }; + port@8 { label = "cpu"; }; --- linux-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts +++ linux-gcp-6.6.0/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts @@ -192,6 +192,14 @@ label = "wan"; }; + port@5 { + status = "disabled"; + }; + + port@7 { + status = "disabled"; + }; + port@8 { label = "cpu"; phy-mode = "rgmii"; --- linux-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-abr-4500.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xap-1610.dts +++ linux-gcp-6.6.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xap-1610.dts @@ -120,5 +120,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xbr-4500.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwc-2000.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3100.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts +++ linux-gcp-6.6.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts @@ -158,5 +158,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/broadcom/bcm953012er.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi +++ linux-gcp-6.6.0/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi @@ -47,14 +47,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-gcp-6.6.0.orig/arch/arm/boot/dts/renesas/r8a7792-blanche.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi +++ linux-gcp-6.6.0/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi @@ -376,7 +376,6 @@ }; }; - ltdc_pins_a: ltdc-0 { pins { pinmux = , /* LCD_B0 */ --- linux-gcp-6.6.0.orig/arch/arm/boot/dts/ti/omap/am3517-evm.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/include/asm/arm_pmuv3.h +++ linux-gcp-6.6.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) @@ -231,6 +208,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 @@ -251,4 +229,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-gcp-6.6.0.orig/arch/arm/include/asm/dma.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/include/asm/exception.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/lib/memset.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm/xen/enlighten.c +++ linux-gcp-6.6.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; @@ -523,9 +520,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 +529,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 +548,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-gcp-6.6.0.orig/arch/arm64/Kconfig +++ linux-gcp-6.6.0/arch/arm64/Kconfig @@ -227,6 +227,7 @@ select HAVE_FUNCTION_ARG_ACCESS_API select MMU_GATHER_RCU_TABLE_FREE select HAVE_RSEQ + select HAVE_RUST if CPU_LITTLE_ENDIAN select HAVE_STACKPROTECTOR select HAVE_SYSCALL_TRACEPOINTS select HAVE_KPROBES @@ -1368,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. @@ -1525,7 +1528,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-gcp-6.6.0.orig/arch/arm64/Makefile +++ linux-gcp-6.6.0/arch/arm64/Makefile @@ -41,6 +41,8 @@ KBUILD_CFLAGS += $(call cc-disable-warning, psabi) KBUILD_AFLAGS += $(compat_vdso) +KBUILD_RUSTFLAGS += --target aarch64-unknown-none -C target-feature="-neon,-fp-armv8" + KBUILD_CFLAGS += $(call cc-option,-mabi=lp64) KBUILD_AFLAGS += $(call cc-option,-mabi=lp64) @@ -65,7 +67,9 @@ ifeq ($(CONFIG_ARM64_BTI_KERNEL),y) KBUILD_CFLAGS += -mbranch-protection=pac-ret+bti + KBUILD_RUSTFLAGS += -Z branch-protection=bti,pac-ret else ifeq ($(CONFIG_ARM64_PTR_AUTH_KERNEL),y) + KBUILD_RUSTFLAGS += -Z branch-protection=pac-ret ifeq ($(CONFIG_CC_HAS_BRANCH_PROT_PAC_RET),y) KBUILD_CFLAGS += -mbranch-protection=pac-ret else --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts @@ -284,7 +284,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>; }; @@ -293,7 +292,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>; }; @@ -443,7 +441,6 @@ pinctrl_usb1: usb1grp { fsl,pins = < MX8MP_IOMUXC_GPIO1_IO14__USB2_OTG_PWR 0x10 - MX8MP_IOMUXC_SAI2_TXC__GPIO4_IO25 0x19 >; }; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/marvell/cn9130-db.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/nvidia/tegra234.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/nvidia/tegra234.dtsi @@ -43,12 +43,12 @@ , , , - , - , - , - , - , - ; + , + , + , + , + , + ; status = "okay"; }; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/apq8016-sbc.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/apq8016-sbc.dts @@ -172,6 +172,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>; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/ipq5332.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -211,7 +211,7 @@ smem { compatible = "qcom,smem"; memory-region = <&smem_region>; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; }; soc: soc@0 { @@ -393,7 +393,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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/ipq8074.dtsi +++ linux-gcp-6.6.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 { --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/ipq9574.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/ipq9574.dtsi @@ -195,7 +195,7 @@ smem@4aa00000 { compatible = "qcom,smem"; reg = <0x0 0x4aa00000 0x0 0x100000>; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; no-map; }; }; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1813,7 +1813,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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/msm8939.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/msm8939.dtsi @@ -1447,7 +1447,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"; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/msm8976.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/msm8976.dtsi @@ -379,7 +379,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>; @@ -402,7 +402,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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts +++ linux-gcp-6.6.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; }; @@ -150,15 +150,15 @@ pm2250_s3: s3 { /* 0.4V-1.6625V -> 1.3V (Power tree requirements) */ - regulator-min-microvolts = <1350000>; - regulator-max-microvolts = <1350000>; + regulator-min-microvolt = <1352000>; + regulator-max-microvolt = <1352000>; regulator-boot-on; }; pm2250_s4: s4 { /* 1.2V-2.35V -> 2.05V (Power tree requirements) */ - regulator-min-microvolts = <2072000>; - regulator-max-microvolts = <2072000>; + regulator-min-microvolt = <2072000>; + regulator-max-microvolt = <2072000>; regulator-boot-on; }; @@ -166,47 +166,47 @@ pm2250_l2: l2 { /* LPDDR4X VDD2 */ - regulator-min-microvolts = <1136000>; - regulator-max-microvolts = <1136000>; + regulator-min-microvolt = <1136000>; + regulator-max-microvolt = <1136000>; regulator-always-on; regulator-boot-on; }; pm2250_l3: l3 { /* LPDDR4X VDDQ */ - regulator-min-microvolts = <616000>; - regulator-max-microvolts = <616000>; + regulator-min-microvolt = <616000>; + regulator-max-microvolt = <616000>; regulator-always-on; regulator-boot-on; }; pm2250_l4: l4 { - /* max = 3.05V -> max = just below 3V (SDHCI2) */ - regulator-min-microvolts = <1648000>; - regulator-max-microvolts = <2992000>; + /* max = 3.05V -> max = 2.7 to disable 3V signaling (SDHCI2) */ + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <2700000>; regulator-allow-set-load; }; pm2250_l5: l5 { /* CSI/DSI */ - regulator-min-microvolts = <1232000>; - regulator-max-microvolts = <1232000>; + regulator-min-microvolt = <1232000>; + regulator-max-microvolt = <1232000>; regulator-allow-set-load; regulator-boot-on; }; pm2250_l6: l6 { /* DRAM PLL */ - regulator-min-microvolts = <928000>; - regulator-max-microvolts = <928000>; + regulator-min-microvolt = <928000>; + regulator-max-microvolt = <928000>; regulator-always-on; regulator-boot-on; }; pm2250_l7: l7 { /* Wi-Fi CX/MX */ - regulator-min-microvolts = <664000>; - regulator-max-microvolts = <664000>; + regulator-min-microvolt = <664000>; + regulator-max-microvolt = <664000>; }; /* @@ -216,37 +216,37 @@ pm2250_l10: l10 { /* Wi-Fi RFA */ - regulator-min-microvolts = <1300000>; - regulator-max-microvolts = <1300000>; + regulator-min-microvolt = <1304000>; + regulator-max-microvolt = <1304000>; }; pm2250_l11: l11 { /* GPS RF1 */ - regulator-min-microvolts = <1000000>; - regulator-max-microvolts = <1000000>; + regulator-min-microvolt = <1000000>; + regulator-max-microvolt = <1000000>; regulator-boot-on; }; pm2250_l12: l12 { /* USB PHYs */ - regulator-min-microvolts = <928000>; - regulator-max-microvolts = <928000>; + regulator-min-microvolt = <928000>; + regulator-max-microvolt = <928000>; regulator-allow-set-load; regulator-boot-on; }; pm2250_l13: l13 { /* USB/QFPROM/PLLs */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; regulator-allow-set-load; regulator-boot-on; }; pm2250_l14: l14 { /* SDHCI1 VQMMC */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; regulator-allow-set-load; /* Broken hardware, never turn it off! */ regulator-always-on; @@ -254,8 +254,8 @@ pm2250_l15: l15 { /* WCD/DSI/BT VDDIO */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; regulator-allow-set-load; regulator-always-on; regulator-boot-on; @@ -263,47 +263,47 @@ pm2250_l16: l16 { /* GPS RF2 */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; regulator-boot-on; }; pm2250_l17: l17 { - regulator-min-microvolts = <3000000>; - regulator-max-microvolts = <3000000>; + regulator-min-microvolt = <3000000>; + regulator-max-microvolt = <3000000>; }; pm2250_l18: l18 { /* VDD_PXn */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; pm2250_l19: l19 { /* VDD_PXn */ - regulator-min-microvolts = <1800000>; - regulator-max-microvolts = <1800000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; pm2250_l20: l20 { /* SDHCI1 VMMC */ - regulator-min-microvolts = <2856000>; - regulator-max-microvolts = <2856000>; + regulator-min-microvolt = <2400000>; + regulator-max-microvolt = <3600000>; regulator-allow-set-load; }; pm2250_l21: l21 { /* SDHCI2 VMMC */ - regulator-min-microvolts = <2960000>; - regulator-max-microvolts = <3300000>; + regulator-min-microvolt = <2960000>; + regulator-max-microvolt = <3300000>; regulator-allow-set-load; regulator-boot-on; }; pm2250_l22: l22 { /* Wi-Fi */ - regulator-min-microvolts = <3312000>; - regulator-max-microvolts = <3312000>; + regulator-min-microvolt = <3312000>; + regulator-max-microvolt = <3312000>; }; }; }; @@ -357,7 +357,7 @@ }; /* UART connected to the Micro-USB port via a FTDI chip */ -&uart0 { +&uart4 { compatible = "qcom,geni-debug-uart"; status = "okay"; }; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ linux-gcp-6.6.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", @@ -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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sdm670.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sdm670.dtsi @@ -1328,7 +1328,8 @@ compatible = "qcom,sdm670-pdc", "qcom,pdc"; reg = <0 0x0b220000 0 0x30000>; qcom,pdc-ranges = <0 480 40>, <41 521 7>, <49 529 4>, - <54 534 24>, <79 559 30>, <115 630 7>; + <54 534 24>, <79 559 15>, <94 609 15>, + <115 630 7>; #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-controller; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -716,6 +716,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-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sdx75-idp.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sdx75-idp.dts @@ -44,7 +44,7 @@ }; &apps_rsc { - pmx75-rpmh-regulators { + regulators-0 { compatible = "qcom,pmx75-rpmh-regulators"; qcom,pmic-id = "b"; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sm6125.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sm6125.dtsi @@ -1208,7 +1208,7 @@ apps_smmu: iommu@c600000 { compatible = "qcom,sm6125-smmu-500", "qcom,smmu-500", "arm,mmu-500"; - reg = <0xc600000 0x80000>; + reg = <0x0c600000 0x80000>; interrupts = , , , --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -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"; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -2964,7 +2964,7 @@ }; qup_uart18_default: qup-uart18-default-state { - pins = "gpio58", "gpio59"; + pins = "gpio68", "gpio69"; function = "qup18"; drive-strength = <2>; bias-disable; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts @@ -137,6 +137,18 @@ vin-supply = <&vcc5v0_sys>; }; + vcc3v3_pcie2x1l0: vcc3v3-pcie2x1l0-regulator { + compatible = "regulator-fixed"; + enable-active-high; + gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>; + pinctrl-names = "default"; + pinctrl-0 = <&pcie_m2_1_pwren>; + regulator-name = "vcc3v3_pcie2x1l0"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + vin-supply = <&vcc5v0_sys>; + }; + vcc3v3_pcie30: vcc3v3-pcie30-regulator { compatible = "regulator-fixed"; enable-active-high; @@ -421,6 +433,14 @@ status = "okay"; }; +&pcie2x1l1 { + reset-gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_HIGH>; + vpcie3v3-supply = <&vcc3v3_pcie2x1l0>; + pinctrl-names = "default"; + pinctrl-0 = <&pcie2_1_rst>; + status = "okay"; +}; + &pcie2x1l2 { reset-gpios = <&gpio4 RK_PA4 GPIO_ACTIVE_HIGH>; vpcie3v3-supply = <&vcc_3v3_pcie20>; @@ -467,6 +487,10 @@ rockchip,pins = <4 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>; }; + pcie2_1_rst: pcie2-1-rst { + rockchip,pins = <4 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; + }; + pcie2_2_rst: pcie2-2-rst { rockchip,pins = <4 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>; }; @@ -474,6 +498,10 @@ pcie_m2_0_pwren: pcie-m20-pwren { rockchip,pins = <2 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; }; + + pcie_m2_1_pwren: pcie-m21-pwren { + rockchip,pins = <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; + }; }; usb { --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/ti/Makefile +++ linux-gcp-6.6.0/arch/arm64/boot/dts/ti/Makefile @@ -9,6 +9,8 @@ # alphabetically. # Boards with AM62x SoC +k3-am625-sk-hdmi-audio-dtbs := k3-am625-sk.dtb k3-am62x-sk-hdmi-audio.dtbo +k3-am62-lp-sk-hdmi-audio-dtbs := k3-am62-lp-sk.dtb k3-am62x-sk-hdmi-audio.dtbo dtb-$(CONFIG_ARCH_K3) += k3-am625-beagleplay.dtb dtb-$(CONFIG_ARCH_K3) += k3-am625-phyboard-lyra-rdk.dtb dtb-$(CONFIG_ARCH_K3) += k3-am625-sk.dtb @@ -19,7 +21,8 @@ dtb-$(CONFIG_ARCH_K3) += k3-am625-verdin-wifi-dev.dtb dtb-$(CONFIG_ARCH_K3) += k3-am625-verdin-wifi-yavia.dtb dtb-$(CONFIG_ARCH_K3) += k3-am62-lp-sk.dtb -dtb-$(CONFIG_ARCH_K3) += k3-am62x-sk-hdmi-audio.dtbo +dtb-$(CONFIG_ARCH_K3) += k3-am625-sk-hdmi-audio.dtb +dtb-$(CONFIG_ARCH_K3) += k3-am62-lp-sk-hdmi-audio.dtb # Boards with AM62Ax SoC dtb-$(CONFIG_ARCH_K3) += k3-am62a7-sk.dtb @@ -66,6 +69,8 @@ dtb-$(CONFIG_ARCH_K3) += k3-am68-sk-base-board.dtb dtb-$(CONFIG_ARCH_K3) += k3-j721s2-common-proc-board.dtb dtb-$(CONFIG_ARCH_K3) += k3-j721s2-evm-gesi-exp-board.dtbo +k3-j721s2-evm-dtbs := k3-j721s2-common-proc-board.dtb k3-j721s2-evm-gesi-exp-board.dtbo +dtb-$(CONFIG_ARCH_K3) += k3-j721s2-evm.dtb # Boards with J784s4 SoC dtb-$(CONFIG_ARCH_K3) += k3-am69-sk.dtb --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi +++ linux-gcp-6.6.0/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi @@ -1061,6 +1061,7 @@ vddc-supply = <®_1v2_dsi>; vddmipi-supply = <®_1v2_dsi>; vddio-supply = <®_1v8_dsi>; + status = "disabled"; dsi_bridge_ports: ports { #address-cells = <1>; --- linux-gcp-6.6.0.orig/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ linux-gcp-6.6.0/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -250,7 +250,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-gcp-6.6.0.orig/arch/arm64/include/asm/arm_pmuv3.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/arm64/include/asm/cputype.h +++ linux-gcp-6.6.0/arch/arm64/include/asm/cputype.h @@ -86,7 +86,8 @@ #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 --- linux-gcp-6.6.0.orig/arch/arm64/kernel/fpsimd.c +++ linux-gcp-6.6.0/arch/arm64/kernel/fpsimd.c @@ -1917,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 @@ -1935,7 +1935,7 @@ put_cpu_fpsimd_context(); } -EXPORT_SYMBOL_GPL(kernel_neon_end); +EXPORT_SYMBOL(kernel_neon_end); #ifdef CONFIG_EFI --- linux-gcp-6.6.0.orig/arch/arm64/kernel/module-plts.c +++ linux-gcp-6.6.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++; --- linux-gcp-6.6.0.orig/arch/arm64/kvm/guest.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/loongarch/include/asm/percpu.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/mips/mm/cache.c +++ linux-gcp-6.6.0/arch/mips/mm/cache.c @@ -117,7 +117,7 @@ * get faulted into the tlb (and thus flushed) anyways. */ for (i = 0; i < nr; i++) { - addr = (unsigned long)kmap_local_page(page + i); + addr = (unsigned long)kmap_local_page(nth_page(page, i)); flush_data_cache_page(addr); kunmap_local((void *)addr); } --- linux-gcp-6.6.0.orig/arch/parisc/Kconfig +++ linux-gcp-6.6.0/arch/parisc/Kconfig @@ -138,11 +138,11 @@ default 8 config ARCH_MMAP_RND_BITS_MAX - default 24 if 64BIT - default 17 + default 18 if 64BIT + default 13 config ARCH_MMAP_RND_COMPAT_BITS_MAX - default 17 + default 13 # unless you want to implement ACPI on PA-RISC ... ;-) config PM --- linux-gcp-6.6.0.orig/arch/parisc/include/asm/elf.h +++ linux-gcp-6.6.0/arch/parisc/include/asm/elf.h @@ -349,15 +349,7 @@ #define ELF_HWCAP 0 -/* Masks for stack and mmap randomization */ -#define BRK_RND_MASK (is_32bit_task() ? 0x07ffUL : 0x3ffffUL) -#define MMAP_RND_MASK (is_32bit_task() ? 0x1fffUL : 0x3ffffUL) -#define STACK_RND_MASK MMAP_RND_MASK - -struct mm_struct; -extern unsigned long arch_randomize_brk(struct mm_struct *); -#define arch_randomize_brk arch_randomize_brk - +#define STACK_RND_MASK 0x7ff /* 8MB of VA */ #define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1 struct linux_binprm; --- linux-gcp-6.6.0.orig/arch/parisc/include/asm/processor.h +++ linux-gcp-6.6.0/arch/parisc/include/asm/processor.h @@ -47,6 +47,8 @@ #ifndef __ASSEMBLY__ +struct rlimit; +unsigned long mmap_upper_limit(struct rlimit *rlim_stack); unsigned long calc_max_stack_size(unsigned long stack_max); /* --- linux-gcp-6.6.0.orig/arch/parisc/include/uapi/asm/pdc.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/parisc/kernel/entry.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/parisc/kernel/head.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/parisc/kernel/sys_parisc.c +++ linux-gcp-6.6.0/arch/parisc/kernel/sys_parisc.c @@ -77,7 +77,7 @@ * indicating that "current" should be used instead of a passed-in * value from the exec bprm as done with arch_pick_mmap_layout(). */ -static unsigned long mmap_upper_limit(struct rlimit *rlim_stack) +unsigned long mmap_upper_limit(struct rlimit *rlim_stack) { unsigned long stack_base; --- linux-gcp-6.6.0.orig/arch/powerpc/Makefile +++ linux-gcp-6.6.0/arch/powerpc/Makefile @@ -227,7 +227,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-gcp-6.6.0.orig/arch/powerpc/include/asm/cputhreads.h +++ linux-gcp-6.6.0/arch/powerpc/include/asm/cputhreads.h @@ -3,6 +3,7 @@ #define _ASM_POWERPC_CPUTHREADS_H #ifndef __ASSEMBLY__ +#include #include #include --- linux-gcp-6.6.0.orig/arch/powerpc/include/asm/nohash/32/pte-40x.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/kernel/module_64.c +++ linux-gcp-6.6.0/arch/powerpc/kernel/module_64.c @@ -347,12 +347,13 @@ static void dedotify_versions(struct modversion_info *vers, unsigned long size) { - struct modversion_info *end; + struct modversion_info *end = (void *)vers + size; - for (end = (void *)vers + size; vers < end; vers++) + for (; vers < end && vers->next; vers = (void *)vers + vers->next) { if (vers->name[0] == '.') { memmove(vers->name, vers->name+1, strlen(vers->name)); } + } } /* --- linux-gcp-6.6.0.orig/arch/powerpc/kernel/pci-common.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/kernel/process.c +++ linux-gcp-6.6.0/arch/powerpc/kernel/process.c @@ -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-gcp-6.6.0.orig/arch/powerpc/kernel/setup-common.c +++ linux-gcp-6.6.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(); --- linux-gcp-6.6.0.orig/arch/powerpc/kernel/traps.c +++ linux-gcp-6.6.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) { --- linux-gcp-6.6.0.orig/arch/powerpc/kexec/core.c +++ linux-gcp-6.6.0/arch/powerpc/kexec/core.c @@ -74,6 +74,9 @@ VMCOREINFO_STRUCT_SIZE(mmu_psize_def); VMCOREINFO_OFFSET(mmu_psize_def, shift); #endif + VMCOREINFO_SYMBOL(cur_cpu_spec); + VMCOREINFO_OFFSET(cpu_spec, mmu_features); + vmcoreinfo_append_str("NUMBER(RADIX_MMU)=%d\n", early_radix_enabled()); vmcoreinfo_append_str("KERNELOFFSET=%lx\n", kaslr_offset()); } --- linux-gcp-6.6.0.orig/arch/powerpc/lib/sstep.c +++ linux-gcp-6.6.0/arch/powerpc/lib/sstep.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include --- linux-gcp-6.6.0.orig/arch/powerpc/perf/core-book3s.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/perf/imc-pmu.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/platforms/book3s/vas-api.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/platforms/pseries/lpar.c +++ linux-gcp-6.6.0/arch/powerpc/platforms/pseries/lpar.c @@ -526,8 +526,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); --- linux-gcp-6.6.0.orig/arch/powerpc/platforms/pseries/vas.c +++ linux-gcp-6.6.0/arch/powerpc/platforms/pseries/vas.c @@ -341,7 +341,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; } @@ -424,7 +424,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-gcp-6.6.0.orig/arch/powerpc/platforms/pseries/vio.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/powerpc/sysdev/xive/native.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/boot/Makefile +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/boot/dts/sifive/fu740-c000.dtsi +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/boot/dts/sifive/hifive-unleashed-a00-microsemi.dts +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/asm-prototypes.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/asm.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/hwprobe.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/page.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/thread_info.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/include/asm/vdso/processor.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/kernel/asm-offsets.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/kernel/cpu.c +++ linux-gcp-6.6.0/arch/riscv/kernel/cpu.c @@ -125,13 +125,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-gcp-6.6.0.orig/arch/riscv/kernel/entry.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/kernel/probes/simulate-insn.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/kernel/probes/uprobes.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/kernel/traps.c +++ linux-gcp-6.6.0/arch/riscv/kernel/traps.c @@ -410,48 +410,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-gcp-6.6.0.orig/arch/riscv/kernel/vdso/hwprobe.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/riscv/mm/Makefile +++ linux-gcp-6.6.0/arch/riscv/mm/Makefile @@ -36,3 +36,4 @@ obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o obj-$(CONFIG_RISCV_DMA_NONCOHERENT) += dma-noncoherent.o +obj-$(CONFIG_RISCV_NONSTANDARD_CACHE_OPS) += cache-ops.o --- linux-gcp-6.6.0.orig/arch/riscv/mm/cache-ops.c +++ linux-gcp-6.6.0/arch/riscv/mm/cache-ops.c @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * Copyright (c) 2021 Western Digital Corporation or its affiliates. + */ + +#include + +struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init; + +void +riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) +{ + if (!ops) + return; + noncoherent_cache_ops = *ops; +} +EXPORT_SYMBOL_GPL(riscv_noncoherent_register_cache_ops); --- linux-gcp-6.6.0.orig/arch/riscv/mm/dma-noncoherent.c +++ linux-gcp-6.6.0/arch/riscv/mm/dma-noncoherent.c @@ -15,12 +15,6 @@ int dma_cache_alignment __ro_after_init = ARCH_DMA_MINALIGN; EXPORT_SYMBOL_GPL(dma_cache_alignment); -struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init = { - .wback = NULL, - .inv = NULL, - .wback_inv = NULL, -}; - static inline void arch_dma_cache_wback(phys_addr_t paddr, size_t size) { void *vaddr = phys_to_virt(paddr); @@ -162,12 +156,3 @@ if (!noncoherent_supported) dma_cache_alignment = 1; } - -void riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) -{ - if (!ops) - return; - - noncoherent_cache_ops = *ops; -} -EXPORT_SYMBOL_GPL(riscv_noncoherent_register_cache_ops); --- linux-gcp-6.6.0.orig/arch/riscv/mm/init.c +++ linux-gcp-6.6.0/arch/riscv/mm/init.c @@ -819,6 +819,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-gcp-6.6.0.orig/arch/riscv/mm/ptdump.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/s390/include/asm/ipl.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/s390/kernel/ipl.c +++ linux-gcp-6.6.0/arch/s390/kernel/ipl.c @@ -2519,3 +2519,8 @@ } #endif + +bool ipl_get_secureboot(void) +{ + return !!ipl_secure_flag; +} --- linux-gcp-6.6.0.orig/arch/s390/kernel/setup.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/s390/mm/gmap.c +++ linux-gcp-6.6.0/arch/s390/mm/gmap.c @@ -21,10 +21,22 @@ #include #include +#include #include #define GMAP_SHADOW_FAKE_TABLE 1ULL +static struct page *gmap_alloc_crst(void) +{ + struct page *page; + + page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + if (!page) + return NULL; + arch_set_page_dat(page, CRST_ALLOC_ORDER); + return page; +} + /** * gmap_alloc - allocate and initialize a guest address space * @limit: maximum address of the gmap address space @@ -67,7 +79,7 @@ spin_lock_init(&gmap->guest_table_lock); spin_lock_init(&gmap->shadow_lock); refcount_set(&gmap->ref_count, 1); - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) goto out_free; page->index = 0; @@ -308,7 +320,7 @@ unsigned long *new; /* since we dont free the gmap table until gmap_free we can unlock */ - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) return -ENOMEM; new = page_to_virt(page); @@ -1759,7 +1771,7 @@ BUG_ON(!gmap_is_shadow(sg)); /* Allocate a shadow region second table */ - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) return -ENOMEM; page->index = r2t & _REGION_ENTRY_ORIGIN; @@ -1843,7 +1855,7 @@ BUG_ON(!gmap_is_shadow(sg)); /* Allocate a shadow region second table */ - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) return -ENOMEM; page->index = r3t & _REGION_ENTRY_ORIGIN; @@ -1927,7 +1939,7 @@ BUG_ON(!gmap_is_shadow(sg) || (sgt & _REGION3_ENTRY_LARGE)); /* Allocate a shadow segment table */ - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) return -ENOMEM; page->index = sgt & _REGION_ENTRY_ORIGIN; @@ -2855,7 +2867,7 @@ if ((gmap->asce & _ASCE_TYPE_MASK) == _ASCE_TYPE_SEGMENT) return -EINVAL; - page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); + page = gmap_alloc_crst(); if (!page) return -ENOMEM; page->index = 0; --- linux-gcp-6.6.0.orig/arch/s390/mm/page-states.c +++ linux-gcp-6.6.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); --- linux-gcp-6.6.0.orig/arch/s390/mm/pgalloc.c +++ linux-gcp-6.6.0/arch/s390/mm/pgalloc.c @@ -146,6 +146,7 @@ ptdesc = pagetable_alloc(GFP_KERNEL, 0); if (ptdesc) { table = (u64 *)ptdesc_to_virt(ptdesc); + arch_set_page_dat(virt_to_page(table), 0); memset64(table, _PAGE_INVALID, PTRS_PER_PTE); memset64(table + PTRS_PER_PTE, 0, PTRS_PER_PTE); } --- linux-gcp-6.6.0.orig/arch/s390/mm/vmem.c +++ linux-gcp-6.6.0/arch/s390/mm/vmem.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -45,8 +46,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-gcp-6.6.0.orig/arch/sh/Kconfig.debug +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/Makefile +++ linux-gcp-6.6.0/arch/x86/Makefile @@ -68,6 +68,7 @@ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53383 # KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx +KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 ifeq ($(CONFIG_X86_KERNEL_IBT),y) --- linux-gcp-6.6.0.orig/arch/x86/boot/video-vga.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/coco/tdx/tdcall.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/crypto/sha1_ssse3_glue.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/crypto/sha256_ssse3_glue.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/acpi.h +++ linux-gcp-6.6.0/arch/x86/include/asm/acpi.h @@ -16,6 +16,9 @@ #include #include #include +#include + +#include #ifdef CONFIG_ACPI_APEI # include @@ -127,6 +130,17 @@ if (!cpu_has(c, X86_FEATURE_MWAIT) || boot_option_idle_override == IDLE_NOMWAIT) *cap &= ~(ACPI_PROC_CAP_C_C1_FFH | ACPI_PROC_CAP_C_C2C3_FFH); + + if (xen_initial_domain()) { + /* + * When Linux is running as Xen dom0, the hypervisor is the + * entity in charge of the processor power management, and so + * Xen needs to check the OS capabilities reported in the + * processor capabilities buffer matches what the hypervisor + * driver supports. + */ + xen_sanitize_proc_cap_bits(cap); + } } static inline bool acpi_has_cpu_in_madt(void) --- linux-gcp-6.6.0.orig/arch/x86/include/asm/apm.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/kvm-x86-ops.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/kvm_host.h +++ linux-gcp-6.6.0/arch/x86/include/asm/kvm_host.h @@ -1708,6 +1708,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); --- linux-gcp-6.6.0.orig/arch/x86/include/asm/msr-index.h +++ linux-gcp-6.6.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 --- linux-gcp-6.6.0.orig/arch/x86/include/asm/nospec-branch.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/numa.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/pci-direct.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/sparsemem.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/uaccess.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/include/asm/xen/hypervisor.h +++ linux-gcp-6.6.0/arch/x86/include/asm/xen/hypervisor.h @@ -100,4 +100,13 @@ enum xen_lazy_mode xen_get_lazy_mode(void); +#if defined(CONFIG_XEN_DOM0) && defined(CONFIG_ACPI) +void xen_sanitize_proc_cap_bits(uint32_t *buf); +#else +static inline void xen_sanitize_proc_cap_bits(uint32_t *buf) +{ + BUG(); +} +#endif + #endif /* _ASM_X86_XEN_HYPERVISOR_H */ --- linux-gcp-6.6.0.orig/arch/x86/kernel/acpi/wakeup_32.S +++ linux-gcp-6.6.0/arch/x86/kernel/acpi/wakeup_32.S @@ -3,6 +3,7 @@ #include #include #include +#include # Copyright 2003, 2008 Pavel Machek = 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-gcp-6.6.0.orig/arch/x86/kernel/apic/apic.c +++ linux-gcp-6.6.0/arch/x86/kernel/apic/apic.c @@ -36,6 +36,8 @@ #include #include +#include + #include #include #include @@ -2344,6 +2346,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-gcp-6.6.0.orig/arch/x86/kernel/apic/msi.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kernel/cpu/bugs.c +++ linux-gcp-6.6.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; @@ -2409,10 +2413,7 @@ if (!boot_cpu_has_bug(X86_BUG_SRSO) || cpu_mitigations_off()) goto pred_cmd; - if (!has_microcode) { - pr_warn("IBPB-extending microcode not applied!\n"); - pr_warn(SRSO_NOTICE); - } else { + if (has_microcode) { /* * Zen1/2 with SMT off aren't vulnerable after the right * IBPB microcode has been applied. @@ -2421,14 +2422,17 @@ setup_force_cpu_cap(X86_FEATURE_SRSO_NO); return; } - } - if (retbleed_mitigation == RETBLEED_MITIGATION_IBPB) { - if (has_microcode) { - pr_err("Retbleed IBPB mitigation enabled, using same for SRSO\n"); + if (retbleed_mitigation == RETBLEED_MITIGATION_IBPB) { 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) { @@ -2458,7 +2462,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; @@ -2493,10 +2500,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; } @@ -2704,9 +2712,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], - boot_cpu_has(X86_FEATURE_IBPB_BRTYPE) ? "" : ", no microcode"); + return sysfs_emit(buf, "%s\n", srso_strings[srso_mitigation]); } static ssize_t gds_show_state(char *buf) --- linux-gcp-6.6.0.orig/arch/x86/kernel/cpu/common.c +++ linux-gcp-6.6.0/arch/x86/kernel/cpu/common.c @@ -1114,18 +1114,34 @@ void get_cpu_address_sizes(struct cpuinfo_x86 *c) { u32 eax, ebx, ecx, edx; + bool vp_bits_from_cpuid = true; - if (c->extended_cpuid_level >= 0x80000008) { + if (!cpu_has(c, X86_FEATURE_CPUID) || + (c->extended_cpuid_level < 0x80000008)) + vp_bits_from_cpuid = false; + + if (vp_bits_from_cpuid) { cpuid(0x80000008, &eax, &ebx, &ecx, &edx); c->x86_virt_bits = (eax >> 8) & 0xff; c->x86_phys_bits = eax & 0xff; + } else { + if (IS_ENABLED(CONFIG_X86_64)) { + c->x86_clflush_size = 64; + c->x86_phys_bits = 36; + c->x86_virt_bits = 48; + } else { + c->x86_clflush_size = 32; + c->x86_virt_bits = 32; + c->x86_phys_bits = 32; + + if (cpu_has(c, X86_FEATURE_PAE) || + cpu_has(c, X86_FEATURE_PSE36)) + c->x86_phys_bits = 36; + } } -#ifdef CONFIG_X86_32 - else if (cpu_has(c, X86_FEATURE_PAE) || cpu_has(c, X86_FEATURE_PSE36)) - c->x86_phys_bits = 36; -#endif c->x86_cache_bits = c->x86_phys_bits; + c->x86_cache_alignment = c->x86_clflush_size; } static void identify_cpu_without_cpuid(struct cpuinfo_x86 *c) @@ -1579,17 +1595,6 @@ */ static void __init early_identify_cpu(struct cpuinfo_x86 *c) { -#ifdef CONFIG_X86_64 - c->x86_clflush_size = 64; - c->x86_phys_bits = 36; - c->x86_virt_bits = 48; -#else - c->x86_clflush_size = 32; - c->x86_phys_bits = 32; - c->x86_virt_bits = 32; -#endif - c->x86_cache_alignment = c->x86_clflush_size; - memset(&c->x86_capability, 0, sizeof(c->x86_capability)); c->extended_cpuid_level = 0; @@ -1601,7 +1606,6 @@ cpu_detect(c); get_cpu_vendor(c); get_cpu_cap(c); - get_cpu_address_sizes(c); setup_force_cpu_cap(X86_FEATURE_CPUID); cpu_parse_early_param(); @@ -1617,6 +1621,8 @@ setup_clear_cpu_cap(X86_FEATURE_CPUID); } + get_cpu_address_sizes(c); + setup_force_cpu_cap(X86_FEATURE_ALWAYS); cpu_set_bug_bits(c); --- linux-gcp-6.6.0.orig/arch/x86/kernel/cpu/hygon.c +++ linux-gcp-6.6.0/arch/x86/kernel/cpu/hygon.c @@ -87,8 +87,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-gcp-6.6.0.orig/arch/x86/kernel/early-quirks.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kernel/head64.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kernel/head_32.S +++ linux-gcp-6.6.0/arch/x86/kernel/head_32.S @@ -27,6 +27,7 @@ #include #include #include +#include /* Physical address */ #define pa(X) ((X) - __PAGE_OFFSET) --- linux-gcp-6.6.0.orig/arch/x86/kernel/nmi.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kernel/reboot.c +++ linux-gcp-6.6.0/arch/x86/kernel/reboot.c @@ -31,6 +31,7 @@ #include #include #include +#include /* * Power off function, if any @@ -487,7 +488,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"), + }, + }, { } }; --- linux-gcp-6.6.0.orig/arch/x86/kernel/relocate_kernel_32.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kernel/setup.c +++ linux-gcp-6.6.0/arch/x86/kernel/setup.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -1029,6 +1030,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(); /* @@ -1189,19 +1198,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-gcp-6.6.0.orig/arch/x86/kernel/signal_64.c +++ linux-gcp-6.6.0/arch/x86/kernel/signal_64.c @@ -175,9 +175,6 @@ frame = get_sigframe(ksig, regs, sizeof(struct rt_sigframe), &fp); uc_flags = frame_uc_flags(regs); - if (setup_signal_shadow_stack(ksig)) - return -EFAULT; - if (!user_access_begin(frame, sizeof(*frame))) return -EFAULT; @@ -198,6 +195,9 @@ return -EFAULT; } + if (setup_signal_shadow_stack(ksig)) + return -EFAULT; + /* Set up registers for signal handler */ regs->di = ksig->sig; /* In case the signal handler was declared without prototypes */ --- linux-gcp-6.6.0.orig/arch/x86/kvm/hyperv.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/kvm/lapic.c +++ linux-gcp-6.6.0/arch/x86/kvm/lapic.c @@ -2444,22 +2444,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); @@ -2670,6 +2670,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)) @@ -2981,6 +2983,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-gcp-6.6.0.orig/arch/x86/kvm/vmx/vmx.c +++ linux-gcp-6.6.0/arch/x86/kvm/vmx/vmx.c @@ -6912,7 +6912,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); @@ -8286,7 +8286,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, --- linux-gcp-6.6.0.orig/arch/x86/kvm/x86.c +++ linux-gcp-6.6.0/arch/x86/kvm/x86.c @@ -3641,6 +3641,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; @@ -4065,6 +4066,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 --- linux-gcp-6.6.0.orig/arch/x86/lib/copy_mc.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/mm/maccess.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/mm/numa.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/net/bpf_jit_comp.c +++ linux-gcp-6.6.0/arch/x86/net/bpf_jit_comp.c @@ -1018,6 +1018,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) { @@ -1623,9 +1627,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); @@ -2400,6 +2402,7 @@ * [ ... ] * [ 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 */ @@ -2464,6 +2467,8 @@ 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); @@ -2516,9 +2521,15 @@ 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)) { @@ -2569,7 +2580,12 @@ 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); --- linux-gcp-6.6.0.orig/arch/x86/pci/common.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/pci/early.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/pci/fixup.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/arch/x86/realmode/rm/trampoline_32.S +++ linux-gcp-6.6.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-gcp-6.6.0.orig/block/blk-core.c +++ linux-gcp-6.6.0/block/blk-core.c @@ -501,8 +501,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-gcp-6.6.0.orig/block/blk-mq.c +++ linux-gcp-6.6.0/block/blk-mq.c @@ -2875,11 +2875,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); @@ -2895,35 +2892,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; + enum hctx_type type = blk_mq_get_hctx_type(bio->bi_opf); + enum hctx_type hctx_type = rq->mq_hctx->type; - if (!plug) - return NULL; - rq = rq_list_peek(&plug->cached_rq); - if (!rq || rq->q != q) - return NULL; + WARN_ON_ONCE(rq_list_peek(&plug->cached_rq) != rq); - if (blk_mq_attempt_bio_merge(q, *bio, nsegs)) { - *bio = NULL; - return NULL; - } - - 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 @@ -2931,12 +2916,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) @@ -2966,7 +2951,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; @@ -2977,20 +2962,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; + if (blk_mq_attempt_bio_merge(q, bio, nr_segs)) return; - rq = blk_mq_get_new_requests(q, plug, bio, nr_segs); - if (unlikely(!rq)) + 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); --- linux-gcp-6.6.0.orig/certs/blacklist.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/aegis128-neon-inner.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/Kconfig +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/Makefile +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/selftest.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/x509_loader.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/x509_parser.h +++ linux-gcp-6.6.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-gcp-6.6.0.orig/crypto/asymmetric_keys/x509_public_key.c +++ linux-gcp-6.6.0/crypto/asymmetric_keys/x509_public_key.c @@ -262,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-gcp-6.6.0.orig/crypto/pcrypt.c +++ linux-gcp-6.6.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-gcp-6.6.0.orig/debian.gcp/abi/abiname +++ linux-gcp-6.6.0/debian.gcp/abi/abiname @@ -0,0 +1 @@ +1000 --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/gcp +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/gcp @@ -0,0 +1,28228 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x91048989 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xbbf229ec brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x13a82dc6 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x2ee4c04a counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x4b2106a3 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5c88063b counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8a51298b devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8b0da8fa devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbdbd3c1c counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf1e8c5ad counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x09bce895 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x5f1a9560 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xcd7a34e6 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0708982f cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0709c192 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x089d8ea6 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a2fc4fb is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f6c8fd7 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x11249849 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13d1940e cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13db8a28 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1af4c707 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1bce5a38 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1e03edb8 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x21155775 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x24aa47bd cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x26ad1d30 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2f21f36c to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x31e924c8 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x34b92076 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x35e355db devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ea73f60 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3fea6360 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49bb20c2 cxl_mem_sanitize drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a377a13 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ba31910 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ce55ba8 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4fafeeb5 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x591cf912 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5971e374 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ac14295 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c183dd2 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x61ff68f6 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6547a3c4 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x65c68cae devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6c2ba76e cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6c505f1d cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ed6aa5e cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f7024cf to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x726e1885 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x785ba13c cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7a13c93c cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x80b6eb68 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8318d7eb cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x886738d2 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x898e86ac cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c09996a is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8e9c8a2f cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x94d5ddf2 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x99fc2389 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b581694 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9fe8c775 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa51de1af cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xab3d87ac cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaba3cd12 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xade82e62 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae7f52a6 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf21b4db devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb130acdf cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb2f7ee5c devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3b74fe4 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9dcb898 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xba52e5e3 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb19f3ed devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb6d012e is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbfa8eff0 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc092c3f6 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc365cbdc cxl_memdev_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc73a6a03 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcbdd768d devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd286f016 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd2c4a73e cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd69b3c85 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8d7d697 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdca60c22 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde42a229 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe014950b __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1f5991f cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5e42cf4 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6ad8549 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xeaa3bab7 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xefad7a82 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf12730c0 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2af9d2c is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf7077eac is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfc5242f9 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfe88965b to_cxl_nvdimm_bridge 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 0x044d78e5 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0617d058 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0ab8187e dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x152bdd33 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2cebde28 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x488962a1 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4bce1a3d dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x51c22345 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6d43d530 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x72bd99f2 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7d6add88 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8b4ebd82 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8b8442c4 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8bad9db2 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x97dd65bc dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa147ea24 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa4f26fb2 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc3df1b3d dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xca8467d1 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdffd3746 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe6bda3b5 dma_buf_map_attachment_unlocked 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 0x10c8989d crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x827a8f0d crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x8e1ac03b crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xa7f303be crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xc84ab0f0 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xd5a26747 crypto_nhpoly1305_init +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 0x47ebc21e 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 0xb3a377f2 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x4dda1d1c suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x97be3c48 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xc7560eef 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 0x49e9d76f btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xd09ddb15 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x64510705 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 0x54fe2c95 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x636fad74 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 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 0x931ad38d ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9d6fb996 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/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x96bb7c82 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd23803c6 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd89580d8 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xeccc115c st33zp24_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x61f032a5 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x646299bd xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xd2851fcd xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xc6cf6961 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xd6005af2 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xef2c0919 xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x1d524d8a atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x3fce4cac atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x6e4dc8d7 atmel_i2c_probe +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 0x57e2a86d xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x5c2ef072 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xbe6beca9 xdma_enable_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x00c2a005 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0776df67 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x17ed7d20 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1829d945 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1b99db5c fw_core_remove_address_handler +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 0x40440449 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x486c1e86 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e5e9d4d fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x51c42b82 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5a371beb fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x64d82944 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8fda6c49 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90bb1cca fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa8d786ae fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaeeb7048 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb1fcc0a2 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb38f9cbe fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbb2b60e1 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc0f555ff fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc88a6d7c fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd152efec fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd9f78390 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdc18dee1 fw_send_response +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 0xf218c397 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf24e239f fw_card_add +EXPORT_SYMBOL drivers/fpga/dfl 0x2c36c1b4 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x41fc8156 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x57728883 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x27be3ff2 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0142d33e drm_dp_dpcd_write +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 0x0434ba5f drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04d3c847 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09899529 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d606762 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d6ba527 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0f0fc6d5 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1032bf81 drm_dp_cec_irq +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 0x18d03644 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19de3929 drm_edp_backlight_disable +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 0x1a73a267 drm_dp_aux_register +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 0x1e4fce72 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1fd56859 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x202bc10d drm_dp_mst_atomic_setup_commit +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x285f8f5e drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2b2b4b6b drm_dp_pcon_frl_prepare +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 0x3164e1a8 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x334083ef drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x335d2787 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x353d4145 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3ab47b7f drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b59a099 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3fcdafa5 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x40047967 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x442a4481 drm_dp_stop_crc +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 0x46583809 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x522329c9 drm_dp_downstream_mode +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 0x54112814 drm_dp_mst_root_conn_atomic_check +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 0x57d09b4c drm_dp_mst_atomic_enable_dsc +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 0x590af863 drm_dp_pcon_hdmi_link_mode +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 0x6099248a drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x616f6bcc drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x636fd90a drm_dp_pcon_hdmi_link_active +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 0x66b6a37d drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6751e139 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6791cb86 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x688d57ac drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68b08711 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a10049e drm_dp_mst_get_edid +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 0x6fb47fa1 drm_dp_set_phy_test_pattern +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 0x70c0bdd6 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x719eca5f drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72f60e31 drm_scdc_read +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 0x73a70b38 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73c4e553 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x745bb194 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75cbd69b drm_scdc_set_scrambling +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 0x77760753 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7af8252e drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d934ba9 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ef451d6 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x800df2a0 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80b9a040 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8113bda1 drm_dp_read_lttpr_phy_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 0x835060b9 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x84753697 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x85a01fcd drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89b235c6 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b8d7be6 drm_dp_cec_set_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 0x8f1a9029 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f95cba7 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x927b5568 drm_dp_aux_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 0x9431a4ba drm_dp_mst_update_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 0x96035648 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9666829b drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98c1cce0 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x992fefa7 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f8d5f94 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa183f944 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3f439f6 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa45ee567 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa77f2819 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 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb049b67f drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb08d9668 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2d6993f drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb77a3fb3 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7f919cc drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc287662 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd37ddef drm_dp_read_sink_count_cap +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 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 0xcc62fe55 drm_dp_dpcd_read +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 0xcfad8c06 drm_dp_read_sink_count +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 0xd908ba28 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd921d0fa drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd99b45fc drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe021c19c drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2d5f060 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe338ba87 drm_dp_pcon_pps_override_param +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 0xe576e90a drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe8462660 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe90faf7e drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe987a733 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeac65250 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec6085a7 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xee3eee39 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xef9d0cfa drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf01a3e7a drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf021e1ee drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf144be3b drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf293d766 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf300e047 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf3db64c5 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf630ad43 drm_dp_dual_mode_read +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 0xf7bb1135 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8692b72 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf92f2d92 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9f9e5fd drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa217397 drm_dp_set_subconnector_property +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 0xfcd05530 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfde0dd49 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe3f3013 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfed97bc7 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffe385ad drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00323046 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x019ddc92 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0382640d drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0436cf57 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0446edd9 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x044b6f29 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04ea70eb drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06a026ef drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06ca89fc drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06cc19f9 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07e3012a drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08c7e72f drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08d09cc6 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09227a72 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09484cdf drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d23e87 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae8929e drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b03c9a5 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b5464d4 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ba90e47 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c71e2c9 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c7acba0 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c94a727 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9c80bb drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e2ed1f9 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f71f0a0 drm_gem_dmabuf_export +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 0x0fe31b8c drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107ee795 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x108b9f22 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x112be0a8 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11529c51 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x120bf260 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x128cb82d drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130ab6b8 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13873457 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13bd6484 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13d2d5b8 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13dab04a drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142cc5e9 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14549aad drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15bbfb0c drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16bddf4e drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16fc58c7 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x170930b8 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x173c2a5b drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19879db0 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19cb1425 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1acc05cc drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b28a8a5 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b38c8c4 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c465edb drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d48b17a drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e71c678 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f01b712 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fd44be8 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2196f1b6 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22a1da71 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22f1ee7d drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cde253 drm_mode_create_tv_properties +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 0x25262093 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25981b83 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25ccb670 drm_gem_prime_handle_to_fd +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 0x27b3eab4 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b81b9d drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28fe6404 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x291dc4db drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29c207a5 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a557714 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a9e0170 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ae85d23 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d1466b8 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d24beaa drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e361485 drm_edid_connector_add_modes +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 0x2f63f1da drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f78800e drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd1a661 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306bc9f2 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x310ed37d drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31167969 drmm_kmalloc +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 0x32e50921 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33cd7801 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x353630c1 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35850b0a drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x358bf89e drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35cceddf drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35d14729 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36528770 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36b62055 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36dea860 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x376fbc2f drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37939ad0 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3871bce3 drm_connector_list_iter_begin +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 0x3b069800 drm_crtc_create_scaling_filter_property +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 0x3c842ca2 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cc98d31 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d8b75b1 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e44ce0d drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e778fed drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f37fd98 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x405d13b8 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x405d7b9c drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429c0962 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x430582fc drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x431763c7 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4407cfbc drm_mode_create_scaling_mode_property +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 0x45ca25a3 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48a583e3 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498b0e11 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a777672 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c0b6d64 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c9fba41 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc1d5de drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e71f192 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f24f320 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fa20a6e drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fb656a1 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50a07b6e drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51175617 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51296a58 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51bdb3fa drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52898561 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53058338 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x530cb153 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x531ae38c drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x537ab81e drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53eb0503 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5411a7b9 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a1ff15 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5530abaa drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56eee744 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x579b4a75 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b67c31 drm_gem_free_mmap_offset +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 0x5957c456 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a9ae19b drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5acdb861 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b1ae622 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bcb5e57 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c0e6620 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c91f7ed drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d17ff6f drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4c53c1 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ebc8138 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ee0a2aa drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f297285 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fe78811 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6032540b drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60543e7d drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60c86384 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6119aa91 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x616ea94b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x627740be drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62822f75 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629d50c9 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x630e7d56 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6441cad4 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x649c16b7 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64e1e49d drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x651a70a2 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6597c7c8 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66792b3b drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d10023 drm_atomic_get_private_obj_state +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 0x6aabd0c0 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bd74a06 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bde3007 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c04e060 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c2e5a2c drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c3833d5 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c582cd3 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c66cf32 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d0cc71c drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d6e6d00 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0a33ee drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5c299c drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71097d57 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71abd9f9 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7239c27b drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72735540 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7273e2c6 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x727a46e6 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72a73fe8 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72b4eaad drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7382596f drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73a3b6d0 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x743c51ae drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75f968ff drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x768d34ae drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7691d11e __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77490952 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77def66a drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x786187c9 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aa2b08c drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b04ad59 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc724d7 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bcad361 drm_get_edid_switcheroo +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 0x7d192a69 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d8379a5 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d9aa1b1 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dd80dfe drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e9d7510 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eca2e72 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81c2cce6 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e146fa drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x824634d4 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8258e637 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8299e9f7 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x837fb792 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83b6899d drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84a6c572 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86018caa drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x863aeee7 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86af9a6b drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x885d5cf5 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a1ded1 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a25fe3b drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b48ec3f drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0d12e7 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ddb410c drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de2928d drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f3e2971 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f69c6bb drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fbdd5ac drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9023de46 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x914e89e7 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91514d6c drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x920df619 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92c0ba54 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93cf4707 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9491c5ae drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x949c369b drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94ee41f7 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x963b9535 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96942398 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96af35e4 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96dc3ab1 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97341795 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9773f354 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x990bb3bd drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x999104e2 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9992ead7 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x999d4ef0 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a54350b drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac21f5a drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9affc372 drm_aperture_remove_conflicting_pci_framebuffers +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 0x9caf142b drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d387e75 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d8d5aca drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f318ca1 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5d53d0 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f769fb2 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa04f12dc drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa26f94ec drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa283beae drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4560de9 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa50052c0 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6b66100 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa81f3137 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa840a384 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8df32a1 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa957511a drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f16954 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaad823dc drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab4f6767 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac2e09b2 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad98dff7 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf0bfdd3 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb043ff6b drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb063cf1a drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb086a4c9 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0a8f69f drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb14582a0 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c64173 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb232a4a3 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb29b6423 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2be9af8 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2d315d5 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e22c90 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb49f299e drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb898e3e3 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9fef41b drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba115779 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba230200 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbad63cf0 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb35fe7d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb60b762 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc1b6916 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbebfb39d drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf483c96 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0705071 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc10e0e93 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1b71787 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2b2bfb6 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4347aa6 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e9bb43 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc70aa64f drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7901ef1 drm_modeset_backoff +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 0xccac4259 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd247b9e drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd5ea5fb drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdad1cb3 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf90b7ef drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfa7b53f drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfcd4678 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd086aa55 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd08eb90d drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1f82bf0 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd24c5559 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd24cf719 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25ad8db drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2d6fb9a drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd37459ae drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4a3cdf2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4fb74b5 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5305fef drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd535c21d drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd60c0c4d drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6d4eb27 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6edd6ad drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8218a29 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96984e0 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9bf2b88 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9fa93d4 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda35aad7 drm_dev_unplug +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 0xdbeca5e6 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc2e197c drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcd416b1 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdda2d46b drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde59c7b6 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeb73595 __drmm_add_action_or_reset +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 0xdff7b11b drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe00e4764 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe02e0f27 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1145f35 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1abe315 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe224e43d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2aab92e drm_mode_parse_command_line_for_connector +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 0xe3c6b154 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ffbe52 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42d765d drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe432bc7d drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4595765 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4adf9be drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe583a0e8 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5f0e3d6 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe694b48e drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6da5582 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe75b8a0b drm_av_sync_delay +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 0xe9cde89e drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea850b04 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2e7d93 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb978779 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebcb982d drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec57a5ba drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed68ca04 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed9d8183 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedbaedfd drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee97a00c drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea405b9 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeeb1bfed drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef10cbd3 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf020d39f drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf02e518b drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf06336f5 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b716ab drm_gem_create_mmap_offset +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 0xf31cc7ea drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4466cd1 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf532384f drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5ea2220 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6a89a8e drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7f7ffeb drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8483842 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8c55b14 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a3bfa2 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9d1b80b drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaa832f1 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfafaf0e8 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb02c9a9 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc8f7c7d drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfce52037 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd62322e drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd778d0c drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff9518e1 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfff148e7 drm_vblank_work_schedule +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 0x2a92b372 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xba1b88af drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xd4227e3c drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0005b759 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0015ddf3 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x001deee1 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x077f1d50 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0824b927 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b9c4753 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c052d8d drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1306a19d drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14d12c29 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14f45643 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1690fc83 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x177fe8cf drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x181e89b5 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18f8098f drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a32d11f __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bb8a8f9 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c1dff4a __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d6efb84 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1da4143a drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1dce12e6 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f2b5417 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f52be5f drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23451022 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x239f79a5 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24eaccbd drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25350b58 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26a74c31 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x278ae5b5 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2817049b drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2989f978 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29bec156 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29d9f519 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b1a0a09 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cbbc94f drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2db0e3a6 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f983cba drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fa8c6d2 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x309baf60 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32c57af6 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35563054 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36a83e1e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37e10858 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3829a5f7 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d8ff134 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f1ba2e8 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44d143c7 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x462fb319 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x490c5e83 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4968a5dd drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4970bb0d drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bfcd3e6 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d6cba90 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e514294 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x514e47a6 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52153327 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5273edd3 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x545ab426 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54cd5dff drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x590af3e1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x594dedc7 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a593982 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e717b85 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f01ae8b drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f71a33c __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6193ad6b drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x646bc6e5 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65a6ade2 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66ea9fe6 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x688d6078 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68f07ef5 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69cd0755 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ae83fad drm_gem_simple_kms_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 0x6b9e948e drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cc18eef drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f85ba62 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71276e90 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x714be43b __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71b2a6aa drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x731d18ae drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73bad515 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x777e21f7 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78b0473a drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a9e33c4 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bd73715 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c31630f drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fe25f4b drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8039702c drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84935cfd drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86a46e06 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x870b51d8 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87a72f67 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89e64c52 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bd3f8cd drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c22c8ce drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c7d3b32 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d3ddc47 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e0bfdd3 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e44977a drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e55a51d drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f017bef drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f7d0ac6 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9203b593 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92045973 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92bc8968 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x936c9ef7 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9434fc59 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x974a325a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97b6efe9 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99498876 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a5c66fc drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a91b188 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c93f8da drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e8c9965 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0e2089b drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa31b7802 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4cd72d8 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa675b952 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa790a89c drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7b2e084 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa813f382 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8307d31 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa94d1c9c drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa51e30b drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaacd6dbe __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab553155 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabb0cc8c drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac3b0657 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacb481a6 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xace0d962 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xadf18b41 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb07b43ed drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb096bfa6 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb165c3c5 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb234c0fc drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3110c69 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4329d1f drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb463d6fb __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb682f679 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7d4021b drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7fff362 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb84eed08 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb9544eb __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc585e7b drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc6ae9c2 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc03a832d drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0559d59 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc153e625 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc25d5f13 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2e7ed0c drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3951903 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc45fde40 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4a67642 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6ba8172 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc73335d8 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc79cf63c drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7ac72a5 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9793c24 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca72b830 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcafb22cc drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccb5bb5e drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcdb4773b drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce08709c drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf6b91fd drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd276feaf drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3556110 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd387902c drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3bb38c3 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3d3da1b drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4ee4a57 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7830ac7 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbd662c6 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc8e37cf drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdce5ed72 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdda2f5cf drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf719b82 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0412eb9 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe085013b drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe086070b drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe19714cb drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2527ca3 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2f54714 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3102e3b drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe842ccc1 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8cf7ce6 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9da0591 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec63cc64 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecf2ea68 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed44f03a drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef13ceb9 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2086c53 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6752704 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf863eb30 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8f32c5b drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf90b6f05 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa228c36 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfabb1695 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfccd9e51 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x05378dd6 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x06d3fc26 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0f4e717a mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x103530dd mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1b62362e mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1cdca2d6 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3d41892d mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x470ca3d3 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4bd1f72a mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x67d1be4a mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x74f4c5a5 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x79b695b3 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x898e70e4 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9071e55e mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x961ad75f mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x96800ccf mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x99c9321e mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb38c8833 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc22c4c76 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcc9277dc mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd031d809 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdfc9f827 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xebfed394 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2a68e1f2 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x301d7d8f drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x377de8ad drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x72ebf942 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9696db19 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9dcc9e24 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xad798317 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xbe913019 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcd4365d2 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf74cf372 drm_gem_shmem_unpin +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 0x088364ed drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x0da1f073 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x479ec26b drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x66a96c67 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8255875b drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x016e3971 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x01d6d425 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1313da9c drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2a26e3b0 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x30836cae drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3ee55be4 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x48c1689e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x50b02a8c drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8a4804da drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa036b1ac drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa0d4dc0c drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb0cf4706 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcb264652 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd32c381c drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdd817879 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf5e6835d drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0630285b drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0631cd8a drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1133313d drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x13030d5f drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1a492da1 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1a531999 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x23bdb860 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3770ebc8 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4347b61d drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x437ccee4 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5111a208 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x52ab11c9 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x535b5d20 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x688a598c drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a351d26 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6f57581d drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7c6e711d drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x809f0acd drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x99a3e9b2 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa8c69fd2 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xad37211a drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xae405139 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcf7e74cd drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd3b4f21e drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe7019c02 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf5231713 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0741a3c3 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ee63882 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x152ec019 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d479cae ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x212e7c96 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22aa181a ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x244cce9f ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a9e5bab ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b31a992 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2bdeda9b ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2dd55354 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2fac9507 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3014e3e1 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31877525 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cd11c0d ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ee0f7dd ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40d7e6fd ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x49b5da33 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x517c5c12 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51eca6e5 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55e9e0ff ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55faf8a9 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59abd608 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6284e380 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68c165d5 ttm_device_swapout +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 0x70815634 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x742e881c ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75d9e878 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x821d7e23 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x894dba09 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x90073952 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92def799 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95ae225a ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x966fca1f ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a1781f3 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa7e0a87f ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad6e1eb5 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae162ef4 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae29573f ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb66e5695 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6a6deab ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6f2f50e ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9c331b2 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd517505 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc09597a2 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1db94bf ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4f98546 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbd32b5d ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd938092 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcda87a0d ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce43436f ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce609f4a ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3704f7a ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8ab9b8f ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbab1f22 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe084b4b3 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5ec585e ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf53b90f3 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6767826 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8787506 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf99d28d3 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb1234de ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe8a3245 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/hid/hid 0x5c14008d hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0e1d21ec ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0f970ef5 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x10270581 ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x125100e3 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x15f9d642 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1953844b ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2798ed66 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2a2fdad2 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x37b524a5 ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3c068dc9 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4108ce51 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4abd5f6a ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x557eb21d ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5c9637f9 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5d656d97 ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f240e33 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6207d431 ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x661cf711 ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6b2b5a69 ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6c326b0c ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6d4626bc ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x73402c39 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x74339d2a ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x74c14970 ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7b0d6edd ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8df2f036 ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x987930cb ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9bc9e1e5 ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa46e9cfe ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa832f260 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb1af3d36 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb397879e ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb53c44a1 ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbff55390 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xcce1a07e ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd673bb93 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd7efb6c9 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdcc7319f ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe079f8b4 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe302e562 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf260ddc1 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xfb9c988e ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4d43a83c vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x7924220d vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x87a55476 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x14fdb974 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 0x5aa0ff99 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x78dc1bc1 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 0x27487f9f i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x857336bd i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd74c3b74 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x1c6aa4ad i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x83db6558 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc20d4ae4 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 0xcbb399b1 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xee570370 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xd83e06e5 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xdd78a251 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xc6424e6b fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x0906e8c5 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x18039ca7 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1869041d iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2f4368a5 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x36512927 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x45d46a1e iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x4ba9d04f __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x84e2630d iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x8f1e0e99 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x94cce79f iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9b155b0e iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x9fbbebef iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xa42c7cc4 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xab3e3bba iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xb1482876 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xc97ae49c iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xcc6b39f9 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xddc33b55 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeda02b92 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xf40111dd iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xface3d48 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xfb695b2c iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xfbab9bde iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x149e9fb3 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x22633709 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x62263bac iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xc9c662d1 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x38d2dc16 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x3d3ef8e9 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x3f156a0d iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x6398143d iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x11afae5b iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x7ee60074 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x9b05774c bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0f42edbc ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x15628923 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x31fb9746 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x53833d39 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e1b0a63 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x67f09e18 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x67f82b74 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7fae4ff4 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa1e1e4dc ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaa14d782 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb3588b0b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9e8b039 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3749fda ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf051def0 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfd573437 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04e7b3f8 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a6dd80 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x063b3070 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06808c4c rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c249cd ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0737cac9 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a5411d2 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bf05ae8 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bf0ab31 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bf961e6 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c9926de ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dd76341 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f4774e9 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1138d2c5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x114be375 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x123c0927 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12ee3b7a rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13b87352 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x162800cd roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x176e2b60 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b735814 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b7834f0 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bfc4b47 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c87713e rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d47af79 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e0e0dae rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x217d0b58 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21e2bd1a ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22bc18f9 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29e24679 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a29cd40 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a71cd51 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d9b11b4 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f05ae44 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f6c9784 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30bb455e rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30d1db55 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3206ddc1 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32748f26 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x328a2e51 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33094ffd rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x336e2021 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34e32a6f ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35df1661 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x387869bb ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3927cd2e ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39d67248 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ade4aa8 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b2990ee rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b46a2a6 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bae4ec0 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bc2aef6 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c933bbe rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d980c5a ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e03d795 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42bef7ae ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42dc23e4 rdma_hold_gid_attr +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 0x44da8b1b rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x465bf9cc ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x471fe6eb rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49c8ce48 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ac682c3 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4af1aa16 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c808183 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d55eb4a rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4de4c2f2 rdma_set_cq_moderation +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 0x4ecd59a9 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x508f1980 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50d62167 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50e38c0f ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56316480 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58b5304d ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59605a24 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cb99d13 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d154e63 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f3a2c89 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fb423a1 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61976aba ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x643f74c5 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69a9cfd1 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d4d15d4 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d8cb05d ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ebe7406 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f2ceefb ib_create_srq_user +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 0x71257b91 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71392e7b rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7233b7a2 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x740d5aca rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74a71543 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74c0c666 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75b6d8fe ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75fa79cd rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76438a7d ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7655ae36 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x779aa297 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77b2f3f6 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79882cab rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79e633fa rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fa8c39c ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fb4481e ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80857221 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x819f157f ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82350d23 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x836ab67b rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8433b7ae ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84618b2d ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84de6c2c rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86f4f4b8 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x893a2300 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8961bb51 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a4c7b51 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b86e0e1 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c33e97c ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c764210 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e340793 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x905a2375 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94680a43 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99cdcc2c ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99f77dda rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a666f6d ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd413f4 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cd620c1 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ce62e47 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e73126b rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa11d0289 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa34bfa83 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa907ef90 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa31022f ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad800b89 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaebee646 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafafb064 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafcc8c3e rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafd47bdc ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0ee0bf9 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1d74806 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb729d9aa ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb893214c rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb90d4573 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93e40d0 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9e1cf94 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd08bb25 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbedfeb9d ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbee6c941 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc076ef6e ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc20e30d6 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3c22cbc ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc469711b _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc52f1e79 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5746e4d ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc60f3cf8 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc73042dd ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9030d52 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb8beaa3 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbbef4bc __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfb3fea6 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0fd7777 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1ad92eb rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd31ade6c ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd73b14d0 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd792f772 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd814f77f ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0001ee rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc7ad8d7 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc7cc33d ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc7f5228 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfac0326 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3399429 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3a1f29e ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe603db02 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe61fa074 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6fe9e57 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ff837f ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe957cd70 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe96d57c6 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb5647b8 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb5d3d5d ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee202aab ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee417f5b ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0213f7b ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0496d60 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf09d1ce8 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf46d0ee0 rdma_destroy_ah_user +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 0xf78db201 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7c86c14 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9911c77 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe1c65c6 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04189875 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0b474a41 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x144f1e03 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a7d1892 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ac54153 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e41b997 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22f0f9c2 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x25fa8569 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2ffd26e1 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x30f20e84 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x37dfd3a3 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x39fb4b05 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3ba5ea97 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68e10a42 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x698c44fe uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6a770e58 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7b68dfc7 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7bb27252 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x837852df ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x842213cd uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a226496 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x96c8e6a9 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b73bec0 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7157275 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa88fd148 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacf940b8 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbf10ab2c flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc83062e3 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb88e63c ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xef3d6cac ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf1509229 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf91028e8 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfc8276f9 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0f7b2484 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x461daecc iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5182186c iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x668b1d01 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x77c5c884 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8dc6adb6 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd591d7af iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xff74243c iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x03284b10 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05fb5220 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1075d398 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x12d680c5 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x16baf8e7 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x304072df rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42f3d4e3 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48495ec8 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4d1c7895 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x63d9de7c rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x64f42d81 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x69b0ac3e rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x755f7e3f rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x76fd2654 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85820c8d rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87aa954f rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88eb4b63 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8e3b0e49 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x942cbb4e rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9691c801 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa1a40f5e __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3d989fa rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa68e2c07 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaaef94bd rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc695a2e1 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xca67681e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3630709 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xda8f9ae1 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe342ae92 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe5a324fa rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe715fe13 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed8b8e9c rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee98f74b rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfce5e02c rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x06b6c050 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x085171ec rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0fe53442 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x191e32f8 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x272a6e44 rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x374fdc85 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4110548f rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x48defe02 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x528a22d2 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x58d26fc3 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5ca9151d rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5e9b3127 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x675473d1 rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6849863a rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x73b3f3d6 rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7a8eef5a rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9ff43d6a rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xab89c79b rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb1d6aab1 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7de45c6 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc3f33293 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc4824adf rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc52a8453 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd233543e rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xde7ab982 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe1722940 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9b38113 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xee12baab rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf487278a rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x14848f52 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x1d681872 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2a1d3a81 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2bba3105 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6bfbcf8e rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6cc144bf rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6e4ca8a5 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x14a8d3c0 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x2279ba8b 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 0x7dedbefb 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 0x9c1eef74 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 0x25dab2d6 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x375e6949 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x55d06273 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb2af101e rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe48aac52 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfd13b536 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1d33662c __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x343d501b gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x847e1119 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8e18b062 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x920c2b00 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xad2e454c gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb166029a __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd9a4a5e4 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf3c1b488 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x5b4053b7 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x874bf9d8 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xaba4664e iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x493bb73b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6237ae8e ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0xf8183d62 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x16b9b710 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 0xa3f30556 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x17417ca6 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x56c475a2 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x769c7a70 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x80750a28 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x929c2d5f sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x21a36d9c ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xfdffc8af ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x252e73aa amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x7e3151b3 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x87e4557c amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa58e336b amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xe28e8e23 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xfc1e9279 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3c390e44 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3d36685f detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb9b1c25b capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf2ffa52b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf665efec 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 0x1dc3be69 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x4394bf46 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5096c4fd mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcfabc952 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x061a3849 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb786b9b7 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0251bd70 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03638423 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1b69cec3 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1be79d79 recv_Dchannel +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 0x2ec07d8b 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 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x59bef916 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x670acf1c mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7bd0283a get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7eea60b5 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8aff509e mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8dba974b mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x91e98ad1 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9885f1d8 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa1fd8715 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xac2f19a9 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbf010ca4 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc40f5273 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xccabec71 mISDN_initbchannel +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 0xdad3bdc5 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xee219dec mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeeae677d mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfa99e351 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff6c2771 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 0x020c884b ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x1f8e1e7d 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 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 0x032c114a dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x53ff8f23 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x78968e92 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x7acf0dc2 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0e0b819b dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0f8e1992 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x450ded93 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb700976f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbb3d276f dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf125305b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x153ba2b8 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x1b1a7d0e raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x172c4bd1 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x42c4d8a2 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5264353b flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8d0889d3 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x93c2e964 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xaf5fb1f2 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc1d144b flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc2d14e93 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcc0cfed9 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xccd686fd flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd527ec29 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdb20c0a1 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe4e09bfe flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/cx2341x 0x041d0473 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 0x3bde08f6 cx2341x_handler_init +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 0xaa1b07f8 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb2e2788e 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 0x14654acd cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x7a14aa3d ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xdba9f8b0 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 0x1d32a359 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x9af6f6f7 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 0x4aadaebc vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6a3dde75 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8d6ee8a9 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8ddbe623 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x924983ad vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xef491c4f 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 0xab1066d7 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0d32ed7c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fd2a5f9 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x31f1071d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3cd6f1a1 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f0f360e dvb_ca_en50221_camready_irq +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 0x6c714f34 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6dea956f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x71719e8d dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72482df4 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75116f1b dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d6dc6f5 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x83489e03 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x84bee46d dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89fbdf43 dvb_device_get +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 0x99c5f6c3 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa3ccd8d7 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa981ae50 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb342afeb dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb78b70e5 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbae90fdb dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3a16252 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcc01903d dvb_frontend_suspend +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 0xf1440a28 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 0xfdbaa50b dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x35272bc7 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4d7f1c33 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6e1d817a au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7b45d02a au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x80956e84 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x93834794 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb74c6713 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xce2a8ef3 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xff2eac36 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb4fa9fee cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x9c16c6fc cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4ffc8556 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x99fdf468 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc4d31fe2 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcd29374a dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x04045ed1 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2e0818be dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2f9d962c dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x37f268c4 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x39f57654 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dfcb54d dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x43bb8bfe dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x477a9672 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4961027a dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7ee48adb dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x94072b0d dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb951aaed dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea46dd8b dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4b64f244 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x55083246 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x67392e38 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x741408d4 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc630b077 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5b9f94e9 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x99693895 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xba039f38 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0a74c42e dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1054e95c dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x406aced8 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x856bfbc5 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8fcefdb4 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xac8cf2f9 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xaf363fa1 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcc3ed908 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd279d897 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xdc51343d dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe507af7a dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe7b0374c dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x04d604fe dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1f45b26b dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x702a1438 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9e827e60 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa2743958 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x4daa7909 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x52d98df7 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xe6645d61 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x0815129c lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x1358d66f lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x906c87a3 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8bf92b67 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x15a10847 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x68608178 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x06704aa4 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1b2ccfcb flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x343e6581 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x88fc3936 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9472b99b flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb6e55a85 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb75883d0 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x162e76b9 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x63755807 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6fa93c49 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x74febe56 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 0x158b570d bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1f63ea03 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x459bd6e7 bttv_get_pcidev +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/dst 0x13c03cbc write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x38b9787a read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4884fb4e dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5a6a1794 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x855b9b34 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa4a2637b dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbb67d6c8 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbdb7d56b dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x419db2ee cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4dfdb2b3 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x99fb3fff cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xed245a77 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf97fef04 cx18_release_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 0x0d76b29f cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0db9f46f cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3a5d5356 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5b5c6e88 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7605d9a3 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8493eb47 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8f634226 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x1582337a vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x6128372a vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3c4727e5 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4d83201f cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbb0df154 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc083ca24 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x128f59b5 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2e04fc29 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x522a5728 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x649bc7bd cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa9ebebfe cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb4d8c5bd cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb90a61e3 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0cf13a69 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x105f30ce cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b2d70fc cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x23fc9c42 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2517ba21 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x307ae89e cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36c4b519 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3cff4bae cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5363f030 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x58fee1e3 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ade379e cx88_reset +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 0x7090169f cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7accd1eb cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8804a724 cx88_ir_start +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 0x9d9a3768 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaadbfba0 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaf848a77 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd94352af cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdef806ae cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf9b70171 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0441f671 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0971ff0e ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1320b38b ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1420fdea ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1c93366b ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2c5f1e32 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x318adfe4 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6bf3f206 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7feab094 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e36385e ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x95d3c993 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c754e19 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa4d71fad ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xabcdd164 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaf2712a2 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf59eac3e ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf9461c63 ivtv_vapi_result +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 0x123f7d01 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x261b6e9c saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3d8ccec1 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x43848e99 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x506fcdab saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x64f5d37a saa7134_set_dmabits +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 0x94b0def7 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa5e1fcbf saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xac2ea58b saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb01860b5 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf83dc8e5 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/radio/tea575x 0x274738fc snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd1f4f3f9 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xea8641c4 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xefb174f3 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfaf96a64 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfdd9f4e1 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfef0d425 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 0x5ee61dee ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x977df5fd 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 0x47657c56 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x7781acbd 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 0x44d53bc7 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xed2c615f cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x16259ffc dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x486f7a6c dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x62e0ae5c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6acaa275 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x813980cb dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9a826b19 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xaa9a651c dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc565e8f9 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf7322717 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2f059186 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x32b30bf0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x496ecc1e dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5eaaf170 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7a788b03 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 0xd5f60ea6 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 0xbd18a012 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 0x02d26501 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x18e2a064 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1c266fc6 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4026c50c dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x70dc8755 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x86ed41e1 dibusb_pid_filter +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 0xa9866174 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdc45c0d9 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfb825108 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x9b75fe06 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xb31664a0 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xf888cbd8 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xfcf40354 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x417cca48 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7eb49c0b go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x89f090de go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x9f9f30f4 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb4c67148 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xbc82d8e9 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdc0c95c3 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdec05ee1 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xfa50b5f0 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0985b3fe gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x32431da2 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x56644146 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8b276ca8 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xac53845f gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf386220a gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf7e55f3d gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfea074aa gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8c0a4f86 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa7cd4e4c ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1c19a75e v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x48e5634e v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x80a30cd7 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb973c84b v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xeab7b6ea v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xec835572 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0040c7b8 v4l2_m2m_buf_done_and_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 0x7a881118 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x7aaca614 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf78683fe v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0153ec4f v4l2_s_ctrl +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 0x086a640b v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0dde8612 v4l2_ctrl_activate +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 0x1c6c6126 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e2ebee1 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ece5480 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2710fccc v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ed133ea v4l2_ctrl_new_std +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 0x34eb9ae2 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36be54ea __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b0129b3 v4l2_subdev_call_wrappers +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 0x3efd253e v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43a5d6b7 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43d5bc36 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4ab6f9f2 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d4717c5 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6a1ea059 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73cf7269 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78bf4b8a __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79b7c2db v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8577a8cf __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x878203ff v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94d0ea80 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94f1244e v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a43f83f v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d232e02 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9df63811 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa20e701c v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa34f8c6f v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4b4d58a v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa981d839 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaac7be9d v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb46055dc v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8a583ca video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb92d521b video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xba6ffa01 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe7adacd v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc383b66b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc31d88a v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccbc54f6 v4l2_ctrl_new_fwnode_properties +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 0xd23fa281 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6806995 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda47d4bc v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdaa24b7e v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb3f2074 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb5cbf25 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe285de51 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2ab3a7c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3a6ac64 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4727571 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb78c550 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef23d222 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf11976ec v4l2_ctrl_type_op_log +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 0xf9dfd884 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa6812bc __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe1e8300 v4l2_querymenu +EXPORT_SYMBOL drivers/memstick/core/memstick 0x002802b4 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x08bfed9e memstick_remove_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 0x43fb9e30 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4cddacd5 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x71997386 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa2670801 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa2d53257 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xaa2fd098 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc8d96777 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe28820c3 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf6a47f13 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf8a71118 memstick_alloc_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x004d97c0 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a3aac30 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0f0ca275 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1748ab1b mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1f3049fa mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e99418d mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x354ca495 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4fd2b29c mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x572b4423 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f433b1c mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5fde4e85 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72bdd0bc mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7779fad8 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x77f0d7f6 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7cca884b mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8290bc9f mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5cde631 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa836e7f6 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab0e58fd mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb12dd7f8 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb4a33001 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf44d836 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xccf3be74 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd32608a mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcdabe781 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5e2e9f4 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd6834873 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd889163a mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe41693de mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x06de2559 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x07a1aba8 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1537fc87 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x22b36629 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3019c2df mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e01dc9b mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3fa34739 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x467f316e mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54cf3c3b mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68dee12c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7270a09d mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x77be9f90 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7860c6d7 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7f01afea mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x88ce809c mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x91438fca mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9fd5b669 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7457eb8 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb3746d6a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe3a2bb9 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcab54991 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xda08a494 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xde54aa16 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe95accca mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf42a5e7a mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf9e52808 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xffc60ed2 mptscsih_host_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x0ed5ec17 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x9293ac32 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xd1202223 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x154b2dcb dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x4ff57457 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf5c9b8df dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0a92d31c mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0c74e521 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x158fa27b mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x56b8bc2e mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5b1507a5 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x651aa79c mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x707ac389 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8a87da2a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x99f61c44 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9ad103ab mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xaf86797a 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 0x10835293 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x48c1f6c9 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x5bf1e6e6 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7afb4d50 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xbee79c88 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xd7a3f4e4 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x446763d6 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xf890995e ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x8a54252c c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xb60d00dd c2port_device_unregister +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x140f9e47 __SCK__tp_func_mei_reg_read +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 0x4e87a1ab __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x6cdc4a82 __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x7c7d7aa8 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x92fc09f2 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x95c7fe1e __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x9a943b31 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xaf3ceaa3 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xd751fe16 __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x00398f3f tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x05b73071 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x154f916f tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x45d6d2de tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4bb9be3b tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x5f43c34e tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x66111ba8 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x96f2328d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9770b00c tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xdc507e33 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe0486cc0 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf7ff40f5 tifm_unregister_driver +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x04314082 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3ff2c0c0 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x4e0600f1 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7db6615f cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xe16aeadc cqhci_init +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x6227a2c1 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x71840826 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1ad21227 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x35b21d29 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x59540f07 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8c32ccc4 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xafee9c3b cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb4b1e085 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbbe87e22 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x230b8a8f unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x65a3de9c map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb0319ea2 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xcf03c5a2 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xa90937b6 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x852bdf52 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x8659b237 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x41229758 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xf06f60c9 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0126257e nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0c5f8873 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x342343a1 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3c238c21 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4b8fb1d4 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x51006f25 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x611e4288 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x61980fba nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x677b2a9c nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7be7bce9 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82eafa94 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x869f8b86 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x86dbdcac nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9e7abf29 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xaea4b25f nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc3e78e47 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc806a336 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcaaac13e nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd0c48fc1 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd3e01e57 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe83e6541 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xef73b729 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xb4a969ea flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xc16ed0e5 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x114f0c01 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xbe747207 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x117e57be nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3053092a rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x34afd548 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4b20910d rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x582c66a6 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x60b2ca2a rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8846b024 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb419103d rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb5e58306 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb601cbf0 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbc38f43b nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xcaba16d2 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd5ddd413 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd9299ab7 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe975e8b8 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf711482b nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfea214e2 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x09f04699 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4ce3af50 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5015fc44 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x581c5720 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5f755b1f alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6c727e2b arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x79855593 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7b74de8c arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7f4ff2b0 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x99ab6026 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdfbe1c94 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x457365c0 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6724eb3c com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf2744c94 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x18a91f45 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x47ed557e ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xbc6fed6e ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x5af2095e can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xd765bcc2 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0236e5c0 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0715201b b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0bfdab1b b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x121f0b25 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x127061af b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x28acc6be b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2d134260 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2da4d502 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x37ea1481 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3e27e0f1 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4078a2ad b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x40e954ec b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x47a457bf b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x47e665ec b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x52be9272 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5cac39a8 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f545e86 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70dce2c2 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7cbaa221 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d0f8bbb b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7de35a53 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x80938a8c b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8726a286 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9756dc69 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9a084595 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e8aa8d1 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa0a97d6a b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa163612c b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa9e0a4be b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xadf27142 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb05d7f35 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb9ab8ab3 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc61c832 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc1449d21 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd283e9a2 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd74febb2 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe7ea4efe b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf6f9e106 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x6b870f04 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9631a7cf b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa61b6866 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc813986a b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x86ac764b lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xa933d21c lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xd7f2b9aa lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x95caacb9 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x96911756 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb59569a7 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x8a0b7e11 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x9d2895d4 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xd9aa8ba8 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x615fba53 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 0xa8fef5cf xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xaba9814b 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 0xc2c2814b xrs700x_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x191be256 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4104e5a7 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x644e7c1e ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8e94a5e5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x912043c7 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9561a5ae ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9f4ae378 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb7276d73 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb7325b81 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd0e108fd 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 0x74f8d650 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x7d7d8713 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x946c9088 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xed5cd7c0 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x4cc1c885 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x4ba9ecc6 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xa2be3169 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 0x0f85b2ba cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x105b3a8a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x125ab318 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x214a9ae6 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x265ca874 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x299fda9c cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4837b87c cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4df014da cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ab460ca cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6cadbf8e t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa85f4b6a cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb1926ac9 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbfac63cd t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc8e200f7 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdf26d404 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xeb38aab1 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x085bfdea cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e0c53f3 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11d3762b cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2438caf4 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x29a10e51 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2fa67a19 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2fe6e219 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33fb1711 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x348bad97 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4ef7e506 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50191db4 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56b1bcef cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5d17d803 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f2f68cb cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64618e0a cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x657431cf cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x680fa616 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a2235d7 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6adbd6f6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x71e7189f cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x77b85c0c cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x78bca28a cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x802be00f cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x814c0b49 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x876e9be1 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x89c9470e cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x90578636 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91b3e7c1 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x987e6c56 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x995b8a2e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa47e4b3d cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa52f22e5 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaff38884 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc39a9011 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5c73ae9 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc98cf8f3 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd5b42746 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd5d2d386 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdfe64e06 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe21cbc37 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe53802a7 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7a0e745 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7dff6f1 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0f553e2 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2c8f849 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf618889c cxgb4_reclaim_completed_tx +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 0x3b028438 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6c911a15 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9019bce6 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x90fbef21 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9acd7339 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb155a71e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc9118396 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x515ff154 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x52d22679 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x60634849 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x92b344d6 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb7b88ec7 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc7f1b10f 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 0x65a7baf2 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x915377a1 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x2b5f2494 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x4bdf0221 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xa5de6180 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xd1f99996 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x16c71ac3 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x709fd272 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 0x5835b921 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xcf396f34 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0244abef mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03e82c66 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09c4e180 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dd76fa6 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14308102 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x156629e0 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d43b299 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e61c156 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20c02bfc mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22b70138 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab993f0 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ddaedb1 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ffaaa70 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39450294 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ca02be2 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x423bd6fb mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x469a1503 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49995f1f mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ad4d6f3 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f2a35b4 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54f939d4 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6811ad47 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e32aeaf mlx4_test_interrupt +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 0x82737c02 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87cf5f03 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x894fc7a1 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c13b90c mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93aa0189 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9922b17f mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a41d333 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d9cb552 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f2b725b mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1611eba mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf33baf2 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf6e0809 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1017f10 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1e9d12a mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd20aed0c mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9fe9246 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd15656d mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdeca6268 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0cb8127 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2ff4b44 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6c96edf mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00c5cbe7 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01dcc7e5 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05d49a6a mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06ca42c9 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07aeff68 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07b52ffa mlx5_packet_reformat_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 0x0a9b9944 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dc04cc4 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ecdefcd __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f5a8a8b mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10750e57 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x107e2e24 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x121fa7ab mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12a93b25 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13518c58 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13ac40e1 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x151dcb72 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x173dc893 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1842bf23 __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1aee9ab1 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b7c6a34 mlx5_fpga_mem_read +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 0x1ce1fb0f mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fc1b6f9 mlx5_rl_add_rate +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 0x22918e05 mlx5_modify_header_alloc +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 0x27de9a07 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28900af0 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29034d7a mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ae3d43f mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d776ad5 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32d42b40 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33530990 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x348f60be mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x357dfe9d mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ac79e5a mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b77fea3 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c352c73 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c6c9e3d mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x414292f4 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x414346a7 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x416392af mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4494085a mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49a880c1 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bdd620c mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bf5e48b mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cd3de15 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x517fe15c mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52db3ee7 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5305a730 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5306f247 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x549b6cb8 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58d3607c mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a8044f4 mlx5_modify_header_dealloc +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 0x5c997643 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d552c89 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e9f167f mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eee65d6 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ef9d820 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f031329 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f84a0e7 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60a156ee mlx5_cmd_exec +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 0x6156342f mlx5_cmd_check +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 0x656a20de mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x689de7f3 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ad29585 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b63b480 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cdc357b mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f22ae5f __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fa9a065 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x724b1385 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72a32218 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72f455ef mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7348b873 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73652556 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74f28ae0 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75bcc342 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7836bcb0 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7880d771 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a4004ba mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b244138 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c24ab7b mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dbb0dbe mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8080ca26 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81b907e7 __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8462ceb4 mlx5_eq_update_ci +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 0x8a1f3ade mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a4fa390 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8aef1cd2 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f66b30b mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8faebde7 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91ce61ac mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x920c91b1 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x923331ee mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92a1c607 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93d53775 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x944777b3 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b92515e mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c79d853 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c82e80d mlx5_is_roce_on +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 0x9e9e07d3 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2c21eb2 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa35e7147 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa629f55a mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7d9580e __SCK__tp_func_mlx5_fs_add_ft +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 0xa88e7aa5 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9ccaab6 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 0xac6d5404 mlx5_rsc_dump_next +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 0xb06c0bfd __SCT__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0e7cd70 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb20281d8 mlx5_debugfs_get_dev_root +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 0xb3827973 mlx5_eswitch_get_vport_metadata_for_match +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 0xb56eb691 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7aa85e1 mlx5_msix_free +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 0xbc097cb1 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc24caea mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0cbd385 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc17d62ba mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc636199c __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc86defbe mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca774058 __traceiter_mlx5_fs_set_fte +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 0xcc4130d0 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd52dcc7 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce3584fa mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcec18a0e mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfab5ccd mlx5_cmd_init_async_ctx +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 0xd4b80780 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4cf0182 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d66129 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd834972f mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8b8fe63 __tracepoint_mlx5_fs_del_fte +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 0xdbeb5c73 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdde63d23 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf08a20a mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf0fa2f4 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf47f4bd mlx5_eswitch_register_vport_reps +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 0xe26ac7e8 mlx5_debugfs_root +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 0xe390a237 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe40bfeb2 mlx5_core_modify_cq +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 0xe908c64d mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9c9fb76 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb748b1b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed0d9cc3 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeeca47ad mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb4f684 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0d675ba mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf10431d0 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf159a0d1 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1bdb987 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1ee95b4 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf26d2512 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf61e5102 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfed828fc mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff26f6e5 __SCK__tp_func_mlx5_fw +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 0x065ec851 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 0x0c36d6e4 mlxsw_core_trap_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 0x180356ab mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x191c2287 mlxsw_core_bus_device_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 0x1e6dabb6 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 0x264e1f54 mlxsw_afa_create +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 0x36132fac mlxsw_core_port_netdev_link +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 0x392f0e8c mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4229a5de mlxsw_core_driver_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 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 0x5dd4aef4 mlxsw_core_trap_state_set +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 0x7711ca1b mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x78c47928 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x798b3e19 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7de4c903 mlxsw_core_rx_listener_register +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 0x869812ce mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x886e30e1 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 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 0xa400a0f2 mlxsw_core_port_devlink_port_get +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 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 0xbf4cdd18 mlxsw_core_trap_register +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 0xc4559961 mlxsw_core_traps_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 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 0xf0dd953e mlxsw_env_get_module_info +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 0x481fca80 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xcaa36ae8 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x447b9c81 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x67a01aa9 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06d50bd9 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07906ce9 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e9f4d49 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x104058a6 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14455bd6 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16a3d2bb ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1bf87836 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1dc98a8a ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e6c5921 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20aa39ba ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20d9c05f ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22a5d031 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23af2332 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28e0d983 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c1069bb ocelot_sb_occ_max_clear +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 0x2fbffa46 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x305af77e ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34f31b81 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3838a6fc ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x42c5a2fe ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x448318de ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4595ed0f ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45fe507a ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49107d5b ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d94c8c0 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4dc052f7 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e75a30d ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50d51baa ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55e64e0d ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d71a0f4 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60ea0154 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74a20a83 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75cabddd ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7784479d ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x781342bd ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79b072cf ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7dbb7758 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 0x7f8cafd7 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8192dabb ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87541603 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8edbe1e5 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8f76e7ac ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x900eee1e ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91c1254b ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e750478 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa070dda7 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7d88833 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8aa2b8a ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa0e8af3 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaba495f7 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb02ec0b9 ocelot_sb_pool_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 0xb265502c ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2f078cb ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3a103cb ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb66887ae ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb902229f ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb90c5a78 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbde5ddc9 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc35b2d11 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc8a8c557 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc820fc1 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0344032 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd044a08e 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 0xd43daa5a ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd8fb5394 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc785cfc ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2a143be ocelot_fdb_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 0xe5f5983a ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe67c3499 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb409ec8 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeeac1d63 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf216907b ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2f97208 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf61f9109 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6b8e79c ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6dc84ea ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4a01dee9 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 0x69b486fc qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x7e7426da 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 0xe105ab22 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x95762554 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf1a6ca0d qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x112a53a3 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x14edb46f wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x152dcee7 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16487db1 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x208e8c77 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x21fe785c wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x25d0e852 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2a07cbcb wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x34b502b0 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x38d803dd wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x40fe2366 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x41bea3b6 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b37959e wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6569c62a wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x761a9504 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x780d1231 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7ac64fbf wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x873f47b8 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8c222691 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8dbb0e51 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8e994365 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x927e587e wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x931ca63c wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x96aad36d wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9d1ea253 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9e0b21c2 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa2590ad5 wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa6a3d479 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb0761b77 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb30bf1bf wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb760e647 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbb64f354 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc6e9a017 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc828f99b wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc845bc9a wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcda3ff80 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd3b8d3dc wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd52c99f9 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd5d1f8d2 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe63f03a3 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe9297484 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xeaa8e273 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf3768552 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf3a1ab81 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf3b76d11 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf56ca5a0 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2b9fb7f5 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x73e0b1a8 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7c216794 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x91ea5d35 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd38d134b 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 0x0722c23d mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x075ebf82 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x1727d3ec mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xad141478 mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xd8a379c1 mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xdde99a9e free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x008b3947 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xb7fca4c2 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xd1edcb8b cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xefd9b2e0 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x28d71b7d mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x1400a9ad mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x394462e5 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x904f7f91 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x95900a64 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x9e3e9a00 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xd7cf0010 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xd91dc7cc generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xec2ddbfb mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xf7da37f4 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xfde82b9f mii_ethtool_gset +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x4e02aa27 lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x5fd7d19a 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 0xbd8a7a26 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x104572df pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4f0975bd pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x620c9a40 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6866e2b1 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x590aae34 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x2c569d65 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x3ed756ca team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x512f12d0 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x54d1144f team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x589e674d team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x6f4dcf10 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x795926bd team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xfffcf0eb team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3db42a8f usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x4f866481 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x66f3e337 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x04359fc8 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0941d3e8 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0d7cd98a hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0eff71d0 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x24d794ff register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4297fb46 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x44bb7447 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa82a80a7 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xdb7bc805 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xed6b9621 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 0x11ba45c2 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x288a5984 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2fa8d103 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37c41e29 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53286a8c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x57df61e9 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x60d44091 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x679cead6 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x77811832 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8138022c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x858554ec 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 0xbf046c4d ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe100784c ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03463e4e ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08820afb ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ad4f106 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d0df250 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e4874f3 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x11574005 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16876901 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x189fbc39 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b2d7cae ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b91c369 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d7fa7a6 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e39031a ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x22b82153 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x24c507d9 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2bbbeae5 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d1cc7d5 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2f258fed ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x336f0eec ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3747520e ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3e880a6e ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47e31754 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x486d9291 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4d3387fe ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51eb9b8c ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c5dfab1 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f0e8d49 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x646ff45c ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76a51542 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x77734f8b ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7b21dd10 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ba64808 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7deaeddd ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x818908a7 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x867f44f4 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8750f515 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x941691a3 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa31ab533 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa616167a ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa71c61e4 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa783772a ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xadb96e25 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb344f532 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7574b7a ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbadcdeb9 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd82c3fd ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe4fc1c6 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc1706c5c ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5436313 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xce6eb5d7 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd6814d4d ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda79c52c ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe327f21a ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeaf7ae5a ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeee7e8ab ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa70a6b3 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc471aac __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xff9ee406 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0438c2a3 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x060382c5 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0c240a84 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e726cc0 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ee3c35f ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1c0d889b ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x225b9f8d ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x243f56b8 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2458bd98 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2471e967 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28d06f29 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3873358e ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x412082e3 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x422d05da ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x42962060 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x460b3a26 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x462855dc ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x523ff1f2 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5b7960d1 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5ca33f80 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d7cce53 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x617fd693 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x619dda33 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x653a5897 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x680dd0be ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8a150c17 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x95157be1 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x98bfeddd ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9a179c78 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa15307a3 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa33e6dd1 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaadf19c4 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb8dfaded ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbb407932 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc3f3ec54 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcc9b1417 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe80dde1d ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeef3918c ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0839c3e ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf1aea08a ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf39106f5 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf73bd7b8 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0ddd0cb7 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3fa0950e ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x461b5a53 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x48249c3e ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x84442904 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8c86f01f 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 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcdc2b130 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcf474a64 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf09f7217 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf4172362 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf5ab5898 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x01443157 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x023dda3a ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x044e6fcb ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05a68476 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1133d23d ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1fa308c1 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30ec7b89 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x344c51c9 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53e05589 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x556e9d18 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6be32b26 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x71eb745f ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7588f279 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7a70b78c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x87100f2c ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x89f93c23 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x910ebcaf ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa1b3296b ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9a14083 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xab02e86c ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf05c8123 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfa5dc05f ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfaf25280 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x056bd151 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0595768f ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05e74514 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x060c3bf4 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06bbeeb1 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x089c5137 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c5b76ae ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c636043 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0de5a9e8 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ed9180a ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11469145 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x136dfba6 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16b3e42f ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a975e0c ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b4edbc5 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x217f077a ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2281d74f ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22aee2d7 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27661adc ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29ebc754 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fe53c50 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3073b85c ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3141ff79 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x337b50af ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33a2a5e5 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x367193ce ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a0166a9 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4131dfdf ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x427adc68 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43fd9ff5 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x445ce99c ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46bfaf80 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46c86939 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49cc3418 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b76e4eb ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c3c18c9 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c50cf0e ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e9faec1 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51fa7ac0 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52ecb221 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x534e2f3d ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x538cb8af ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x544d3f5f ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x583c99e9 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x595030da ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b3682e0 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61a6f4ba ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61dfc87b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61fb2aad ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62f6aa19 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69e2d9a8 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6aa9a475 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e0a7cd8 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f0ed622 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f8f3b6c ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73bcb89c ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77ce4b2c ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a443260 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f44f24c ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82683bfe ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85d887f7 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85e4998f ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d4cccc1 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f80850f ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x921835a1 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b148e2f ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bd7f90c ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bf1992f ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ce2c1dd ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0f0501b ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa33300f1 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa440c7df ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa509ffe0 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabc9d2fb ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb26d5a56 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb282239f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4b5f576 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6e28d9d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb96552e4 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbaca6b39 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb056967 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc55fc3e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbea03bf9 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfd4b481 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc08049fb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0efb198 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5d684e9 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6589e9d ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6c0a12b ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce3f36de ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce806bf9 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf8ed408 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd13cc172 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd44801de ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4e021e9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6586d3c ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd80a9ac6 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcb66d6a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0651313 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2bd1217 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2dfb334 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5968d61 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xebb5aa83 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedf62ecd ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf60cf8ce ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9875241 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe8d5b31 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2888b3a0 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb0deb2e3 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xf4431c17 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x02858cb4 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x05e36839 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0927cc39 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0bfb7d20 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1094478a brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1278db8b 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 0x2c95ddda brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3eccbd32 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4dbe142e brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x52e25007 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 0xad2e2fc0 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xbb923d0c 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 0xf492c599 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x09f5abd4 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x0a8e6845 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x5a166b0f reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0e46efe9 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x43ac6868 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x47ded841 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5617c43e libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7a40ce59 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7db445a6 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x81f350c2 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8458fbf3 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x87a26f5b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8ceb5598 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x90046814 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9991b6e1 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa00e937e libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xacca2900 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb0ce4be6 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe69c933e libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8c48bc7 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xecfa3bb5 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf0233c2c libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf6f4bddd libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x05e8d7ff il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07e9bef0 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b592b09 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ba366ff il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d4a157a il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e455d72 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12bc6c32 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12bf44c5 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x154d311f il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17c5f179 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x187eaa14 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x195d132a il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19b26873 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b37ef20 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d13b1fc il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dfff733 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x206c3b97 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x273655b8 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x334d320e il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34549ca2 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x370cf3c9 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x393c826f il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a312314 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a86e902 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e631a94 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4540fb8e il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a89b508 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b34aaad il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b9c380b il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x513bff0a il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52a4cdbf il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x532d85b4 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x557edc2d il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x55b7a1d5 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x598400af il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59b8a368 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a141d5a il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69cf0062 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69efcf60 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b16d9a4 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c799c8a il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7032a320 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74dd04ef il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x778e65c4 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a2f6990 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b65d0e3 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f204664 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8207a2eb il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8685e5d4 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8721a062 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x877e5a27 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88d2d1ed il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89dfd82c il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8db15bab il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f0a8344 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ac3bd11 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c288759 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa299d098 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4e7b48b il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7cdf904 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa823dea7 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa8b19b22 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab103faf il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac6b6a5c il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae77f509 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafbae16f il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb01a80fb il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb382eb44 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4900683 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb68feff4 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8244817 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb834702b il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb0a1a09 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc12878f3 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4d5ad18 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc535c5e8 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9d8f680 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca159985 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcc16316c il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcca75617 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd41d8c4a il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6d4fdd9 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6fe544f il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd751b428 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd79b3fd1 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd7f811b il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf32ec8b il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf664be5 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0029c65 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2d4748a il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3f65b39 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf46103d8 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4c932b1 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5481e35 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7c6f5dc il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb190c17 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe598738 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfea826b8 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1d4e38fa __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1f0a1314 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2ef9271b __tracepoint_iwlwifi_dev_ucode_cont_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 0x632ce03c iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x69b160b7 __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa3cb2575 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb9755b21 __tracepoint_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 0xddb05816 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xde679921 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfe3d1c8d __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x03be18bf hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0b5a7908 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0c924cd0 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0d26dc8e hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x213218cc hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x25709d68 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4b243618 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5e1e0369 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6d62a177 hostap_info_init +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 0x8752fc04 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8953eff3 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9f286cc0 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa68e9a65 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa8145734 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaba45f40 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb39f2a8c hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbce23840 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd0fa329f hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd3b64f3a hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd40a26d6 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xde690182 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xed00eae0 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf16bc7b8 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf174c4f0 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf6e83ed5 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x07ad9f10 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x103e2ffb orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x115c67ee orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x409fc5be orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x42b804d6 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x481305ba orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x495900e9 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6f80732b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7a971ef6 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9ccd51a8 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc61accc4 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcfdaa419 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdf6cf5a4 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf03f2119 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffc0a8e5 __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 0xd58b0dd4 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xc66111aa rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01f10cd7 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x137d9571 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17a063fc rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e1089d6 _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 0x250afb4d rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29d2734c rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x310d2026 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x32221c8b rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x368a596a rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x448bdb64 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x47156489 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4904ae35 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c3d3ee0 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x58b3dbff rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5ae9a945 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6054906f rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71619fe8 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72015f0f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72ea0c47 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x78c5e03a rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8269c14c rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91541c96 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x991e9146 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9986cf6f rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e2827e3 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa034228e rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xae36c322 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb47fa3d8 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb7cc94a0 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb81c3bbf rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbb844759 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc96fbbb _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc4623559 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc808e776 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcb19dbad rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcf2404bb _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb2e7aaa rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xddc9a7a7 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe160d384 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xefec10f9 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf7da1023 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5ed4189a rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7647e675 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x9f35a5a2 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xbf3113f9 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4692732a rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x89afa0d9 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdda298d6 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe7728ad1 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x09951a8a rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1178c77c rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3207c3c4 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3a3cee2c rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3b11a295 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3d74ba1d rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f915cff efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4337342c rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x504f9d14 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5077a58c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x57164e4b rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64a10945 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6854d9e6 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7469c5e6 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77269081 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x925c3d5b rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x95a2f4f5 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x985531b9 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x996d8979 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3e73392 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa49da5de rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa8aa7dd3 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1d5f153 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcbe3fe3b rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcd069135 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd048efe9 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdfd25270 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebd109f9 rtl_ps_disable_nic +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 0xef135dde rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfb208751 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfe14fa46 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x7f3e6cb4 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xe2fe1b39 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x94de1606 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x7b1c7d38 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x03f1502e rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x06719c5b rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1433c562 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ce80fbc rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x213c0150 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2163015f rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x227d4420 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x24711c38 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c78a774 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3576bb0b rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3900826e check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x399e6bba 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 0x45f7399b rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4b05c58d rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4bfd17bb rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4c403412 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4dba00cb rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x509d6ccc rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x51519f0a rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x51994910 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x574b655f rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5a4221db rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5ad72d0e rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5bd9d604 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5df76ce0 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6185f68b __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x682e984b rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b8539cb rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6e1abb38 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x74163cc1 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ea0dd70 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8273105f rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8bff6390 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9ce74c1b rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa0efe79e rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa13a5d45 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa65617cd rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa7d4d2e0 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8cb2912 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xab358fbb rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb4cab41d rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb13a7f5 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb90a6e2 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc05589d9 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc2d022bf rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc31abc0c rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcb161811 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcebca8fa rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf6e7e14 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd07c5dfe rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd78ac93a rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdd507fea rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe16fa3a4 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe33705d2 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4d48e2d rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe84009e7 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef2fc12d rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf22154ec rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf4d09291 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfa6056f4 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfcf1a868 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x50a94d77 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x60312e91 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7c765a83 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb31f51b4 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x0cec8397 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x77892f76 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x8b43c5c3 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xa06d105a rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x156ade3c rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x3504e3e7 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x1d499420 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xd71d2a1e rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xa083f8ee rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x3b26b481 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x04adef83 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06e77eda rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b8b63f6 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b98f01c rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e2cce86 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e73b077 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1554c71c rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1af62e4d rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1b650fad rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1bd63efe rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1e6a8a0a rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x22dccdf5 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26def549 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2caa3e53 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x315a774f rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34b74412 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x358c69b2 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x39557f92 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3ea1ddd3 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3fda6eaf rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x607d44fd rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e4b1f34 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e827f98 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6f84dc44 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7ecf9f3c rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x80daa758 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x87a2ed65 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8d47a6d3 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x914d9d72 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x932fece2 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x93a3194f rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9b526320 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f171c2c rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab26cc20 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb0220d53 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb780d8d8 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb8c41606 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbb8589b1 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd13a3de rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd357342 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe33ac4a rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc0d5b653 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc4a2b6ce rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc5ec3d2a rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc8799e0d rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc95c3c8f rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcdd474b9 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd45d16fd rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd66b68f6 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd6884121 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd8dc2f7e rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd9d910b6 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdc9c3052 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe35dbcd6 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe48b663d rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe4bca010 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeadbe9cc rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf4dfb8b2 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf9684e6e rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf98c0b29 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfb6eb1ac rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xffeff883 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x02cd97c4 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0b7e63b2 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0f2ed401 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x12c82b5c rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x255dc9aa rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x310363b3 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x315018c6 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x65c134ed rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6614872a rtw89_pci_enable_intr_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 0x91cf562e rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x91ec77c0 rtw89_pci_ltr_set_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 0xad336aea rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc2622fb9 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe1ed6a0c rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf262196c rtw89_pci_disable_intr_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 0xde2cc468 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5f9f67c7 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa1c9ee42 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb2ccf86a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xed47854e wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x74476317 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xcee8aef8 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x20d60eda microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb1cba884 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x7c12a0fe nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xc3186981 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xe8519a48 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x18981992 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xaacbdb48 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc77cf99e pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x16735e6a s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x5137dc7f s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x94501d3c s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xd4c72de1 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 0x04c0456c ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x05f078ce ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x363a3e46 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5fdfc571 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7255e982 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xac95bfa7 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb3ab3e5d ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb98d16d4 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xceae765b st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfdac1f5e ndlc_close +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x024a9506 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0b8705af st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x20f756a0 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x229e528f st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x366453b3 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x36a42dfe st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3ce2241c st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x427f68cc st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5a26f3e2 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7a99a116 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x832e33fe st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8e8f80cc st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc20cfb61 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd5cbadd7 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd890f23e st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe39bce5d st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeea85e5c st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf1442fb0 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/ntb/ntb 0x0b9ef696 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x0c4e3652 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x0cded0f0 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x20e07826 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x2ae68a06 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x34c4a2c7 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x34e465d2 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x373fcba2 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x3a32c6c8 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x48d8c059 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x595dcb88 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x599c76ef ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x6dfed4f1 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x8fb25c90 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x97670ad6 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xb741f9a8 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xb9c09327 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xbd88e1b9 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xec62ab09 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xf476011a ntb_unregister_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xab7df919 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xfc735a95 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0af52c12 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x0c0765aa parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x1290e1c1 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x12d8d185 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x2509fc36 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2aa79234 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x30512777 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x3194b81e parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x352b74ff parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x4c3feff4 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f573df0 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x601ebb2a parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x69426dc2 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x6f01edd2 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x70fe661e parport_release +EXPORT_SYMBOL drivers/parport/parport 0x74ac6319 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x8b11dfca parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x9401d2c6 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x956903ba parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x9c3290e4 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x9f32df74 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xa4bd7afe __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xa7e1eecd parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xbe6c5703 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xc0426bb4 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xc4687e55 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xd1827652 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xe4cf88b4 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xe77229ca parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xe9ae462f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xf7934607 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0xb818ac07 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc0f350bb parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0a608a02 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0ee8ef3d pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x197bced5 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x23c9bee8 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3fe54314 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4305388e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x45dea291 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x572223a0 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6e4f9142 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9b6d7a64 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb67da27e pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc049d4b7 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xce9aa053 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeb68cc88 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xef2541e1 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfc4cff77 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfd5ab79c pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xff026ccc pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3be77bd1 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3fab7c89 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7a8a75bf pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x83c7fa05 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8ab12dc8 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8ce5c845 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb450f10f pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc03ea82c pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd8149b28 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf2012123 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xd7d5b80f pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xe572b2bd pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x4a03021a cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x50833210 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6ed1d6c0 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x7ebc71cd cros_ec_resume +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 0xc607cc55 wmi_driver_unregister +EXPORT_SYMBOL drivers/platform/x86/wmi 0xd27b4a54 __wmi_driver_register +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x19446f6d rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xb5567475 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x07ba8774 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0a6347b4 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0f83bdb1 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x19c5915b rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x387e9aad rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4146ddf0 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4527daf1 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x63b6a41c rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x80aa5352 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x80c5e0ef rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x87dc98fe rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8e3687ae rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9e908c37 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa03de2cd rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdce2de61 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe38fb6e9 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe961ee58 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf580746c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfaf0511a __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x7ce1d282 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x3ebe761a NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0xb09aeef4 NCR_700_release +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3150c1c0 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x499f47cd scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbc939990 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xd8b4f961 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x05dfb7a8 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x23337d79 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2a2f877b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x63ff8f10 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x66cc4c35 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7fd7c6d2 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x82a617b9 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x884f5f68 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x92bea4bd fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x96a7420e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbdc7ecb8 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01ae157d fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0478035d fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x094fcb46 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f66fdd7 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x17a873a2 fc_fcp_destroy +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 0x28db5cba fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33a26622 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3896249b fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x400eaea0 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42449e71 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x441dca87 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f71b001 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x513fe4a2 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x544e5a30 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57c2ef49 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b6836dd fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63db3653 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65c86f06 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x68141178 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75f02cbc fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +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 0x802c97a5 fc_get_host_speed +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 0x8465b45a fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87262813 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d025566 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8dbd98c8 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9767d563 fc_lport_config +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 0xae127531 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb098c1fc fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb60fab44 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8af5aae fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc2809ff fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe4f1777 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc43513de libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcbebac02 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd496764 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd243d074 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd5253356 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd8de89c5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf15ec9d fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf733522 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe372ba78 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8886bae fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf076c645 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3d1828d fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf50dee7e fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf73ef0a1 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9813fdd fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9cbc21e fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb3bedc6 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd1a3aa0 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6398bd0c sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7dbbcfba sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xafef465f sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcb29855c sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x1ba171aa 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 0x10f0f598 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x15e3c8f9 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x274459bd qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f891e4b qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x481fb58c qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x53ca6c55 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5d527aa9 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x692fedca qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9f88869c qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xad653c6d qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbb19a7db qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd8c855f7 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x05260b1c qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6358d18b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb1989ab0 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb53fed6a qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xdd1a2e07 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfa79fe37 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/raid_class 0x0dd39acd raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xa2fbd137 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x10d2f9f1 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x17fc42db fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1b253a33 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x48aa795d fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x61a81db8 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6402d57c fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75e3a5a5 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa41e5c28 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa66e36f0 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa6f81e7c fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb3c50b6b scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc1418da4 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd218e689 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd893a329 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdf714627 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xea028192 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfd3fa855 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x045e549b sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ab2b73d sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0bf5f1a3 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0dd4dab4 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ddfc03b sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12630892 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x28cba69b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2947b0f5 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2c0094bd scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3223964b sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4f9194de sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50341f72 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x516cd828 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x652e483d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6584f8b7 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6926c1da sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7a57c4b9 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7dd55096 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c9edc85 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x93de6114 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ef08ba6 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ff2023f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xacc82a72 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb597252 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf5dad18 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcda0336a sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd2b8482 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe89efc02 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf90bb265 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2798ab9b spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6f86b3e1 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbc9ccdc2 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbda0034b spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf8e8c57c spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x24fd0c5e srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x82245ffa srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x830cdc93 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x98d561ea srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf7b5bdd6 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2c1e499c qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x51a040be qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5cab2bc9 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6b858779 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6e8bba91 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x86d4e40c qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x87cfb4fc qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa8b473d0 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc769a2d9 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xdd357c57 qmi_add_server +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x102aab39 sdw_bus_master_delete +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 0x1e4f95fe sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x360508d8 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x365f33a3 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b061ae2 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x41d7d662 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x48e0e39e sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4c3781b2 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4e949cfe sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x58512ab2 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x59a49738 sdw_nread +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 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7a3a1d51 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7c721a6c sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x81c33bec sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x91dfe674 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x91f306e3 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x93db336f sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9fc80997 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa178f324 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa30827f2 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa4e44fa7 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa532ef95 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa8f36416 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb2e955fc sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb3e23440 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb8b7b83f sdw_bus_clk_stop +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 0xc3bc7f8e sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdae4f722 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfdbbf955 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x08494e1e sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x18e4133c cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x31abb53e sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x417acd66 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4e4679dc sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x73292d61 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7bbc1860 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x897817e8 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9ecf2a54 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xba47503f sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xca0bcbd8 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcd6a8508 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xce942141 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd7194810 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf44da60e sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf4d16f7d cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf9d9adcb sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf9e881e7 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x00654b46 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xfd6b8184 sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x1242f240 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x1495931d ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x24027f17 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x29f53511 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x38fa7cc5 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x4877d336 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4b86623d ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x72e2353f ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x79483fd2 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x7a528ce3 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x836ac218 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x915be5ab ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x966d1a3c ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xa73588ef ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xac0ed7d2 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xceb52f2a ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xd21844f8 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xdc0b7c96 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf81dca6b ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xfe5fce43 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0eb63b72 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1d863609 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2194e272 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x37851b31 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3d74aea5 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4364a6cb fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x44a184dc fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x62fa304b fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6d97fd5d fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x704ece2b fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x799740d1 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7f378691 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x847dd5ba fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9e537dfb fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9f4cbe6d fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa611d99b fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa9167163 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb02d2858 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbad90e71 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc945a1d4 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd29d11a1 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdaa72dc1 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdc72cd59 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf3240bc4 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf50b927f fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x54fdaa53 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x9ed11c78 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xd59c97b8 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x82088292 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01c27aa9 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04614081 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0adff8d6 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0f21f308 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x18e7615b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1ccee437 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x219759c3 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x251f4ea2 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26d09cc6 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x37ba8734 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x390955d2 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39ec63d9 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3cf68c9d rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e39f55a rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3fd30b0c rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x424fff88 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x43ae1182 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45ae2f74 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x53f5786e dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c56e715 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e77299a rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5ee2f0da notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fbb695c rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74499430 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x774a3c1b rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79a074e4 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a65794c rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82a83151 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84c21efa rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8543ecae rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89688914 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8b240574 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92424b58 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94b728de rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0506d09 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2c6040c rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2eb6ab1 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb481451a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbd0d713f rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf3cf7f8 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc0afe8af rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb09322f rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcd8d9cd6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd56a19fe HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd6823658 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3f96ccf rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe79885b9 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf3c675cc rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf510fe44 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1067d1a9 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13ec23f7 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14a7962a ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d125205 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c0e87a5 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a669e8e ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c71e8d4 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbeaa71 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fba0fce dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x573a9881 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57c9a906 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x643f42b4 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x650d2d48 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ba0ff0a ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d1b8f4c is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73e71513 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x783d0e57 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x78cc5521 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x831c8fb1 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a5f7391 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e325b5b ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x92858bb5 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9421ae87 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97aeac77 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98b5294d ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d849579 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa07a7da7 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa644a351 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa69c5fd1 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa9bb8308 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb7d3001c dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbacc46f6 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbaf373bf ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb3a89d8 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc328f73e ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc8a8a44d SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc932fa96 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd51dbcd ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfc1d330 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd37603de ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd822d212 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda0d7acc ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb67ea42 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbaa8578 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddba4259 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddf7280a to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf9f27d0 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe70f2620 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe7c06485 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea2f5350 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3206c3e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfed25833 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff15b12e ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04862090 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b01bf6d iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b9219e1 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1e335605 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x27e392e0 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b589d6f iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33c5281b iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x361afac3 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3de6ff93 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47b8e3a7 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a4527c6 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4fc7e97b iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x541df63f iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5573ae49 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bcf7675 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x73cc98ff iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74543167 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7cf739c7 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8029eba1 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8165bcc2 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8214fa00 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84984c3b iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85eda506 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x881a0690 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cd0e573 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9baa64af iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f5f3229 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa4369ce iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab8df178 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba3310cc iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb0d949a iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc836c83b iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd48f52d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8ffa1e0 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd97125de iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda9749f4 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xde91a124 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdef70268 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8bbb5c1 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0eb7845 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf59f2162 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb2a3872 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfe02e4a8 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff5fb1a3 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffddf961 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01b8f0a9 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x01e71350 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x05ab5e5a core_tpg_register +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 0x18e5ca53 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a8c0a36 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a99eb25 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x1bf31e1c target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2111c68f transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x269c2c30 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a687040 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fb2e297 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x31322980 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x33873bf0 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x343e8dac transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x347d372e target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x36754a99 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x38dc8f08 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a6ab7f2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x3df38c6e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x4135bdad target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x467b861a target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x481f9120 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a454f31 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c555bcd sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x4eea70eb core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f744962 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x587018ce __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5987b3a9 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b709230 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cf796ae target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e9ba9c9 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x61b285a8 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x63fa0753 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6800eedf transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x68063612 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x6dc5b07f core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fa91636 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x7610a1e6 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ba70316 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cb6d331 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e59ad80 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x864295d5 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x89b22815 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ef146c8 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x939c3183 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a930428 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bcc4732 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5bb1283 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5d2efe4 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xa78c55f9 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3a355a0 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc1c9791 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcfe143f transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc03a4fd9 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0451db9 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc36e716b passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xc77f087f transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7f3a1cd target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd0f78ff target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdace886 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xd64c96a0 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd9221cc9 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xda43552e transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc9ba0bd transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xdde87f35 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xec756e94 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4fdd1e5 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf91bee73 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd839897 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xfea335c6 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xfeb767e1 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xfeeab726 transport_copy_sense_to_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 0x432e19c0 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x53c5d84d ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9b29e8a0 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9d5d6b35 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe9e6a7ce ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf33860ac ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x06e0e5be tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x3c66fe19 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x1792d545 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc22b4a74 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x86d7c209 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xdf81c9d4 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x4f73433b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0387cf4c usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x301f13e2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x43ab9a79 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7e01ec65 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8e5736df usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa3ed4e64 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcd270fbc usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe6531f69 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe6c89967 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe81da2da usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf4650712 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x102a0c03 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xb671bef9 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xe460b49c vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x06d07a0c mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x35dd9146 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5a55c88d mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x7d9e0907 mdev_register_parent +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 0xac93ca45 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xe2dbd41c vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xf0267060 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x0aeb2afe vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x6959469d 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 0x17c3d84e lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7e680a10 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x897dd353 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x9d409a79 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 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4b00d878 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x673f2c57 svga_tilecursor +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 0x8512fe03 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x95fde862 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa41a2c25 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa465b4d0 svga_tilefill +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 0xe697c6c5 svga_settile +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 0xaac4f738 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 0xef4a1ed3 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3b9a7b42 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd68e20ab matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe8509d8c matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x52313f3f DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc1c9b0b6 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xdf4a2b7f matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf9b10c17 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x2a22553a matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xc0c66234 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x18fe5686 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1e41d8eb matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7dacc7ae matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xbbcefe33 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1ae09d8b matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xd6820636 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x11d8530c matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x99a0cadc matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa27f0e6d matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcd81b5e8 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdc4f4a0c 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/virt/vboxguest/vboxguest 0x0092de03 vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x21fe4672 vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x260590c0 vbg_err +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x39a83b27 vbg_hgcm_connect +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 0x75af455f vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xae954cc0 vbg_hgcm_call +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x19d0a1be is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x7b7c30a8 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xce3d2ede virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd0cf29ff virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x74b237a3 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xb8e79779 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x54ca3e06 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xeb3d530e w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x29044888 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x380f8cee w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x458b120f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xc69611d2 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 0x0578793c fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x058c501d __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x073dbcd6 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x0770a748 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x088e876d __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x09c714f1 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x16afed6f fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1d147d75 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x20dda7c1 __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2234ca69 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x28253b7d fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x32ffd517 __tracepoint_fscache_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 0x4c13a960 fscache_withdraw_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 0x5b18bdcf __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6ac082bf fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6b4faa32 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x71550373 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x780550eb fscache_get_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 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8d02f11d __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x91bd1c35 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x97ca4a08 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x9a44734c fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9c51c9f4 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa9fdc0b6 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb624237c fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc0e5834c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd080b7c6 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd8eacaa3 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xdc040877 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe5f598d3 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe93a25d6 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xea68a5cc __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xec64eccd __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf2391552 __fscache_use_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x1db88bac netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xb63ca1e4 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xc9b3bb25 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xe129933e netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf744243b netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x1c9db050 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x36b4414a qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x4e7338ba qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x82066d33 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x8bf01d5a qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc3d249a8 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/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 0x2a260b1b lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x83601c8e lc_seq_dump_details +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 0x013a4e04 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x13d00099 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1a4af1ce lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc747c742 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xce87dde3 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe857b1db lowpan_unregister_netdev +EXPORT_SYMBOL net/802/p8022 0x5f3191ca unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x8ebde3f4 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x2395f58b register_snap_client +EXPORT_SYMBOL net/802/psnap 0x25418538 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0059094e p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x0195551d p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x08615f90 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x0a25d9f7 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x0abf3c94 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x0b22dcd1 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x103dc50b p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x137ab8ab p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x156b0fa3 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x21051a13 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x221c37ad p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x2a55206a p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x3945c990 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x3c8343a9 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3cddc7ce p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x482e8aa5 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x5864a069 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x59365a26 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x650dfc50 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x6685e0f2 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x6f443c01 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x71e34d0b p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x734b60bd v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x75f9ca39 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x87ae7700 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8a7eb801 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xa1e67552 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa7931648 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb0d95749 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xb1061ca0 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xb2d3ae6b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc7503719 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd39d4eff v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xd74163ba p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xdf61fcaf p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xe15888df p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6b16f4d p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xe70e4cb8 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xe8abe43c p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xeb71b33e p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xed5b1cde p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xee038a9f p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf0b3c806 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xf56b2187 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xf62891e0 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xf8a4b643 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xffcde1bb v9fs_get_default_trans +EXPORT_SYMBOL net/appletalk/appletalk 0x8b87ea7e aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x96556f90 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xcb5fabb9 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xe3deb687 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x0af0c144 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x36be7027 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x3abf3e7a 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 0x5b8de45b atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x5fa9e1a0 atm_charge +EXPORT_SYMBOL net/atm/atm 0x748fbbe0 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x882f179b atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcc739ecc register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xcdac07d9 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xd2a20de9 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xddb2a4e5 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xddcb7dec atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xe025113a atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0ea58eb9 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 0x3057f3d8 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7d7fa5c0 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x812fa87d ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8bb72821 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8be9aa1e ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9ccb91d4 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xb6770252 ax25_find_cb +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/bluetooth/bluetooth 0x03554fe7 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x066d91ed bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x07ab4ff7 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x07be8308 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b072a71 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1115f529 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1680af82 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d38f836 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x219013fc hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x264fa393 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x306dec62 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33c0aacf l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3bee11f0 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5355f66f hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5990da1a l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5b073111 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64ccc689 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64e2360a l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ef03629 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f216461 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x738f0c71 l2cap_conn_put +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 0x7c9a2454 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7fd7ea0b hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x803930f0 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x80902d93 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x81388b02 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x81593de2 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x869d95db hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x86a47250 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ea7e164 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9099b4d9 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x92e33fe3 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9ccd3fb5 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa4e856cf bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa984983a hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb586e56 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc62680ce bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xccd58d82 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcf85d33e hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd144179a hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd44a8dba hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5614964 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd99c7c3c hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdbf1d045 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc5bb7e0 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe282ec70 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe7aaa007 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeca30350 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeebc6cfb bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef04c941 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf28bbe3d __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2ecf460 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3c2f519 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf6f20e4a bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf82c52b7 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfccb5506 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfeb72f3d hci_devcd_abort +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0584278c ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3e92857e ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x60b5bc40 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9a814eba ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd1b56a76 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf31c7595 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x21b78b5a get_cfcnfg +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 0x6eb49d0d caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x8146893b cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x94f54023 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 0xca34e133 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x02710302 can_rx_register +EXPORT_SYMBOL net/can/can 0x56905354 can_proto_register +EXPORT_SYMBOL net/can/can 0x5d17b122 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x65afc690 can_send +EXPORT_SYMBOL net/can/can 0xa2967062 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xab623ff5 can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x00e00484 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0c140305 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x0ed658cd osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x108bee62 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x139f27b7 ceph_monc_blocklist_add +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 0x18841bf4 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x18a1e82c ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x19d6fd99 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x1a67150b ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x1bd56a4b ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x1eef358b ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x277e480f ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x2878e6d3 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x349adae0 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x3636e02b ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x37c43735 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x395a04e3 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3cc706d9 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x3e30acec ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3f88459d ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x40157212 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x42351c48 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4de4cf5b ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x508e012c ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x526eae96 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x558204df ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x563e1595 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x56887b46 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5d5206a1 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6243ea5e ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x62c44097 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x636fd031 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64c5f525 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x694a74d8 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x6a257058 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c7a4353 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x72cdfb57 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x77ebf76a ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x7a2397dc osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7be7b3ba ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7c38768b ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x7d0769cc ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x7f626fe4 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x80db70aa osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x83aff95a ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x88dd3683 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x896c2d2a osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8c487114 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x8cc4de18 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x93c0b5da ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x941616a7 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x95e6d034 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x985d08f3 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x99977725 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x9af88f0d ceph_release_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 0x9d6342c4 __ceph_auth_get_authorizer +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 0xa04e11dc ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xa12ac1b8 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa1e49b3b ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xa28229fe ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa7708c7a ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xab0ea5e4 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb16dde63 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5aaf73e ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xb5d6c6ec ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xb6be38c0 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xb7142a01 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xba150f38 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xba6fc345 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xba8c7568 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xbc71900a ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xbce3ff6a ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbff18c2e ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcabce8f0 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xcc09ac2e ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xcc295bd0 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xcdd5c926 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xce2c0428 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xcf1e5ed0 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xcfb883a8 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xcff8b0aa ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xd3a45387 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd6792310 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xd9055b4d ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xdb311700 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xdba836c6 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xdd2f1c3f osd_req_op_cls_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 0xe03e337d ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xe0588878 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe2fe0f01 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3c202f4 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xeba9fc1e ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xedf5bf22 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee4988fe osd_req_op_extent_update +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 0xf3097cdf ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xf37748df ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xf765d872 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xf810b570 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xf9040fa8 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xfb7d0d1b ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xfbda6125 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xfe9f3caa ceph_open_session +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x486e8554 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x6628194c dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x8901a2e1 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x98f5a745 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0db8a4a7 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1a3356ac wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5e1aadfe wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x88862cce wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa7e039d3 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbdbf4c7a wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x747e7bc5 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xcddb1c7e __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x8c95dac3 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x595ce703 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5fb0c02a ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x62d150bd ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbbb5e8bb ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf3ff1c5e ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x226cc9a0 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x50aa6c16 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6cc6c554 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa70bf65c arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x49f1da33 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x584c6b7c ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb35ae956 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe8fc03a3 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x5bb02dc2 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xb49a3354 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x01ee8f69 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x15b420f5 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x18192377 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x235b8e2a ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x42ead60e ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x84633611 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8879e583 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa4ed242f ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcfd08925 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf4ca7339 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3169984f ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6e44538d ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x736a2098 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf43a28cc ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x3a4008ec xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x92db42e1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x4369bfbb xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf1bb7f72 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x08efc5ae lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x3f62cbea lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x459dbaf4 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x5d6f816d lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x75a1abd2 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xbbca27d2 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xd58a416a lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xfa619e70 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x028ad41f llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x1e0ff1c2 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x41a9917f llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x7374319a llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xad820c1b llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xc1dc8e0b llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xe31386ee llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x00da4425 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x00f3c134 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x06254884 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x068c0413 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x06ceaba0 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0953d360 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0aa3e52d ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x0acfd931 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0b6af4e9 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x0ddd2b65 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x102d0317 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x124a46ba ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x14fa96ce ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x17c49ed3 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x18835314 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1bb75017 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d05177f ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x1f40d438 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x24cf0886 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x29d1fd3d ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x2e845bac ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x2ea5bae0 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x2fb790b1 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x320553cb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x35d576af ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x391f8ac5 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x3c57086f ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x44377de1 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x46388f15 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x467a087c ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x4750cf24 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x47de3ed5 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x4b6a8085 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x4e3f81a5 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x5578e63e ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x55a8dce1 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x55c7f036 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x579d1794 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x582b2177 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x598b4d01 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x5c9d4034 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5ecb453f ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x5efd987d ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x5fa42069 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x61b996a0 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x61d141dc ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x66220a39 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x6714497d ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6acab0b6 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x6e8f701f ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x6ea57c4d ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6fe92921 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x704b2546 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7220fb2b ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x7401ca0e ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x740bdf2f ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x75a6f384 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x77f5a2dd ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x78c39c65 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x79d36853 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x7c10506a ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x81cc3216 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x82217d66 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x8962b027 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x8d2f6d6e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8f0deae9 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x902cd38a ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x902ce420 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x9076900c ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x91ebc6e2 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9384d190 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x950b8a17 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99fecf5e ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9b4b3f73 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9c405e3c ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa9d31e95 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xab09473b ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xacb4429c ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf625920 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb34de8bd ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xb574b1fa ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb80e67f5 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xbe137119 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xca14880d ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcf250b44 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0xd00b1cea ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xd3c5fdfd ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xd525a02d ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xd55aa7b9 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xd7b9bddc ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xd9249d8e ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xdf1af256 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xdf987944 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xe0405f8b ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe1959855 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xe2cfe69a ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xe489c367 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xe549891f ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xe5a61bd9 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xeaeaa326 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xee448bd0 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf77d2894 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf96c8825 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xfcaeb287 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac802154/mac802154 0x1847a58c ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x3e5c0b13 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x43c4a4d3 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x4f307e63 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x4faad301 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x73c483a2 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x7fd7945c ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x957405eb ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xb38c5330 ieee802154_xmit_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01f0bae8 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0856b3c3 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x29df870c register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x325e226b ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a727ed4 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4422c1c6 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4969e482 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4d23eb6b ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6321338c register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb55473b6 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb73599fa register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xde1e0b40 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0ffb10e ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef279019 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfaf42a38 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x39173c0d __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x697e4005 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x9295eebb nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xdb84c6d5 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 0x159309a4 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x228dbaea xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x2de8282d 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 0x6c3952b4 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6e99fd4d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x70f4b049 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x98da66fb xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb07746bb xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd258df22 xt_register_targets +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 0xe85e0b8e xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0ac34250 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x14b0af48 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x19f7537c nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1b63ad99 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x26c3ffeb nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x5da04434 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x67b0eb52 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x6a05c55d nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x75025cba nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x86d39aa6 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x9a7f8fda nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x9b96e375 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xabf2a0df nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc0d3b9c5 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xcbdc523e nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xd007a50c nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xde67e045 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xe6ba4a05 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe7022c97 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xf8bf1596 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xfd457d9a nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x0caa1239 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x100104d2 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x14c597b1 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x2a0067dc nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x382aaf7d nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x3bbde1e9 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x3ccd0b99 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x4ba45bcb nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x56fb8a45 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x589f3231 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x5978c6bc nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x6b3f64d5 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x7000ecac nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x746cfdc5 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x76c99754 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x8539f85a nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x87ff8f07 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x8f0cd918 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x8f1d99f1 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x924b72c2 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x931abc18 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xa19a7459 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa75351ba nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb211f977 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb588b31f nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc77ce416 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xd25f6d30 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xdddc3a87 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xdf867c27 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nfc 0x1876f1cd nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x2e5498c0 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x3cac38cf nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x4112f4ac nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x5f29bcf2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6683ae48 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x715d5ff5 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x753c282c nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x7542a2a0 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x78790ae2 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x7a6e8799 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7c1892f6 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x810d0461 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x84efd16f nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x8cb38e4a nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x8e6de0f1 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x97f5f768 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xa1bfc9d5 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xa2ab8821 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xac1eab4a nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xb9bfcd3f nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xce2a3c6a __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xd7e7f974 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xd80eb9dc nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xeb7b64a9 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc_digital 0x0cc38643 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x13ba9514 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x2666ab6b nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8e141678 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x2168fa5b phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x4f021cac pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x5b283a93 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x5e7f1936 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x63d658d5 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x7584716e pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x77e8d266 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xee0df86a pn_sock_unhash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x090b1701 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x17321a61 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x191ecaae rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1ecf558f rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x225d34e2 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5cb86da0 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x63c7f50f rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6a4422b5 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x78658951 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7d444800 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x84308891 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9e738a70 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb5a7ce89 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbfb30167 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd4570e66 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdc53a402 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xde32501d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xebc6592c rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf42cc449 rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xab332c75 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x045cd566 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x196e4e61 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_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 0x4d46549f __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x7cb327a3 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x86fdc887 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8ca1cf83 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x9bcf5380 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xae07122d __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xb5c0f670 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xbb30c1f0 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xd2d5d279 __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xea7ce881 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1624e111 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb65c1fbb gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xec5125f0 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x44e924a6 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbea3892f svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe4acf4d9 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x021b2647 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x117b7082 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x21095e12 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x94c9fa0e tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x1ccdcd2d tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0632357e cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0788697b cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x0a52a99b cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0aeab54e wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x0af3411b cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0d1d6cba regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x0efce9c0 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x1200e216 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x1490f0c0 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x17e643d7 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1b6d62c5 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1c4210eb cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1f4ed120 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x205c4809 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x248e3211 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x24f5a5ff cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x289e3a66 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x2914257e cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x2c2b7a04 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x34445e89 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3849c5c3 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3ae8c017 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x3bb87a59 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3bd1db7b cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3c083269 regulatory_pre_cac_allowed +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 0x3de3d471 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x41cabfc0 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 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4bf495d2 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x4f266586 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x53321bc7 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x53b078e0 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x550862be cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5a980382 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x5c97f1b4 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5cd3a06f cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x5ce7fc9f cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x5dc4f9c5 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x5e6c1f5e cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x63fe9a03 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x64ef78f1 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x681083fa __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x68c358db cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a410ac8 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d28c8a8 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x6df3a050 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x6df522ac cfg80211_ft_event +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 0x7aef7a78 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7dcdf45f wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x7eb55da4 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x80252fd7 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8310fea3 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x8493449e cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x88058a68 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x8953ec53 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8ca2cbdc cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x8ff2c4ff cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x90ac6c80 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9246b462 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x96e5c600 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x98288252 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9c3f40e4 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e8dd665 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9ebac27d wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x9ff9d528 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xa2534bd5 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa3708519 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xa9bd46eb cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xaa94688c cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xac8f1af3 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xad822e24 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xad95d4ab cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xaef0a4cc cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xb0ac4573 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xb0b1a918 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xb1167d2f cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb2540773 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xb4a268eb __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb5eb918e cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xb8b1926d cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xbabd3032 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc30b2fba cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc75db987 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xc8fcb389 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xc9b357fb cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcbf4c96e cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xced72a99 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xd175df63 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xd245fe63 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xd27881db __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd7fc414d cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xd8d7773c cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb2a1b9c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdb573c30 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe36e63f7 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xe523c26c cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe68b4d40 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe6f5d159 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xee1f2fd7 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xf1b42044 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xf36452d5 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xf3fe2676 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf41ba6ef cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf4ec450b cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xfb815b22 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/lib80211 0x3242aedb lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x424d086f lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x7191f4ce lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x93b28a17 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xd46654f4 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xe35067fb lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0xe601fcd3 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x77a6534a 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 0x35607148 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5b6f2ea0 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 0xaea88ef5 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf2d60b48 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 0x7ff8a21d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x07aa9584 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x0b2ff1db snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x0d643de6 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x126bfc4f snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x132d17dc snd_device_new +EXPORT_SYMBOL sound/core/snd 0x180bfc2d snd_pci_quirk_lookup +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 0x2207d6ba snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x22a43f5b _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae0afe4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x2de19ad1 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a10aece snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x3cf363a2 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x4012b9e2 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x404e8963 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x458707f0 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x46a785db snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x5d18ca1d snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x5daf4c54 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x5f5711fd snd_device_register +EXPORT_SYMBOL sound/core/snd 0x6281becb snd_card_free +EXPORT_SYMBOL sound/core/snd 0x641e9504 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x6beec927 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x6edfd074 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x72033735 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x730dd99d snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x7706607a snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x7e88cd99 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x8623b252 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x8924700f snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x913d5970 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x95ced4f7 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x96dade53 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa3179a52 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xa8a7fac2 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xacc00626 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb49b51db snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xbb2a337c snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xc162a32f snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xca6f936e snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xca726e7c snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xccf46a2e snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xd87d71e6 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xdbb8df44 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xddcf19ef snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xeb9f78f9 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xf07db47c snd_card_register +EXPORT_SYMBOL sound/core/snd 0xf0a55321 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xf30963bb snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf8dc4a1c snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x433d5291 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x6de526c9 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x990de590 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x006dcc51 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x028cf012 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x03fd72a7 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x09396e8b snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x13b4f019 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x1ab96b72 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f5b4020 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x1f771378 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2dc2695f snd_pcm_lib_preallocate_free_for_all +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 0x42ebd14b snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x43d10a3a snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x4480edbb snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x48718fe3 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4fc8a26b snd_pcm_hw_constraint_ratnums +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 0x52e8c175 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x552fbdd9 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x5715e5ae snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x58feec83 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5edde620 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x6115377f snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x61fbb03f snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6352a394 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x675aa546 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x67ca5a11 snd_pcm_period_elapsed +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 0x6b57dd39 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x710567e9 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x7580f169 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x75dee15e snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x7947a16d snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x7dc689b7 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7ecd1a35 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x81002278 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8e2244d6 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x921c42b4 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9e587548 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa1c5f200 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa47c928b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa5a06770 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xadead4f0 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb7f8cfb6 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbbe5b722 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc20e6458 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xc2bd1170 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc3de0abb snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xd459ade6 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd4a2f3a0 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xdb175fec snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe7b39e65 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xfc906e56 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x17f871e4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x26be14b1 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x330e24f6 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x417e1624 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4963b134 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4a4088e5 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x63377857 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x840a1189 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8500dd83 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8fc04027 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc3887c75 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc91bdb92 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xca3fb427 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdcf060d8 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe9840315 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xed5cff07 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf562568d snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd091fc3 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x239534be 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 0x05ce0624 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x10433a50 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x15bb24da snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x3ffbd662 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x48a7c9ce snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x59a66784 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x8aea1556 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x8c6506f1 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xb5124359 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xcabad084 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcef5e001 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xe53b1e60 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xebba1997 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xef6cedd0 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xfcbc9a55 snd_timer_open +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 0xc8c6bec9 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x11066f46 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1b1bb333 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x709b9ad0 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x82607716 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9260166d snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x97162608 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa6c7ebef snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xba208e0a snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf9af5439 snd_opl3_init +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1bfeaf92 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2b9b5c26 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x54c561a8 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6f068b73 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd0fb6fec snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd2a547df snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xddcbdb4c snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf2149ddf snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfce2f804 snd_vx_setup_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a406148 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x120c251e amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x13f51282 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x206a718d cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2795e536 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2c226d4a fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3280fb23 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x37077092 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f711b6a cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a4b12f3 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5bf3a191 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6414cc6a fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x69008f84 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fa3960a cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x840199ef fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x855e5687 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d4389d4 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x96e88d34 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xabfd1c00 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7a924c7 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8949436 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd83a0eb9 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdcb4d983 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe24db774 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe4e3825b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf2396376 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf411596f amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfb980a3a amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfcfe5b32 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x070e9794 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 0x2c892c84 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x5f5542a2 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x22eef786 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x393735be snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7cc41bd8 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x93a8851e snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa474e722 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd2cf62d9 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd48be26e snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd54ff349 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x19928c1c snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x5703369f snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x669bc6b5 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xa0a98ae5 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc8c76612 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd375f00d snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x05ffe124 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x11d37a46 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5e487183 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xef25fd5c snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x47c8d4aa snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xcc44d07d snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0cd829c2 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x51eb1bf9 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5880f49e snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x61ba70fa snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb35ad03f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbec3b80a snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x253e0f2a snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5e89efcb snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc09ea522 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xdd5a752b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe3ac0f39 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa4617cd snd_i2c_bus_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3b2acc1f snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x41d6732d snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x42a94295 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5f72d3ee snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9ed2b490 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbf684a54 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc09d4105 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd5794834 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdc88dc30 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe01a3821 snd_sbmixer_new +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x00a32e5a snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x044b69e7 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x098ff786 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x12108d96 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1ce1e4ab snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d477fe4 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x285f9a14 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3a00a1cc snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x40a527ee snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4aee955d snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4b2ebfdb snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6172af29 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7286eedd snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7ae4240d snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9bfbc13d snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad00734f snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf6034557 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xf21b6483 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x06f70ea2 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2b21dab2 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2f3e212b snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x56156ab8 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x73eb6546 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x770532e1 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb1450f12 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc0febccf snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xef9da9cb snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf7ce63ef snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x140fa76a snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4a8010d7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe3ab9eed snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x03d0ada7 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d0491ac oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3910e2de oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5389df33 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58860a3e oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7889640d oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x83c0bab1 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xac93ed29 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd6f9114 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbdca2acd oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6dcc9e6 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca0241db oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd3a051da oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7d281b9 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe265959b oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6271f5d oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeae6b68e oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf2142c62 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf4b3ca92 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfcbefa57 oxygen_read16 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x46235174 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6eee38bd snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x71c48c3a snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x89bb488b snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe8996d53 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 0x84261a56 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc1ea0c62 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xce1b7362 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xc88f4d2c adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x014e6944 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x8eb7993c pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xa233d676 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x099b23cd tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x4f37e965 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0f251c02 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x9156e19f aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xdf51b676 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xaa46f171 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xafab01db 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 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x83867b3a 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 0xc2f497fa wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xca86cb50 wcd_mbhc_start +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 0x1c604066 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x27f78bc1 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc9c28a65 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0x1909d6dc snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x004f7757 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x094be0cf snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0ab0ad2b snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x11d459f4 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x279fc9a3 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x28d8e6ee snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2ab2ce8c sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x30748cff sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x38c7f198 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3a240ab3 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3af83633 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4c07c833 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5038786c snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x55ccfdc6 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5733f4d2 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63fc3fea sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x686fb83e sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69524c40 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69b20297 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6de35ab1 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6fc3bb27 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x71ae9a34 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x749444dd snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x75a233a2 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x794d7885 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7b706a2d snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d1e405e snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d87a084 sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7e14075a sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x86c06414 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x86c0be08 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87faa6e9 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x98ac8577 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x999d956d sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa064aac6 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa53502a3 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa5ac4a6b snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa7ce7309 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xad09222b snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb1a68e1f snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb75b3999 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb8cc8196 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbb49d361 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbce37158 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd00624d6 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd0b3aa23 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd57f7e85 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe27fa8d0 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe544ca2f snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe548b8e3 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xebf618d6 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef8c2f82 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef9a7500 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf298e590 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9dd365e snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfcb19f51 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfe2efeec sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfe429d43 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x82a91e0f snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x46d0b13e register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x60ff03e8 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa6904e6a register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xb5497012 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcff792c7 sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5d607630 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7647a0c5 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb5f3c7d9 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbd397fbe snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd87e6b86 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xff8d7be8 snd_emux_free +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 0x6f4d0bfa __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 0x0003e8fe dmam_pool_create +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0023cc4e generic_fillattr +EXPORT_SYMBOL vmlinux 0x00304909 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x003f7e33 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x0040912d ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x0044be59 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x0058a53a acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x006c2c29 skb_clone +EXPORT_SYMBOL vmlinux 0x0070622a vme_bus_num +EXPORT_SYMBOL vmlinux 0x007a5833 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x0086ed5f bio_copy_data +EXPORT_SYMBOL vmlinux 0x008c7c8f pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x009d8b50 module_put +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00bc0c60 dup_iter +EXPORT_SYMBOL vmlinux 0x00cb431f module_layout +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e11654 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x00e398ba netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x00e40451 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x00ffccc4 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01216126 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x0129a95d vfs_unlink +EXPORT_SYMBOL vmlinux 0x014527b1 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014e9cc0 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x016caf1a filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x016f4bef udp_set_csum +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017bb807 sock_set_mark +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01b08b33 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c8a8e8 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01e75e7a ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0219133d bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x0230790a unlock_rename +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024a5697 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x02636da9 dm_register_target +EXPORT_SYMBOL vmlinux 0x02645031 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0282e339 __sock_create +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x029dd1c2 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x02ba1187 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02cce8d1 phy_stop +EXPORT_SYMBOL vmlinux 0x02d5221b rtnl_notify +EXPORT_SYMBOL vmlinux 0x02e0db9f __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x02e3db8d sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x02ea3095 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x02ec15ad param_get_int +EXPORT_SYMBOL vmlinux 0x02ec6751 dquot_initialize +EXPORT_SYMBOL vmlinux 0x03147df9 skb_ext_add +EXPORT_SYMBOL vmlinux 0x032ec647 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x0334a42f rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03387b27 phy_get_pause +EXPORT_SYMBOL vmlinux 0x034405ec unregister_shrinker +EXPORT_SYMBOL vmlinux 0x03455608 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x034beb7c cdrom_open +EXPORT_SYMBOL vmlinux 0x03561c68 retire_super +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 0x037ff628 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a01fa5 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x03a0b64b inode_get_bytes +EXPORT_SYMBOL vmlinux 0x03a1bc07 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b9d5f3 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x03bc48c1 sock_no_linger +EXPORT_SYMBOL vmlinux 0x03d68131 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x03f07179 __bio_advance +EXPORT_SYMBOL vmlinux 0x03fa941e vme_slot_num +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x041c10ff __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x041d6f0b xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x042fac6f iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x0445ca84 kobject_add +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04507e0b mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x0456313c jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x045a0136 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x0461f95d xfrm_state_alloc +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 0x048729c3 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x04a7ff97 dev_addr_del +EXPORT_SYMBOL vmlinux 0x04b74936 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x04bccf2e pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04cf6d97 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04d96fc0 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fc220a tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x05009866 pps_register_source +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0519f110 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052f29b2 vme_dma_request +EXPORT_SYMBOL vmlinux 0x05331974 agp_free_memory +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055049a2 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x0558a5c7 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x058803b4 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x05c957f3 find_vma +EXPORT_SYMBOL vmlinux 0x05d36d2f seq_vprintf +EXPORT_SYMBOL vmlinux 0x05e1119f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x05e3aa4a pci_get_device +EXPORT_SYMBOL vmlinux 0x05ede955 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x0612d446 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062a55c8 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06362434 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x06463b7e fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066c646b get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x06725faf _copy_from_iter +EXPORT_SYMBOL vmlinux 0x06908e7c __nd_driver_register +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06adad7b dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06dd2315 proc_remove +EXPORT_SYMBOL vmlinux 0x06e03b81 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x06eeabbc devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x06fb9c35 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x06fda13d netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070c84a9 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x072a9568 dev_mc_del +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074fe63e ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x075e6546 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x07645306 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x076d8696 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x0770af9a mdio_find_bus +EXPORT_SYMBOL vmlinux 0x078f4db9 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x079af438 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x079fd048 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x07a19d6d filemap_release_folio +EXPORT_SYMBOL vmlinux 0x07a5b8ee mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b9b4af phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d37683 __sk_mem_reclaim +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 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084a7b2c would_dump +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x087223a8 skb_expand_head +EXPORT_SYMBOL vmlinux 0x089a9723 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x08b0da39 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x08be84e5 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x08d55638 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x090fb511 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x09133fe6 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x09238352 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x092fcecf __lock_buffer +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x095b5775 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x096344c2 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x0969ec97 fc_mount +EXPORT_SYMBOL vmlinux 0x096cd61c config_item_get +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0976cdcf ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0990d6e2 init_net +EXPORT_SYMBOL vmlinux 0x0991b5e1 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x09bca7ac vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x09d3e859 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09eb1414 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x09f315cc set_pages_uc +EXPORT_SYMBOL vmlinux 0x0a0127c3 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a13a828 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x0a18422d flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a34f5d0 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x0a34fa7e netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x0a3ef768 pci_enable_device +EXPORT_SYMBOL vmlinux 0x0a4e4f07 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x0a73e656 __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8d220f security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x0a931767 xattr_full_name +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa8be78 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aafd7a5 param_ops_string +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad56028 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x0ae9dce8 sk_wait_data +EXPORT_SYMBOL vmlinux 0x0aedd9b0 _dev_alert +EXPORT_SYMBOL vmlinux 0x0af9799f __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x0afb186a dst_release +EXPORT_SYMBOL vmlinux 0x0b040c93 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x0b0ed210 read_cache_folio +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1a53f8 f_setown +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b202e53 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2e7443 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x0b520062 dcb_setrewr +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b695557 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b88bc3c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x0b96acc8 skb_copy +EXPORT_SYMBOL vmlinux 0x0b9caa48 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba48e27 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x0ba5d196 mnt_set_expiry +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 0x0be45f3c __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0be7639e tcp_read_done +EXPORT_SYMBOL vmlinux 0x0bebfc03 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c276e13 tcf_em_register +EXPORT_SYMBOL vmlinux 0x0c2cdef4 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c3ce542 lock_rename_child +EXPORT_SYMBOL vmlinux 0x0c3e9486 sk_common_release +EXPORT_SYMBOL vmlinux 0x0c463982 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x0c50d5dd tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x0c532b56 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5839f7 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6d66ff dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x0ca162c2 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x0cb2843d get_tree_single +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cc880c2 mntget +EXPORT_SYMBOL vmlinux 0x0ccc4ace dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cd7cc63 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x0cdba186 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x0cdc65b0 tcp_connect +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cdd6c69 config_item_put +EXPORT_SYMBOL vmlinux 0x0cee6b91 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x0d049235 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d31b929 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d38b833 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x0d38d044 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d72f1c6 phy_driver_register +EXPORT_SYMBOL vmlinux 0x0d837b00 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0daa98e8 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0db8f8e6 bio_endio +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0decc61f fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x0df62980 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x0e0550bc dev_remove_offload +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e199525 xp_free +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e29f684 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x0e2e240e napi_gro_receive +EXPORT_SYMBOL vmlinux 0x0e3277cd vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x0e3f8873 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e592f39 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x0e65ea94 phy_find_first +EXPORT_SYMBOL vmlinux 0x0e67dd99 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x0e78f474 to_ndd +EXPORT_SYMBOL vmlinux 0x0e82aae4 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x0e8dbe6e uart_register_driver +EXPORT_SYMBOL vmlinux 0x0e957ab6 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ead675d clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x0eb418a2 backlight_force_update +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebe0916 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ee15632 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x0f025c08 set_blocksize +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0a6959 noop_fsync +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1e1a1e skb_checksum +EXPORT_SYMBOL vmlinux 0x0f1edf4f netdev_err +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f8016a5 skb_push +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f827abc ipv4_specific +EXPORT_SYMBOL vmlinux 0x0f852f4e netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9143c1 module_refcount +EXPORT_SYMBOL vmlinux 0x0f92195e param_ops_ushort +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa4dc84 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fabb79a kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x0facf304 generic_fadvise +EXPORT_SYMBOL vmlinux 0x0fafef8c dentry_create +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd7273c get_tree_nodev +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe182f8 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x0ffde7c4 vfs_rename +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100668d7 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100d791d scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x102fb5e0 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x10384e25 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x1046099b xfrm_input +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105880ff fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +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 0x109e2257 pipe_lock +EXPORT_SYMBOL vmlinux 0x10abd8e1 param_get_hexint +EXPORT_SYMBOL vmlinux 0x10cfd1e4 input_close_device +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e70fa1 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x10e96859 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x10ec2d13 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x10f83c50 param_get_ullong +EXPORT_SYMBOL vmlinux 0x10fd03ac blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1118a258 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x111a28fb __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x111e1f3f jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x111ff0a4 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x11265fa2 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x112956c8 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x115cc221 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x11636dc0 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x117039b2 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118028c8 tcp_req_err +EXPORT_SYMBOL vmlinux 0x11894281 d_delete +EXPORT_SYMBOL vmlinux 0x11b29828 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x11de1d57 pci_save_state +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x12074f2f __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120b8ad0 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x122ece3b padata_free_shell +EXPORT_SYMBOL vmlinux 0x12355d70 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x1236349a bpf_map_get +EXPORT_SYMBOL vmlinux 0x123a1891 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x124b94e8 ihold +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x125203b8 input_set_keycode +EXPORT_SYMBOL vmlinux 0x126ce7d9 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1290fcdc fb_io_read +EXPORT_SYMBOL vmlinux 0x12928f41 input_open_device +EXPORT_SYMBOL vmlinux 0x129f8148 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x12ab269e proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x12b7fae7 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x12c0bbde misc_deregister +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cf37b8 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x12e0421b component_match_add_typed +EXPORT_SYMBOL vmlinux 0x12f4b19d pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130bf4b1 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131fc2d2 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x132d7b87 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x13369795 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x13437e74 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x1389fe0f textsearch_register +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a9be8e fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x13bb4baf netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13ce748d xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13ef7b17 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fdd7d4 __netif_schedule +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1415ef5f fiemap_prep +EXPORT_SYMBOL vmlinux 0x14294b4e read_cache_page +EXPORT_SYMBOL vmlinux 0x14351040 address_space_init_once +EXPORT_SYMBOL vmlinux 0x14547beb skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14648499 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x148a139d alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x14a18d70 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e02a75 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x14e5c35b __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x14f10648 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x14f6ad1f tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x1500a6cd param_array_ops +EXPORT_SYMBOL vmlinux 0x1506ddc2 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x15351964 pci_select_bars +EXPORT_SYMBOL vmlinux 0x15360f38 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x1548a81f ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x15497c50 serio_bus +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1556bb6a netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x156d1d44 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x15751c5f input_set_capability +EXPORT_SYMBOL vmlinux 0x15857dbc skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x15990749 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x159e9d8f __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x15abba78 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c57035 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15cafbd6 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x16030a0b icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x16184e5d update_region +EXPORT_SYMBOL vmlinux 0x1619420b iget_failed +EXPORT_SYMBOL vmlinux 0x161c7eab kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x16278f01 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162fce8e ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x163270e0 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1633ed24 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1648fa6a notify_change +EXPORT_SYMBOL vmlinux 0x1665fb3a submit_bh +EXPORT_SYMBOL vmlinux 0x1668c166 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x16742ace vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x168670f4 km_query +EXPORT_SYMBOL vmlinux 0x168c30c8 sys_imageblit +EXPORT_SYMBOL vmlinux 0x16930b6b pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169c9a93 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x16a0c365 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x16a77862 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b584c3 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x16cb38f4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16da70d6 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16f6b9d1 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x16fc6e9d sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x17085bcf scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1747ab6f eth_type_trans +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x176c34f2 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x1782860b inode_set_bytes +EXPORT_SYMBOL vmlinux 0x1798aa3d __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17d01bf9 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x17d64422 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x17e09ebf skb_checksum_help +EXPORT_SYMBOL vmlinux 0x17e18b95 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x17e50087 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x17f0df06 generic_listxattr +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f3a9f4 bpf_link_put +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x17fe23c1 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x180395ef bmap +EXPORT_SYMBOL vmlinux 0x1814ac11 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184a3488 __ps2_command +EXPORT_SYMBOL vmlinux 0x1864aa26 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x187d0c8b sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x188445bb fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189fb9fe pci_dev_get +EXPORT_SYMBOL vmlinux 0x18a6e8f4 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18d978e3 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x18dfe43d sock_no_accept +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f8125d pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x18fdbc3f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x190787ba set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x1925be2b pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x192c595e ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x192f7194 sock_create_kern +EXPORT_SYMBOL vmlinux 0x194706f9 locks_free_lock +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1956a6cc registered_fb +EXPORT_SYMBOL vmlinux 0x1965f17f devm_ioport_map +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x197da641 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x197edfc5 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x198318ba jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198c9d3a locks_copy_lock +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19ae29d3 mount_single +EXPORT_SYMBOL vmlinux 0x19b11318 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c30ed7 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x19c84e26 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x19ce94f3 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x19dcf9d8 pcpu_hot +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19f0d3c4 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x1a0ccdd0 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x1a1111c5 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x1a1becbc blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x1a211dbb fb_validate_mode +EXPORT_SYMBOL vmlinux 0x1a301d84 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x1a383370 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a461120 skb_dump +EXPORT_SYMBOL vmlinux 0x1a5a01dc xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x1a5d7ccc sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a7179c3 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a7b76a6 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x1a7ea32c folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x1a88f097 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1abe7155 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad56743 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x1ad7f36e __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x1aded12b pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0cdd33 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x1b177657 inet_frag_find +EXPORT_SYMBOL vmlinux 0x1b231563 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x1b2c419f free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x1b3fee75 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb8b73a pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x1bc5fa84 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bfe3d5c simple_empty +EXPORT_SYMBOL vmlinux 0x1c065b37 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x1c12489a seq_bprintf +EXPORT_SYMBOL vmlinux 0x1c34f132 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c972c35 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x1ca2d7a2 pci_request_irq +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cb0bfd8 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb7ad3b user_path_create +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1ce6e022 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x1cf20085 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x1cffa5ae dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d16b711 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d7dda38 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x1d828b85 md_reload_sb +EXPORT_SYMBOL vmlinux 0x1d8a2feb register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d996570 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x1dab968b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x1db75248 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de0eb83 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de83e3b tcp_prot +EXPORT_SYMBOL vmlinux 0x1dfd7e44 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x1dfdb4c4 folio_alloc +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e12f738 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x1e2e11f9 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x1e32ebef tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x1e408551 unregister_netdev +EXPORT_SYMBOL vmlinux 0x1e57d6c2 sk_net_capable +EXPORT_SYMBOL vmlinux 0x1e57f08b inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x1e582391 inet6_offloads +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e70de78 dquot_alloc +EXPORT_SYMBOL vmlinux 0x1e7c166a tcp_check_req +EXPORT_SYMBOL vmlinux 0x1e832d35 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x1e871177 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x1e957f86 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea0dabd qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1efe3a89 is_subdir +EXPORT_SYMBOL vmlinux 0x1f0aa17a mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x1f158159 __do_once_done +EXPORT_SYMBOL vmlinux 0x1f212ef0 __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5f2111 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x1f6285f2 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x1f7164f7 irq_set_chip +EXPORT_SYMBOL vmlinux 0x1f7a40ff fb_set_var +EXPORT_SYMBOL vmlinux 0x1faf096d tcp_parse_options +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbe72f9 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd0dea6 __skb_pad +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +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 0x205f28d8 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x2065f620 scsi_add_device +EXPORT_SYMBOL vmlinux 0x206d184a linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x207e5613 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2094f103 noop_llseek +EXPORT_SYMBOL vmlinux 0x2096fcbd tcp_splice_read +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ad6b83 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d52d02 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e842d3 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x21283b78 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x21338dd7 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2149877c agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x215521f0 sock_register +EXPORT_SYMBOL vmlinux 0x215b7db8 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x215ecfb6 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x216d6aa3 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x219dfbba touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x21ab3dca tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x21bc8ba3 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c88a2c igrab +EXPORT_SYMBOL vmlinux 0x21ce5d43 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e69c84 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21eca5a8 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x2211071c tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x2212dc91 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x2216683c scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2246cc7d disk_stack_limits +EXPORT_SYMBOL vmlinux 0x226acf1a mount_bdev +EXPORT_SYMBOL vmlinux 0x226b09eb bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x226df3b0 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x22ac3cf9 ps2_drain +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c7b2ad skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x22d2718f tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x22d3c71a fb_find_mode +EXPORT_SYMBOL vmlinux 0x22d956cc vm_map_ram +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e6e4fb __scsi_add_device +EXPORT_SYMBOL vmlinux 0x22fd725d fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x230fdced unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x2319c9b9 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x231cff43 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x23279dd0 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x2343190a jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236ed190 dcb_setapp +EXPORT_SYMBOL vmlinux 0x237467b9 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239bdc57 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c66e74 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1b455 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24025bd7 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x240c9446 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x2417c52f sys_fillrect +EXPORT_SYMBOL vmlinux 0x2427caf9 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x2434d211 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x24355281 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x2441845c tty_kref_put +EXPORT_SYMBOL vmlinux 0x24527690 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2460dbf3 agp_backend_release +EXPORT_SYMBOL vmlinux 0x24631f1b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x24790372 sget +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x2485f959 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x248fccb1 dump_skip +EXPORT_SYMBOL vmlinux 0x249a0977 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24bde5d4 kobject_set_name +EXPORT_SYMBOL vmlinux 0x24c2b83a pci_assign_resource +EXPORT_SYMBOL vmlinux 0x24d068b2 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x252a7003 seq_lseek +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x253577c9 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x253f20c8 seq_printf +EXPORT_SYMBOL vmlinux 0x253fc582 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x255f7c66 md_handle_request +EXPORT_SYMBOL vmlinux 0x257adcdc page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x257bf88b vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2585fc52 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258c57cc scsi_block_requests +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25935b86 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x259a75f5 unregister_key_type +EXPORT_SYMBOL vmlinux 0x25cfd6d6 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x25d7a2e7 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25df957d dcache_readdir +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f47b1f __register_chrdev +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2608cb10 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x261fcc31 fb_class +EXPORT_SYMBOL vmlinux 0x26241a07 sock_pfree +EXPORT_SYMBOL vmlinux 0x262ed89a sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x265986bf qdisc_reset +EXPORT_SYMBOL vmlinux 0x266ce89d seq_putc +EXPORT_SYMBOL vmlinux 0x267a4a27 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x268152de netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26939647 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x269e2ab5 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e902f8 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x26ea5bc7 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x2703ef4f alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x270b39d0 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2714363b inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x27205d4c __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272e2ca1 block_truncate_page +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273e984c d_add +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x2747a77f devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x274c7310 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x27561ae7 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x2759448b file_remove_privs +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276fd3a5 uart_resume_port +EXPORT_SYMBOL vmlinux 0x27726ff3 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27774ef0 tcf_action_set_ctrlact +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 0x278d439e tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x27ab832a posix_test_lock +EXPORT_SYMBOL vmlinux 0x27b50372 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e043eb phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x27eae1bb sk_free +EXPORT_SYMBOL vmlinux 0x27f87030 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2819af20 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x28339bf7 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x2840abc7 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x2847119d inet6_ioctl +EXPORT_SYMBOL vmlinux 0x284ba24b register_framebuffer +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x285bb0bb stream_open +EXPORT_SYMBOL vmlinux 0x285e734e bio_init_clone +EXPORT_SYMBOL vmlinux 0x2860ef8d __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287f4a68 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x288cd113 sock_alloc +EXPORT_SYMBOL vmlinux 0x28c088cc genlmsg_put +EXPORT_SYMBOL vmlinux 0x28d6b688 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x2909c947 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x2909db87 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x29198b27 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x291cfa70 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x29351571 register_filesystem +EXPORT_SYMBOL vmlinux 0x2936b4e2 netdev_alert +EXPORT_SYMBOL vmlinux 0x29579ffb netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x29591bd8 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296e80e9 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x296ea58d phy_resume +EXPORT_SYMBOL vmlinux 0x296edb39 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x297445b6 __free_pages +EXPORT_SYMBOL vmlinux 0x29781620 param_get_charp +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29ddb1ff pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ec532e scmd_printk +EXPORT_SYMBOL vmlinux 0x29ed87fb agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x29f1621a inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x29f8a5a4 request_key_tag +EXPORT_SYMBOL vmlinux 0x2a008be4 arp_tbl +EXPORT_SYMBOL vmlinux 0x2a21d6d4 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x2a299f09 scsi_partsize +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3371aa __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2a458fca device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a820ade cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x2a84c820 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9895b7 set_page_writeback +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9b50b7 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x2aa00e26 intel_scu_ipc_dev_update +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa8a8aa tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ac75816 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x2ac9766f __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2ad875a4 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x2ade36af dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x2b04e002 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x2b06cdc9 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x2b3707d5 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x2b4bcf68 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x2b505c13 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b77315f page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x2b84a49e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x2b884e4f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x2b8d0fc3 d_path +EXPORT_SYMBOL vmlinux 0x2b958c99 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x2b9808c6 rio_query_mport +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba932df del_gendisk +EXPORT_SYMBOL vmlinux 0x2badbcaf ppp_input +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb209d9 ping_prot +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bbdfb4d blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x2bbe57c5 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x2bc4cf5f inode_add_bytes +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bd80d29 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x2bed2a2b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c03e1d1 kill_block_super +EXPORT_SYMBOL vmlinux 0x2c0a51f2 has_capability +EXPORT_SYMBOL vmlinux 0x2c0d2738 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x2c178e1a dquot_disable +EXPORT_SYMBOL vmlinux 0x2c1ff5f4 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c33f093 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x2c3915b6 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c55d668 is_nd_dax +EXPORT_SYMBOL vmlinux 0x2c593717 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x2c603a3d tty_unregister_device +EXPORT_SYMBOL vmlinux 0x2c650639 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x2c65216f scsi_remove_target +EXPORT_SYMBOL vmlinux 0x2c72fc32 proc_mkdir +EXPORT_SYMBOL vmlinux 0x2c805031 ip6_dst_check +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c96d045 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x2cb54a61 vga_get +EXPORT_SYMBOL vmlinux 0x2cbab619 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x2cca43bd __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdb3d1c mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x2cdba320 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x2cdbf916 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x2ce0c7bb scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x2cea01ee dev_printk_emit +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfac492 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d17cbe8 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x2d1856ad ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x2d18c77c xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d342d3b md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x2d37638a put_fs_context +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3d5bed fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5240e6 phy_start +EXPORT_SYMBOL vmlinux 0x2d55bc3a con_copy_unimap +EXPORT_SYMBOL vmlinux 0x2d61b4bc clk_get +EXPORT_SYMBOL vmlinux 0x2d8fe6ba genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da08256 set_trace_device +EXPORT_SYMBOL vmlinux 0x2da97535 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x2daad451 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x2dc4dd40 udplite_prot +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd7c0f3 dev_get_stats +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de42fd4 setattr_prepare +EXPORT_SYMBOL vmlinux 0x2de776ff configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e16ab8a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2da06f dm_table_get_size +EXPORT_SYMBOL vmlinux 0x2e32360f __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x2e3688f7 neigh_for_each +EXPORT_SYMBOL vmlinux 0x2e3842b3 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x2e3a0f63 netif_skb_features +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e3cd9ea fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4433be mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x2e49f384 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e6eef20 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x2e7047fa __folio_put +EXPORT_SYMBOL vmlinux 0x2e8bb558 phy_device_remove +EXPORT_SYMBOL vmlinux 0x2e903f12 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x2e94e407 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x2ea395e1 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2eae1887 param_get_short +EXPORT_SYMBOL vmlinux 0x2eb9fd81 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x2ec42f68 input_allocate_device +EXPORT_SYMBOL vmlinux 0x2ec6addf page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec9e4f4 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x2edaf218 dump_emit +EXPORT_SYMBOL vmlinux 0x2eec26c1 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x2ef03729 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4f63e2 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x2f5899bc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f77e2fa security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2f97a907 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe64631 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x2ff1fb15 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x2ff59853 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x3011f350 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x302501aa phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x305a68b4 inet_release +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x3060084c kthread_bind +EXPORT_SYMBOL vmlinux 0x30638dd7 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x308d096a vlan_vid_del +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309ec0a6 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ac0ebe sk_capable +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30be282e from_kgid +EXPORT_SYMBOL vmlinux 0x30e1f1e2 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x30ef3ea5 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x30f0cf1d udp_gro_receive +EXPORT_SYMBOL vmlinux 0x30f950be devm_register_netdev +EXPORT_SYMBOL vmlinux 0x30fbc015 vfs_getattr +EXPORT_SYMBOL vmlinux 0x31212b9b tty_vhangup +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312c9f3f uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x31554e75 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x315a2bf5 asm_load_gs_index +EXPORT_SYMBOL vmlinux 0x316d1034 dqput +EXPORT_SYMBOL vmlinux 0x317c2efc netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x31d0538e tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x31d1ec30 processors +EXPORT_SYMBOL vmlinux 0x31d40628 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x31dc54ec jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x31de50f3 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x31df5ee9 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x31f0f885 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x31f1497e pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x320f62aa invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3216b133 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3228a9c3 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x322917f2 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x322a63c5 netdev_warn +EXPORT_SYMBOL vmlinux 0x322be07e vfs_mkdir +EXPORT_SYMBOL vmlinux 0x324741bc mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x324a69d9 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x324bbd65 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x324c5845 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x325ade18 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x32782883 mount_nodev +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328d50fe configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x32ab1ca8 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x32c33315 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x32cdcb44 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d0644c cdev_init +EXPORT_SYMBOL vmlinux 0x32dd66f9 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e338cd register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e781e0 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x331eeca0 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3325d66c d_move +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x333d777f dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x334b0834 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x334cfa94 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x335f7d0e tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x336026ad dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337e7cdd bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x33810aca mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x338632e8 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x339831b2 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33d0e84f pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x33d79626 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x33dee5aa discard_new_inode +EXPORT_SYMBOL vmlinux 0x33ef0118 __cpuhp_setup_state +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 0x3405bf3a padata_free +EXPORT_SYMBOL vmlinux 0x3408c6db seq_pad +EXPORT_SYMBOL vmlinux 0x340f46fc param_ops_bool +EXPORT_SYMBOL vmlinux 0x34194c33 peernet2id +EXPORT_SYMBOL vmlinux 0x342274da sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x343aa1c4 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x343b4e47 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x345b685c __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x347655ba blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x347be039 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x348ff016 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x349aea96 register_console +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a4413b mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x34a7e751 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x3511c662 i2c_transfer +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351dcf48 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x3529eb10 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35774c3f truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x357f98ea sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x35963413 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35bbccc6 dentry_open +EXPORT_SYMBOL vmlinux 0x35c65d80 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x35cd4290 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x35d897ce folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x35dc3fc1 posix_lock_file +EXPORT_SYMBOL vmlinux 0x35ed93c2 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x35ef8a2c fb_set_cmap +EXPORT_SYMBOL vmlinux 0x36038449 get_task_cred +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612f619 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x3615d673 neigh_xmit +EXPORT_SYMBOL vmlinux 0x3619e7bd ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x361f4c0a kobject_del +EXPORT_SYMBOL vmlinux 0x3620ee40 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3625e70e simple_link +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364c511d phy_validate_pause +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x365f4f88 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3673462f jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x36853bb3 devm_clk_get +EXPORT_SYMBOL vmlinux 0x3696bc8a single_open +EXPORT_SYMBOL vmlinux 0x36ad127c dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36b91cf2 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x36c50e85 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x36f8d3f2 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371dc9ad dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3733a276 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x373ad86b dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3772e6b0 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x3795f1ac key_move +EXPORT_SYMBOL vmlinux 0x379812f0 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x37a6416a sg_miter_stop +EXPORT_SYMBOL vmlinux 0x37b1025b serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x37b3dead netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37bd1ef6 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x37bd2ad9 trace_event_printf +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e3fadc vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x37e92440 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x37f1dd62 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x37f7e133 eth_header +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388e860c netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x3897a373 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x389a3bdf fput +EXPORT_SYMBOL vmlinux 0x38a20e60 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x38a4f3c3 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a85d84 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b71110 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38fbc692 block_write_end +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +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 0x3948d486 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x3948e36a rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3962bdff skb_eth_pop +EXPORT_SYMBOL vmlinux 0x396d2a0d migrate_folio +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39c1555c ppp_channel_index +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cdc099 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x39cf7897 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39dd0325 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39f0d987 __quota_error +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a0ad110 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x3a1c78f3 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x3a2138d3 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x3a24e01b phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a516709 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x3a5fb5f0 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x3a78bdca md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x3a7ef2dc handshake_genl_put +EXPORT_SYMBOL vmlinux 0x3a963e3a jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3a9fc600 dst_discard_out +EXPORT_SYMBOL vmlinux 0x3aab8795 max8998_bulk_write +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 0x3ade482a flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae75330 vme_irq_free +EXPORT_SYMBOL vmlinux 0x3aeb1cfc napi_gro_frags +EXPORT_SYMBOL vmlinux 0x3aede490 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3af10bec scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x3af2f3d1 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x3afc3f25 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x3afec53b sock_no_connect +EXPORT_SYMBOL vmlinux 0x3afed12d key_type_keyring +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b00da82 d_alloc +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b04b0d3 invalidate_disk +EXPORT_SYMBOL vmlinux 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x3b1f1bdb nf_setsockopt +EXPORT_SYMBOL vmlinux 0x3b24e9c3 tcp_filter +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b3b7073 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x3b423410 __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x3b42a8f7 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x3b5e6237 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b740851 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x3b761924 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b9ca57f phy_drivers_register +EXPORT_SYMBOL vmlinux 0x3b9d0c59 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x3ba0a6ca unregister_cdrom +EXPORT_SYMBOL vmlinux 0x3ba2e41f tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x3ba694cf mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x3bb1b6f4 sock_wfree +EXPORT_SYMBOL vmlinux 0x3bb4480b pci_iomap +EXPORT_SYMBOL vmlinux 0x3bbc2acb pv_ops +EXPORT_SYMBOL vmlinux 0x3c02c747 audit_log +EXPORT_SYMBOL vmlinux 0x3c0ccb53 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c20521f follow_up +EXPORT_SYMBOL vmlinux 0x3c20d786 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x3c3cc010 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c43a755 param_set_invbool +EXPORT_SYMBOL vmlinux 0x3c49901e mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x3c97b76b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x3ca84549 poll_freewait +EXPORT_SYMBOL vmlinux 0x3cac1d80 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cbf1fed dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x3cc17fa0 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x3cc37535 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x3cd7d530 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d04c78b ___pskb_trim +EXPORT_SYMBOL vmlinux 0x3d191f4a pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2f9ddd user_revoke +EXPORT_SYMBOL vmlinux 0x3d4e9d34 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x3d66c15e neigh_connected_output +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d8281d2 blk_set_queue_depth +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 0x3dda0bb3 is_nd_btt +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0ad88e input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x3e1e61a3 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x3e32066a prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x3e34c15c netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3e36a81c reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3c9dcc dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x3e61fcf9 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x3e642c2b register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x3e89a2e1 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x3e89d919 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x3e8ccade sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x3e9767ef phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x3ea2aa4a dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x3ea72a1c vif_device_init +EXPORT_SYMBOL vmlinux 0x3eab83e0 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ede00bb kernel_write +EXPORT_SYMBOL vmlinux 0x3ee96c22 rproc_free +EXPORT_SYMBOL vmlinux 0x3eebd193 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x3eef4210 tty_port_close +EXPORT_SYMBOL vmlinux 0x3ef68405 may_setattr +EXPORT_SYMBOL vmlinux 0x3ef69adf __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0b71d2 proto_register +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f296ced nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x3f3062a7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f3c89c8 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f6a64e0 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x3f759473 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x3f86a72b inode_init_once +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9061eb security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x3fa829d8 set_user_nice +EXPORT_SYMBOL vmlinux 0x3fb3288c pci_fixup_device +EXPORT_SYMBOL vmlinux 0x3fb64103 inode_init_owner +EXPORT_SYMBOL vmlinux 0x3fb6c8ac iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x3fbd8698 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3fbf0a5e mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc33559 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fed9735 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x3ff3262d __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x400147a0 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x4009e806 ipv4_mtu +EXPORT_SYMBOL vmlinux 0x40185f4f eth_header_parse +EXPORT_SYMBOL vmlinux 0x401ae51c sock_init_data +EXPORT_SYMBOL vmlinux 0x401eef5a blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x401f9a3b neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x40436248 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x404daf21 thread_group_exited +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x4058c6bc __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x406d92d2 dev_load +EXPORT_SYMBOL vmlinux 0x40765afe con_is_visible +EXPORT_SYMBOL vmlinux 0x407da0dc param_ops_uint +EXPORT_SYMBOL vmlinux 0x4091858b kmalloc_trace +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409bb7e9 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x40a2a23c write_cache_pages +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 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40ea6660 __netif_rx +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fc7bd0 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x4106d9c2 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x411e8aee sock_from_file +EXPORT_SYMBOL vmlinux 0x4120718c scsi_remove_device +EXPORT_SYMBOL vmlinux 0x412b095e dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41362917 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x41367ce1 security_sk_clone +EXPORT_SYMBOL vmlinux 0x4147a9ce mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x417c1cd5 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x417fece2 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x4188ce72 generic_read_dir +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418b17bd napi_consume_skb +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a8f9b7 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x41b1a1b8 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x41c60ba7 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x41d54ede xfrm_register_type +EXPORT_SYMBOL vmlinux 0x41de6397 netif_rx +EXPORT_SYMBOL vmlinux 0x41e0b611 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x42150844 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x422d9b74 param_set_ullong +EXPORT_SYMBOL vmlinux 0x4231d3f8 elv_rb_add +EXPORT_SYMBOL vmlinux 0x4238afe2 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x423d461f pci_irq_vector +EXPORT_SYMBOL vmlinux 0x42412b2b filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x42413a0d jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x42473e66 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42530b7c dst_destroy +EXPORT_SYMBOL vmlinux 0x4253ed1c input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425b2bba pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x425f7397 seq_dentry +EXPORT_SYMBOL vmlinux 0x426d2b73 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x426ef1cc genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x427b0766 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x42a3c569 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x42aa7531 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x42b3a653 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x42b40f16 inet6_release +EXPORT_SYMBOL vmlinux 0x42bb5bde ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x42bbabab path_is_under +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c34b4d mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x42ca7506 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x42cd612e tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x42d75c26 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x42e0f24b xp_alloc +EXPORT_SYMBOL vmlinux 0x42e406af tcp_seq_start +EXPORT_SYMBOL vmlinux 0x42eac349 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432eb103 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x43361c86 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x433cb0e5 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x43463e34 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43607715 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x4384633e register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43863e49 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x438c6eb0 can_nice +EXPORT_SYMBOL vmlinux 0x438f61ee tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x4390f80d i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x43a1105f vfs_rmdir +EXPORT_SYMBOL vmlinux 0x43a2297e pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x43b945ac napi_build_skb +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d4561e tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x43e05b84 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x43e5fc18 elv_rb_del +EXPORT_SYMBOL vmlinux 0x43e77162 inet_frags_init +EXPORT_SYMBOL vmlinux 0x43f0358e lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x43f8c36d ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x43f9232a mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fcae1b dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x440e1343 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x441283ad pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x441df04f genl_register_family +EXPORT_SYMBOL vmlinux 0x44359500 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x4436bc93 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x4445c670 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44623137 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44714939 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x447aa40a dma_map_resource +EXPORT_SYMBOL vmlinux 0x4482aea1 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x44874917 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x448d02f0 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x4496c444 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a5a085 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44aeaa76 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x44b8af26 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb8c51 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x45106ef0 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453211ff skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x45674d00 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x456e4598 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45812a6f vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x458ac57e tcp_seq_next +EXPORT_SYMBOL vmlinux 0x45a7a1c7 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x45bff97e tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x45c6fdda sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x45d0edb6 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45eca1ed eth_gro_receive +EXPORT_SYMBOL vmlinux 0x45f0d2d2 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x45f76273 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x463b9baf md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464e23a1 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x465582cc set_binfmt +EXPORT_SYMBOL vmlinux 0x46572cf9 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467ac428 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x467be4d0 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a5aa93 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x46ab96d8 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c69a14 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46d14a90 seq_file_path +EXPORT_SYMBOL vmlinux 0x46d929cb filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x46d94f79 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47160b25 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x4723dca2 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x473348aa bdi_register +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x474ab249 end_page_writeback +EXPORT_SYMBOL vmlinux 0x4759173b mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x4763b366 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x4766a378 gro_cells_init +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47973dcd rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x47a66615 icmp6_send +EXPORT_SYMBOL vmlinux 0x47b8e2b8 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x47c1cee1 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47c71cc6 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x47cf4a48 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x480facbe neigh_update +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x48171240 param_set_copystring +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x48234268 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x48248dce pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482b88a8 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x483df545 clk_hw_get_clk +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 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4866e44d uart_suspend_port +EXPORT_SYMBOL vmlinux 0x486d716c __alloc_skb +EXPORT_SYMBOL vmlinux 0x4871ebd4 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x4887968c xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x489685b6 dev_uc_add +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48a9db65 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x48ae4e37 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x48af8d39 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bddec9 no_seek_end_llseek_size +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 0x48d70514 mmc_add_host +EXPORT_SYMBOL vmlinux 0x48e46a9b max8998_update_reg +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 0x494af7b0 brioctl_set +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x49504c4f kill_anon_super +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496aee8b devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497f3b83 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x49887319 key_validate +EXPORT_SYMBOL vmlinux 0x4989c6e2 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x499ee22b inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a7988e phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x49a904c7 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49c07227 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x49c37c8d get_cached_acl +EXPORT_SYMBOL vmlinux 0x49c9b74b amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x49cec428 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x49db2df8 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x49db5f5d pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x49e0dd5f clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x49ea4043 follow_down_one +EXPORT_SYMBOL vmlinux 0x49f3b04f wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x49fd2625 devm_memremap +EXPORT_SYMBOL vmlinux 0x4a01a101 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x4a118fe4 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x4a284a47 shmem_aops +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a3db820 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a5828c4 security_path_rename +EXPORT_SYMBOL vmlinux 0x4a58329d vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x4a5eae51 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4a7e4ebc set_disk_ro +EXPORT_SYMBOL vmlinux 0x4a84727e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a991a4d pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x4aab3691 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x4ac921a0 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x4ad2728e __neigh_create +EXPORT_SYMBOL vmlinux 0x4adfda4b arp_xmit +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aed4faf xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0b3edb skb_queue_purge +EXPORT_SYMBOL vmlinux 0x4b19dddd dquot_drop +EXPORT_SYMBOL vmlinux 0x4b243008 init_special_inode +EXPORT_SYMBOL vmlinux 0x4b2d01a2 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x4b396b69 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b557708 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x4b5684cc param_set_int +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b63c815 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b74e996 vmap +EXPORT_SYMBOL vmlinux 0x4b8fcaf7 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x4b93d83c xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x4b97e999 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x4b9eb73b dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x4ba584d2 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x4baea030 d_find_alias +EXPORT_SYMBOL vmlinux 0x4bb0998a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x4bb118cf devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x4bb211dc i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x4bc9999b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bcc71aa i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x4be03076 __module_get +EXPORT_SYMBOL vmlinux 0x4be1e34e kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bfe416f genphy_loopback +EXPORT_SYMBOL vmlinux 0x4c0277fb dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x4c02cb6f tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1497b5 component_match_add_release +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c57bb39 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x4c68f8fb fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x4c88f6f2 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4cab4ca9 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x4cb0d028 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x4cb893de filp_close +EXPORT_SYMBOL vmlinux 0x4cc1c443 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4d02da2e ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d2f200d vme_slave_request +EXPORT_SYMBOL vmlinux 0x4d360864 serio_open +EXPORT_SYMBOL vmlinux 0x4d5afa6c xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x4d690ff7 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x4d75c108 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x4d908097 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dbb2339 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x4dc4f93c mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x4dce082b register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x4dd0b3b3 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x4dd95689 handshake_req_submit +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 0x4e07daa6 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x4e13fe79 netdev_info +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e29d4d0 register_quota_format +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3ec815 unregister_nexthop_notifier +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 0x4e73361e crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x4e9437ca drop_nlink +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 0x4eb65145 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x4ec41bb4 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef4e165 tcf_classify +EXPORT_SYMBOL vmlinux 0x4f01a4a1 pci_pme_active +EXPORT_SYMBOL vmlinux 0x4f1327cb vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x4f1aea08 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1d01a5 mmc_request_done +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f3c899f mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f58472a single_release +EXPORT_SYMBOL vmlinux 0x4f5f77f9 sock_release +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f798ca5 key_revoke +EXPORT_SYMBOL vmlinux 0x4f7a306d bioset_init +EXPORT_SYMBOL vmlinux 0x4f903039 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x4f96852b vfs_mkobj +EXPORT_SYMBOL vmlinux 0x4fa6768a lookup_one_len +EXPORT_SYMBOL vmlinux 0x4fa6ee40 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x4fb2f16a scsi_scan_host +EXPORT_SYMBOL vmlinux 0x4fc89c98 tty_do_resize +EXPORT_SYMBOL vmlinux 0x4fdbde67 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ffc7d55 tcp_ld_RTO_revert +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 0x5028bcf3 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x502f5001 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x503da70b mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x504830c6 build_skb +EXPORT_SYMBOL vmlinux 0x5056a1ea copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x505a9c29 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x505b14a8 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x5093182c copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509ed667 mroute6_is_socket +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 0x50eaa16d padata_alloc +EXPORT_SYMBOL vmlinux 0x50eed630 ps2_end_command +EXPORT_SYMBOL vmlinux 0x50f83d04 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5102d2fb d_genocide +EXPORT_SYMBOL vmlinux 0x51142c54 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x511fd9e3 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x513e1c14 param_set_uint +EXPORT_SYMBOL vmlinux 0x51454833 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51541bb8 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516e1de8 pci_release_regions +EXPORT_SYMBOL vmlinux 0x51798001 __invalidate_device +EXPORT_SYMBOL vmlinux 0x519684aa kernel_read +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51bd1934 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x51c73d5e dev_addr_add +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d3a449 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x51d59b1a ip_defrag +EXPORT_SYMBOL vmlinux 0x51db3d03 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x51e21dd0 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x51ed76a3 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x520b4b52 vlan_for_each +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5210cc21 sock_i_ino +EXPORT_SYMBOL vmlinux 0x5231ff87 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x523941eb __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x523b885a is_nd_pfn +EXPORT_SYMBOL vmlinux 0x526130df posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x526e4ad2 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5293848c filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529b1636 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52eb6d54 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x52eba557 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x52ec1b68 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f1d013 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530f38ea mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53168ca1 pid_task +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x53317aff phy_suspend +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533d9d2e scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x534cf6a1 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x53589348 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x53680756 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x538c5372 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x538db7f4 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x53959208 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53d4e36e blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x53dd89e4 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x53ed64bf __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5400ba15 dquot_commit +EXPORT_SYMBOL vmlinux 0x54064a34 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544ed7a6 security_sb_remount +EXPORT_SYMBOL vmlinux 0x545e34c3 load_nls +EXPORT_SYMBOL vmlinux 0x5471a19b ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x54727b1c param_set_charp +EXPORT_SYMBOL vmlinux 0x5474a562 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x5481707b configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x549fabee empty_aops +EXPORT_SYMBOL vmlinux 0x54a63057 jbd2_journal_invalidate_folio +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 0x54b7cafd flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x54c1f792 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x54c87fdd dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d025a7 nf_log_packet +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f7f41e lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x54fd95dc vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5516b106 __devm_release_region +EXPORT_SYMBOL vmlinux 0x551a50e8 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x551b6581 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5526265e dquot_resume +EXPORT_SYMBOL vmlinux 0x552d275e ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x552f6318 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5550eb47 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x5563fc5e to_nd_pfn +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x5572d26a __block_write_begin +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55931cd3 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x55cb3ca5 pci_bus_type +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e464a8 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x55f6161d rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x55f7e7a7 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x55fc57fe devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x5601be3f md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563a8bf5 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5654275c __seq_open_private +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56620e5b sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x567ebbd6 vm_mmap +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56a00f67 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x56b0de37 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x56b35e5a scsi_remove_host +EXPORT_SYMBOL vmlinux 0x56c152c6 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d5da47 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x5708ba30 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x5708c173 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x572d61ba unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x573f2162 give_up_console +EXPORT_SYMBOL vmlinux 0x57407207 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x5763a1c0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x576567f8 putname +EXPORT_SYMBOL vmlinux 0x57689789 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x57693acd phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x5775fd8e amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x578b664f ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57ab42f8 simple_rename +EXPORT_SYMBOL vmlinux 0x57acb93b alloc_pages +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x580ddddd security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x580e3d99 __neigh_for_each_release +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 0x5849f541 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x5850b716 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x585cdd4d sync_blockdev +EXPORT_SYMBOL vmlinux 0x586c690f set_posix_acl +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587d0a97 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x587e32c9 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x58860f08 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589e20e1 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x58a78409 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bfccb4 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x58d891b9 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x58dec8fb proc_create_data +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e53d36 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x58e81c3e xfrm_state_update +EXPORT_SYMBOL vmlinux 0x59138fb9 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x591cee56 drop_super +EXPORT_SYMBOL vmlinux 0x59282806 mntput +EXPORT_SYMBOL vmlinux 0x5928cc1e kernel_getsockname +EXPORT_SYMBOL vmlinux 0x59292d5b blkdev_put +EXPORT_SYMBOL vmlinux 0x593a4427 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x593ca070 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x59428240 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x594b7456 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5954d48f shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5991214c generic_write_end +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59d72481 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x59de7fb1 fb_pan_display +EXPORT_SYMBOL vmlinux 0x59df5be1 send_sig +EXPORT_SYMBOL vmlinux 0x59ec0a82 napi_disable +EXPORT_SYMBOL vmlinux 0x59f86ead pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x5a019a7a phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x5a02f63b __pci_register_driver +EXPORT_SYMBOL vmlinux 0x5a0ab2cd generic_update_time +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0ec716 tty_hangup +EXPORT_SYMBOL vmlinux 0x5a20ed32 d_set_d_op +EXPORT_SYMBOL vmlinux 0x5a27167b elevator_alloc +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a3500cb bio_alloc_clone +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 0x5a7b1bdb fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x5a7eb199 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x5a90220e rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a94b69b pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x5a984d51 __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aa0a30d __bforget +EXPORT_SYMBOL vmlinux 0x5aa56c93 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x5aa90ab6 seq_release_private +EXPORT_SYMBOL vmlinux 0x5aaa6aad xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5aca89bb mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x5ad564de tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae1f82f pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x5affe503 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x5b128f69 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b34d9ab sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b46fa94 mpage_readahead +EXPORT_SYMBOL vmlinux 0x5b4813dd hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x5b52c25a sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5de63b __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x5b640895 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b6692aa devfreq_update_status +EXPORT_SYMBOL vmlinux 0x5b6a1284 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x5b7bcd69 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b89ff64 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x5bbef54c remap_pfn_range +EXPORT_SYMBOL vmlinux 0x5bc8b6db cfb_fillrect +EXPORT_SYMBOL vmlinux 0x5bc8bf57 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd35746 fget +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd98907 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x5bdb3c38 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf66bc6 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x5c12a505 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c35ca4f ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c48d9d5 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x5c97b0c7 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x5cad3c23 pci_find_resource +EXPORT_SYMBOL vmlinux 0x5caea11a bio_chain +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5ce64b90 sock_create_lite +EXPORT_SYMBOL vmlinux 0x5ced6673 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf9e89c blk_execute_rq +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d032e36 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x5d0821d3 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x5d0a291f input_event +EXPORT_SYMBOL vmlinux 0x5d133bce simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x5d35a1d2 tcf_block_get +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d5b72bb ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x5d6b9e4a d_drop +EXPORT_SYMBOL vmlinux 0x5d75077f filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x5d8463d0 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x5da935bd eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5dc6038c devm_ioremap +EXPORT_SYMBOL vmlinux 0x5e02c78b tcp_read_skb +EXPORT_SYMBOL vmlinux 0x5e066a3b misc_register +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e071451 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1e5ae2 param_set_ushort +EXPORT_SYMBOL vmlinux 0x5e24957c blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e382c98 fb_get_mode +EXPORT_SYMBOL vmlinux 0x5e453dd3 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x5e504103 phy_loopback +EXPORT_SYMBOL vmlinux 0x5e5340ed __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x5e61b883 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x5e753937 __register_nls +EXPORT_SYMBOL vmlinux 0x5e77a2a4 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x5e7c7a14 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x5e80f2cd mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e978534 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ea93e6b eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecc06ae rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x5ecfc4e7 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed31817 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef3b9f3 param_get_invbool +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f41e22b input_register_handle +EXPORT_SYMBOL vmlinux 0x5f422edf flush_signals +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f5dec5d generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fa0db4a mmc_get_card +EXPORT_SYMBOL vmlinux 0x5fbc4553 pcim_iomap +EXPORT_SYMBOL vmlinux 0x5fbc668f __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc71331 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcabf6a d_invalidate +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x5ffbc55e vfs_create_mount +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 0x6009a30f cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6033466f __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60436d58 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x604bea26 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605898a1 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x605be5ec tcp_ioctl +EXPORT_SYMBOL vmlinux 0x60621bc9 inet6_protos +EXPORT_SYMBOL vmlinux 0x6063736f remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x606a5fc2 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x608614ea __neigh_set_probe_once +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 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60af4f61 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c79f63 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f46631 input_copy_abs +EXPORT_SYMBOL vmlinux 0x60f549e9 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x60f9f4e9 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x61032243 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x6109d712 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x6115ea16 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6120d071 inet_getname +EXPORT_SYMBOL vmlinux 0x61228961 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x613270b1 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6178d48e reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6180eab7 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619371e9 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61b1160c skb_queue_head +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b843f0 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x61c77750 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x61cbec46 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f35bb4 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x61f656bf flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62175a43 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x6217aebb simple_nosetlease +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6226e15a filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x62276bb7 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62329462 simple_getattr +EXPORT_SYMBOL vmlinux 0x6235d848 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x623c4785 dquot_get_state +EXPORT_SYMBOL vmlinux 0x6249ce0b __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x62523c0c ptp_clock_index +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62804711 vme_irq_request +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62a7286b param_get_string +EXPORT_SYMBOL vmlinux 0x62bee233 get_vm_area +EXPORT_SYMBOL vmlinux 0x62c235a2 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x62d91a9a devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fad53b devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x6309d710 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6339008e open_exec +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x637113f5 filemap_flush +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x639e75cd I_BDEV +EXPORT_SYMBOL vmlinux 0x63a046b4 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a81d5f mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x63c8f734 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x63d36163 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x63d4dc96 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x64001b50 do_SAK +EXPORT_SYMBOL vmlinux 0x64085995 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64145bcf from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x64216483 inode_permission +EXPORT_SYMBOL vmlinux 0x6423311b __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x642ec1f9 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x6430fdf6 phy_attached_info +EXPORT_SYMBOL vmlinux 0x64313881 tty_port_init +EXPORT_SYMBOL vmlinux 0x64436ae0 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x6447a18f __nlmsg_put +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x644e53bf ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648280f2 dm_get_device +EXPORT_SYMBOL vmlinux 0x6482ce4e md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x648c0cab rproc_del +EXPORT_SYMBOL vmlinux 0x648c2e12 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c58601 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64db4ee3 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x64ee3ac9 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x65055851 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x650d184d folio_set_bh +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651866b6 skb_pull_data +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652caee8 __bread_gfp +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x655030cb netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x655a9b4d unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x655b66c4 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x65693efb release_pages +EXPORT_SYMBOL vmlinux 0x656a483e phy_start_aneg +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x658a2a0a __x86_indirect_call_thunk_rbx +EXPORT_SYMBOL vmlinux 0x658ae82f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x658be0b3 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a7eff5 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x65b0e595 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65bcd48f register_qdisc +EXPORT_SYMBOL vmlinux 0x65bd7dda nd_btt_version +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 0x65eea4be arp_send +EXPORT_SYMBOL vmlinux 0x65ef6d0f inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x65fb03b9 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x660a4a66 inet_del_offload +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6635a470 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x663ccbe2 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x665749f0 generic_file_direct_write +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 0x6670ecb8 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x668a6503 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a0db03 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b1d662 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x66b39cad padata_do_serial +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x6707797e mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x6708b560 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x670cbd70 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x6713a8d2 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x6717fde7 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x672d9c45 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x6737cf1b get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6759f5c7 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x676a1593 vga_con +EXPORT_SYMBOL vmlinux 0x677032aa __brelse +EXPORT_SYMBOL vmlinux 0x6778161e mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x677c7c18 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x677fd6d1 bdi_unregister +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 0x67b52c46 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x67e39999 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x67e76243 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x67eb33dc jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x6822d558 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x682e591f sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6843b14e phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x68707723 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68a12ab8 rep_movs_alternative +EXPORT_SYMBOL vmlinux 0x68af3c43 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x68bd3cb4 keyring_clear +EXPORT_SYMBOL vmlinux 0x68d9620a migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x68ea8c14 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x68f3d59c param_ops_charp +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69094b61 param_ops_long +EXPORT_SYMBOL vmlinux 0x69120ccc skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x695ea5a5 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696df14c genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x696e5a0e ip6_output +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 0x69917e03 mount_subtree +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69d5d554 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x69d666ba fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69fe611b pci_disable_msi +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a2a6b5b ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x6a49026f pci_read_config_word +EXPORT_SYMBOL vmlinux 0x6a497f09 input_free_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 0x6a806f18 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x6a8d72c5 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x6a959012 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x6a9edfd4 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x6aa8fed9 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x6aaa6ace tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x6abaf228 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x6ad9ffa2 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af980a9 from_kprojid +EXPORT_SYMBOL vmlinux 0x6b0f58c9 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b1d749a __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b5182f4 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b627328 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6b80d61b dm_table_event +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b981fd1 km_policy_expired +EXPORT_SYMBOL vmlinux 0x6ba7958e mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be960ee skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x6bfadef2 tty_write_room +EXPORT_SYMBOL vmlinux 0x6bff5116 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x6c129a44 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c343814 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x6c52ee0e ip_local_deliver +EXPORT_SYMBOL vmlinux 0x6c566983 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c67ee66 sg_miter_start +EXPORT_SYMBOL vmlinux 0x6c6ab77a sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x6c6bbe49 tso_build_data +EXPORT_SYMBOL vmlinux 0x6c940de9 handshake_req_private +EXPORT_SYMBOL vmlinux 0x6c9d850f mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x6c9d9190 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x6ca27532 scsi_device_put +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cccaefb bdi_put +EXPORT_SYMBOL vmlinux 0x6cf390f0 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1b3262 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d326634 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d43e4bb pskb_extract +EXPORT_SYMBOL vmlinux 0x6d44b2a8 sock_no_listen +EXPORT_SYMBOL vmlinux 0x6d58a4d9 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5b503e param_get_ulong +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d7037bf generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x6d717ee5 ps2_init +EXPORT_SYMBOL vmlinux 0x6d7bca31 vma_set_file +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d809398 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x6d9603f8 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x6da954aa param_get_bool +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcb519e kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6de99ee7 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df956d2 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6e145aaf clocksource_unregister +EXPORT_SYMBOL vmlinux 0x6e3dd3ee eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x6e3fba53 xp_dma_map +EXPORT_SYMBOL vmlinux 0x6e457bf7 skb_append +EXPORT_SYMBOL vmlinux 0x6e46df4d i2c_del_driver +EXPORT_SYMBOL vmlinux 0x6e5928ab of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6a5b78 param_ops_int +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e74a7f8 mpage_writepages +EXPORT_SYMBOL vmlinux 0x6e87dac8 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ecc6571 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef5b67c netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x6efb3f8b skb_seq_read +EXPORT_SYMBOL vmlinux 0x6f04f556 dquot_acquire +EXPORT_SYMBOL vmlinux 0x6f13b184 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2510fe d_rehash +EXPORT_SYMBOL vmlinux 0x6f3efbf7 sk_alloc +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 0x6f55f6e6 phy_device_create +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f76e763 vc_resize +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f7b1013 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x6f8c6e3f scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f945b24 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x6fb3e6b1 __f_setown +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbef58e pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6ff1f0fc fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x6ff988f5 pci_clear_master +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7021819e init_pseudo +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702ed85d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x703e4954 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706715cf xsk_tx_release +EXPORT_SYMBOL vmlinux 0x706fc53e jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x70ab4a88 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bad697 tcf_register_action +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70c5cb4d phy_attach_direct +EXPORT_SYMBOL vmlinux 0x70da70ab neigh_seq_start +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70ddbcc6 simple_setattr +EXPORT_SYMBOL vmlinux 0x70e779e8 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x70e9d52a pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x7106361f unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x7109140a pci_get_subsys +EXPORT_SYMBOL vmlinux 0x711c7917 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713a113e device_get_mac_address +EXPORT_SYMBOL vmlinux 0x7154e29a vga_put +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71759be9 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718398b6 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a9cfa6 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x71b42ccb vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71c392d8 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x71d5251d follow_down +EXPORT_SYMBOL vmlinux 0x71e5e4c6 unlock_buffer +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72130ae2 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x7223c4bd mmc_can_erase +EXPORT_SYMBOL vmlinux 0x723e7796 rproc_boot +EXPORT_SYMBOL vmlinux 0x7242d5aa cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x72494920 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x7257bad8 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x7267e25d inet_add_offload +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726ed6ba jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x728049ed mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x729776de gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x729d7a18 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72cc696d padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72d8572a blk_start_plug +EXPORT_SYMBOL vmlinux 0x72e8b275 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f1367c max8925_reg_write +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72fcf56d dev_close +EXPORT_SYMBOL vmlinux 0x73102d7a vfs_get_tree +EXPORT_SYMBOL vmlinux 0x7313f3a7 clk_add_alias +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7317a835 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73332b56 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738cc0fd show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x739cdae6 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x739df3aa km_state_expired +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73d75445 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x73dac48c xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e182a9 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x73fabce5 pin_user_pages +EXPORT_SYMBOL vmlinux 0x74033187 _dev_printk +EXPORT_SYMBOL vmlinux 0x74064500 netlink_capable +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740cfa36 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x740e43ee block_dirty_folio +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x741e99e3 set_create_files_as +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742a5d74 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x743ff4af _dev_info +EXPORT_SYMBOL vmlinux 0x7442232d sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x7443599f generic_file_llseek +EXPORT_SYMBOL vmlinux 0x744c22fa nf_hook_slow_list +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 0x749ef58d generic_delete_inode +EXPORT_SYMBOL vmlinux 0x74ae8e19 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x74b2291c dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74be5e5f __scm_send +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c3ba53 tty_register_driver +EXPORT_SYMBOL vmlinux 0x74d42956 blk_queue_virt_boundary +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 0x74f537d8 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x7507f34b pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x751ef950 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x7520d3d2 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x752aaec3 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7535aeff tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753b8ab6 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x754de3f5 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7564873d skb_eth_push +EXPORT_SYMBOL vmlinux 0x756ff586 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x75729d37 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x75775704 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7590c32f gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x759f5e7f neigh_destroy +EXPORT_SYMBOL vmlinux 0x75a1daba devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x75a7f273 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75cc466c mmc_free_host +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d5ced3 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x75e16aaa pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x7609686b set_pages_wb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76106504 vfs_link +EXPORT_SYMBOL vmlinux 0x7622322b kset_unregister +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x763e998a __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7651e4d3 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x765e503c path_put +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766b79b9 deactivate_super +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x76894af0 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769eff00 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76ad461a security_d_instantiate +EXPORT_SYMBOL vmlinux 0x76bb5c1f i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x76cc5cde sock_efree +EXPORT_SYMBOL vmlinux 0x76cfc7c5 begin_new_exec +EXPORT_SYMBOL vmlinux 0x76d02867 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x77084810 netdev_features_change +EXPORT_SYMBOL vmlinux 0x77135333 netdev_update_features +EXPORT_SYMBOL vmlinux 0x773257fe ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7742c17a vme_init_bridge +EXPORT_SYMBOL vmlinux 0x77451886 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7749b9af input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x776b8720 dev_mc_init +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77707369 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x777e829f kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x7790a51a security_sock_graft +EXPORT_SYMBOL vmlinux 0x779bcb2d d_alloc_name +EXPORT_SYMBOL vmlinux 0x779d75d7 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x77b14d87 phy_init_hw +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c44fd2 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x77c5f325 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x77ce9b87 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x77e56c2d param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f109c1 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x77f5f004 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780b1ef9 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x780c22b9 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78599c25 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x785c1f71 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x7867e56f generic_file_open +EXPORT_SYMBOL vmlinux 0x786c177f fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x786e595b crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x78875de6 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x789ac3b3 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x789bdfd4 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bb27e7 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x78d5752c reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78efc715 set_bh_page +EXPORT_SYMBOL vmlinux 0x78fbfdef __ip_options_compile +EXPORT_SYMBOL vmlinux 0x79134bb1 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7919b6a7 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x7925a5c2 page_pool_create +EXPORT_SYMBOL vmlinux 0x793cf0a1 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x793d8b98 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7941c4ce inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x7944f454 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x7952ca3b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x79577285 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x79627494 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79892bc4 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x798a4814 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79f290dd iget_locked +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a346f2f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x7a378097 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a72a3ff proc_create_single_data +EXPORT_SYMBOL vmlinux 0x7a77af2e nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a9b10a2 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x7a9fde14 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa86847 get_phy_device +EXPORT_SYMBOL vmlinux 0x7ac10a48 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x7aca8b9f klp_sched_try_switch_key +EXPORT_SYMBOL vmlinux 0x7acd906e pnp_start_dev +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae7712c ptp_clock_register +EXPORT_SYMBOL vmlinux 0x7aef6c3d write_inode_now +EXPORT_SYMBOL vmlinux 0x7af4145f agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b04a6b9 dump_skip_to +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b2cccf2 seq_puts +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 0x7b66dd1a redraw_screen +EXPORT_SYMBOL vmlinux 0x7b6bacee sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b89b64f inc_nlink +EXPORT_SYMBOL vmlinux 0x7b8a7465 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x7ba17fad proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x7bae3ef2 sk_error_report +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bdfb1f4 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x7beb7b77 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x7bf6f6db vfs_symlink +EXPORT_SYMBOL vmlinux 0x7bf98491 _dev_emerg +EXPORT_SYMBOL vmlinux 0x7c0cd469 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1e4ba1 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c3bc25a cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x7c3f6f3e __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x7c411456 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x7c4420d2 do_splice_direct +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c47f4e9 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x7c4aaa2e __scm_destroy +EXPORT_SYMBOL vmlinux 0x7c55fff6 skb_find_text +EXPORT_SYMBOL vmlinux 0x7c5af898 set_capacity +EXPORT_SYMBOL vmlinux 0x7c6c37d3 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x7c71e10f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7c783dc4 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x7c890d89 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x7c9fcb35 get_watch_queue +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cbed7e5 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x7cbfb2b1 ps2_command +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7ccf7add iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cdc7116 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x7cdf315d alloc_etherdev_mqs +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 0x7d0637d0 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x7d08368e simple_lookup +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 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4de0b4 con_is_bound +EXPORT_SYMBOL vmlinux 0x7d510fdf reuseport_alloc +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d6e0c74 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x7d6f3c14 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d78b8e1 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x7d8fac6f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x7d933a62 rproc_alloc +EXPORT_SYMBOL vmlinux 0x7da3ebf6 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x7da4c462 wireless_send_event +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db7e372 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7db98b2f _dev_crit +EXPORT_SYMBOL vmlinux 0x7dc5270b __dquot_transfer +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7df2cabb prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x7e015201 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e24bbd1 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e47e94a proc_set_user +EXPORT_SYMBOL vmlinux 0x7e558068 dev_set_alias +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e6fad80 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x7e7832e3 vme_bus_type +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e925e43 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x7ea71544 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7eaad3f6 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7eac1f13 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x7ee0bd3b security_path_mkdir +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 0x7f045ac4 phy_attach +EXPORT_SYMBOL vmlinux 0x7f0990d2 param_set_ulong +EXPORT_SYMBOL vmlinux 0x7f1c12a5 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f35a8cf param_get_long +EXPORT_SYMBOL vmlinux 0x7f50e121 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f9401fe cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x7fb529f0 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7feaaa33 is_bad_inode +EXPORT_SYMBOL vmlinux 0x7feed7d0 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x7ff6391e __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x80001497 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x80005076 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x800f425b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x801f9342 to_nd_dax +EXPORT_SYMBOL vmlinux 0x80246de8 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x8025102e config_group_find_item +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x80403b94 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x8041d948 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x80621da6 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x809720df jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80aae02a copy_string_kernel +EXPORT_SYMBOL vmlinux 0x80b67411 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x80b6ef81 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80ccb967 param_ops_byte +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80fef5d4 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8115658d vm_map_pages +EXPORT_SYMBOL vmlinux 0x81172764 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8125ab9f dev_disable_lro +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 0x818416e1 scsi_set_sense_information +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 0x81ce559d lock_rename +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81cf7af5 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81da154b dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ea3619 __register_binfmt +EXPORT_SYMBOL vmlinux 0x8202b5b9 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x82140390 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x82203a34 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x8228568c tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x822c5a09 rproc_detach +EXPORT_SYMBOL vmlinux 0x822e8f0e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x823538ce rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x826ccd72 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x827625b5 dev_driver_string +EXPORT_SYMBOL vmlinux 0x827f3725 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x828d099a pci_disable_device +EXPORT_SYMBOL vmlinux 0x82955c17 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x82a63583 security_path_mknod +EXPORT_SYMBOL vmlinux 0x82bc2719 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x82c06083 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x82c1dc4d inet_recvmsg +EXPORT_SYMBOL vmlinux 0x82c3416a security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f0b74c ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x82fcfccc km_state_notify +EXPORT_SYMBOL vmlinux 0x83081706 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x831c9323 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x8328e1a6 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x8342fcea cdev_del +EXPORT_SYMBOL vmlinux 0x834fd20e console_stop +EXPORT_SYMBOL vmlinux 0x83523d51 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x83558539 tty_check_change +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835c0338 devm_clk_put +EXPORT_SYMBOL vmlinux 0x8363d882 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x836e001a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x838c52c9 d_lookup +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83b144b3 netif_device_attach +EXPORT_SYMBOL vmlinux 0x83b393dd vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x83b7e3e9 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x83cab9a6 ata_print_version +EXPORT_SYMBOL vmlinux 0x83ef9e92 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x842f477b inode_insert5 +EXPORT_SYMBOL vmlinux 0x8432ef63 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x844511ed iptun_encaps +EXPORT_SYMBOL vmlinux 0x845e223c netif_stacked_transfer_operstate +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 0x849535b7 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84b3b3fc skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x84baf325 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x84ebecb0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x84fff756 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x850783d6 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x850dc1ef blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x8529b8c1 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x852f6460 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x853f3fdc tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x85416d23 getname_kernel +EXPORT_SYMBOL vmlinux 0x854e766c blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x8556d410 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8568fc2d max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x85800ed9 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x859488c8 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x85a151bd finish_open +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e489e9 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f4f245 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x8610c321 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x86219e01 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86751489 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x867c618c vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869572a5 sock_wake_async +EXPORT_SYMBOL vmlinux 0x86b3e1b4 try_to_free_buffers +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 0x86f8bad8 ip6_mtu +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87335a8d mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x87592cdd xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8764ac8c in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8781567a acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x878d43cd ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x87977121 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a6ceab vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x87b3c42c netlink_net_capable +EXPORT_SYMBOL vmlinux 0x87b5cdb6 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87ce6c49 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x87fe5160 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x88019a45 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x88077699 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x880b6e3b kern_path +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x88156ddd remap_vmalloc_range +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 0x885fb827 dev_uc_del +EXPORT_SYMBOL vmlinux 0x8869ae74 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8899aa05 agp_bridge +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88a2eaac pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x88a3dfba tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x88cf7eaa freeze_bdev +EXPORT_SYMBOL vmlinux 0x88d420d3 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e3ff43 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x89087961 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x8911fa82 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x8915c050 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x891957d9 slab_build_skb +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x891e2069 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x89248395 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x894004c0 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8947edb4 input_inject_event +EXPORT_SYMBOL vmlinux 0x894e61f4 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x894f0593 sock_no_bind +EXPORT_SYMBOL vmlinux 0x89853a17 dev_add_offload +EXPORT_SYMBOL vmlinux 0x89867386 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899cdeda inet_offloads +EXPORT_SYMBOL vmlinux 0x89a797d3 netlink_unicast +EXPORT_SYMBOL vmlinux 0x89c5b47b dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x89ca12b0 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL vmlinux 0x89df4e76 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x89e738e8 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x89ebd730 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x8a0ae079 unload_nls +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 0x8a4ae109 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x8a4df16b vfs_statfs +EXPORT_SYMBOL vmlinux 0x8a4e5512 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x8a4ec26d pci_release_region +EXPORT_SYMBOL vmlinux 0x8a531f23 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a5e5e25 devm_request_resource +EXPORT_SYMBOL vmlinux 0x8a6a09bd devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a8d75e6 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x8a966e5d rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa641c9 lookup_one +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8aaf23ce input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad68011 bio_init +EXPORT_SYMBOL vmlinux 0x8aef79ed tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x8af126ad scm_fp_dup +EXPORT_SYMBOL vmlinux 0x8af2053e console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b2702eb iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x8b28e098 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x8b2aa725 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x8b320638 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x8b379e6e dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x8b46971c kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x8b5ae952 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6785d0 ip_frag_init +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b95ea81 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8ba1a277 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x8bbe06fb netdev_state_change +EXPORT_SYMBOL vmlinux 0x8bbf4dea unregister_md_personality +EXPORT_SYMBOL vmlinux 0x8bccc6c8 km_report +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8c1ac389 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3a26e5 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x8c5320da __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x8c545d24 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x8c56333a key_payload_reserve +EXPORT_SYMBOL vmlinux 0x8c671ad7 seq_path +EXPORT_SYMBOL vmlinux 0x8c6d7e20 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x8c7aa49a generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c91def5 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x8c95f7e2 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8c9ac92b thaw_bdev +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca3979c param_ops_hexint +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbafaf1 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x8cc0482f inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce16975 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x8ceee477 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x8cf303e1 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x8d053c10 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x8d1ddb11 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3b535a bio_split +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 0x8d6ee054 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x8d710155 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8a7a00 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e25e3f2 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e42aab4 vme_lm_request +EXPORT_SYMBOL vmlinux 0x8e4ba5e8 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x8e50a5de kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x8e666c1e __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x8e706440 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e96a3c2 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x8ea1e843 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec41ff1 pci_request_regions +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed905e5 mr_table_dump +EXPORT_SYMBOL vmlinux 0x8ee6f3e8 genphy_suspend +EXPORT_SYMBOL vmlinux 0x8eef33b3 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x8efe0450 pci_get_class +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f29e65c scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x8f4b8b88 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x8f5d402d netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x8f68cf5a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f879e8a __udp_disconnect +EXPORT_SYMBOL vmlinux 0x8f8a1414 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x8f963bbb gro_cells_receive +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 0x8fb6b843 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x8fc85800 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8fe8e5d2 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ff8e43b crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x8fffd555 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90134c56 __destroy_inode +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9043965b netdev_printk +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9060e3a5 tcp_poll +EXPORT_SYMBOL vmlinux 0x906829f0 fqdir_init +EXPORT_SYMBOL vmlinux 0x906e7509 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x907793e1 uart_match_port +EXPORT_SYMBOL vmlinux 0x908a874f sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909ec77e remove_proc_entry +EXPORT_SYMBOL vmlinux 0x90a2b5db xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x90a97776 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x90ca02ad inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x90d05de4 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x90f3a469 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x910de6e7 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911a76e9 vme_master_request +EXPORT_SYMBOL vmlinux 0x91369ab9 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x913f2c3f cfb_copyarea +EXPORT_SYMBOL vmlinux 0x9141c600 node_data +EXPORT_SYMBOL vmlinux 0x914893f1 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x914aa5d2 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x91502352 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x915cc1e8 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x915d2056 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x915fe5fc scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916ff403 import_iovec +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x918b9ed4 seq_read_iter +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 0x91b15be4 set_anon_super +EXPORT_SYMBOL vmlinux 0x91b7bd29 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x91d57d16 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x91d641eb dm_put_device +EXPORT_SYMBOL vmlinux 0x91e9d943 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fc4980 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x9204bbc3 put_watch_queue +EXPORT_SYMBOL vmlinux 0x9205ac39 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x921719f3 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9231c875 skb_unlink +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923e31d6 folio_add_lru +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926ea3f8 vme_register_driver +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9279488d scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929394d3 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92a30856 blk_rq_init +EXPORT_SYMBOL vmlinux 0x92a35bab clear_nlink +EXPORT_SYMBOL vmlinux 0x92a40976 __fput_sync +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bdeb4e param_ops_bint +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92dd4ba1 ppp_input_error +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92eba83c vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92eedd98 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930bba92 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x930be505 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x930d08cf blk_put_queue +EXPORT_SYMBOL vmlinux 0x93157405 fsync_bdev +EXPORT_SYMBOL vmlinux 0x93162225 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x932b83c7 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9333a265 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x93345021 __check_sticky +EXPORT_SYMBOL vmlinux 0x933b9c44 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x935c2bb9 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x93606c4b readahead_expand +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937f0899 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x93891a78 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x938ae609 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x9397bf30 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b63e61 config_item_set_name +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93dd2360 md_register_thread +EXPORT_SYMBOL vmlinux 0x93ffbe39 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x940720f3 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x941d91ba xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x9421cdf6 file_open_root +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942ac71b d_make_root +EXPORT_SYMBOL vmlinux 0x943083fb rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x94362ea6 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x9436ca2d pci_find_capability +EXPORT_SYMBOL vmlinux 0x9441fe40 __breadahead +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945c8c72 pci_map_rom +EXPORT_SYMBOL vmlinux 0x945cb2eb netdev_emerg +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94bf5008 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x94fc3975 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950b0eb2 mr_dump +EXPORT_SYMBOL vmlinux 0x950e6eab posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x950e9cf4 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x95238e13 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x95443b20 register_key_type +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95602a02 mmc_release_host +EXPORT_SYMBOL vmlinux 0x9569a9b4 kill_pgrp +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x959c15da devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x95a07a62 simple_statfs +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95efd25b tty_unlock +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x962fc515 __napi_schedule +EXPORT_SYMBOL vmlinux 0x96331832 twl6040_power +EXPORT_SYMBOL vmlinux 0x964a1e0c input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x9666f15b dcb_delrewr +EXPORT_SYMBOL vmlinux 0x9667387f xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x967a1727 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9689f135 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x9697246f pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x96992fec pci_dev_put +EXPORT_SYMBOL vmlinux 0x96b1e60a pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d3cc79 dev_uc_flush +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 0x9727d288 file_ns_capable +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9743e62a phy_disconnect +EXPORT_SYMBOL vmlinux 0x974acab8 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x9752fae9 pci_set_master +EXPORT_SYMBOL vmlinux 0x97579af7 param_set_hexint +EXPORT_SYMBOL vmlinux 0x975a23c8 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x97671f0e mdiobus_read +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x9786929b __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9793535e dev_addr_mod +EXPORT_SYMBOL vmlinux 0x979ce9b9 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b46480 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c40a0a pci_choose_state +EXPORT_SYMBOL vmlinux 0x97d6da36 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x97d8156e hmm_range_fault +EXPORT_SYMBOL vmlinux 0x97e2df9c mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x97f8eba6 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x97fbe9ca __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x98048979 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x981256bc qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x981ec4e4 phy_write_paged +EXPORT_SYMBOL vmlinux 0x9827fd0f blk_finish_plug +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 0x9856150c phy_read_mmd +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985d4cda kmalloc_caches +EXPORT_SYMBOL vmlinux 0x989c9b9c input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x98ba7866 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98c8b858 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98e3280a crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98e51e7b __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x98f16e3b pnp_is_active +EXPORT_SYMBOL vmlinux 0x98ffc9cd ether_setup +EXPORT_SYMBOL vmlinux 0x9903b9d3 put_cmsg +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x9925a1f4 napi_get_frags +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993f7656 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x99416835 pps_event +EXPORT_SYMBOL vmlinux 0x99432168 input_get_keycode +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99569750 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x9961d795 bio_free_pages +EXPORT_SYMBOL vmlinux 0x9979945d devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x997e11de is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x9980551f fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x998943fa netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x99955e8f input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a88b4b netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99ee8b1c devm_of_iomap +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f7c290 kill_pid +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a14da9a fasync_helper +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a267c3d crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a57700d nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a79e8e4 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x9a84e9f2 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x9a98cecb scsi_device_resume +EXPORT_SYMBOL vmlinux 0x9a992f75 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ad9fe78 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aef177a generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x9b0a57ce get_tree_bdev +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2932e8 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b41dd19 passthru_features_check +EXPORT_SYMBOL vmlinux 0x9b46ed09 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b62fe8b skb_copy_header +EXPORT_SYMBOL vmlinux 0x9b715f44 dev_uc_init +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b739b09 md_check_recovery +EXPORT_SYMBOL vmlinux 0x9b8c3235 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x9b94f1ed napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x9bb44046 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bc081a3 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9bd014f6 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9bd01b86 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x9bd7fe82 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x9bddacdb t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c2428a3 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x9c2590a6 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x9c3cf179 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x9c4698d1 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x9c4ca4e2 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c996d84 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca4391a cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd311dd tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x9cd8db23 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x9cde8ba1 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf093fd jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x9cff236e __icmp_send +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2ae325 default_llseek +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3c7bb4 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x9d453f62 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x9d4ba633 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x9d591b44 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x9d5e1148 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d71ac38 netpoll_setup +EXPORT_SYMBOL vmlinux 0x9d71d73a kill_fasync +EXPORT_SYMBOL vmlinux 0x9d7b8da9 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d97eb29 sync_filesystem +EXPORT_SYMBOL vmlinux 0x9da3c91e agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x9da9934a serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x9db25934 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x9db55598 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x9dcb7ff7 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de13a09 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x9df68b39 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0699cc tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x9e0882aa netlink_set_err +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2ec768 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x9e3189a4 netdev_crit +EXPORT_SYMBOL vmlinux 0x9e3e9217 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e515ff3 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e681343 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9e682fbf devm_memunmap +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e6f1997 seq_open +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e833cc1 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x9e8b50c6 dev_activate +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eadd80c simple_open +EXPORT_SYMBOL vmlinux 0x9eb24823 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec3725d block_write_begin +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ed99b53 framebuffer_release +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9ef1e91f vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x9f0ed5dd blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x9f26f482 register_netdevice +EXPORT_SYMBOL vmlinux 0x9f37915e bioset_exit +EXPORT_SYMBOL vmlinux 0x9f3aa235 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x9f41875f sock_wmalloc +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 0x9f92c6f3 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f99ea11 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fdef342 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x9fe446f9 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x9fe5bdec __serio_register_driver +EXPORT_SYMBOL vmlinux 0x9feb0820 skb_pull +EXPORT_SYMBOL vmlinux 0x9feb673a mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01a0fcf blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa01b4843 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xa01b5f34 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa024ae4f dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa029f961 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa0310d5e locks_delete_block +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0400e3b dma_resv_init +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa057953f md_error +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07b8c9f __skb_checksum +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa08d7989 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa098e7e7 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xa0a41de4 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +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 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11def68 inet_shutdown +EXPORT_SYMBOL vmlinux 0xa13d541c file_modified +EXPORT_SYMBOL vmlinux 0xa13f27af rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xa167b00c netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xa16c0aa3 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa16d4c9b pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xa1859a26 finalize_exec +EXPORT_SYMBOL vmlinux 0xa18a40f7 tty_port_open +EXPORT_SYMBOL vmlinux 0xa19b34f0 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa1a2a4dc agp_find_bridge +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1e51b25 complete_request_key +EXPORT_SYMBOL vmlinux 0xa1f00322 inode_set_flags +EXPORT_SYMBOL vmlinux 0xa1f9dbb1 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xa2052508 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa208ee6f mmc_erase +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 0xa26f9cc4 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29a7635 dquot_operations +EXPORT_SYMBOL vmlinux 0xa2a406dd sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xa2a5d927 genphy_update_link +EXPORT_SYMBOL vmlinux 0xa2b192f7 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xa2c350f5 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xa307e569 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xa317c661 serio_interrupt +EXPORT_SYMBOL vmlinux 0xa320b1e5 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xa3280e76 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0xa32d4eb2 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xa336bc44 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xa354cc28 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xa35e831c mdiobus_free +EXPORT_SYMBOL vmlinux 0xa36ea702 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa3769c3c task_work_add +EXPORT_SYMBOL vmlinux 0xa38311f1 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xa388dbaa start_tty +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa39e58de agp_put_bridge +EXPORT_SYMBOL vmlinux 0xa3a44427 config_group_init +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d622aa proto_unregister +EXPORT_SYMBOL vmlinux 0xa3d7869a cdev_device_del +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40b9f15 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4161195 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa4293b4e agp_enable +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa441e3d8 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa4421c6d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa466c1a7 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xa47c78b8 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xa49f1360 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bc6bcb sock_rfree +EXPORT_SYMBOL vmlinux 0xa4bfae17 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4f18b6b zap_page_range_single +EXPORT_SYMBOL vmlinux 0xa4f9059f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa5028b47 tcp_mmap +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa508d492 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa50ccc34 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xa523819e qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5446e31 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa5656144 make_kgid +EXPORT_SYMBOL vmlinux 0xa56e8844 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xa57ba666 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xa5810b24 devm_release_resource +EXPORT_SYMBOL vmlinux 0xa58869f1 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa59ba74f dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa59dd3dc pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xa5ad65f0 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xa5cf64c9 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xa5d8c870 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5f2e10f remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xa60513a7 __d_drop +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa629a8ce scsi_print_command +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 0xa652cefd phy_error +EXPORT_SYMBOL vmlinux 0xa6564534 netlink_ack +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6a316c5 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0xa6aebac0 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xa6c0b899 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xa6d0ddde blk_get_queue +EXPORT_SYMBOL vmlinux 0xa6eaa461 current_in_userns +EXPORT_SYMBOL vmlinux 0xa6fc4a82 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xa7068659 finish_swait +EXPORT_SYMBOL vmlinux 0xa70a4abd phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xa70b27e5 ilookup5 +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71aea98 vfs_get_link +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa735400f i2c_clients_command +EXPORT_SYMBOL vmlinux 0xa7444a4b pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa768fa96 import_single_range +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa789fd41 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa7cbb00b irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xa7cfe9ed tcp_close +EXPORT_SYMBOL vmlinux 0xa7d0a6b5 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7da3fa5 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f2c81c devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xa7fbb5ee filemap_fault +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa81836e7 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xa82f53f2 dquot_destroy +EXPORT_SYMBOL vmlinux 0xa82ff87a blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa843e01c dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa8506460 km_new_mapping +EXPORT_SYMBOL vmlinux 0xa8513ec6 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85a66bc skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xa85c8a69 datagram_poll +EXPORT_SYMBOL vmlinux 0xa86169b0 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa8730c8a pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xa88fb408 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a7faaa input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xa8ae42ce udp_seq_start +EXPORT_SYMBOL vmlinux 0xa8c3e9fc inet_add_protocol +EXPORT_SYMBOL vmlinux 0xa8c44d84 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8d19961 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xa8d3fb40 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8ec0f8b folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xa8ef0e0a unregister_binfmt +EXPORT_SYMBOL vmlinux 0xa8f21e34 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa903a031 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xa905bfae kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa90af976 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90fe060 cdev_alloc +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa9237a81 genphy_read_status +EXPORT_SYMBOL vmlinux 0xa92e2070 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xa93a0993 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xa941dbb3 put_disk +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa9558a55 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xa961b182 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa9c26370 generic_setlease +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9d87ee3 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xa9ef3fb6 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa9f7b6fd agp_generic_enable +EXPORT_SYMBOL vmlinux 0xa9fcbbf0 udp_ioctl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0226ac sock_setsockopt +EXPORT_SYMBOL vmlinux 0xaa0a40db vfs_setpos +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2a7ec8 console_start +EXPORT_SYMBOL vmlinux 0xaa309bcd __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa44d547 vfs_fsync +EXPORT_SYMBOL vmlinux 0xaa5cde2b max8925_set_bits +EXPORT_SYMBOL vmlinux 0xaa65f84d generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xaa6c7d57 cont_write_begin +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7b123c tcf_exts_change +EXPORT_SYMBOL vmlinux 0xaa7bf8a8 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xaa876917 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa988082 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xaa9c832b arp_create +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaab777c6 device_add_disk +EXPORT_SYMBOL vmlinux 0xaacadb31 tty_lock +EXPORT_SYMBOL vmlinux 0xaacbaca2 devm_backlight_device_unregister +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 0xaadedc0c __sk_dst_check +EXPORT_SYMBOL vmlinux 0xaae049c7 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xaae1fdef skb_tx_error +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0c81a7 clear_inode +EXPORT_SYMBOL vmlinux 0xab13644e md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xab1a8afd netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xab1ef6d6 kernel_sendmsg_locked +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 0xab651713 netdev_master_upper_dev_get_rcu +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 0xab8076ae disk_check_media_change +EXPORT_SYMBOL vmlinux 0xab87fe20 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xab8a9f06 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xab938aba invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xabb2d4e7 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xabb5a90c config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xabbfa196 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xabde2339 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf53b48 rep_stos_alternative +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3facf3 md_done_sync +EXPORT_SYMBOL vmlinux 0xac4ee648 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fc32d pnp_device_attach +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac80e542 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xac887c0a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xac8e2aca flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xac9ef32d logfc +EXPORT_SYMBOL vmlinux 0xac9fa5b5 iput +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb3691c fget_raw +EXPORT_SYMBOL vmlinux 0xacb445ea debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xacb5568f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xacc15c0b __tracepoint_read_msr +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 0xacf271a1 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf81453 dma_set_mask +EXPORT_SYMBOL vmlinux 0xacfcdabb devm_iounmap +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad54ed9b blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xad55ee94 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xad64148e inet_accept +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad738142 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbdf442 rt6_lookup +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc799ee inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xadcc443e __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae17c266 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2fe2c4 inode_update_time +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae52effc balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6efff2 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xae7dc3c7 register_md_personality +EXPORT_SYMBOL vmlinux 0xae8bb8cd scsi_print_result +EXPORT_SYMBOL vmlinux 0xae9b9f9a rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xae9bb5b8 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeadedaa pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaebe3566 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xaec66fe9 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xaecde1db flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xaed6d12a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xaee129b6 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xaee91aae iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xaeff747c udp6_csum_init +EXPORT_SYMBOL vmlinux 0xaf031da2 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xaf232f0d phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xaf28ab47 kernel_listen +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf7566a5 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xaf843ef0 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xaf84c2d5 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xaf937505 mdio_device_reset +EXPORT_SYMBOL vmlinux 0xaf956c47 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb63ce6 phy_print_status +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafbc31c5 unix_detach_fds +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 0xafea18d2 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xaffc92bf blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xb00af790 vfs_llseek +EXPORT_SYMBOL vmlinux 0xb00ec2ef dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01cb959 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb03687f7 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xb04533f2 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb050419f pci_release_resource +EXPORT_SYMBOL vmlinux 0xb0507ebd copy_splice_read +EXPORT_SYMBOL vmlinux 0xb052bff1 flow_indr_dev_setup_offload +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 0xb069244d ip_options_compile +EXPORT_SYMBOL vmlinux 0xb0695461 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xb076f8fa inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xb0971e93 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xb097f13f blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +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 0xb0ecb264 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xb11d4122 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125a25e tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb135355e rtc_add_group +EXPORT_SYMBOL vmlinux 0xb136bf48 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xb13ab46e __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1407e4b netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14eea61 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1591cff blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xb15b4109 crc32c +EXPORT_SYMBOL vmlinux 0xb15d2255 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xb16958a5 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xb17e7e98 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xb17f38ed ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xb1823ee4 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb18cff74 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb19cf99f netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xb19fc6b6 inet_bind +EXPORT_SYMBOL vmlinux 0xb1a1b48b md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d26b8a touch_buffer +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e3ef80 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xb1e7441e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f61104 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xb1f6ee99 block_write_full_page +EXPORT_SYMBOL vmlinux 0xb1fe31e7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb2041a9d dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb22bf300 agp_generic_type_to_mask_type +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 0xb2675f27 skb_condense +EXPORT_SYMBOL vmlinux 0xb26cfd15 netif_device_detach +EXPORT_SYMBOL vmlinux 0xb27c9e63 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xb281d4c6 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xb28a537f simple_fill_super +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2abc39d set_nlink +EXPORT_SYMBOL vmlinux 0xb2b0107a poll_initwait +EXPORT_SYMBOL vmlinux 0xb2b5f75e __break_lease +EXPORT_SYMBOL vmlinux 0xb2b86914 release_sock +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2cb36ba param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xb2e790f7 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xb2e83cfb vfs_copy_file_range +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 0xb2fd63fd eisa_bus_type +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb313f987 sget_fc +EXPORT_SYMBOL vmlinux 0xb321e0f1 mdio_device_register +EXPORT_SYMBOL vmlinux 0xb32201be dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb3278fc1 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb331e6cd phy_read_paged +EXPORT_SYMBOL vmlinux 0xb33c811e audit_log_start +EXPORT_SYMBOL vmlinux 0xb34e3d7a dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xb35e782f sk_ns_capable +EXPORT_SYMBOL vmlinux 0xb361af33 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xb364bf0b __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d804c twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xb37b38a6 path_has_submounts +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3b70e6c pci_enable_wake +EXPORT_SYMBOL vmlinux 0xb3c2140a inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3eff514 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f2296d __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xb3f2a406 vfs_ioctl +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 0xb3ffa18c seq_write +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb414438b _dev_notice +EXPORT_SYMBOL vmlinux 0xb41f7cfc jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4270634 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xb432fb40 amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0xb4349b0e inet6_bind +EXPORT_SYMBOL vmlinux 0xb439ba5d __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb43d461f security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xb43fcd14 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb45429b8 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb473b592 nf_log_trace +EXPORT_SYMBOL vmlinux 0xb47b5233 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb485c592 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a0b699 input_match_device_id +EXPORT_SYMBOL vmlinux 0xb4e3a3b1 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb4fc70bc from_kuid +EXPORT_SYMBOL vmlinux 0xb5052e86 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xb534fdc1 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xb5359b8f iterate_fd +EXPORT_SYMBOL vmlinux 0xb53d6b6a dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb55bcfb1 pci_iounmap +EXPORT_SYMBOL vmlinux 0xb5617fbd udp_poll +EXPORT_SYMBOL vmlinux 0xb56dd09e input_grab_device +EXPORT_SYMBOL vmlinux 0xb5759012 pci_request_region +EXPORT_SYMBOL vmlinux 0xb5857448 md_write_start +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c4edb6 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xb5c66a17 ps2_interrupt +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f866e1 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xb5faa4f0 dst_alloc +EXPORT_SYMBOL vmlinux 0xb60dc326 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xb611a00c xfrm_state_free +EXPORT_SYMBOL vmlinux 0xb6156a44 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xb617a141 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xb618e9d4 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb6296500 km_policy_notify +EXPORT_SYMBOL vmlinux 0xb62fe6bd sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xb633db04 __phy_resume +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6377ade vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xb63e224c kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xb641b86a security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb654ef9d vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xb66ae3e4 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xb66c8ed5 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ce2df security_path_unlink +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6913870 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf350c security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xb6d1b484 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xb6da6f4a __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xb6dc4ef4 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73aed7d truncate_setsize +EXPORT_SYMBOL vmlinux 0xb741fe41 phy_device_free +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb7676d2d sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb7747789 cdev_add +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79bab98 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xb79c312b skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb79efc5e devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xb7a945b1 kernel_bind +EXPORT_SYMBOL vmlinux 0xb7ae8688 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xb7b0cca7 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0xb7b0ffa5 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xb7b82628 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c840e4 load_nls_default +EXPORT_SYMBOL vmlinux 0xb7d145e3 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xb7d7e3e2 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb80b3a63 noop_qdisc +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80c4d75 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xb8144419 nf_log_set +EXPORT_SYMBOL vmlinux 0xb8244e60 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xb831214d vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xb8372c31 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xb85253fc kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xb86125c7 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86c63e3 nf_ct_ext_add +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb8724cf0 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89c3b6b param_ops_ulong +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b0985a amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0xb8c58228 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f61016 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xb903c829 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90d2b01 d_obtain_root +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9447955 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb946cf08 make_kprojid +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb952a43d make_kuid +EXPORT_SYMBOL vmlinux 0xb9575109 eth_header_cache +EXPORT_SYMBOL vmlinux 0xb95b8e95 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xb95cd75a scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xb95d7679 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xb9606386 genphy_config_eee_advert +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 0xb9875c3b iterate_dir +EXPORT_SYMBOL vmlinux 0xb9a09367 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9cfd84f vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xb9db8ce2 tcp_sock_set_keepcnt +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 0xb9f90b26 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba01ac9e mr_table_alloc +EXPORT_SYMBOL vmlinux 0xba0f24d6 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba11a3cd gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba2ff2da tso_start +EXPORT_SYMBOL vmlinux 0xba43fadb convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba59955a __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xba6f290c truncate_pagecache +EXPORT_SYMBOL vmlinux 0xba75af65 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xba77b168 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xba791372 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xba8595be netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbabf1b5d mdio_device_create +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacbded2 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xbae61269 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0xbaf50292 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0xbaf950c3 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0195b3 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xbb03bf8d vfs_fadvise +EXPORT_SYMBOL vmlinux 0xbb03e0c5 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb08e59b tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xbb0a7d2f amd_iommu_domain_clear_gcr3 +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 0xbb28adb6 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xbb43f75e cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xbb4772ba inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb53f1de genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xbb5995ba jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbbb22dae vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xbbb28e1b devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xbbceb009 nd_device_notify +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbc14a3a9 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc308ff2 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xbc40ec3c devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xbc5c2895 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xbc6d8684 kobject_get +EXPORT_SYMBOL vmlinux 0xbc8d9a9e dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xbc9c40cd agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcae0b04 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcf3ca47 init_task +EXPORT_SYMBOL vmlinux 0xbd00375c mmc_remove_host +EXPORT_SYMBOL vmlinux 0xbd163da1 __folio_alloc +EXPORT_SYMBOL vmlinux 0xbd25d1f0 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xbd35431a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd3bfd9e dst_release_immediate +EXPORT_SYMBOL vmlinux 0xbd3e1a41 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xbd44889a simple_transaction_read +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4b3101 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xbd5c67a1 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd68ab76 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xbda1905d dev_set_threaded +EXPORT_SYMBOL vmlinux 0xbdab0dc3 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xbdb6cbee configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xbdc23e7e sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xbdce7eb9 done_path_create +EXPORT_SYMBOL vmlinux 0xbddb8e6e tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xbdec201b xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xbdfa8e14 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe05fe79 touch_atime +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe1e9ab3 mdiobus_alloc_size +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 0xbe5ba994 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xbe663006 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe7910ee __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xbe7920cf nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xbe89eebb skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xbe93bdb8 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xbea0c81b flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbeb8c816 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xbecf3734 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xbed005d3 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xbee44036 xfrm_state_delete +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 0xbf45078d cdev_device_add +EXPORT_SYMBOL vmlinux 0xbf4a0487 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf76180c mmc_retune_release +EXPORT_SYMBOL vmlinux 0xbf7b287f scsi_host_get +EXPORT_SYMBOL vmlinux 0xbf8390a9 submit_bio +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbffbdf85 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc00052ae input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc03ca3f8 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xc04996c9 __folio_lock +EXPORT_SYMBOL vmlinux 0xc05ec5cb eth_platform_get_mac_address +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 0xc08c9b50 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc08e76b9 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xc09a715f pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xc0c9e5f6 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xc0d7d8ec mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xc0e90a4f ip_options_rcv_srr +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 0xc10e18ca pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc116dcb9 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc14e3886 filemap_get_folios +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc166b007 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1756ae1 backlight_device_register +EXPORT_SYMBOL vmlinux 0xc17c9834 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xc19dfbe9 key_task_permission +EXPORT_SYMBOL vmlinux 0xc1a7d0c9 unpin_user_page +EXPORT_SYMBOL vmlinux 0xc1ae7a20 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xc1b8955a super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1ccf248 thaw_super +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1ddd074 input_flush_device +EXPORT_SYMBOL vmlinux 0xc1dff02e zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xc1f54b3f __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc1ff7ac8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xc201262e tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xc226ec12 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc234eb66 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xc23d632c inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24e6fc9 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xc2579dc0 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xc264b21a get_user_pages +EXPORT_SYMBOL vmlinux 0xc26689a5 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xc272e8e9 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc290baa4 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a1d313 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xc2a25067 pci_free_irq +EXPORT_SYMBOL vmlinux 0xc2a56a2a inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xc2ae3b41 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xc2af8b03 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xc2b8d503 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d1e9ae __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xc2da3a03 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ea4a88 __alloc_pages +EXPORT_SYMBOL vmlinux 0xc2fc363f udp_seq_ops +EXPORT_SYMBOL vmlinux 0xc2fe4c1c simple_write_begin +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc306b210 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xc30bd8fe read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xc30c8b16 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32285bd xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xc3265428 kernel_accept +EXPORT_SYMBOL vmlinux 0xc327ffe1 dev_trans_start +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc347b7eb dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xc355e637 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc3893493 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a12ea5 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xc3a5d7b9 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3e91ce2 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xc3ed1140 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xc3f78aaf netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xc3fa3105 d_exact_alias +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc3ff62cf devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xc40e7bb6 simple_unlink +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42a08b0 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47af9c2 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xc47b76aa bio_reset +EXPORT_SYMBOL vmlinux 0xc47dadc5 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xc4a210d6 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xc4ab1786 nf_log_register +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4c7548d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xc4d9c52c __bh_read_batch +EXPORT_SYMBOL vmlinux 0xc4e5cae3 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xc4f8666c ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xc510bcb3 rproc_put +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc534abf9 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xc538c0ff napi_gro_flush +EXPORT_SYMBOL vmlinux 0xc53b72f2 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc5863b90 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58d8017 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xc5940958 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5ca9ab7 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xc5d4deed filemap_map_pages +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5eeb54c phy_device_register +EXPORT_SYMBOL vmlinux 0xc5ff131b add_to_pipe +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc6126264 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xc616c142 get_user_pages_remote +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 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66fefd1 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xc68ccaac find_inode_nowait +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6b90218 current_time +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6edd83d bdi_alloc +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f58585 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xc7047507 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc71089cc tty_port_close_start +EXPORT_SYMBOL vmlinux 0xc714292e wake_up_process +EXPORT_SYMBOL vmlinux 0xc71a9d07 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xc71b4f27 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc74c23e0 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xc74facf6 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xc75670c4 lease_modify +EXPORT_SYMBOL vmlinux 0xc75691b4 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xc75d036a mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xc761531a unregister_nls +EXPORT_SYMBOL vmlinux 0xc765a921 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xc76fb806 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xc77dbf44 consume_skb +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 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bd2ce4 phy_init_eee +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c7ea76 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xc7cb4e2e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xc7e3a8f9 dev_mc_add +EXPORT_SYMBOL vmlinux 0xc7e77c80 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xc7eeb0c0 inet6_getname +EXPORT_SYMBOL vmlinux 0xc7fc5260 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xc7fdb5be pci_get_slot +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc80d86e7 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84206a7 ip6_xmit +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc856ae2e dns_query +EXPORT_SYMBOL vmlinux 0xc856c7ec dquot_quota_off +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87d60be ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc893bf3f devm_rproc_add +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b4c5f7 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xc8b4f85f dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8c8dc08 setup_new_exec +EXPORT_SYMBOL vmlinux 0xc8cbf751 tlbstate_untag_mask +EXPORT_SYMBOL vmlinux 0xc8cc70a1 udp_seq_next +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc921f4a5 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xc93489a9 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc943284a d_tmpfile +EXPORT_SYMBOL vmlinux 0xc945eead vc_cons +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc982533c flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xc98f23d3 simple_rmdir +EXPORT_SYMBOL vmlinux 0xc99428d8 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xc9946880 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a1c8a4 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xc9b41ef2 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xc9b48f48 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xc9b56511 try_module_get +EXPORT_SYMBOL vmlinux 0xc9c147c7 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc9c86270 cad_pid +EXPORT_SYMBOL vmlinux 0xc9d23e73 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xc9daf143 ip_output +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9fe1498 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xca00f453 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xca0d753f netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xca136c75 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca19ba43 fqdir_exit +EXPORT_SYMBOL vmlinux 0xca1adc8c nd_dax_probe +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca24825f __SetPageMovable +EXPORT_SYMBOL vmlinux 0xca420241 fb_io_write +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca701db3 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xca7f468d backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9e017f key_link +EXPORT_SYMBOL vmlinux 0xcac3b790 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xcacd6f92 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad2a81b param_set_bool +EXPORT_SYMBOL vmlinux 0xcaee66b3 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0dfcf3 rw_verify_area +EXPORT_SYMBOL vmlinux 0xcb114e06 serio_rescan +EXPORT_SYMBOL vmlinux 0xcb1266be nf_log_unset +EXPORT_SYMBOL vmlinux 0xcb1bdb5c eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb451c86 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcbb0e414 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xcbbc9f27 fb_pgprotect +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc22e33 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe30fba aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xcbf74c81 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0d8a36 simple_release_fs +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc2439a6 secpath_set +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc302ac8 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc350dcc dev_deactivate +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3f4be0 key_unlink +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc491a97 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5771db __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc8186c5 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xcc85f9d6 edac_mc_find +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca7b5a8 make_bad_inode +EXPORT_SYMBOL vmlinux 0xcca7eab4 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xccaf0650 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccbe334c add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xcce12870 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xccf2b4c8 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xccf45377 pcibios_resource_to_bus +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 0xcd4beba6 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xcd5634b1 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xcd6d5534 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xcd7a3528 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xcd84bc3d dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcdb2412e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xcdc11069 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb212f legacy_pic +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdee74b1 neigh_table_init +EXPORT_SYMBOL vmlinux 0xce120ed3 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2e5d1b tty_name +EXPORT_SYMBOL vmlinux 0xce3a8993 freeze_super +EXPORT_SYMBOL vmlinux 0xce4cbf38 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce547cb9 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xce56ed7b security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5f007d fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xce66cee7 cdrom_release +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce81801e devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xce8ea8fe splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xcea54204 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceccdaa3 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcee68838 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1001f2 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xcf227ff6 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xcf25092a mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2af657 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcf2beeae xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xcf378efb sock_no_getname +EXPORT_SYMBOL vmlinux 0xcf39151d try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf6231a8 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcf70649b __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xcf7758ff jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xcf838ea8 udp_read_skb +EXPORT_SYMBOL vmlinux 0xcf963b28 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfc33136 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdecd8f md_update_sb +EXPORT_SYMBOL vmlinux 0xcfe01b5e kobject_init +EXPORT_SYMBOL vmlinux 0xcfeb429c _dev_err +EXPORT_SYMBOL vmlinux 0xd0189e16 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xd027bf06 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd02e794d sg_miter_next +EXPORT_SYMBOL vmlinux 0xd0443435 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xd0470a85 nd_device_register +EXPORT_SYMBOL vmlinux 0xd048aa9a flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xd04abdb0 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0590670 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xd05e519b is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0683653 input_reset_device +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07ceb08 kern_path_create +EXPORT_SYMBOL vmlinux 0xd080172a mfd_add_devices +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd09561ce bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xd09ee849 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xd0a78001 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c59c46 tcf_block_put +EXPORT_SYMBOL vmlinux 0xd0d48511 dquot_release +EXPORT_SYMBOL vmlinux 0xd0dd205c __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0f4aa51 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd0ff87c2 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd136aaee simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xd13b0025 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xd14fd05a tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xd16671b6 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xd186ac72 configfs_register_group +EXPORT_SYMBOL vmlinux 0xd18b9790 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xd194bb15 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1996faf jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xd199da0f dma_find_channel +EXPORT_SYMBOL vmlinux 0xd1a09dfe seq_read +EXPORT_SYMBOL vmlinux 0xd1ce1bf9 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xd1cf6e49 proc_create +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1f093e3 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xd1f3bd78 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd200b659 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xd219541d seq_release +EXPORT_SYMBOL vmlinux 0xd21a9817 iunique +EXPORT_SYMBOL vmlinux 0xd21ae0c7 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd224fb9b fs_bio_set +EXPORT_SYMBOL vmlinux 0xd22b64f0 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xd23b23e3 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd25ed994 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2a3d63c dump_page +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +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 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f7b946 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xd31282db i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xd31a8675 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xd32f5af7 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd33dd121 bio_add_page +EXPORT_SYMBOL vmlinux 0xd342aabc page_symlink +EXPORT_SYMBOL vmlinux 0xd352e7a6 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd367a6af skb_dequeue +EXPORT_SYMBOL vmlinux 0xd36b70b4 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3a4c6ba vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xd3bb402a inet_ioctl +EXPORT_SYMBOL vmlinux 0xd3e389df pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xd3e7d23a vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xd3f74fb1 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41a9009 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xd426ec80 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xd43b7312 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd4429055 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xd4596078 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4633cce phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xd4755281 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xd479f5d4 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xd4820e34 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48a9f15 softnet_data +EXPORT_SYMBOL vmlinux 0xd4982b3c vm_insert_page +EXPORT_SYMBOL vmlinux 0xd4aabd95 bio_add_folio +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b5c763 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4ec7d63 eisa_driver_register +EXPORT_SYMBOL vmlinux 0xd4f1ec41 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xd5260d98 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd543e0d5 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd565afbc nonseekable_open +EXPORT_SYMBOL vmlinux 0xd574857e devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xd59c919b drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xd5a8ef52 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5c2c748 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xd5cdd5c7 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6098193 vga_client_register +EXPORT_SYMBOL vmlinux 0xd6150dd0 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xd61a01ba stop_tty +EXPORT_SYMBOL vmlinux 0xd62b7156 generic_buffers_fsync +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 0xd658a679 proc_symlink +EXPORT_SYMBOL vmlinux 0xd65ca7c8 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67c9667 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xd67ede66 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xd6824076 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68ebb9a dcache_dir_open +EXPORT_SYMBOL vmlinux 0xd6941457 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6bb9fb7 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f5dfef set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd709a787 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd712f907 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xd7198317 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xd7259680 vfs_dup_fs_context +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 0xd74945fb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xd7694209 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xd76d99d9 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xd77cd76d __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xd7813409 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd79d736b dm_io +EXPORT_SYMBOL vmlinux 0xd7c2ecbb netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xd7c3f15e inet_addr_type +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e1b6cd page_pool_unlink_napi +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 0xd7fed3a9 __devm_request_region +EXPORT_SYMBOL vmlinux 0xd80194fc scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd80c35f2 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xd81907cd dst_init +EXPORT_SYMBOL vmlinux 0xd8206a71 mmc_start_request +EXPORT_SYMBOL vmlinux 0xd820e7dd param_get_byte +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd8406268 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd84d4b61 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xd85042d8 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xd85622ec param_set_byte +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 0xd8c06fd7 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xd8c0bc33 __kfree_skb +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8f7878c udp_seq_stop +EXPORT_SYMBOL vmlinux 0xd8fe2059 __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd900a814 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd921afc2 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xd922e3dd netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xd924a4a7 inet_listen +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd932ed7b xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd936b199 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd951153f mmc_register_driver +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd97454d6 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xd979bbb9 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9ac08b6 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9d407e5 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xda1bfc51 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda653389 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xda791b82 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xda7b9e47 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xda7deef1 ram_aops +EXPORT_SYMBOL vmlinux 0xda7e23ee generic_perform_write +EXPORT_SYMBOL vmlinux 0xdaa300f5 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xdaabd1e7 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac9ffcb ethtool_notify +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaef9a6a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xdb015290 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdb02fd83 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb275052 mmc_command_done +EXPORT_SYMBOL vmlinux 0xdb5a520d ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xdb5ce53c __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xdb6418ff dma_ops +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7740b5 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba93f0e kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc96893 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd992cc rproc_add +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe6d752 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xdbfae85f put_ipc_ns +EXPORT_SYMBOL vmlinux 0xdbfc7866 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xdbfdb4f4 param_get_uint +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 0xdc16cd37 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xdc27a84a register_netdev +EXPORT_SYMBOL vmlinux 0xdc39b78a ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4db454 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc55bc75 da903x_query_status +EXPORT_SYMBOL vmlinux 0xdc55ca39 qdisc_put +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc61ed20 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xdc913217 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xdca140f5 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xdca3e204 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xdcae80a9 scsi_device_get +EXPORT_SYMBOL vmlinux 0xdcb61086 setattr_copy +EXPORT_SYMBOL vmlinux 0xdcb86bfe netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd75953 update_devfreq +EXPORT_SYMBOL vmlinux 0xdcdb774d netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdc8f18 netdev_notice +EXPORT_SYMBOL vmlinux 0xdce073e0 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xdcedcff7 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xdd01c48e mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2a00f7 vfs_mknod +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd66ac95 dev_add_pack +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddc0006b qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddd3a887 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xdddda5e7 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xddf23a08 __bh_read +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddf8d5d8 tty_devnum +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2bc3cf ilookup +EXPORT_SYMBOL vmlinux 0xde41a151 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde5a35f3 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xde5b935f key_put +EXPORT_SYMBOL vmlinux 0xde69f3d5 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde8e5d57 dev_open +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdec1c14b get_thermal_instance +EXPORT_SYMBOL vmlinux 0xdec5d016 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee4ac01 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xdee9f62c pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef72ad7 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf22fc7e pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2a417d blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf40f91a devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xdf48ce6b kernel_param_lock +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5621fc vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0xdf59b669 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xdf6b82de regset_get +EXPORT_SYMBOL vmlinux 0xdf735f12 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xdf823449 single_open_size +EXPORT_SYMBOL vmlinux 0xdf8734e6 kset_register +EXPORT_SYMBOL vmlinux 0xdf8bda7e __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xdf8c223c page_pool_put_page_bulk +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 0xdfa1bc14 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +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 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdff8c22c jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffa0e12 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe0233c88 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xe0239cb2 phy_register_fixup +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 0xe03a0c61 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xe03bad0c tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe05a668e mmc_put_card +EXPORT_SYMBOL vmlinux 0xe061687e jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe0684b55 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xe074bbc0 phy_get_c45_ids +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 0xe0a62dae generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0c1b51c get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xe0c828d2 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xe0cec8cc serio_close +EXPORT_SYMBOL vmlinux 0xe0e51234 inet_put_port +EXPORT_SYMBOL vmlinux 0xe0ed8d34 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe0eec9c0 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xe0ef30ee generic_write_checks +EXPORT_SYMBOL vmlinux 0xe10d9d3b elv_rb_find +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12f6338 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe137d348 phy_attached_print +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13b9741 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17cc903 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe1807690 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe19321ae pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe193c6c3 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xe19c5867 keyring_search +EXPORT_SYMBOL vmlinux 0xe1b56101 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1c66b7c xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xe1d18007 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe20067df i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xe2011818 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe204a713 get_agp_version +EXPORT_SYMBOL vmlinux 0xe212e358 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xe21348ef d_add_ci +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22e06c2 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xe22e5d61 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xe24e92e5 vfs_readlink +EXPORT_SYMBOL vmlinux 0xe250ea14 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xe255c03f xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xe26da199 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe2773fcb generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xe28a7332 page_mapping +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29997c8 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2bbfe46 serio_reconnect +EXPORT_SYMBOL vmlinux 0xe2c82691 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2da891d free_netdev +EXPORT_SYMBOL vmlinux 0xe2de6669 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2f71ace dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe3201260 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xe321211c md_flush_request +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32c8fee flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xe330ad29 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xe33e2a35 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xe352b524 fb_show_logo +EXPORT_SYMBOL vmlinux 0xe37ac969 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xe3800636 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xe3847d87 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe399191c neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c36f76 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xe3c74a12 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xe3ccd913 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xe3d109ae skb_store_bits +EXPORT_SYMBOL vmlinux 0xe3d6caa7 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3df8319 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xe3e0d29b tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3ef11df rtc_add_groups +EXPORT_SYMBOL vmlinux 0xe3f417a8 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xe3f92a69 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xe3fade10 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xe3faf198 __put_user_ns +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe406b4f5 param_get_ushort +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe40f5726 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xe4114519 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe420a84b devm_free_irq +EXPORT_SYMBOL vmlinux 0xe4214834 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xe447603b scsi_done +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe468d16d devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xe470d02a dst_dev_put +EXPORT_SYMBOL vmlinux 0xe49601af netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xe4964a52 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xe4a5e161 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xe4a96453 set_cached_acl +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4ca4aa0 input_register_device +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4de2ee2 folio_unlock +EXPORT_SYMBOL vmlinux 0xe4df958c pci_write_config_word +EXPORT_SYMBOL vmlinux 0xe4e2fc81 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xe4e37157 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xe4ee031f rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xe517331b convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5387337 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xe542aa93 fd_install +EXPORT_SYMBOL vmlinux 0xe5557271 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58ce4d1 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe59634a3 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xe5991380 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xe5a5ac67 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xe5a664c5 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xe5c16d62 page_pool_release_page +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c863eb tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5d12d4f unlock_page +EXPORT_SYMBOL vmlinux 0xe600137a kobject_put +EXPORT_SYMBOL vmlinux 0xe613df67 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe62d7a21 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe64144ad pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xe646341f devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe64e418e ip_getsockopt +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe657362c page_get_link +EXPORT_SYMBOL vmlinux 0xe65a96d0 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xe6652246 may_umount_tree +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe692e92c d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xe694bcb7 sk_dst_check +EXPORT_SYMBOL vmlinux 0xe699fbae may_umount +EXPORT_SYMBOL vmlinux 0xe6a08bf2 udp_prot +EXPORT_SYMBOL vmlinux 0xe6a217a6 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e64501 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe71a1af4 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe720f831 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe740b5dc __dquot_free_space +EXPORT_SYMBOL vmlinux 0xe7437e8b inet_protos +EXPORT_SYMBOL vmlinux 0xe7480f4c tcp_child_process +EXPORT_SYMBOL vmlinux 0xe752240c __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xe7770e3d neigh_ifdown +EXPORT_SYMBOL vmlinux 0xe779ca93 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a066dc mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xe7aa2b06 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b78488 param_set_bint +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d6351f dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xe7dbfa05 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xe7e1bf1b skb_split +EXPORT_SYMBOL vmlinux 0xe7fdb4b0 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xe8159646 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe82bfa7d reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xe836dbae netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe8576767 dump_align +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe868fd8d vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xe86c375e inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe89abcbe twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xe89fa417 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xe8a8dec2 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xe8b1242a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d6b6fb genl_notify +EXPORT_SYMBOL vmlinux 0xe8df3ec0 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xe8f8740e sock_edemux +EXPORT_SYMBOL vmlinux 0xe8fb307d unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91dd82d xfrm_lookup +EXPORT_SYMBOL vmlinux 0xe92b14eb param_set_short +EXPORT_SYMBOL vmlinux 0xe9390532 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xe93f4979 seq_open_private +EXPORT_SYMBOL vmlinux 0xe94354eb inet_del_protocol +EXPORT_SYMBOL vmlinux 0xe94e9a88 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe955a224 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xe95db836 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xe9702dd2 inode_init_always +EXPORT_SYMBOL vmlinux 0xe98e953a scsi_host_put +EXPORT_SYMBOL vmlinux 0xe99e3c9b udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9aa62d7 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +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 0xe9fd1382 phy_config_aneg +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea03b0a6 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xea3a23cc pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea49a0f0 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xea5c635a sock_set_priority +EXPORT_SYMBOL vmlinux 0xea61e97f blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xea65148e __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xea6e4cdd skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea8609ea ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xea87e027 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xea8a1d1c rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xea955876 page_readlink +EXPORT_SYMBOL vmlinux 0xeaa17221 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabe7b4b sock_i_uid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb24b5ac inode_dio_wait +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3830e3 __fs_parse +EXPORT_SYMBOL vmlinux 0xeb3b0062 register_cdrom +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb467714 get_fs_type +EXPORT_SYMBOL vmlinux 0xeb537e3e kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xeb571869 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xeb5bc492 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xeb6f9c0b pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb860627 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xeb8c2aeb tcp_shutdown +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba68af1 key_alloc +EXPORT_SYMBOL vmlinux 0xebbdc413 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xebc3a5aa filp_open +EXPORT_SYMBOL vmlinux 0xebcfe456 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xebe3ea0b phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xec0202f0 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xec155e25 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xec1cbe15 pipe_unlock +EXPORT_SYMBOL vmlinux 0xec25aa4e request_key_rcu +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2c60e0 new_inode +EXPORT_SYMBOL vmlinux 0xec47364a pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec531c28 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xec550656 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xec5ed186 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xec78c05a dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xec918a03 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xec9cd48d md_write_inc +EXPORT_SYMBOL vmlinux 0xeca918c3 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecad9118 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xecaf1a72 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xecdd95a6 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece951b2 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xecfbbde3 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed130698 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xed1f5a1a set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed63aa1f mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed7624e5 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xed779c37 phy_connect +EXPORT_SYMBOL vmlinux 0xed963202 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xeda041d4 get_inode_acl +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedb1d5f2 mdiobus_write +EXPORT_SYMBOL vmlinux 0xedb368be __serio_register_port +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc6c8e5 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xedc818c3 tty_port_put +EXPORT_SYMBOL vmlinux 0xedc90db5 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede9ee3e devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0bbb38 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xee1afa99 simple_get_link +EXPORT_SYMBOL vmlinux 0xee1e33ff udp_gro_complete +EXPORT_SYMBOL vmlinux 0xee236821 fb_blank +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2efcbc cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xee31691c blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee47909f bio_uninit +EXPORT_SYMBOL vmlinux 0xee48afbf pci_resize_resource +EXPORT_SYMBOL vmlinux 0xee5318f8 phy_detach +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +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 0xee8c9f77 napi_enable +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee96b7b4 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeaca93e vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xeeb4ed61 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xeee05fcb sys_copyarea +EXPORT_SYMBOL vmlinux 0xeee10926 __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0xeee2b320 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xeee642c3 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xef1507ac jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xef1c00ae unix_get_socket +EXPORT_SYMBOL vmlinux 0xef1c6e4f bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xef20cdbe seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef394702 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xef3a3427 sock_create +EXPORT_SYMBOL vmlinux 0xef4d7a61 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xef711dbd ip_frag_next +EXPORT_SYMBOL vmlinux 0xef7b82d5 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xef857387 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xef966530 param_ops_short +EXPORT_SYMBOL vmlinux 0xef9a7a5f acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefbdf42d blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xefc2f1bd __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xefca0240 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefdac69b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xefde7463 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xefe18d57 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefef5dd5 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0031dd7 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xf02aa7a5 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf039adfa generic_file_fsync +EXPORT_SYMBOL vmlinux 0xf041539f tty_port_hangup +EXPORT_SYMBOL vmlinux 0xf056445d pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf06b4dbc __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b5c3b1 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xf0b82aea __inet_hash +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bed729 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf0cfb397 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xf0de3f47 dcb_getapp +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf10247fb pci_match_id +EXPORT_SYMBOL vmlinux 0xf109d727 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1295d80 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xf12aacdb __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf14cd487 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xf177cfc6 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf18d3482 bio_put +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 0xf1bc4f54 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xf1c16b44 free_buffer_head +EXPORT_SYMBOL vmlinux 0xf1d15474 keyring_alloc +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f153dc ppp_dev_name +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf2195ae3 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xf2357ebe set_page_dirty +EXPORT_SYMBOL vmlinux 0xf236cdc4 __find_get_block +EXPORT_SYMBOL vmlinux 0xf2394d0b blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf257e42f _copy_to_iter +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf27d969f __skb_get_hash +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 0xf2aca98d pci_pme_capable +EXPORT_SYMBOL vmlinux 0xf2b1720d ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xf2b67a40 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c507da d_splice_alias +EXPORT_SYMBOL vmlinux 0xf2d3424c neigh_lookup +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e9c057 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xf2ea0789 sock_bind_add +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2fedd97 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3169391 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34757a6 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xf34ef42c scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf356a864 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xf3611cb8 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf3663037 skb_put +EXPORT_SYMBOL vmlinux 0xf36d3511 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37a8618 follow_pfn +EXPORT_SYMBOL vmlinux 0xf380f269 iov_iter_gap_alignment +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 0xf39b7be2 genphy_resume +EXPORT_SYMBOL vmlinux 0xf39d8781 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3c3cd3e ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e46856 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xf3e58196 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xf3f139bb sk_stream_error +EXPORT_SYMBOL vmlinux 0xf3fc1c60 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xf4241d04 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xf437cd2c rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44d497a dma_pool_create +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf46ca592 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47771e6 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xf4918719 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xf49b5090 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4cf2668 kern_unmount +EXPORT_SYMBOL vmlinux 0xf4d7040a i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4ed1dd5 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xf4eee285 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5146f4b pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5568691 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xf55ae5fa __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xf5845567 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xf58a2213 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xf58e1cd7 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xf593d455 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xf59c7f9c pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xf59ee85c devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5a8dba5 kthread_stop +EXPORT_SYMBOL vmlinux 0xf5d8528e dquot_transfer +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e97bef path_get +EXPORT_SYMBOL vmlinux 0xf5fd2fa0 locks_init_lock +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf625a340 dput +EXPORT_SYMBOL vmlinux 0xf6282bb9 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf6615577 key_invalidate +EXPORT_SYMBOL vmlinux 0xf66191c9 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf6701562 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xf67a3ee2 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6936608 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xf6a6d07d pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xf6b4680f pci_restore_state +EXPORT_SYMBOL vmlinux 0xf6bb7d0b dquot_file_open +EXPORT_SYMBOL vmlinux 0xf6c49935 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xf6c650aa jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xf6c75d21 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ebee55 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8383 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf701b0ac _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xf703a1db input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xf709fbfd xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xf7136bb7 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xf71ba2ac param_set_long +EXPORT_SYMBOL vmlinux 0xf71be088 send_sig_info +EXPORT_SYMBOL vmlinux 0xf71cbfc8 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xf722c677 blk_integrity_register +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 0xf75b0db6 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xf77512b4 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf779f975 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xf783b549 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xf785e1bc xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7b2786e pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xf7b28cbe sk_reset_timer +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7dd06f2 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xf7dd60cf close_fd_get_file +EXPORT_SYMBOL vmlinux 0xf7e05d70 agp_create_memory +EXPORT_SYMBOL vmlinux 0xf7e2c6ae kill_litter_super +EXPORT_SYMBOL vmlinux 0xf7e967f2 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xf7ec0acc register_shrinker +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7f5915a skb_clone_sk +EXPORT_SYMBOL vmlinux 0xf808d70b __xfrm_dst_lookup +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 0xf81f05a7 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xf824f102 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xf82a7671 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8316d79 request_firmware +EXPORT_SYMBOL vmlinux 0xf83da714 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xf846cbc7 md_write_end +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf86e9f76 dget_parent +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf890da32 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xf8a862fc md_integrity_register +EXPORT_SYMBOL vmlinux 0xf8b3893c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xf8bab4fb fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d6e9f4 napi_complete_done +EXPORT_SYMBOL vmlinux 0xf8e7dfc7 _dev_warn +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf904a60f input_release_device +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf9304dfe locks_remove_posix +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf9463b35 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xf9526201 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xf96c3233 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf983f31c input_setup_polling +EXPORT_SYMBOL vmlinux 0xf98ebe98 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c53ddf __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9cdddc3 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xf9e07f75 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xf9ead8a9 sk_ioctl +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0b22a4 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xfa17c1b4 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xfa1e2e93 scsi_dma_unmap +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 0xfa4e3f16 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa70407a pci_find_bus +EXPORT_SYMBOL vmlinux 0xfa7ea61e finish_no_open +EXPORT_SYMBOL vmlinux 0xfa7f5caf netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xfa8e00c9 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xfaa1dad5 vfs_create +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaadb081 dev_change_flags +EXPORT_SYMBOL vmlinux 0xfab72305 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xfab7d7a0 udp_disconnect +EXPORT_SYMBOL vmlinux 0xfabb9554 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd2f03 proc_set_size +EXPORT_SYMBOL vmlinux 0xfacd678b to_nd_btt +EXPORT_SYMBOL vmlinux 0xfadeee9d sync_file_create +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaede017 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xfb0c4c1d fddi_type_trans +EXPORT_SYMBOL vmlinux 0xfb241dbf generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb377869 mdio_device_free +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4704a8 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7c5fae gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xfb86647a md_unregister_thread +EXPORT_SYMBOL vmlinux 0xfb8d9b66 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xfb9551a6 file_path +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 0xfbc4dbd9 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd24166 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe5722c folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbfdb4f1 folio_mapping +EXPORT_SYMBOL vmlinux 0xfc03267d tty_register_device +EXPORT_SYMBOL vmlinux 0xfc0fd966 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xfc166002 input_register_handler +EXPORT_SYMBOL vmlinux 0xfc18a527 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xfc1f562d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xfc220090 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc33e36f skb_trim +EXPORT_SYMBOL vmlinux 0xfc376aa8 jbd2_journal_forget +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 0xfc618856 dev_get_flags +EXPORT_SYMBOL vmlinux 0xfc6bfc8b sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xfc6dcc91 block_commit_write +EXPORT_SYMBOL vmlinux 0xfc6eb907 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xfc734e5a devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xfc80d230 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xfc826b37 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xfc92b2d9 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xfc9bc3a0 unregister_console +EXPORT_SYMBOL vmlinux 0xfcb65901 input_unregister_device +EXPORT_SYMBOL vmlinux 0xfccc3934 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xfcd0986c pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcdbd343 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfada86 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xfd140af9 free_task +EXPORT_SYMBOL vmlinux 0xfd58efdf nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xfd60fe59 agp_copy_info +EXPORT_SYMBOL vmlinux 0xfd648920 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xfd6fe174 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xfd8d1743 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfda0ad9b cdev_set_parent +EXPORT_SYMBOL vmlinux 0xfda9a3f1 intel_gmch_enable_gtt +EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdcce6b7 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xfdd31a27 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdd6faa0 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xfddeb056 efi +EXPORT_SYMBOL vmlinux 0xfde42ed9 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfe00159c genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe0592f7 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xfe07c3fa iov_iter_init +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 0xfe352d82 kernel_connect +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe696661 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xfe7cac8d dqget +EXPORT_SYMBOL vmlinux 0xfe85d7e1 nf_reinject +EXPORT_SYMBOL vmlinux 0xfe8a6b2d build_skb_around +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe97ad0e generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea635dd netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xfeb202e5 file_update_time +EXPORT_SYMBOL vmlinux 0xfebcb7f9 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xfed73186 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee43d7d inet_select_addr +EXPORT_SYMBOL vmlinux 0xfeea58f2 srso_alias_untrain_ret +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfeeda4dc xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff02aec3 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xff19c3ff clk_bulk_get +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff28757b netdev_change_features +EXPORT_SYMBOL vmlinux 0xff43e658 iget5_locked +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff550630 generic_permission +EXPORT_SYMBOL vmlinux 0xff630c1b d_instantiate +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff898f0a __mdiobus_write +EXPORT_SYMBOL vmlinux 0xff9c6d19 vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0xffa6b7cb ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xffb509ff call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc08245 ip_tunnel_parse_protocol +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 0xffe9c7ff dquot_writeback_dquots +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 0x28b2885a sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x29c4193d sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x3890c58a sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x829b7a60 sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x92f67c46 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xee3c9cc2 sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xfc637237 sm4_avx_cbc_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 0x00ed64d9 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02bcf82a __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x050c7ee1 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07c6e0cc __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07fec117 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0865b6fc __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09a79096 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0aa72e8d vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b303832 __SCK__tp_func_kvm_msr +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 0x0be519a7 kvm_set_msr_common +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 0x0ec71ab3 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11e6eead __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1283f713 hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x131b1e4b __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1349e63f kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13ee23c4 kvm_arch_register_noncoherent_dma +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 0x160a63f0 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1650a8e9 kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x19af1531 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a29c951 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ae8d74c kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ba1b76f kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1bf9bb33 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cc3a445 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d013832 kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d13e667 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d1b139a __SCT__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1da7ab95 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20c927db kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21531c97 __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x227a7c7e kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22ca7587 __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23621eaf kvm_emulate_instruction_from_buffer +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 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27e93b7e kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2868de7e kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a417a49 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a7dac76 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c140b91 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2de968d6 handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2dea3484 __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ff2900e kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31fdeb15 kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32856149 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32d0d291 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3670310b __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a811349 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d41fa4d __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e600cb7 kvm_mmu_invalidate_addr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f823e37 __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ff917d8 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4223adfb kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x422a2db5 kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x428099ce kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43c840f1 __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x444fc4cb kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x450105ac kvm_handle_invalid_op +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 0x47d1d7d8 kvm_set_rflags +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 0x488fc983 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49d5f294 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a80a018 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b0dfb88 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ba1ac36 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bc7659d kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bc85637 kvm_alloc_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4d823a23 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e60fb59 __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4efb5d2d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4f907f6e kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x504f13d4 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5205e1ab kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52785a82 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x536a4abe gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x538910d4 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5439033b kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x57dd1216 kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x57e4febc kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x57fa6b69 kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x583f0fb0 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59ab7cb2 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +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 0x5c2e2bb3 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c9e1e10 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e9fc209 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5ee7ee6a kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f8681fd kvm_vcpu_write_guest_page +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 0x60e14c35 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x612c109f __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61897302 kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62538d83 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63f91f7d kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64928328 kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64adf792 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66399d4e kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6663f429 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66845c6c kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66ee265c kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66fb11bc __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6730f644 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 0x67da1079 kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67eae190 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687b78fc kvm_x86_vendor_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687fee32 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x69741d23 kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6978f1f0 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x69b64ea6 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a032129 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a4ce6dd __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a79be71 kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6adc9a2c kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bb8acdc kvm_page_track_register_notifier +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 0x6d8e1c64 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6fdf20e3 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70f16861 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x710f8e5b kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7151556a __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7252ce62 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x726d4f5a __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x734b765a kvm_vcpu_read_guest_atomic +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 0x7525a0a3 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x752c2b00 __traceiter_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x76921002 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7842fcb1 __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x787435fc hv_flush_remote_tlbs_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7901bbfc __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79098b97 hv_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79a12184 __kvm_is_valid_cr4 +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 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7dbf5e77 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e12b706 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f48630b __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fa4793d kvm_lapic_readable_reg_mask +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 0x806778c6 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x815d9d29 kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8164df49 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81a59ab3 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81abff55 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x823fc8d2 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82f56b4b __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83b0a96e kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84bac6f0 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8654b9c4 kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8775e056 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8807116f kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88670f51 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x893f33e6 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x89c8d896 kvm_mmu_new_pgd +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 0x8cbd85e5 kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8dc81552 __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1f474b gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f036dc5 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x900e6381 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91579102 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93496340 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93bda4f7 kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98b92f8a kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a4b7db6 kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a715e44 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9abcd8ca kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e09ae72 kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9eb5fc14 __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee55ebd kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f6afcd5 kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0c73274 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1baedc4 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2224351 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2472dbf kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2ceb490 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa400be35 __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa40511f3 kvm_vcpu_map +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 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa86de2cf kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8df4883 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8f82afb kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab0f7392 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xace4783f kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae08d62a __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf1a0f13 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf70860d __kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafd7d776 __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb063d258 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb0e6484f kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb146d2c3 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb175948b __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a0adf0 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2d59e4f kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2dcfe22 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb324e151 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4447a6b kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4a8acad __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5a89c02 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82c0987 enable_pmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8ba8f56 kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb90016dd __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96432ae __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96e9aa1 __traceiter_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbadef243 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb5ba827 __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbbe7b918 kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc77fa4d kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc99f8b1 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbcdbbc32 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbce5234e __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9c26c1 kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbffb719b __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1f50369 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2c39269 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3d8bb4f kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc4184a2b kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc437683c __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc46100c4 __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc560ec81 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7b42cdc __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7dffa16 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7e1a4ff kvm_task_switch +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 0xc9b9894a kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcad5eac9 __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb21a604 __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd5a27d5 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd77bd7d kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcfb3ec76 __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1158b3b kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd23f03a8 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2dcd235 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd37d22b9 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3a47b4a __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd56b1d49 kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd888e494 kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdacd9484 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdaedca72 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc0fdb32 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd02d48e kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd074933 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xddfde613 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde120a1e kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdef481ed __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe08477ca kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1345ce4 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1971f83 __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2a249c6 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe402c2ef handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe40449ae __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe677dd8d __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7389236 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe94cb469 kvm_handle_memory_failure +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 0xeb519934 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xed02d313 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xede572aa kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xedf1f07a kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee06654c kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef19fa93 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef90ca32 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1245d26 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2df48f3 __SCT__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf31d6d18 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf32dff97 __SCT__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf45aecd3 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4bd7f4a x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf55b9455 kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5c4ccf8 kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8da3702 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa80e181 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfaa2f0e0 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb405405 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb944fe7 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfbc0763a vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfbc98fa4 __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfbcf594b kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfc74b7d8 __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe82392f kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfec8202a kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff02e404 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL crypto/af_alg 0x0156f6ed af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3c874ff5 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x4856d58c af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x51eb76b8 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x62778d0a af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x71394466 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x7b23303e af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x89a5f596 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xb9042573 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xcf12c48f af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xd1d66f6c af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xead3cf62 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xf1b21014 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xfa1c0892 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xeef61bc3 aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x30595199 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x2f17d5ae async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x6565a470 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x721292ef async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xc3b037b0 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5b112a8f __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x905517c0 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb0dfb3e5 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xcf52ca00 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x64ea60e6 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xb1989a25 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xeaf44e66 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf0156762 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xdd5a01e5 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xd8be4e6e 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 0x8357ef55 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 0x1449e5be cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x1f484bcd cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2c10cb41 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x32ffc520 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x43ad171e cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x59601fd2 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x72d885ae cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7ec614c8 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x8569c541 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xbb0b631a cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xd2de2388 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xd5a85984 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf153fc7b cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0485d8e2 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3d699066 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x45e25627 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4e9e10aa crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5b939100 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x603fdcf0 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6046ee3d crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x775c462f crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaa877e9a crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb45e3451 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb9dfbdf1 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xba8f5c83 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc478d6ed crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdee9916a crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf92d451f crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x06477359 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x2cf9930e simd_register_skciphers_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 0x7618491e 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 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xd09d2695 simd_register_aeads_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 0x658c63d0 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 0x812d4078 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 0x926a4df7 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0bd49345 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499a10ac acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x7083b52c acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x8624828c acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xfdedddb3 __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 0x0614651e ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0e1280a9 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1440d24d ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2cb39b64 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x42db601a ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4507f8cb ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x46667513 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5627b1d5 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x56c7c8bc ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5c015294 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5ca2f355 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x711c2d29 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7ce1fa16 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x84d4c70a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa611fb93 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa928122b ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbf325b61 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc187d67b ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcd7e5442 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd905444f ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd914294e ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe0da0513 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe4f21dca ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xec89d3f4 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x084819ad ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x099c5ec9 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x16e4ea6b ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2eb27fe3 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3eb8cf3a ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4c092106 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x86b57959 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x930de8c3 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x996ca9bd ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9a04756b ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa4dff95a ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa538774f ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb2751e96 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb7fd0194 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc3e11acd ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc8063516 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd14653b4 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd698970c ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xefe7fadd ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x04337988 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x352aae75 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 0x271d6016 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xf5b96849 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x92011ec7 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x606dd1b8 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x9c058ba2 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9c8dcdff __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf34c95a7 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x09dff686 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x6a253405 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x72ca0f29 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xdefef04d __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x5b860ccf __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x7e9d21a3 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x440afaa7 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x4b143e7c __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x6fc7aed8 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x71fa4191 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x1742d117 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x5d56ee52 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0da77cd8 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0de2cd74 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x152ac6f3 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1966a27d bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2d986a83 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46b6cbb9 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x515fae69 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x53c4d4e0 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6850f005 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c5122b8 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6ebb9af7 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7ec94385 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8985d2f7 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf332c00 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xca2287e5 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd52c4643 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xda187e9e bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdb43f9dc bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf5518e9 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe18d3487 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe542dc80 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6f02f6d bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf16349c1 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf94d55e1 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x36cbd505 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6f98ae57 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8756b842 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8904cd00 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xcb92ae61 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd4119ae3 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe8c6c476 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf428be56 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0fb17ce7 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1d45e2d2 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x239b02bc btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3536be1c btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x62aae69d btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7207f3a9 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xab074da6 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xad06b8c8 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb1fb6777 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc38e2e7f btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc3cf1688 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcf1457bd btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd083abd5 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd16eaa68 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd1a0ce45 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf096d0b5 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf37bea3a btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x16243caa btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x29925b6c btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4b030eed btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5ebf596a btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6c9c4865 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6ec440f8 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8603dd25 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xafbad0c2 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xba66f754 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd7fb1196 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe9d4d8a9 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x1878da7e btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x73a1f832 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xf33a2f94 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x08c62033 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1ce327da qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x8cdfc153 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xb57bb741 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xbb1b2391 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x23121d94 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x524d2503 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x87b94f4a btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x9fdc4219 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb71fa0a5 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xe349907c btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x2d9b40d4 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4c7d0228 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x54b80152 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xb714676f h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0ee12699 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x2f91f4d2 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5cd045de mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x76121a2c mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x94b8ee6e __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa074cde8 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa38f15d5 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xca62a4f9 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x053707d0 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x05cab2ec mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x08dadcab mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x12df5b3a mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d6673b5 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2e53766f mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x44345ad6 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x505b57a4 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x57f96b39 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5db6de08 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5e2ad9ba mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x77b9837e mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b7db016 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8c99a469 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8c9a20bc mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa1e9d20b mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa444992b mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa9b65711 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaac03c23 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xab6b4e29 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xae04c9ab mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xba1d161b mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbd76e6c5 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbecbcd55 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcdc652a2 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xceef691d mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xddfebfdc mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdf51a1e2 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe1db415e mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xedd56d45 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1320b9b9 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1901b06b comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2e31a85d comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2fc397ac comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x31c21fbb comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3b64af67 comedi_buf_write_free +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 0x562a7bdf comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x57976fe2 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5b57865e comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5bb2038e comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5cabec0e comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5cfc60a9 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5edb8f32 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x67cdb51d comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6bcf1a89 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x76076da5 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7acd6193 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x811bba60 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8f215231 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x90fe0463 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9562c771 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b646555 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9cba061f comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaeede7f7 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xafb1e1d5 comedi_buf_read_alloc +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 0xbf01d848 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc2e1b18c comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc3e0810e comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4f56b21 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc6811446 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc88a7c2f comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd09b53d6 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd219884e comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdd82e73d comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe658264d comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfeb82c9c comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3d5c5dc0 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x567ce2b3 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x649ebbd5 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x79fd3e92 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x92f1b540 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb0ce2985 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd9bec8cc comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xfa99a601 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x4b90f72b comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x52739203 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x743f9d12 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x7cbec151 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x87739bc7 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xc0b69627 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xc709439e comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x13a24036 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x696f9f91 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x6a59f597 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x9bf4cd18 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa014e203 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa66becd0 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x7ad2134d addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xf20c50c8 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x3fbf0525 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x49de715c subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x9d8a21bd subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x17df104a mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2062836c mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2e6fbed2 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x42cb97a9 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4598979b mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4629d37e mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5232e217 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb9083616 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbcb57d9c mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd2e2ce7f mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd5cc11a0 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd89f1417 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe2ac07a6 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe88cdf6a mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xea055273 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf6595520 mite_buf_change +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 0x172c4e92 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x27036e7b ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3a50ea4a ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3c91c371 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x51b0790f ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x52895ec9 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x582c3a39 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x774be287 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8a1a8b01 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x936875a9 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9c5c1c13 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb3252fd0 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xba144852 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd5d7b152 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd94552bd ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf87db940 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x100377b1 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x24108b9c ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x264891a2 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3e23a0f6 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6555045d ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x75e2469c ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x243de009 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x26a8a1e6 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x589ec377 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x766fa913 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa35c7a55 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa98b4162 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdbf7ede9 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 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 0xa5b72c9a sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xbf36eb1a ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x018b659a adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0a872684 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0c560f2a adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0c7e769c adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0d43c53c adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0d921a4e adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x115ab649 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x13eeb7cc adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15f3fd8b adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1897dd7a adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1c927afe adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1e196e72 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2013abea adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x20ca13df adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x24fe3713 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2b3721eb adf_vf2pf_notify_init +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 0x2f25b03e adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x36e203ca adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e081909 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 0x4220b83f adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x46f8f6a7 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4760d085 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x56c2e5af adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ac988de adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ffae07f adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x64ad9949 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7095f844 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x70ed77cf adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7289ca75 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7518dc5c adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x756c46ae adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x78875f6d adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x806d54e4 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x833162b5 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x978e8847 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9be83f0a adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9e42ad03 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa2e46190 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa529ffec adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa7292779 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbd77fb92 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc13eca7b adf_devmgr_pci_to_accel_dev +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 0xc56eb603 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc6743bec adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc1dd720 adf_devmgr_rm_dev +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 0xce247482 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd481ec2d adf_init_arb +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 0xd812b07d adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xde36903a adf_reset_flr +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 0xe50155c0 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe9723d88 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xed83f1f0 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf20d9a72 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf6ffd2e5 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfb93d2e6 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfd0a2193 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe259299 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe43e111 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0ea2d7c0 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x23f2f05c dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x27a11045 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x90e62d0c register_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 0xcf1820de alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xf87e5837 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfcba51f6 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x4bb1f9fa dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x6a1d3912 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x03f84bf8 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x10ad8f44 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x336dda28 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x441ee174 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x59a71718 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7da96e2f idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbfffece4 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd8711957 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe9c437c3 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2e302801 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xe245eed1 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 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xad55543d __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xb5f6d6ff 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 0xdc7e12e9 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x05f8a18d dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x06982d5e dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0ec07fa8 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x193ab16d dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b2298ac dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2a4f6595 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x399ce4b2 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x47cef797 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4bd8155a dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x516dff1a __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x538d5f85 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5d6bee61 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5f3dbb70 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6c5c7784 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x75a42690 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7e13403b dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x86554311 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x885acb57 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9652cfad dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb97c6969 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc1a0f198 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb2bde79 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd3d7bfbe dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeccdf658 dfl_fpga_port_ops_put +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 0x378b2014 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x405c9558 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x500407e7 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x5c65df6a fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x630f11d4 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x78fedcb3 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9b836ca7 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe3c42286 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xfab9876d fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x101512d8 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2857f727 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2c29089b fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x389abeca fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6a660224 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x80e4bb6f devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x81ddbc39 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x959738ff fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa182de65 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc017d93d fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcba3fad9 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf9aae1f8 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfb64b188 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x01c58fe7 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x2ac93f0c fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb1089f61 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xbcaf7e42 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcd286fed fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x392807fb gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4be0d6dd gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x50718e4b gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x589535b4 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x9aaf3ea8 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x3d318979 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x817ad6fb gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x91e84400 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc569c2eb gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xdc8acbd1 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 0x445da4f3 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xee158a69 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x7a75fb7b devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xeeef0ba9 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0a6ce4d5 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 0x5fe82a46 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x70b43aac analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9dd1e561 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa3916eb1 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb6486e5d analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc62281cb analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf600ac46 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x1f168c69 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x16e41748 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x27255f41 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x310b3dd9 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4cbb5352 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x59f3a4a7 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x60b3df58 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6101439d drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x615c43d3 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x708ab6ba drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x80c36427 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8541f3ec drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x903f2c16 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc709f7a3 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0975105b drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0d268903 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x23238dc7 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x299fcb0f drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x30d8ae9a drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4f22d389 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x69906151 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x80c79e03 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9a34ddce drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xaf4a1ecb drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd2e1129c drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf450cb9e drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x08383812 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x268d7280 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x35f95d15 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4249c391 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4b717383 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6249117c drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc0f84e72 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd343a58b drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x07415e06 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x1b679ca1 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x60883212 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x720847e9 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7fc1de59 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa4aa4ebf drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbf35ea95 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe399e559 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 0x4a980e64 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xb3bdb1d9 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xe2c37e38 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x03476506 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x04e202fe gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0585f9e6 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ad10a4e __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0b3f8dca __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0d66fbe1 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x11a7b568 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1948f633 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ef7137c gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x243fece7 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x25da2353 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x34b84d18 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3df8b336 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4ac79167 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4e9f16fd gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50dad7e1 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x573d0145 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5abe85a4 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5eee08e6 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x665d2379 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x709eed81 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x79e4a37d gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8c8fdada gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9b75ba3d gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa210ff61 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2ac9f4e gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa9f81148 __SCK__tp_func_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 0xb13509f0 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb3778e47 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfec75b3 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc14a9f68 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc71b067a gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca5682af gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcd6100a0 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2afd562 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3294e93 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3d20de4 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd4efe68f __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5610dca gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5a415d8 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd9cc8fd2 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdc561639 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdf932cc9 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe175c5bb gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe4a772df __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe78de63e __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeaf35cac gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xed159be0 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee1940ad __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee1b9db9 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee51a1cd greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf256fc2c __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfa0526e3 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfa90fc68 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfb5ebddc gb_connection_disable +EXPORT_SYMBOL_GPL drivers/hid/hid 0x008451f6 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03f05149 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0431b6f4 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07fcab08 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x091eea91 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x095c6bed __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0dc54970 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0f019fa3 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x11df954d hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14bc1079 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1cc6d851 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ecf1c5c hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x31451911 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3b70543f hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c0049a7 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3eee6e72 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x467e6151 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x49af2608 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x50a52ae0 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a71475e hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5cefedb0 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ec3c042 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64f4fac3 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6a56d9f2 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b2a98e9 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6fa969d4 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75f0972f hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7c6216c1 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81159114 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x86c831c9 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a6d6b14 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a8aa8ab hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x94a7772b hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa23bca9d hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa3c490d9 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4beaa53 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa5ae871e hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa5d4c3c7 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7469ed5 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5f259a1 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbc21304e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbc290921 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc49a4ad5 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb7999ae hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0342f33 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0e01783 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd2b3703d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe3297884 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe715af9a hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe7aab38b hid_hw_close +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 0x9cb6a102 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0e4fd1e5 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x16f2dcb9 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2c19d622 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x98614784 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc4723099 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc6f7de45 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3747db4f sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6c09aa58 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x70af7eef sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x83bb6e3e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9246b395 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9a098751 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa3f9765d sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb671bfc7 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdddac4e7 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x020a0790 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x8154351a vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0eed25cf i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x3e79c651 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd901be8e i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xf946a36c i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0x88af43ba ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x9d7443c0 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa41e88db surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xfb7ee327 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xdc0aa601 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xf1158712 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x11583388 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x14d2eb8e hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1feaa4ed hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x408d4c75 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x41041235 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5cef6699 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f7289e2 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x65209373 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x814abdfe hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x86dd6fce hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8b369dea hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9268b9c4 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x98064068 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9894aa7b hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9c499f6d hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb844a402 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb87e8038 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x039fcd61 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1163ab23 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x12b372c4 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1fdea5d7 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x316bc0bd 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 0x3884194d vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3adac1e5 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3c70bb62 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x414f5001 __vmbus_driver_register +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 0x62a1c177 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x679bc4e6 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x69b9e8d4 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6a141257 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x72b0df52 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8034c250 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x829b7dae vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x929fa587 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa8c1ce3b hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb43b12d3 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb8632760 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbdb77a60 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc23e6fb6 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcc4c471d vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd2eb231e vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd863e842 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdb26ecaf vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe224a104 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xeb302fe8 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfcf5ebf5 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xd01498b1 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 0x1c643bc4 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x2459a4f1 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xcb94ccf4 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd7f14d32 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xda56df45 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xfbbc08c6 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x752a119e occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xdd6410c7 occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0ac309c0 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2a6c7bfc intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x31425abe intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x478cd708 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4d71b142 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x63c76158 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6b40f9ce intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6ca5231e intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x81c4cc6a intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x21b414ae intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x24e6ce0a intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xce07d351 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2c150cab stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x437541cf stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x74f9bfa7 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7bfe18e2 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7f4f4e18 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xaa3c2f88 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xceed69e3 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe2208cda stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfdd967e6 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2180169c amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2f68e423 amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x3ebd26b7 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xa16e3f01 amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb9d9ee63 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xba686fd0 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xff577831 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xf63efcec i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x6c5ec47c nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x20528a0c i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x31d4ed9e i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4feb4864 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x53112495 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x89e5f0b6 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb6317423 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x167cbcda i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x17a5e4ca i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1f4a221a i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x23c3e5e0 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2b29dcb4 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x34d3c702 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3e6689ae i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4151eaff i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x46dea4e6 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d97b4cd i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x51e9ddb6 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x51f5915d i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x588909f9 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x73be6dd6 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x856df70f i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb8190978 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc7c30eb3 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcfc69e60 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd1173a33 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd549e225 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd7e4c5ca i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xde6067d8 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeb4532d8 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeddbec8f i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xef0abfc0 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc5b5673f dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xcf9bd56e dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x035f5b0f iio_channel_get_all_cb +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 0x3ada3356 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 0xa6df4703 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3457ff3c iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x36f27df6 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3ffaf4c9 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5f596d86 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x66c7dee2 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x77d0143e iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x83b6a750 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9b2de529 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa23897f1 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa6009d49 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5d7bb4b iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe0e927b3 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xfe94c0e6 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 0x55d8bf33 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 0xd8df5645 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0xe6ecc59f devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xf3bd7d37 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x03c2f8dc cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1fd5f227 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x31bb7aa2 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x41727038 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5cf33dee cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x61f56242 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6a0bfcc3 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6faa797f cros_ec_sensors_core_init +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 0xd7c696cf cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xda33d1f7 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xeadb74dd cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x03d0f523 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xb854015b bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xe85c66d7 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x9c31dbf5 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0772ac17 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c0587c2 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11f69bf6 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18458a1e iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x195f07b1 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c88ac64 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d4407c0 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x219423a6 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x29493b89 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2d708b80 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e85373c iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f0eb95d iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f3e4fc7 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33c9e896 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x370e49ba devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x381e69ec iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x393a3221 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x48b5db1b iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d251af2 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x51cadeb3 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x560c2ae6 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58fe75e2 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5c9b1ead __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x639c7f82 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b1bf7aa iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f518a96 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x72ae09f7 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76c8f9b7 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c1b070b iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x86a213e6 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x878fc913 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c467795 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x92178fae iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9542617d iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x974906cd iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x99e6ff26 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c202938 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa40ffe7e __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa73435c1 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5bd6ba3 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5ca6d55 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7b727dc devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8c40ec1 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc6ed2ebd iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd4c7b9f7 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdfabc611 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe5352f1b iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7936307 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe8da8fcd devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe92b031b iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe98bb85e iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0be64da iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf10d377a iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8bf5719 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff1c62cf iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x03916127 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2c6075c4 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2f40964a rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x357b0038 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x45a29576 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x521ba135 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5d74bd25 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5e9a9ed7 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x69f398b5 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7249498e rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7ed7847c rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd84dc855 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xf2d4a32f input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x59ba2a44 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x848ac71b adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xb3f5deb0 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x56eb20fb rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5b9ee61e rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x60d6cc14 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x72963646 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x86081ed1 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x885f8580 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x983f27a6 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa273917a rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa9a41e06 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb7b0e8ed __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc97f3314 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf9b41f13 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfaae78c1 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa0cad0b9 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xbe649440 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd766b78e cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5fb8e50d cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xcc5eecfd cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x292ee8fe cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb581d64e cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x608f2348 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x650dd3cb tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x8286530e tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xd66f5c94 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0e2e02e5 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3e386e03 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x61e7f9b5 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x66783960 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70501a03 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7377d9f5 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8d043488 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x915f8990 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9f264a21 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc284027b wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdf3a1f21 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf4631c97 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0978cb0d ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0ccc3f6d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x103dab57 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x25895ccb ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x40635a57 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8a629a72 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc81abff5 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcc16463b ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfdef94e8 ipack_device_del +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x45943115 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5035d73f devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5bbfeb2c led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa87019fa led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb8b9e5d3 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc6261ca8 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc929badb led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xdd950e75 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x821600cb devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8d628010 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xed2e065a led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xf222461e led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xfa778b78 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0x530319a9 simatic_ipc_leds_gpio_remove +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xf4cb7e04 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 0x07837394 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0be2a3da __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0c3b0209 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0fcde2cf __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10ee4877 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10fd0b3f __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1478ac12 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x18558908 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19c49290 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c90cc45 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x213697ad __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x237616b0 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x272737fa __tracepoint_bcache_btree_write +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 0x2e0a4254 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3138ffa9 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32d01404 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x349887fc __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37f823f5 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3bdb2e64 __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3bffb50f __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3db938be __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3dbf7775 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3e608049 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3f1f6cb9 __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x419350c5 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x497b36b8 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51581b75 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x59f0fcd2 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5aa21b2b __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5af16e22 __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x60292985 __traceiter_bcache_gc_end +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 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x67ad3162 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b17ff48 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6d5536d7 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7038d98d __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x70fb6a02 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x731dd6a8 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73b07efb __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x75a1d35b __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7cbe292b __SCK__tp_func_bcache_btree_node_alloc +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 0x81b0b4a0 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x822db771 __SCT__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x83d1fb88 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87d2a27a __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8a145c7e __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bc2030b __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8d55abe7 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x947007bf __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x95a683a0 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96be081c __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x98dad744 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9b301ea7 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9b65ba02 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9e923fc1 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa146234b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5ebad10 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa934b549 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa99fc50c __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xab407a6a __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6a8be4 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb77632ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc0b1df8 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd1255d2 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcfa2b43c __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd17c658c __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd1c41322 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd3d9ed55 __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd436894e __SCK__tp_func_bcache_bypass_congested +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 0xd9bdeba3 __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda1c4aa3 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdabfd7cf __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdaeb2c81 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb38de9e __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc45fe43 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde1bce92 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde97ebb2 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7ddfb80 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7ff16c2 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeaf4da81 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeb20b013 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xece4012e __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xed1ba7e5 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeefdc10d __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf49d7016 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6145ad3 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6c200cf __SCK__tp_func_bcache_gc_end +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 0xfc975169 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x09aa956c dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1c46f46a dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1f22d7c7 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2536296e dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x28269135 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x45172044 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4e2f78a5 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5a75ed60 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5e8f0f68 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6f4207bb dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x828e2cc1 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9ff3ed1e dm_bio_prison_free_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 0xcb1ed3b8 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe0a19a26 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xea7ce964 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf044ba48 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf61771d9 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 0x23c30545 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 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 0x5f802f7d dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x6b31f429 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 0x2aef22ce dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x9d4d7e7c 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 0x2dc7a081 dm_rh_delay +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 0x3b3f9f4d dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5049018f 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 0x5a021adc dm_rh_mark_nosync +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 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 0xf0f49db5 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf2fd3979 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 0x93bb8ef1 dm_block_manager_create +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 0x08917af4 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x13715310 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x258f4f26 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x495bb59c cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x57d8c890 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5821117a cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6218ed2f cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x64d8f1cf cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x65d2f996 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7dd34f35 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7e41de07 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7e593d43 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8f4cf571 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 0xa60823f8 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xabc9f24b cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xac400456 cec_queue_pin_5v_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 0xc68b9653 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc82f6b78 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcead4e30 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9b1bb24 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x013f0eb3 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x11e0a663 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x237b75b1 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x40e86364 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa362729d saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xabe7da59 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xae1172e5 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb8a5dae4 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe811cc94 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xec0ad5ef saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x51647505 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5aaf9ff3 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x609166c1 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6785c767 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8682ea8c saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1b643100 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x224911b6 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x25841763 smscore_onresponse +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 0x3fb1cec6 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4707f024 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4ea26519 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x553fd1b3 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5b9b4a75 smscore_register_client +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 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9ec4a959 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa15d17e7 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc31a2cd8 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd2a02215 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xda449e90 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdc584aac sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd286565 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe1bfe5c7 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf0ccc6ab smscore_get_device_mode +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 0x014e08c0 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0bb352a7 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x14067f61 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1b2845de vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x226d1210 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 0x32da27dd __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3a4e276a vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c7d3fa7 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3dfe4152 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x44510dd3 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x46d2cfac vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x493c605c __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4a237caa vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4bfbb92a vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4c1caf3b __tracepoint_vb2_buf_queue +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 0x535c3f60 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5d460821 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67099787 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6a8005e3 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6b5be611 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6de2e52a __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6e163919 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x82fdda3d vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8a2e0a0c __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x95c2621d vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96a33a0d vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa0332cfc __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa16b0b4e vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xad50f281 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc0763049 vb2_core_queue_release +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 0xc9d7c1ee vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcd2f34cd vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3da89fc vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdaa4a98c __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe47ba867 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf39ec370 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf49567be vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x429a6bcc vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xbdbd326c vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xfea20fea vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x545fa229 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x057097ee vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0d8deee4 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x13ab7fad vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x174f7d5f vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18d9278d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x193b6033 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a676181 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x32caa4eb vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x418a8bc9 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x46cc9add vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x556c0c63 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x678be2e5 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6856b647 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6c83ebc4 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74794c0f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7485e8fb vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x764b26ef vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x794f4eb0 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86a4e5fe vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86b68e3d vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x88fdef59 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa8e71c3e vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa940972b vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa99087f9 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb3e45511 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb57309ca vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc5f31a05 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcf381a52 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd53a34d3 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb819aef vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb8b2cd7 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe925cca5 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2efd2c3 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfb6a572c vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x39fcd354 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x236c5e3a dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x28f04d07 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x4df53140 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x95e69cde as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xe10423ea ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x21b3fe29 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x5677a3aa au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0xf9413192 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x42bd99e6 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0xe0b971c0 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xe6b30e49 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x44ecf706 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xc8d64227 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x0dc38a4e cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x82986783 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x2871dbb8 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0xdfc91731 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x61fe79a3 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xeeb98671 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x3699b12f cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x6dac4779 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x5bb7f075 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xca693816 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xfd41efde dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x11ac3fb6 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xb34d7f50 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x0c9a1120 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x6f4cdc23 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x1bf4593e dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xd8658347 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x5325b94f drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x2dab51ab drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x28ce09aa ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0xc2a75b66 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x79db1ab2 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x5396e95d gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x2fa9f525 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x7b8c4e84 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x6487d4a2 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x2df893ed isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x2256dd7e isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x6ad2cead isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xed442b38 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xd8891d0f ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x47dbd64e l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x241fd99b lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xd440ee24 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xbc6dff65 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x3090ca2f lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x658e6548 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x67a03866 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x9efc1f3f lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xb81a2750 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xf05fdd8c lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x22ce7e8a m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xc0cddd9b m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xca88d80e mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x3fce3bcc mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x83cf42a8 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xf526e4c7 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x7f2bcb7d mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x8acfc0a2 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0xdbb118b1 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x7c430874 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x030103d9 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x775c79f4 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x0b44e717 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x21acfbf7 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x8546ab88 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0xc895a694 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0xe1f42c10 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x3332e2a9 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x592098b9 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xdc2c4901 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x7eead3c9 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x3aa61b3a stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x20de0be4 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xa3416a43 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x20f477ed stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x53802488 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x873c91ca stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x8dfd8754 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x351fdaad stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x3999920f stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xae084f22 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x73ee4bd2 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xab3cc011 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x2bfa6d20 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0xc7e7e818 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0xf244bdb5 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x02e6ff41 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xf685291b tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x37006c8e tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x0b1a3d77 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x9d063950 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x5dcc4137 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x949b6a57 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x79424f81 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0xdf71cb87 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x7a16bc64 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x00b6589b ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x7715c5ae ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xb71eca29 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x9896172e zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x40e08bb2 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xd9b9a319 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x9af7a5ab ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1d6bde9b max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x40c2d306 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x718d00c8 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7600eea3 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7cbbdffc max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x84557f75 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa7512570 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb1b97e55 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb4e99e27 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb9f78c56 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc1eac596 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd0ef7dd1 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe5ab86f5 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x10b3db84 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1245dc0a media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x178defbc media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1aca915a media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1b410fc4 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x209d719b media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28e12141 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43874b68 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43ca12fc media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x468c4e50 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x46a2d046 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4801d684 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54927834 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56e7dde2 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57b1d9a2 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5b4f7227 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6afba5a2 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x76af2028 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77543546 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x785a1121 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x78fd66db __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x840057f9 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x85355fc5 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8cbf7298 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8fee4463 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9462bc82 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x967c0db0 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a3c581b media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9b41e2a5 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9cfca733 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d21b71d media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9f10d8b7 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa24b1b94 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa39ef71e media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa9946be7 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb2842950 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb728982e media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7efb4d9 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb9ad11ae media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbc2367da media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc01331f9 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1ccb4dc __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc2fb8f98 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc678d39e media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd06e1198 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd16a7a83 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3575639 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd429690d media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd6223f88 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc5aadec __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0240de1 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe4400d34 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe6e9b466 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe8bc369a media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xea676ea6 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7ec1dc5 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff46990f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x03a09fc3 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x7878ee85 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xc6f5c8c5 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xf82e53a7 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1009e5f9 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x38534fa7 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x42b2d1ff mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4b803019 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4febc39a mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x51974660 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x52cc0fe6 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x62da38c1 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6bf43c6b mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83d16ec4 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8aa6f947 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8e0b7737 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9549645a mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa41e09f1 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc266a255 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd1e95154 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd582a2d7 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdb4c0b1b mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeba2dc29 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0a013d24 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20894bd6 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x30dd5d20 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x30de9a66 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x41656bbf saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x515d2de5 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8132478d saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x81d02ee4 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x877c4642 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8e5c348d saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa573465a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xae2b0b31 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0492619 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb4c9af7c saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc8a56e7e saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xda66f051 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0954308 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xee4f0c96 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfc1a3b75 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5a9497d0 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5db8b659 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x89f24275 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8a851479 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc8f481a0 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfc9dd0e3 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfdbff547 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x13b13c6c mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x377ee5bb mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4893c9da mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x84f636bb mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb69a3e7f mccic_resume +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x10bc1b47 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9f01df4c radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x2babed08 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa82fb8ab si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb5e45cd2 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc4946839 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc749feaa si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x09942834 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3574fbe7 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3e585d21 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4428dd07 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4e3906e7 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4e653eb1 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4f1a349b ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6803a509 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6b3b7099 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76933b39 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x78a928ec rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa21a601d rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaaca14a6 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb44c9716 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc519d4c5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdeff6932 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf0b50186 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfb15b37e rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0xcb319213 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x4ad3e37b fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x21101d05 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x2baa2178 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x86353376 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x178fbbdc mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x2f05faa5 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xee4990ca microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x9840da75 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x6d67e138 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xe690fa7f mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xb5f4ff3b mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x40cd2448 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x97b9b48e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x430162e3 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x52504cf9 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x4409905f tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x68519933 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xce79c321 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x5054374b tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x76b53184 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x9eca682c tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x0acbedf4 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x54478b54 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x84d3bc1e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x723d1d0a xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x489fba92 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xb93b1be3 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0cbfb31a is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0e2c68a2 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0ec33849 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4610a13d cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4769e17d cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4d3689b8 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56c36ea2 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x58b3bebd cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x629b2f63 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8272ca1f cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8e17db7e cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9767de2e cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9859b8a1 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9c85648e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa04fb3a6 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa15b3c15 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1cd4cad cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd20222ae cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd5b63909 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd6987d10 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xe9a2fecd mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x82c6c951 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0d97fffd em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x224cfeeb em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2988ab8c em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e0eb260 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x347fd5fb em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x384e0981 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4bb950f8 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x70fb1d3b em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x77442787 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x780fbb22 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7c1d315f em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x83ec4a82 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9c34989c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa9cea736 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb9b7aeeb em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbbb6c3c7 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdcd52e30 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdf7ffcaf em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x037a400e __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8e082ce4 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa18bf4b2 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xadc1f70d __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xc3e66d9f __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 0x8d31ce0a v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa86d855a v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xf597343d v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x17f0956c v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x23db7a4b v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x3ca03123 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x51c9e57d v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5d435c12 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x624f1648 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6cff0bb1 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x86a8b86d v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x969a6b62 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb0890878 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x055126ba v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x057e5484 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x05dc2977 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x109c02b8 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x10e91aa0 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x16240590 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x174a6a49 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24759acf v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x249c1434 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x25004246 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2e02c42a v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f4d95ec v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3dd34d90 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x429ff6f2 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f492278 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50d2c6d0 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56ce7013 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5cd36d03 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64e9dd28 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x77714d75 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7c39bf60 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x83dcec88 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x83ee362e v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x856a1206 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90e3710c v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x95b66fb8 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x96159fa9 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9aa13966 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9aae877c v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9bc06abb v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa96e3a01 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac4c8090 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb4751d12 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb68121e5 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbed242c6 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd2f5490a v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd94463cf v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd97a60c1 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2f148be v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe53ab591 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe7f03931 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0e42440 v4l2_m2m_last_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 0xf830aec8 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xff034fd3 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x09cca6d5 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0c2c1f25 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1c553a9b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4d1216fe __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4fcec9d6 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x50ebb2d7 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x636a6049 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6952716b videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a8a0b0f videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6d613dbc videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x706db851 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7829eacb videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x807b91ee videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x85e3a301 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8c5abb11 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa9cdf098 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaf4561e1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbb6e3c44 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbf5803be videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdc523bc7 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe0e00b4c videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe5a40598 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf651c785 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfbbfa23e videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x30cf9f03 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4a018a76 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 0x6a96165d videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa207e231 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09b1dbb4 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c1598e1 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c86b7b5 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10152d06 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14ceb86e v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17307f0b v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x195d2ddf v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ad2d928 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1f0cf11c v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20d9b76a v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x214ee73d __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x239d4ab9 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x292a7c61 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e58dc94 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e9b9174 __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e9d3d66 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32530d8c __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33c8289a video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38a255b8 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c174f6e __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3eefcdfb v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4566ed82 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e6ea7a8 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f9088f7 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54de9e19 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54ea0b7d v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x558fbab2 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ee409c3 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61da6128 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x636ad808 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66dd82ba v4l2_event_queue_fh +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 0x79f47e1e __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b6ee763 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ba10ea3 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c94fd5d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f0d6159 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x814862cb __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x83950e85 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x83e5d39c __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8774879f v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c243c3e video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8eb0a687 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x982f301a __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b4af70a v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa09f3f8d v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1893d14 __SCT__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa2750515 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6aafaf5 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa75e904b v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa885e58f __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaca2cd8b v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae153e14 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaef8e2e5 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xafd07325 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaff12bc7 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb45086f2 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb56c4265 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6f62e45 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7e3b0d5 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc6b1af65 v4l2_subdev_get_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 0xc8dd867f __SCT__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb013e21 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xceda68b4 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4b01496 __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 0xd9540db4 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdae9ef0f v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd2ca423 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd957571 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe175e22f v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe56ace0e v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5fb0533 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe890f74d v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9d9657f v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedb1950b __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xede4b757 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeeb9ccb7 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeffa42a8 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf07c70d2 __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 0xf2a81e81 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2ba1c03 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3318a79 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf4bc6e05 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8b8b712 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8ec0873 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc5ee766 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd209dd3 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x21788a1f pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6bcc7885 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x833b6521 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 0x05096e78 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1ada42c7 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x212eb6f8 arizona_free_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 0x4631af34 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5d65f1c8 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x652da262 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x80bef0df wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x837c432b cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8de0f8c8 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa902dfd wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xacd2865e arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbb62fb09 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc783677d arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcf2fdf62 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdddf1dd8 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xde909a48 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe3eae8bb arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf85a3a45 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x2d5ab850 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x7717947f atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7c245a7f da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x94cdc3c0 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa8819f6b da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xae29bcaf da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb8e0b974 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd2189648 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf1ca80c6 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x3ae45361 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x8dffa686 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x964593b3 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xb3139d23 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xe09dada0 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x87572b25 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x941b554e intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xc2edfd19 intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x246a8e7b kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x28d9586b kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3f240919 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x688bcf20 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x903c617e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9c926eb6 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb3911adb kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xccdaa0a2 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x764e26cd lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x78e951f3 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd672278d lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x02d6d608 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x693e093f lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x90c7804a lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc04c8b30 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xea927986 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf26b56d4 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfc8e3a84 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4a93d49f lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xaebc87cd lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc98661bd lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x190577ab cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1908abeb cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5a306aa7 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5a3db6e7 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8d02d9a3 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8dd5375e cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8dd8eb1e cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8ed0e67c cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x90f3c06b cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x90fe1c2b cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa2815b13 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa28c8753 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaf62fcd9 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xba542ca3 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xba59f0e3 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbc78dfda cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc52e6867 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcee02a52 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xceedf612 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd3c6dd67 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd3cb0127 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd8702de2 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe1b4461f cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe1b99a5f cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe455999b madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xed8a1e65 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf96131af cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf96cedef cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x631d8bce mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa1dc5b30 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb3d3ae58 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbc3fc6b6 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xcfa0de32 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe1661010 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1bdd0b95 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4814c48b pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x49827e6d pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x49c2ffb7 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4bbffc2d pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6582bc2c pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8ce55399 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x98f013aa pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbbf42ab8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbe8821f5 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd1fc08ad pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe3446730 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8ba3b4a0 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe130c89f pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x41fb841e pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x976cf683 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb1a2a36d pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb5851857 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc827d50f pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xe9d59c5c 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 0x0287755a si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0d5f5dd8 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0eac6f95 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19d3874e si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19f945e2 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2332a0c1 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x294f7c80 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2de017c2 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x36ad37f5 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b58820a si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x43d34161 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x46a20426 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x46e06c40 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b2c1ef5 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b767197 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x563df592 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61b7bda3 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61d0b5d4 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x707f3e87 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88adcd26 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x940fc64f si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9e46a71e si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa3d855d8 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa6eb3509 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc15877da si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc6a35339 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd8442a3a si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeac7e864 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed360d59 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee669d56 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf2939f61 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf66861f1 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf726020a si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7474ec5 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2da166e1 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x46dbece8 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x85ffb8aa sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x896cebb9 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9b44663f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x330b1c70 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x472b8c0c am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x75f728b8 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa72d6721 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x6ea5e31b tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x8499fea7 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x23888dd5 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x353ebe37 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x3e485286 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5777e23b alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x67881317 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf3b64866 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf55b536b alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x01adbaf9 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x11deab7e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x227a7d28 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x26461652 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3450347f rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3da4834b rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x408bbf46 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x49758bde rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x52847e8a rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x53b61dd2 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x54fa35b5 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x59a5747c rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x69058f53 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x71398e88 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x76692a26 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x81484c7a rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87f1d87a rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9149eda8 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9b51544f rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb19415a6 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc94f91c2 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd4abea45 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xda077d7c rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe00f3539 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x073bce38 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0a2d97e1 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2b17fd15 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3aa92b40 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5124a38e rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5c10b187 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9093d54d rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa50b23f2 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xac10c719 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb0620793 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbc76fcbf rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbe5f2ca9 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc74a2fb2 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x13c4a0de cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x485e5d6a cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8ee46428 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb7595384 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 0x14892485 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1a0363cb enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x21702381 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5cd7d653 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x63e91640 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x88e87046 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc69b957 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xea9a8126 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4f519187 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x50224b5e lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x73253c40 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7e3aacb1 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8231d3cf lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbb0a5d34 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcb1f1c7e lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfff17f12 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0afdec76 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0c5c0f2b mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x11c5bb20 mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1447e934 mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x17c2d9ef mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x18a6b4ab mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1960145b mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1f0fc792 mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x215fbc7a mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2823cdbd mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x31e39c02 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3efa687c mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x63afd27a mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x699f676a mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7a075308 __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7fbbbbd3 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8dbb7ae8 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x902ccfd8 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa4785823 mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb2763f4f mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc64c18d8 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd4af9542 mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd57e79ad mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd5fb0983 mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdcadf44f mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdf38eb25 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe8368a49 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe9424a7c mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe9bc842f mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xebad6efc mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xec9b4816 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf21ec6c4 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf5bc8ea5 mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfd0996c8 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfea17ff2 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 0xc334c8ed mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xc75b3d26 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 0xeb4dfdfe 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 0x675e2442 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xecca78ec st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x7eff4b64 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xa747b4d9 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xb4bfbfcf 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 0x4d09d9c6 vmci_qpair_peekv +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 0xa39877cc 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 0xd9b50f99 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 0x0b743b5d sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1258fe4a sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x187f42e8 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1b757fac sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21aa07ac sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x226a0eb3 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2277146b sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x247e1fa5 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29c29629 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x33f4f148 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d60f441 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3da28903 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x45a9a65f __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x495b8400 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x49f5efc6 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x55683f23 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x60c08ad2 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6464e5bb sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6974fcb6 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6ab5cdf2 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7018bb97 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x81e5aee5 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85a22037 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x861fe31c sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x86539862 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x89900841 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8a80c8a1 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8fbdb4e9 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x966a155b sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9c6bd650 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9d21d4ae sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa1fa5657 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xacc6687a sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaf3a3f9a sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb1c5fa69 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc1842ac8 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc2968a83 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd3c70797 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4e890a5 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd765acfc sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xddcff388 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0d51db1 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x260bf6ab sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x506598f5 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x65e14990 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7275d49d sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x74ff09f4 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8707c7e5 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9d4f438a sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb52e5885 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf583cf55 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/most/most_core 0x061ace03 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1c59a732 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4f6857e4 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x511ef3b1 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x73224a96 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x74d8a854 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x83adf7b8 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x90e2d229 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9fa8f9f4 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa067d1f3 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd2273949 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdae70a31 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdc05f7d0 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf1becaee most_get_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x3dbcacd4 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xc0a28942 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xff8bacaa cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x2ccfd430 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa1645066 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xdf361bb6 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x4ef17d31 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8c488220 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb558c2be cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xeb0e72eb cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x731eac8f hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xac2f9e0a hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x029efa31 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08a5ae5f mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x090000c0 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0f977b10 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x11f2a53c mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x142b9231 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1977df04 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1aa98c93 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x25fdd00e mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2cd3fa05 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f84ef28 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x359082b2 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x382adc4b get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e3eac5b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e542d7d mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x40f8da0f mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x42b3776d mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x466cf80f deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fef52df mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a6b592b mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ca2eb5f put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5e78cb5f mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x696357cb mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6f2ef10f get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7483bf1c mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7b4a4fbf __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84c12a8a mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85d3d4c5 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ee130bc mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90125c32 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9213ce35 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9bcb2f43 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d234886 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e13c540 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e6d49b9 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa22d2ebf mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa7756afd mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac5b762b register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb40c4253 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb69c0994 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9303b76 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc026bb83 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4957c12 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc64b1021 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc894873f mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xce73d8a4 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd45cd411 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe028720f mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe39de11f get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf23b923c mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf266fb11 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf70bcbb4 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf83523fd mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfeef8920 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x631e4339 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa1099c42 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xab0f6412 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb3f3b2c6 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf84718c8 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x00d8031c nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x04235362 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x11bbc01c nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x12479e50 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x149b18a3 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1836127a mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2888e989 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2c75c4b7 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4087dc5f nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x41798780 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x47e70160 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x700ca274 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x89d22d65 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8b5386bc nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8cec8792 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x91a63e04 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9584a4bc mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa3b27488 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc0d52a9b nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd64ebcd3 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe4a94735 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe8262d81 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf2dc4e6a nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf3618cf6 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf7fa1300 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x055e1deb onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xa9bbe12f onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x5e0271f2 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x00aab6f1 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x028edaf6 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x148ea73c nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x227949f9 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3e5323b0 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4840a331 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5032b9bc nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x51bb16cc nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x523e5161 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5521782f nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5c48cf11 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6f81b0f5 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x79c30f31 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8aecb514 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8f235546 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x92a2d500 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa0847f67 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa380eaa9 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa9649c52 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xad3b9d4b nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb7cdac18 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc9a22387 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcadf8af2 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd18fbe1f nand_change_read_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/sm_common 0xe20955be sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x118137e9 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x07c6eddd ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x28cb4d4c ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2c7a310d ubi_leb_erase +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 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6bcb46ac ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x711ba822 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x84ed1e33 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8dcaa88d ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9e1383da ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9f2ef1c2 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xaafbfad1 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb10fd308 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbeefdbd4 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc6fc8708 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd9ba274b ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x019ff52b mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a2e14d0 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x131d9f01 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3e82cd59 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x419940e2 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4a0fb1b4 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5f3b4f9f mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6c6dca75 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x87835012 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8dd1d096 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9a706d02 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xab82483f devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd3aecda9 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf59c97de mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x3454c908 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x939782ab arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x05b7edec c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3d1814cf c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5125341b register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbbcc432f unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc62294aa free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe6615ba0 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x17d1fc08 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x39ad4d23 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x73356ef1 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd1ba1937 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x068042b5 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0dd39f66 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x19d3bcf9 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1de77d78 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1e66ec6f alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1f156488 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x21098a31 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2dbc8915 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3706fa91 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x39d3030a safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3f01f254 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x45b30efa can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56bd7779 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x610d647f can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6c4047ec can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6cc3ad4f can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6f6ca812 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x71c13fa3 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8bf6c684 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8cf40069 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8da8a241 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x917ba77e alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa9501ef9 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbabc9926 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcd0e0e4c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcd86d20e can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe532e762 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe6049223 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xec1ab61c can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeeed130c register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf0c7cee2 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x10becb46 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2fc355fb m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x427d28c8 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa97cc900 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xb1b4cec3 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc86abb26 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xdebecc59 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe681311b m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x269b46f2 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x37f2da85 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc5622984 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfde48a8a unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xe0f1eef6 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xecc4aaf5 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x4492f44b mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x7813e32b mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x93a2919f mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xdae2b29d mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x3fd194d5 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x95dc62f2 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x9bdf4f64 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xec0f976b rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x10893f9e rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x118973fd rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4c801511 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4e8bd5db rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x58dc503d rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5f08338e rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6ee17b67 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x82c3e3a6 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa69f7596 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb62501f2 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd01f2453 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xea36cb62 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x37325aa9 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 0x81e4273a pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9096171b pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9266b9a4 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xc45181c0 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x001ad907 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x02a04078 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x04a5a538 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x04ef7c01 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x084e4565 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0bf65971 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0d1da937 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0df646f0 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0fc1dd04 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19074748 setup_rx_oom_poll_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 0x1b68252a lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1ffc98bd octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x28d159eb lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2c1ef97b liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d36b252 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x343ffe35 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x35f1ffaa octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x35f44678 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x362106cd octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x37e42ba2 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4960a3c5 octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4ce07d03 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x55434881 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5c6bf74a octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x67ef0465 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x68116416 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x68c78ea2 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6b6521ce cleanup_rx_oom_poll_fn +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 0x7284b0ed lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7487c2ca octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x760c4062 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7c918f10 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7cc701fd octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7e9fffff octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x808dd414 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x87faaef8 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x89b323b5 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8aa7c626 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ed5d578 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x901d556c octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x943649d1 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x965d16b1 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9a2c0e84 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9b413e83 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa0e936f2 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa482cc73 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaae991a4 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab433018 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb2d5a4f0 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5011ecd cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb6c873cd liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb956f24f octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbc35851b octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbec8d6b0 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc193715d octeon_free_ioq_vector +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 0xc76b947c octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcab193bc octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcf374669 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1843674 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe0142d36 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe1c0934e lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe577192c lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe669088e cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec29fc3d octeon_free_sc_zombie_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 0xefa98c81 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xeff8d11b octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf04da0cb liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf298957a liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf6c66326 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf846d373 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xff61ed64 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0a01b03b fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x107dacb2 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3951a649 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4bc1e19b fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4c93e040 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x502bb515 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x64b4092d fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x720a3916 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc4fe08c0 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe2573ff4 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfd39c94b fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x0c90bbe0 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x227c4040 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x25297da3 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xad9ecd2b ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xadfcfd13 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xb92fe598 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe440de90 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00151507 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x011147c0 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0191bc84 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x072a5954 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08e13b96 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cfedf41 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e7a0875 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11a8d84c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x121e4017 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18a7434f mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bbaffd2 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ffcf667 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x209fbd32 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x240ecb02 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2531705b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x286826f0 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b710f74 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2db4ff3f mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3344a0ef mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x336cfadc mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34516636 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x347724dc mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35164485 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38e5be09 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41d1d54d mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4504d3cc mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e31e64c mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed85ad1 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53ac8cd6 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53f662a1 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x590c8825 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e659c5c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ed2e06b mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5eed1d68 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x617fbca9 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61e87dee mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62c2fae6 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x645825ac mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x670938d5 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67350949 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x683488ef mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69e3d256 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ac3357e mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c5622ec mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c6bbadd mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cddb324 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cf58b7e mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x712a1ed1 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72910dbc mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7370e4c5 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x777d56f7 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78d30cfd mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c46d2fa mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dd626e1 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ee7b126 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80bc8b9d mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x833cc077 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x841b8080 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84a5d0ee mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x867452e7 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87ed209d mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x889a37d7 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88da8633 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8edcbe52 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8efccab9 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x910585c4 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91eb6bfd mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x928f004b mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x952914d4 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ca271de mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e215795 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ef088b2 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f227128 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa6cfb6 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3781393 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6a2d73a mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7df6b71 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9fdfc98 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaacbe149 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab85725b mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad575482 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf6dccb6 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb01765be mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2d266e7 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb48e17fd mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9b8ec7c mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba2354a7 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd9be25d mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbea3aedd mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf9f5f81 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0e5edc7 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2fb6199 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc96c4dc1 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca28ae2f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb1b1485 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdbb514f mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcea4be37 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf82d98c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0727a33 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2d717d8 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd43fc87e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4cd87b6 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4de1006 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6d798a5 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7123ab7 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd941c7aa mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9c9bef9 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde63e154 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf0d7455 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2edeef2 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe647b1e1 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6b74812 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe76d5f1e mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec362622 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeee561b mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2cd1a6f mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2ec0fd2 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf43ec283 mlx4_mw_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 0xf6c37fce mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf94884d5 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd49b892 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04009b10 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05c391e0 mlx5_query_port_tc_bw_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 0x07f7cd11 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a467ffc mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b389438 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0db5cdcf mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dbbb857 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14639a30 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2169fede mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x282d9962 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d989081 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dc61132 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34966b1d mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3738a598 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c7627ce mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4086d086 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b29202 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x439d0350 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43e0ca40 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46215cbb mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x495c993a mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x497c49dc mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50907b34 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x573c8db7 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a7f02ab mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60a657ed mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61ce20d0 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63bb7c89 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x640d81b9 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bd7f8d7 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d9cb313 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fcf3d1f mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7014016d mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75d71c14 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x761bfd7e mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e9c0e03 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd1dd67 mlx5_query_module_eeprom +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 0x82503c9e mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84b2c854 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b4a98e6 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90c10a00 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x956b2c8c mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3868e2a mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5cfe935 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae058a35 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb42849cf mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb70ce04b mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf71a8c7 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc97c2eb2 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb6f32c8 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb7a7bd1 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdac3f18f mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc82beb3 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd493e1b mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6675bd3 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe68a293f mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe88968d9 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe904ecd6 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea88979c mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf184a70c mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6462dd0 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf93046c7 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfab7dd12 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb792ff2 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdc39d18 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe21bdd6 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff5384dc mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x8d46c078 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x992de40e ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc8fbf83f ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xead97ae0 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x88240446 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 0x00d858a0 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10dbde3a ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17a83373 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d59d5fd ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c1d16d8 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2de7fe70 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e1272d0 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x37bddb5d __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x435c14ff ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4847d880 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52d75549 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b218582 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6045dd71 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68e02284 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6dd643c7 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74570b89 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7606338d ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85924a12 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x888140d1 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89dde91d ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a70a133 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8cadb62f ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a5621b5 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b0815d2 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b778b90 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8012d78 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa9e32ab2 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa4949ed ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb17a0632 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5766086 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6dc0e6f ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba144f05 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbe894b90 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbab1653 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd10f1612 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd3c9d06b ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd629c788 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd663ae64 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda311bb4 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe760e1a6 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1b6ec67 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf38c9771 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf54509ab ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd201923 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd70b3a2 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x03ee42d2 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 0x72b1f00b 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 0x99f60f85 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xa9536ef3 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xad5f8afa stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xbfbf5cd8 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x145c66e3 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1a449a4e stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x21b9cb66 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2d8867e4 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3dc1d7df stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4de966e7 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4e49e666 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x65609865 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6cb41c5a stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7b118ae1 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8f784f93 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x131f0f50 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x1fffe30b w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x55d79686 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xf5d967dc w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x298d1c5f geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x330479f3 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5b40a3fb ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5c495c13 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8ca1838d ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb280e187 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0xb5b756fa macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x51bb874b macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x73143a0c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa637a013 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc0d20a4c macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x1e4f707f mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xd2afa954 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0x6adddba6 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x08859528 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x330ebce7 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4badcf8c xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x76009c93 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x87c91a52 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xdc4a1791 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x04240202 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0c535686 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x112b0d74 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x165423be bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x193f9aaf bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x228ca53b bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x28b2a679 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x291125b6 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x31482c20 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x330eb21a bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x358be0eb __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3e17d133 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3f625556 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3fb9c158 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4c8ef015 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5b4be274 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5bda544a bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x61eabeea bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x658196c7 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6ab89abe bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7183254d bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x72cd6a9c bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x74875d29 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x880e6be6 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x94471791 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9b82a8c6 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8f5f15e __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa9ab45cd bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaab36f64 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2c1e58a __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb798d4c4 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc0a84d95 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd1b183cb bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3de7627 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xefe8d676 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf0242b6f __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfcd522c5 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x7f913212 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xefbcdbb6 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x0a32e570 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x157c3f16 phylink_generic_validate +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 0x37c04a96 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x40a56deb phylink_of_phy_connect +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 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 0x97b10dc4 phylink_mii_c22_pcs_get_state +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 0xd1a305db phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd22202b2 phylink_fwnode_phy_connect +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 0xf351062f phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf7cae865 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x2dca3eb9 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x5df1408a smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x63324d82 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x6f663813 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x992a6f2f smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xd3ae7c96 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf0486246 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/tap 0x092ce043 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x13bb2e98 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x321ffd8b tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x4ba0f531 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x6c0fc04d tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x7261bde1 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x95d06a38 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x9e2c00b4 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xeab51f23 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3493d5cb usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3a0b9fab usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5d309936 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6b74ec0d usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x931c7d37 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdc80961d usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe198670f usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x111f1dd9 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1d8b27a1 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2cc8115c cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x36f6eb5d cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4661d57b cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x62efa8c3 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x97bb3075 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc0732825 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc77d1e95 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xefdd37ac cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf06f9e81 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xf824452c rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x08b8bbd1 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x08f50472 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2d271ca1 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5be0ff8d rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xafbeb6f1 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfec8e2bb rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x04fe51c2 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c2183b4 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17be0892 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17c1f267 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23c24183 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3aac0b2e usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3af06c12 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41b4311d usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x471e5e96 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x49abe3f5 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b283fcd usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d4fcd08 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x54859fa6 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x603cbe2e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6059b460 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6118a200 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x66620247 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c1429d3 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x84353f81 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x93466b16 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x97003bca usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9849c5f4 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9eab8736 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb141ee6f usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7e10cde usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb81c5784 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbbd0d9d2 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd8545d2 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd8de07c7 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7a0b13e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe9f6ada4 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeeed7652 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf2f6bbef usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf718dffe usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1a0fda68 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1c7da69a vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x588e6a2c vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xae7507cd vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x2c762085 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16e28858 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68933629 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc32bca64 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7fea037 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb60ded1 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 0x25c86b6c p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2f62f850 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x415e88f3 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x841f6b83 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb83aec46 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcdef7609 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd007d71e p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd70f9049 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xddaf3a1b p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x01e3f517 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2886765b lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x359b4dbd lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4773a075 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5018f9b3 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x66381696 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x730fb32b lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x78c1b0fe lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7be049da lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x80d752d1 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x824e04ca lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa9baa8b0 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd901dcbe lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe5f3fa4a __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe6ea860c lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xea1e89a8 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x238f4223 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x32183084 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5b36bdd8 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x624177ce lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9359ba6c lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xaf9f2ca9 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 0xd8cc529b lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xfad39bfc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x06fd94da mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x15c993bb mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x23224cc6 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3a1b51c3 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x47ae18fd mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x47e29f0f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4abd52be mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4bb271b8 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x51576947 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x55f80c17 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5a933f47 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5e9f2696 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x68c01f64 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7540afa5 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x78faa339 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8a1073bc mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9cd4a3f7 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9f8cb108 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaa17abdb mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbcd004f7 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc4618cc0 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe9548ca5 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf3f9659b mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfcfe406c mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x059f4826 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0674dee2 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07f1574c mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08e211c0 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0b7f5a9d mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e092613 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e8c454e mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f578a74 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x127f7e5d mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x132a9dc1 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x181ebdc4 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26bdb734 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x278300b3 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2852191c mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a337af1 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2bed29d9 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d13c393 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3064f1b3 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30ab5a55 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37b5e626 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39342a50 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39f3989b mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a8cf241 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c63b4ac __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d845263 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e5b0f06 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e65776c mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3fe351c6 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x420582fb mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x492c78f1 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e4f3c42 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4ffc4f13 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52eaea0c mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5cc10422 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f5929ac __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x603af437 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6182576e mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x699cad95 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d3a4107 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7132b957 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x724c74f8 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7422c37b mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74270bec mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x766d9890 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78638de9 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ad07c21 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ffe541c mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82d6416b mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82da5250 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x84a808d6 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89533e89 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x897bf2a3 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91dc3f68 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x942365a5 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9478f613 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94f36e57 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99f0448e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c6bf9e8 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ce234f3 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa049db91 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa64bf3a5 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6c537e0 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaed01fbd mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xafd9be92 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb1512fd5 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb42547c1 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9e95163 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc28d5df mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbcc0218b __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbdd58642 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc16ab8a2 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc2e692a4 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc37601b8 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc5ec4d10 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd4d7caa __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce2b0e5b mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf187689 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcfc9ac7e mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda1acc7e mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xde90a3d0 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf1d6209 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf4246b3 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe21273a7 mt76_tx_status_unlock +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 0xe5aa0855 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe81d593b mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed8b7b0a mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1091cf0 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf84e80fa mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf974d18c __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe559b0a __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff9569cf mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x020dd40d mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x084e1dd4 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08baa9b1 mt76_connac_mcu_rdd_cmd +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 0x0b046b8b mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d6304fa mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x108e04f9 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x111043d8 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x16f92e41 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17153e2c mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1be7eee5 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1cdf9293 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2578f3e6 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29b54039 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2d2ae8f4 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2db400f1 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3522a6cd mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x374900ba mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x37b1b9e0 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x385e0d06 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d60a4dd mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3efb4ceb mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f2bed41 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f999bba mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44033633 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x445183e2 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45432f16 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45f10ff2 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4854a2d8 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x487a2a56 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4c6654ab mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x570cf54a mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x67792e55 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6916af11 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x74189172 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x76c3881d mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x774cfe0c mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x79b8bbb7 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x83056d69 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85b3ab13 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86b98492 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x88388992 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8bca65a1 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8be21a05 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8f80105e mt76_connac_mcu_add_nested_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 0x911ee295 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x92e78b2a mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x94e5abff mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x95776bbf mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x980f62ef mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa40d2d10 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa5b5bc5c mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xae505f6f mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaea1bc68 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf6eaca3 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1a23350 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb3d57e9b mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xba5323b3 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7f7d131 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb514bc7 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd9d076df mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xddefc334 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdef70314 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0286141 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe06ec3ba mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe23f916d mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7c0727c __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe83ffad7 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8b6fa13 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeb88a200 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec370b96 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeda7e070 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf47d28be mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf47e9b62 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf5a40f84 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfac44fc1 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfbe89098 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x00b0639c mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0c58f71c mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1205fb7f mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x14a35092 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2757b203 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x505cf157 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x82dce7c1 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8e7edeac mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa043e6b8 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa5ed82ab mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa60a2804 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xae8f228e mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb7c8bc19 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcefb3cd7 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe7afd2c7 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe929cfcd mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2a197f37 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3bad441e mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x455c1a60 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4b4a1e31 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x640020e9 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6c3099df mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7d2bde8f __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x88b269ef ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x908f5b68 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x956abe6c mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa6f2b07b mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbe066599 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe95a6e46 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf4f9eb97 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x05c65f7b mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x15ac8045 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x187459dd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b4d75bb mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30b0c9b3 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3239f680 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4b770c54 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x61ce5dff mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x65f958ca mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6a99db8e mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6bc6a8b1 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71403269 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x74de8c7b mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x775a52c7 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8901adb6 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ad8c06f mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8c99cd12 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x93462133 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa3ec0af7 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa8394a8c mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaf2b682c mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcc0f8d63 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd06f2d9c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd409f880 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd9dd8911 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdbb1b3ce mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe679ca4c mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe81e2d93 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf222ddd1 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfe1a782e mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x2b447e8a 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 0x19a21039 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x3dc8e820 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xecc549df mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xecc9e619 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0e6d9bd7 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x52c942ad mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x97c86b8d mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x99f2c3fd mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb38379fb mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd9654344 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xefe45b6f mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x00747202 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x09295f2d mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d53b243 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b8fb4e2 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1eeb557c mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f19373d mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22b2be75 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23c707c1 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24de928b mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35071f4d mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c890da2 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c9cae12 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40233fdc mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4042ab24 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45380f45 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x458ce3fe mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48708808 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48d3f073 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4945100f mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c4e0833 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4de5468c mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e8a6154 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ea1191b mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56721631 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x57c9b2c3 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59c2510b mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a66a0bf mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5aa0549b mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x62ade36b mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c522b7f mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6e8e9307 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 0x8092d249 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80a8417f mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x854bce3e mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85bda172 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x862ce57a mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e25e792 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90eb5f0c mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91167569 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x916f4d76 mt76x02_tx_set_txpwr_auto +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 0x957510a3 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0120277 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1e13cfa mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa22e7812 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaae79e22 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac23666d 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 0xb0ae0a7e mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2c89679 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8737958 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc96d291 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd00c24d mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc7c0e93 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce703e6c mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd158b6c8 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd24f1249 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd4d22bcd mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd62597a2 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd76149c0 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdbee59ea mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde8685cc mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe51d1a6c mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe809b481 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee8a9372 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xefb21e76 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfdf6be06 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff54b3ea mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x38155234 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x70c5e915 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9d25ad77 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9dff687e mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xad6c56b4 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb4532911 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd6ad8af4 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd74256c3 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2d877b2e mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3fa07f1e mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4ab96ace mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4fefd444 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x52a06ba0 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x53708f74 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x75e3e6aa mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7afe2829 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9f2aeb39 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcc06099d mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcea87496 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd5e481b6 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xddd0f120 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe69cefa5 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xedaf2a83 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf35621e9 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfb5cda5e mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfb88edd9 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfbd260ea mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfe378bba mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x00a50958 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x029bb343 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x15181584 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x15d30a4c mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x268f7ab9 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x275aebc6 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2bec479f mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x356c9f2b mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x45fa09f3 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4836429e mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4aeeb14e mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6f671a48 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6fd6cfc2 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7867ac27 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x78fe841c mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7f10bccc mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8c98b582 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb4ec2ffb mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd7d4e2c0 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe0c012ab mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf5fb997c mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf6e2960b mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfa4a305e mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x0133193d wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x0b55498d chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1ba4a525 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x407eea32 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x52a3d314 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7770d08a wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc53ac482 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x07889827 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 0x3778494f qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9bfb5d6a qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa6e1c328 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xbeab8454 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcb229ed4 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x056bddaa rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1747844c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1e720be2 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x213a4a12 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x345176cb rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3589c2f2 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x398d25e2 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39d5364b rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4208186a rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4287bef6 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59b67871 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x63914729 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6864c505 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b7c19d1 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b8b9f9b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x74ba2552 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x828a274a rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84430a84 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8650ff16 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x88059f78 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x89d13789 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9276f086 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x98a7f087 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b7e9be7 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad7ca770 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb36987da rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3b02eef rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba39171c rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf867ab9 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc1bfd7ec rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc332747e rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6669910 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6bfd9ba rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd25040ef rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd43545ee rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe113ff8f rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe379d4d3 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8d40df8 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9083b76 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee267b61 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf323b6f2 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf3b476fa rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf46d916d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf60e5d01 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x16095ed3 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1bbabc04 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2587197e rt2800mmio_enable_radio +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 0x46e0a8bd rt2800mmio_get_entry_state +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 0x72f690f0 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7e1a4cdd rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x999421c1 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa446e900 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa9b4223b rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaed8eeab rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb8095821 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc84d3748 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd8c29a73 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe0622fa5 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe72164d9 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfac300fa rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x089da263 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x09bc0dea rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0aecfda2 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c653e65 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x10be1550 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14ce789e rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14eabacc rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x197ce6ce rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d8c5bed rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x23d20fe1 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26a66d85 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27bf262b rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34799dac rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35905aa6 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35987743 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ff359df rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x41b8d10b rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4984a661 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4e190d58 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x55184380 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5bd65bce rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5cd85532 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62867479 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x65049aea rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6dbfa0d7 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6ffbadd2 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7484e3ee rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x758d03e8 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7e4a578c rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7fa76eaa rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8272f95b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9cc135e6 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa6399035 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xab3fe042 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xabd011cd rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbb8ba0b5 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd0705d53 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd691751a rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd99847db rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf1115cf rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf7a4152 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe108570c rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe17282d7 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe3354dab rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf0170c91 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf16145cf rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd71d44d rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1bca2dd4 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2f7f497d rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x96eeacbe rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xc6d8b9bc rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xef5d8563 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x30d2fce1 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4c526520 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x60d1eaff rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x080f7646 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1973c221 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2c046fdc rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x412efec0 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x538406b8 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x62d146f5 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6510c0dc rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6d116c0d rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x79cb274f rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x81c8e28e rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x81d9f31a rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa20241e6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd445c6b4 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdcafdd9d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf6a38d20 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfbefd206 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x069a90b8 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbee4c225 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf243a240 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfeb79867 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x05320bd7 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x254f18c0 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x25a7b740 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x28d21eb4 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x39363548 rtl8723_fw_free_to_go +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 0x506dc8fb rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5222dd6f rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x56527d87 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6c9d6e52 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6ffcfecf rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7ec21b98 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8498b6cd rtl8723_phy_path_adda_on +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 0x8f5b1c0d rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x97bcb302 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x98a60291 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9b9ce52e rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9d725383 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd72ded8 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd34147cf rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe7eb5206 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xef122292 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf1af3fb6 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf434437c rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfa07bdae rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfc26acf6 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07c569c5 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x11294734 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x16e29f24 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x194d732b rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b3012af rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x214ab2e6 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x26afc501 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2759f7c7 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27abb01c rtl_beacon_statistic +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 0x5dbc7f30 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e4e31df rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60709e7a rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6bf9379a rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7878bd1c rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8058ed8f rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90ce494d 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 0xa679c256 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xadeee651 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb921633e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfef4328 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc9264858 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcfe033d5 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdd65b22a rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8167b15 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfa864eaa rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1d692eff rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1f043509 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6596910b rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb8edc015 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 0xdd9e89aa rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3d4c7fca cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x713521c5 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9ea58dff cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9ee593d1 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9c826857 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xabcaafcf wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xce76b30f 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 0x09cb4867 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x131a4425 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x138c0ea6 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b3ae7da 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 0x2d65a9e8 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3793f7d9 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ca2dca2 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43076729 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x44e19e22 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46698730 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4956a609 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e7c77b2 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ea3f954 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x512c19ca wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x594b3b7b wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ecd2a9e wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x641f0002 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f180697 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7211a8ed wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85982782 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93645f9f wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x973e8bf9 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d47f3a6 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9782091 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1c1bd89 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb205e2be wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2eba89b wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5ccdea4 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc297df4c wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2e02f60 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5cdac1b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc85bcbf4 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc92290c3 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccf77ff2 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfea9026 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda7739d8 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2815f5d wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe53b8833 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf301d723 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf331bf34 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3937a0d wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9960eaf wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd2c9f61 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x218dfad3 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e52e0aa mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xd83c61d4 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x653fb8ca nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x70d1a361 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8dca4711 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xabcaac3e nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x259e8a1c pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x3b83d275 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x5e25d94e pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x63d63661 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6cbe40e5 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xcf5b9484 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xeda97d20 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2edf4e9d st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x64a7a089 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x66d15d87 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xaad34d72 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb26af8c9 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb29f84e2 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc953599b st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xf02c3719 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5b4b4a31 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x9a9c31aa st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfba4ed6f 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 0x81fa3327 ntb_transport_unregister_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 0xc82cdfc8 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/ntb/ntb_transport 0xfc626e61 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x18bffb4c async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x1971571e virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0d1e88c7 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0df5fc15 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x186080e3 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2a9accf7 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x31cb7e07 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x48dadfa5 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5e41f0ec nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbaa9c85f nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc81d608d nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd0a1f8e7 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xff07afba nvmf_reg_write32 +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 0x5fc82a49 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 0x21e92a32 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x37aa20de nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x428738f0 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x467d0da3 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x468774e7 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4947b453 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x61e26b63 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6207ec6a nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9403cd67 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbe4fea17 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd97fbb7f nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x19a35c78 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 0x8045e953 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x0eec86b5 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x9978a9f8 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xa9030d17 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x8e00f450 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xffdfe8bd 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 0x244a94d8 wilco_ec_mailbox +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/surface/aggregator/surface_aggregator 0x0f1a7464 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x12875638 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1457cca1 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x183553cc ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b97af2a ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2b9258ae ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x309656d1 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x380742dc ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3fe44d16 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x488460db ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4b5d277a ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x50f6c59a ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x53a2287e ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5ea3de5c __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x68db1a5a ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6901b27c ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6c6fbba5 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x793df429 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x867c7281 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x88a94cb4 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8bc41645 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9a4bf82c ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa36505c2 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa50d2d0c __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa7eb9a82 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb01991d5 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb262d3f1 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 0xdb852e9d ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xddd16f9a ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdea14d46 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf1d30b7e ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfd22fcc2 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x8fbcd0e7 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 0x261fe964 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 0x717412aa 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 0x174ac8e0 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 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 0xdcf41c5f dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xf4a4155f 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 0xdf8ccb6f 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 0x75385fb0 isst_if_get_pci_dev +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 0xaac59fc4 isst_if_cdev_register +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 0x17b0f8ca wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x31b9a032 wmidev_block_query +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 0x7b552965 wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb173a6cf 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 0xddf222a2 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf18bdd75 wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x225674c4 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x83208768 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xa613604d bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x13750b48 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x7e1e67ad pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xbfe24fbe pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x086fdf62 rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x6e0b8e6b rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xac4eb329 rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x44cd4695 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x55f009be mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x8dd5ac69 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x074ceda9 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3169cee0 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3e156b2d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6ab44130 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x870964ba wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xafae119f wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x094c3947 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x1f2529f0 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x5ae103a4 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x019971a0 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x068bc14b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x080a9748 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e6e3569 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10a6f252 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1b718327 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1b72e287 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1bee9dbf cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e3cb15f cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2245a3a5 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23322868 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27d026c5 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2fffb77a cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30d23a16 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x31340814 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x331a09cd cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33ff3f92 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47286660 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x518b6ab1 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x55393b39 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x625b6de6 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x667fe7cc cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x668fa145 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x739e03b3 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75e9ae90 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76cd5dae cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d6b5b64 cxgbi_sock_rcv_close_conn_rpl +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 0x836bd4e9 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x840d9b23 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84ba7ffd cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8590382c cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x87911569 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8bea93d6 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0598e81 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2055fc0 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc34c27cd cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7f0bd1a cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd5935b42 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6c7ec37 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8841005 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9ef1b18 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9ac2f51 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea5f3481 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec842418 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0aa93019 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1671e4a5 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x17020a9c fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x181f50ce fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1f095fd0 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x376e7a4d fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x50355a3d __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5f81f948 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6b9fe21b fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8a5b04c9 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8f0ac0b5 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc39bd331 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc8626680 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd22ec31c fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd5795ce5 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe1ea0dc3 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x0c372bf8 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x5e96daa8 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1141307e iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x265f95f7 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2a9a3437 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2ef32267 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6603e3d1 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb8adba2e iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xcc598f06 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x015372b8 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20e7ae12 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x212f9117 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21341215 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x240aff70 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2627b452 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ffaed58 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31fd1453 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33a60b58 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x373b38ab iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bae6056 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bb27edd iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43c3d11b iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4970542f iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4993da27 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x52b01819 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57b36a54 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b213fc7 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68220f2f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6fe60f6f iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79e40be6 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x807deb89 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8abeb8bf iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8afcd747 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91ae002f iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x921fe854 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98523d6e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ccb8998 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0f047be iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac01dfb5 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0fd03fa iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4a5ded2 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb87879b0 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf27e7f4 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfec1572 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2da76e0 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb1d1aec iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcd55d20 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6006be7 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9c5ed09 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb7ba25d iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed629749 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0e255c0 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf17accf1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf582023d iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7f6021c iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe64a5fb iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff822f87 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x092af4dc iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0ea7bc1e iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x192a8a55 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f0a44ba iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21bf4969 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2e2c584c iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3f4a045b iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x53b85e3c iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x83934944 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8d8787b6 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x92f22893 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96b93043 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd6ec4712 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe2db2a80 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee2e6034 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0dfe571 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfa3752ff iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07b8b7a9 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0fade8ab sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x13cac8e7 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x13ce6c69 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2489533d sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2554b35c sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26dd30fc sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x38642f66 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x39424288 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4217e140 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x495ffd6b sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4aa6f10e sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58edcaa3 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6774a6c1 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x684925fe smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6b69240b sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x773f12a9 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7960a3cd sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x84cdfefe sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8a6a0138 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e5aa24b sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c4a2412 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa1d29519 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9512618 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb7fb4672 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbcb99b61 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbf3044b6 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc081c01f sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd1e2dab2 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd75dacc sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdef2d139 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdf014622 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe2852aaf sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef20387c dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf06626ef sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf986b7b3 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xeccf8c96 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00ad1033 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x040cfe58 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04544e63 __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0653b873 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c30435f iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1d1af34b __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fd8a52b iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ff64f6e iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21134e85 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21a65db4 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x269d7933 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x285fa0d3 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a50a302 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x322d8776 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x359c933a iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b79abcb iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3dab014a __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4241307b iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45ba7376 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b61339e iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x581b33f0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b1abfb4 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d04669a iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e18fb79 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f191d27 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69173fcb iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7691e08c iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b702020 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7eb7b25a iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81346b38 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82466668 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82aa2bf5 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84e65525 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8621035e iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b94c6a6 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94a02087 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94cbb37f __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x974d7381 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9af0fb7c __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e285c55 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9efe67ee iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa282eef9 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7c16017 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8580a38 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa48524c iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaef8a4a1 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1abda46 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbcb5852e iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbfd2ad33 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc83dff42 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf908c0f iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde2b0b80 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf7f9dd2 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe148f41c iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4396a7c iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5909a97 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf6255169 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9c6c1f0 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6951dc42 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x93be8b8d sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc836a8bb sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcec6897c 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 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xaa382010 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 0x4d2d93ac srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x75513dd7 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa3223c83 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb19dd124 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xcd7cbad6 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf35d51cf srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x06b0e842 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x06dd4646 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8f26fd0e siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb4881fdc siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xdec0f257 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf8075bf4 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x11f51b2e slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1961daa0 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x30953ea0 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x49a092a1 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6277fb76 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6315318e slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64e62f09 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7922f347 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x798ba05d slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x798c6def slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7eb5af4b slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x815b9803 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x92ee4fc5 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x96ed5fd9 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b9ac8f0 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb1f53753 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc41ecdbf slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc47f159a slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc657b54e __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc6cc4185 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcd8e56fb slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcfd0e309 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf00285de slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf0892b23 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf3be1869 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfb303809 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x1b1c925d sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x8f39e23d sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb95e4224 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xb66b7ae1 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x48a38080 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x17c236aa spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3d4a754c spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4bdea236 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x905bda4e spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9a436bfa spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb680f901 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x7b3a609b spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x998c15ea spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xec16ba3a spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21d96ce5 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x32f6629e spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3b8047a7 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3cac8296 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x414adbcd __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x767ef2e5 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7a235be0 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x90e3ee61 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa0431f20 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1937cb3 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa794b544 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb04a0001 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb1fd66f4 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbb746828 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbfa5055a spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd3b7d8f1 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe329e9be spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf5043930 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfad9d89a spmi_register_read +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x9ac59df6 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x21141a23 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x2adca23b fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x499eadd6 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x7cfe41f9 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x07616369 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x265ffc23 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x266cc3a6 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4dc84f91 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x52abcd49 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6cc5ef5e gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7054e387 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x72ae0a66 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x88a561b5 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x923808cc gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe301ed82 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xeccdb9af gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xffb9135b gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x298112ae gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4a12b6cf gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4ed7db98 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x557ac79f gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x58f35434 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x68499d90 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x86c09d29 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa43db8b7 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xae9dc8d3 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc928724c gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc9cb01e5 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe9825b39 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf985ae39 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x193115ae 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 0xc3b77c65 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x35420d18 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xe2358c2b gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x6247c935 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x6b25626a gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xa3868cd3 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x559d9269 sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2f7633a5 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x9b305bf6 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb2a6c6b9 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbb67612c target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tee/tee 0x14ec1fa7 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2770cc17 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3b6a538e tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3eb0a81c tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4c08fe38 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4c581fa2 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5f3b9be5 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8d880eb9 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9051dc22 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9196a98f tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9be293a2 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa0f1cf3b tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb16b7e62 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb24ecb08 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb72dc140 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc137d22f tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc2c846b2 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc8ca8684 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdeb149fd tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf1cba718 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf32375a7 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf981c669 teedev_close_context +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x3eb45cf2 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x457f2f58 int340x_thermal_update_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x8974c2d5 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x4aa6adb3 proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x4d8ce666 proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x5ba2d0cd proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x710fe400 proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x882c9443 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xe026bd02 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x75190129 proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x7690bb4d 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 0x17070140 proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x12b0b45b proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0xe40ebd4c proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x0af1c8b1 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x0c9184da intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x2876c639 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x3b453586 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x066696ac tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1debb046 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x288794a4 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2bd5f300 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 0x52ec4bba tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x52ece48b tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x53253a6f tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x61e37b46 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7212ca01 tb_ring_free +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 0x7f17b164 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7fd54488 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x83b33638 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8d9ca9b6 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x93848bc8 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9445aa6d tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9ccaff1e tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa02c7b05 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa1cabff0 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa85442ee tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcb46243f __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdb2cb29c tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe0cc0d63 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe8397c99 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf15c5f08 tb_xdomain_request +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/ufs/core/ufshcd-core 0x04e8b56e ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x05056ba2 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x13b0b330 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x160e5deb ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1e5fc0c5 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x22b96e53 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2547526a ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x28755017 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4b3d3a05 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4ebefe6e ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4f583691 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5ac5dc68 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x64303e0d ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6dce3fd3 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x71b4e901 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7583f6d0 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x77313c2d ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7c4bf179 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7ebc7ca1 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x89932699 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x96d1c2c0 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9851f142 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb1f030bf ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc022cd9f ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd6ca8a4b ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd886be24 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe99b350e ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xed1a8cba ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xed95f0fe ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xede9a834 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfabb0bd5 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xffe92f70 ufshcd_mcq_write_cqis +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 0xcf81a1f7 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xcfc9fa77 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0c61e4ef uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xca2a08b5 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xdd2cbb0e uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe2d83568 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x1feb463a usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xcd3b4193 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1a64caa0 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x73ee357d cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x93785255 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa4360fec cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa8fecd36 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xaa5cd4d9 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xcc3e4aa9 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe02d81fd cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xec14583a cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x0499b407 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4e085797 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x847ff3e8 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd8d7ed70 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x11ae0470 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x637372c6 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6c269f7b ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x951336e5 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbb648781 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xffd4caa8 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0aadc1b0 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1e33923d u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x64747c52 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x648af8b1 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6ed81be7 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7c33371a u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7fd2d4f7 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x993da08b u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9cecc767 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa330b577 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb03c6aa3 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb1a80990 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb75c6a27 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbcb253a4 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xcc78a4a9 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x01605c45 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x03fb156b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x26f58c81 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2788c2f2 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4dcc8358 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x62d8fae1 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7a0093e1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7fa7babd gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x831ecb1b 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 0x8aaea5e9 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa1d38dcf gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xac690378 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbe0a262f gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd1026e87 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd313fa34 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd8d8d9d4 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe807cde4 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfbf2a05c gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x34ebb0f9 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 0x92c66a5e gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbb167751 gserial_disconnect +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 0xf8f47081 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 0x4ca67800 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 0xf04bbe79 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 0x18f65c73 fsg_show_inquiry_string +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 0x2849df14 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x28c267ba fsg_show_ro +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 0x394a6372 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 0x40d8b948 fsg_show_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 0x4bbcb47b fsg_show_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 0x56f1c2c7 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5747d037 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x63c70b52 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 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x850f828e fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x85183296 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 0x935ca4f2 fsg_store_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 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa1e5675b 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 0xa99e4141 fsg_show_nofua +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 0xac71f340 fsg_common_remove_lun +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 0xc5c4ea6b fsg_lun_close +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 0xe07c2f68 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_mass_storage 0xffe03cff fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0071616f rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1de41ebe rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4753a8cf rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4c2e8a9c rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e97b389 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x857a2ae9 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8fa06d30 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb77577c0 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xba4f9232 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbb90b573 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbb9520e8 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc8692b20 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdec54b8d rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe0a1807d rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfeaeeffa rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x00f17f33 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0f1a5a58 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17186b51 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x232aef32 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2415361a usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2c6c53fa usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x35f59909 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38fa5119 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x41f7d129 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42661857 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43716ab4 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x46004cfe config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49c05adf usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4fdb8909 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x50ae5e7b usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5c6cd60c usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5dfe7658 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x60ef4a91 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x71d00c5a usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7c87eb6f usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f31aed3 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x876ad3f3 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x881c3d13 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x95a974de usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb9a0e7cc usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xce859913 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd4bec321 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xda114e57 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe18c58c1 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf2053d21 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf5afabdb usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc79156d unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x10b30e01 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x14f75b62 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3257703a 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 0x6db5af24 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7265afdb udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7a888229 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa6558e56 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xbcc56985 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcc80b5e6 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x03f9da00 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x06176bcd usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1a39ee5f usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2434a329 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 0x309e05a6 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x36628bed 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 0x4278f34c usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4657ae38 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x48096a80 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x499a2402 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5005dadb usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5c113954 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6c82bb8f usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6e8af98f usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x76bae827 usb_gadget_set_remote_wakeup +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 0x9502b3f3 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa057824c usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa321516d 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 0xb44417db usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb5132be1 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb6217741 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc12236fe usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8398d20 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcf2f5b6b usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd1774056 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdc027d99 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdd0ebfb1 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe476115e usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe9b6a9e4 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xec986200 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x90f7b2ca renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x83e9c5d3 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8b687480 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xa288538f xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xbb986306 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xfc9c341c 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 0x3c0534cd musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x4a96deb1 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x69758860 musb_set_peripheral +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 0xa166feab musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xaf487b40 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe5124fa2 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 0x008069e3 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1aea19c0 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4e335051 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5bbb35c6 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf250d5d3 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xab4e276d isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xf11bb8cd usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x138984bb usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30d8ae5b usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x42f10710 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4535cc11 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x463ab579 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x48f6b4d4 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x50cec239 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x644a865a usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x67c814a3 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7b119817 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99e7fb98 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb24a603c usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb373d7f0 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc5a629fb usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc9e55a98 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd57fce58 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd945ca68 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xee04416d usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf4ab2ed1 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc21cc33 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x23fc1d54 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3a6d57b6 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x96eef241 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 0xb3372641 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 0x014e38f1 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x06b19f76 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d8e6868 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x126b2031 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x144065c1 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b810e9b typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1d5890ad usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2056d7d2 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2057e134 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a0172e3 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f05ee29 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30c5df87 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x46a04c59 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x46b06de3 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x47226f70 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4b31c148 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4efbccb8 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f29d064 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x503f3437 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x509dcd31 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5204cd97 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x52bf15e1 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6ae9bd8a fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6ca9d2fd typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x70400f57 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x73ef7a06 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7938cbde typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x79ecb396 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7da5d1db typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7da76372 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e0d5a82 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8560842b typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8e3616f5 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8eb92f04 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ecf4d0e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8fd03e33 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9256358d typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x96afbf07 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x97a1a078 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa506e2ad typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6c4321f typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa7ab8b31 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xab46c8a8 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb02d641a usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb52dc5df typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb86436ea typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb90af580 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc0a2a6d7 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc969a25a typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca5304e5 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd066413 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd1f0eb0 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcfb31b03 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd36dd1c3 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd5198bd8 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd704248a typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd86de6f3 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdcbd8938 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdda538fb typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe22527a9 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe4b2bc99 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe667fd1c typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe935dfdd typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xecb03320 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf0857cec typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf16628df typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa326404 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfe26c2ad usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfe9f458a typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff211eb1 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1aea5b3c ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1afcbf32 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x2187b9b6 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x2378366e ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x30fc542a ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb61e2760 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe1b2c556 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe40c51bb ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe95eeebe ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1364350d usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x13eb4374 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1a789365 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x38abed88 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x53d70c6b usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5bb13b01 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6ed6a9e6 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x72c59030 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x73a87c69 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8aada6ce usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa2106a4d usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcb457df8 usbip_dump_urb +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 0xfea9b7a9 usbip_event_add +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x01814c21 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x19ba92ea vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2a5e061a __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2c8e5c62 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3eae04de vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4caa635a vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x53d5bdcf _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x77042be6 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xaba3afa3 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc8715603 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe8dbdf7b vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x40247bee vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x662051ad vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x9f30310a mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x02f885b7 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x20feb66b vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2ba272e0 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x36e111ed vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3a2f132e vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3fe05096 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 0x57ee02b8 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x725e33dc vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x748e389d vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x77cf46f5 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8896412c vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x994c044d vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9b96c0b9 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa0452068 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa196de09 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa5cd7b26 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xca76e4a1 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe255f25d vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf7c262aa vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x088e9c0d vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0bc37699 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1f3694f4 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x30815dc7 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x38c6c3e1 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3dde32a3 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5c63be8d vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x68f6ef6f vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6df8ea51 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x705f3ddf vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8191a3a0 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x856801ef vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8859592c vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x88be1ae7 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbd096bf5 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc324433a vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc80a8406 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd5796051 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xea4fc1b5 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf3617784 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfc836eeb vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x062b0994 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10fda6af vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11f147ac vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x12e47c5c vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x179ce5a3 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e13db80 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22972fc0 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2a152249 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e588cff vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2f976530 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x326f01cf vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32f79b4e vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a2992fd vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fb2568b vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x409ad287 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x51876dce vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x59cad2b7 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x63497bdf vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b56ac1a vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d5c24f9 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76c4775d vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7b1148e3 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7d9d1c02 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x802aa1de vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8435d11e vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x87897d69 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97be4051 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa4af51b7 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaa8c097a vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb230814e vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb4a9e9f7 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8128adf vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xba85658c vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbbfc8e02 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc87b82e vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc2d2ad7d vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3477b0d vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca0ce26d vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce41b6c4 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda81813b vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe444cfdb vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xef3cc1e6 vhost_add_used +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 0x20ef8f72 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x27b56deb ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x83d0a0a8 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xab64f613 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbaee2f42 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc9d0d681 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe3efd88d ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xaf4eaed7 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x20b87e7b sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x362b7f47 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 0x908bda50 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 0x078d35de w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0bba24b3 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x37d8e11f w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x457a1699 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x57fcbf3a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x62599915 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x70f6ebc7 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x868b741b w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xabfb4710 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcc8434bf w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd189decd w1_touch_bit +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x145f8e99 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x1d73093a xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x42dfcf80 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x568a3b16 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc34fcb59 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xaac633e2 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xe47d547e xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x28450715 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9cc8d87b dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc2f37b82 dlm_posix_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 0x01c35c62 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x167aa7cf nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3b0f2675 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7df27f08 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x96e42e1f nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc76907ed lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe1ac3ad2 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe38b0f44 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xec19a09f netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d0ad93 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03d205f7 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0817652f nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a506142 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bfc426f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d2f54ea nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1110930f nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11712aad nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12227ec8 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1585ca22 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1af14e47 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b364e2f nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bd272c9 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e21d342 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f230eb8 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22e74cc2 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24ba2663 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x275b0087 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x294b4cb5 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29c1ac8e nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2af2fc92 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2efdde18 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f423fe6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fb154e3 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30660fb7 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30b3f898 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3417a6b7 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x350c7a98 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3584f15e nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38958b25 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x395ca8bd nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a698be0 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ae7d05c nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c2975ba nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d28977d nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3da7a270 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40734167 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x417776c7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41f68271 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42833e82 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44f2af18 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x456cf7f6 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47d677ab nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49622835 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49a7d0c2 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e821501 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52ce1e8a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b650201 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x624ce590 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6313bbf3 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67391908 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x683c06cf __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68731434 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x691bf047 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c809176 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d62f4d2 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6db7bd34 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e05afd9 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71fd5db4 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7292b380 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73685364 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7445f4b5 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74f1e499 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x769154f3 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76c6fa8a nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76fc764c nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a54d9d8 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dc195ea nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e91fcda nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eff4fb1 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8161a1a8 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82ddd303 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83d05407 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87c47512 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f735e3 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89acb982 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a886774 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8aa9d643 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b639b2e nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8df06f4a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f08341b __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f3b3dd1 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f41e193 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x917adfe5 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x920a5a9d nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9484f9cf nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95020883 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96e837ec nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9898042f __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c3fa55a __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f91a885 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3cf65b9 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa42f2f45 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6d94258 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa934b17f nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa980d091 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae8c32bd nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0bf7df4 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2907ec3 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb56039a5 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb730b2e6 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb77838bd nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8c64c38 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbb5e977 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbccd1d7a nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd0e087e nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1f4476d nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3ad86dd nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc455f2ea nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc67a622d nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9db484f nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca0383eb nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca7cba69 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb059855 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfc95882 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd106448b nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd11dc34a nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2390943 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3f1a9f9 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd79dabce nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde2bd3f6 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdebc4de5 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdef1f159 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfccc79d unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe015e5be nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1c31aac nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe33f5d4f nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe413723b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4e63567 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe573f6a3 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe61660ce nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe65c7ddd nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe73d5797 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe95a9ecf __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea37f705 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed31753d nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef6c6057 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef85274d nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef9c3ea0 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf47ea627 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf55dadee nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6d03004 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9105e70 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa14d68c nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaee3058 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb394fec nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc84617a nfs_pageio_resend +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 0xfede635e nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x21f8f418 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x027f152b __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03e9feeb pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c8baae4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff24649 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10facb95 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x114e279d nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1285d7dc pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12a1eaf0 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x130a3c62 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1693e778 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1839626a nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x186093f7 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18746ba0 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20dea6e7 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2471bba0 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2516226a __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2522e035 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2bcd4b03 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d7116a4 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e2eeb84 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3039cbf8 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32458b95 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3266b5b9 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32cf7b9f nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39bc9138 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a4b5e76 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ac8d0cd nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41bdd637 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4284e6a1 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44283cd9 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x460e39a4 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48453a64 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48ce7769 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x495dad16 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bc7189f __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c9f8795 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e25713b nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5175fe84 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5240d89c pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x53058db3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x53f2d0f6 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5488abb2 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x552f893a __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x581f0cff pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58276070 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58d4149c __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59d119c7 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a24b1bb nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c64d869 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x604300fa pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61d8a0af pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6416359d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a051af2 __tracepoint_pnfs_mds_fallback_read_pagelist +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 0x6d5a7adf pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6fa073e7 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70a98eae pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x710e3e9a pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7811fb85 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78b040c2 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7b6973b7 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e1a19a8 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80e6ba7b pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86998163 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e31314b pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f543c17 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x951f4d5d __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96cc680d __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa05bb2f9 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1c77ccb __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3fc5706 __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa52e8a50 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8536f15 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb07ea5af __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb20d491e pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb22ede13 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb253bb7f nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4876aa6 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb78f67d1 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc76f65a pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe0ea83e nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7cbe274 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc94174ff pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf33a6b2 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd21ee475 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd63be4d2 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd83d59ba nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9dc460e pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdadb4c7e pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdae0d5bd nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbf65d1f __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdceae4b1 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd66eaf0 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde07529d 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 0xdff7afb6 __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe720dc54 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe75c2eef pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef676614 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefe70f0b pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf29412f1 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5002c22 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5f9f0a5 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6fa3c8a __tracepoint_pnfs_mds_fallback_pg_init_read +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 0xf9a4d380 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9f2695d __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbf6cb5b __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x196b72b4 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x47634fd7 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x53f43adc locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x79c243d4 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8e624fbe nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xdbac0fa6 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf8becc49 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x7c24efac nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x191d8674 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 0x721f22a3 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x845083a2 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 0xb0a955d4 o2nm_node_get +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 0xe2063500 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe28c0c9d o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe72a7e95 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/dlm/ocfs2_dlm 0x0001bad2 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x22718fe3 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x36fd7c46 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x92edae44 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9d21302d dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc795dda6 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 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 0x55a835a4 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8fc4bb7b 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 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9ff44dc ocfs2_plock +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/ocfs2/ocfs2_stackglue 0xfad6738d ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x1e9f3322 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xb43fb7a6 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xc2776541 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xdc113316 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 0x09118761 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x0f883b24 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 0x6767c36e lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x76ae4a85 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x232e2ea1 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x648b34cc garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x6eaba39b garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x809f538b garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x882a389d garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x91067bbe garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x0344bcb2 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x737864e1 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x874e08cf mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x8adb5e2c mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd9b50d6e mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe344fed8 mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x0d03e1b7 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xb9bd3aeb stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x58b1f7b5 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x92071ebe 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 0x78c1a26a 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 0x1d53767e l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3756e599 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x39577d49 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5eff844d l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x71e13f03 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcead5fc3 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd82eeae8 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdf6280a7 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf7bf2eae l2cap_chan_put +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0afb94b8 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0bbbc7c5 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0f889f8d nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1013f806 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x159d2ca5 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x276cc55f br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2cd32d9b br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x34ed7427 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4e576bde br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x52548797 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x573a6002 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6259b427 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6538e38e br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x701db297 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x79a5677a br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8e7246c0 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x91b295af br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x97126f8d br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb302e2c6 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb9dc4a46 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc170f616 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd0acce96 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd2296e87 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xda73bc3d br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf72365a1 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1645ddd3 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20faa19f dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2617c946 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e8ba3af dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38781f42 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3cda6513 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e7be468 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4362f7c1 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47c31237 dccp_rcv_established +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 0x5b57ec13 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68dfddec dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x712773a1 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x742b2666 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7496c4c1 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 0x87f5969c dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ec365d8 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa8517a94 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa92c6a83 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaabb3a95 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaad6c427 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac737f80 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xad7ec447 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaef223c5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb0dbf658 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1062ef1 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb86c45a5 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbeb2a9f dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbff371ec dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0164ffe dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd2c2b312 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd65cbc42 dccp_ctl_make_reset +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 0xfb4bd1fd dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x23d1d56e dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4c149395 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6be582c1 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x74dbf5f3 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x808d4b08 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf065c44a dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x02d84c37 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1416773d dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x179c3203 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1810e35f dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d4186f6 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x242cbe58 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2adf3501 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a50a2ef dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3c1b004d dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3f102f7d dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42bd27e7 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42dabac3 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7de9a779 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8216b0d7 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa0d45c5a dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa89048c0 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa8d42069 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab16aa42 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb46fc619 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb52d8065 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb7f244be dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbbc4dd7e dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbcb09eef dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbe60c7ba dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc5f82759 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcdf1ac5e dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcf9ead67 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd52128a6 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd984e29e dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf617db5a 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 0x04021e27 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x099d3eb1 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1a6883ae ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x64ca3e51 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7a26ad73 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xaa3ee6b9 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xab230c7f ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xac96165c ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb810b0a3 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf0e8df9a nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf5d64541 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ife/ife 0x5a2855b6 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 0x77faad4f ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x0442ad63 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x65afe23b esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x7bc38b53 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3f7c6325 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb7611ac8 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x13eff439 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x22431556 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x50a6da20 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x56359c30 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5eaa2df6 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6469f0b0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7ec9139d inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdbe935fe inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xeb4d5866 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x840476e7 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x10bda648 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3048f772 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x34659f48 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x375aae18 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4d7bd2e4 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6ebed5b1 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x71a202f2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x84610b64 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x94ab3c61 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9934a498 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb0accb87 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc334a2ec ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd654a62f ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe11d31f2 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe16371f5 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe6cfb2ec ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xee65815d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x6add86ef arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xa11ed967 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x1163f7a8 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0ee02eba nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x114037db nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x20051aa0 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x55e06e8a nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7beb27dc nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbd22b99a nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc28f7c29 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x5a16fe54 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2c0b66e3 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4f709341 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xe453123e nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xaf72f252 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xdfe575eb nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x52ae7af2 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5eb2f021 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb97cc44c tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xba3bba9c tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcaddccb5 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x456e4ce8 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x48e35435 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa6f5796f udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc750b3f9 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd54d72a9 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd920ea5e setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe6ab39fc udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfd2c983b udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x4a8dbbea esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x63ae0ab8 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x8b11ed90 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x50e0f43d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5a98f3bf ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x74c2fd2c ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x27f3d07f udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xb3203af3 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x8678f75c ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x518a1fa0 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1899048a nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x25c42c6e nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x35c6d937 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x82833160 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb49c9424 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd9e1eae4 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xec0ea914 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xdd715f3d nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x085ff53a nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x44da0bbd nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x9b6f58df nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xa9f2074f nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc1e1f01a nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x07edfafb l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d9b8840 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x27d7540e l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x30ba006d l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57b61404 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e208119 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6627548d l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7168f014 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x749aae9f l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x83678d0a l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x85e02326 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x922f29a2 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa3133325 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa84d5548 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xad6f6cc8 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbcce4770 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc61ec2b5 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcdacc38c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe66d7056 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe6d7e4cd l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeaa82651 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x367dc78b l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x2135fe3d l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e153b93 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x15fbbb7f ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1b7ba161 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b049dce ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4039eb3a ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ac4802f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6658417a ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6cc858c3 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x742f1787 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x79bbe1f3 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x83b87ced ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x885256ce wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9413671d ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9446ae17 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x960983bd ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x989fd9da ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xad224e14 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xadd537d5 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb1a8b19c ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb3227bfc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xba0780d2 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd1b64d64 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6db4916 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe18d7e29 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1e16ba55 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x25126a86 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6d39053c mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd4961a9f mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf85717a1 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a1b1e2d ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1abaeed7 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d718465 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4e255070 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x520d59d5 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x562e5a48 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76765327 ip_set_put_flags +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 0x8714b4b6 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x878ffb70 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x89530e02 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8daf823d ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8f4587ec ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x98293209 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 0xa8c93b91 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9e498e4 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb7e0f72e ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbe3d3c45 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc2f402f6 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa588cce ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x44df15e0 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x6ada3ab1 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x91c67d87 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa527737b unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x07357837 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x14f09b25 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ebd6830 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4276ac25 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9df96bf6 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_amanda 0x0cd81aba nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x677e6ce1 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xa7ce255b nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x85b147cc get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8bcf40d3 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xf40a742f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x417bf1f4 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x07c5ea1c ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x90d6d53a ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaf4a1429 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb4ff7b69 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe1210393 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe6e4a01d ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf3c6db00 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x32e978ec nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xe6d1a035 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x45445f78 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x7f3f33b1 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xd8de15b9 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0cccc088 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x12658132 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x241d31f3 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x30975fa8 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x492b92bf nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7671ca87 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7d28a105 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x885d118a flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x91551226 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9a6a930e nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9ea6a9db flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb928a6bb flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbaa85a42 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc3c1b5f5 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xde136ce0 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe47f8953 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf117ee1d flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x28e1ed7d nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2948c43d nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x52c51c77 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6d986dbb nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7b2b9ac3 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x85691e37 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x86330c74 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9340b349 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9c5ea4da nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9d6ff05e nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa93ad377 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xaf1e74b6 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbb164c6e nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbb6f07ed nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc70ea398 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 0xe7bd220b nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe7c3fcca nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf847a27a nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0e29dd66 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1bdcb59e 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 0x1f344dc6 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x535cbde8 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x86989007 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x88860780 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8cba1af5 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9845ad59 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x999b9720 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc6a45bb8 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xda20790f synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x00c79e46 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03e42efa nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0848ec5f nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09c75784 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1043e89f nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x15508adf nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17761cb1 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1924db0b nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20c4fc2f nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x27aba8c7 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x303841ac __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +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 0x48a508d6 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b5c7675 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cd0aa94 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5382b401 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5b573fc0 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61ae2a97 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x65070e94 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6e8dcc0b nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7693720c nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x76c1c2b0 nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d0d8178 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d201f0c nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8979ee10 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cd32209 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x953872da nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x98d9e3f1 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa235a403 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xadf55660 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae3be660 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb08ec4da nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2b672e6 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb707a861 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb78b4b66 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc264bb51 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc4031560 nft_ct_get_fast_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc724adda nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcc14f267 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd682ed7f nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd8476432 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 0xe5472ee0 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea3ec245 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf0223a4c __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x40050f8a nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb11991f6 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf093f43a nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2f0df8d9 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x562bbe37 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0a5a3ce7 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7fe78c9a nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x98709756 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb189c295 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xdaed881a nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x46f9e48e nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc049a285 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd2e87130 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x003ba23e xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c1c76a3 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c64eda9 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1bf28e9d xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20c550f8 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3fca1fbf xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x44b02ff4 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x612435ba xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6f6c6864 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7838d346 xt_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 0x8902ed36 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9f2b8f14 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaef3d42f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9c80b3d xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbcb2f888 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf7b63cb xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc46e7d12 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xca2dcc33 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc01ab46 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcd75ee09 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 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5fcde5a xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf33e7372 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfc3f7ec6 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xb030b6ec xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe57c3f7d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x33585c9f nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xa3f15d5d nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xbb1fb579 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x94a06c66 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd196744e nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xda1213ff nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0x33ab2051 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0x9cff8158 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x61a54bd8 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6c6ed6c5 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x70125426 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb643eefa ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb7beb47d ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe349f60a ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x2b2f9029 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xbb6e85ab psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xe1ef2ca0 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xea45cc59 psample_group_get +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 0xb68de558 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc6471199 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xf81ffd6f qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0ad197d8 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x1ea9c567 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x27386628 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x27b334d9 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x340543de rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x41d4665d rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4866a058 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x571ecd28 rds_trans_unregister +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 0x5fd08ee0 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x62b272de rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x6a3b6927 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x6a921dad rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x6efed66c rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x7df85ef1 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x837613a9 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x838b804f rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x93098120 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x93bc4b63 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9862e7ca rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x993f4f62 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9b4a1696 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa4b63855 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xa510723a rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xbf6e2167 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xccbaf60d rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xe04246d3 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf052a460 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xfa590215 rds_inc_path_init +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x44b5c025 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xdc012078 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xad9b2367 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xf9aefe50 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 0x2a7c8cdf sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x2e10022c sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3bc1f628 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcaa5c3e1 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x10b837ac smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x2749040b smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x6201ea1e smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xda5a7586 smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3044d520 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 0x96f21b7b svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbab83244 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbec29fe5 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04699f77 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04efdfb1 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0551ff22 sunrpc_destroy_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 0x0680c3ef unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ec66e7 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x075eefb1 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x076a2e1f xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09c9646e rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b2c1bcb sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b789f5e xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0beb4d87 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c982a85 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d250991 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f7eece4 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1139a36d xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11d15105 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1533e2bf rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15c240de auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15fb009a xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x183b70f6 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1946c4c5 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19546a44 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197f93ed rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19cb8803 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19dbeeb7 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c640299 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c6fa162 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e9caf24 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ef1982b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fa23bf0 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21d1df30 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2239bc95 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226e35ea svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226f5086 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22716715 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22e1da09 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22ea7e3f xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23be715f rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2430d022 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24d1bca4 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x251a241f rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25626f8d rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26f4f1b3 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27248854 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27f4b2d4 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d57fead svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x303bd5a7 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x304bd60f rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30cb75af sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x324ed91a rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3416fe95 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3494d121 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x349f0a66 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c85833 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35697e03 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3599f298 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35bf1c05 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a700944 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e40f2db xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3faf650e svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43cc39da rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44219279 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4466f978 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44f6caae xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46155ee2 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47d286c9 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47e8c823 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x491355f9 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4920f9c2 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49526893 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49908834 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49dce456 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4acf1a98 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b24c955 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bf3f8ba rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9825c9 rpc_queue_upcall +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 0x4f13e08c svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51a369d1 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5317efca rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x543118e8 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5827ce04 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59e19751 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d84c9ce rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dadb68a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e4e710a svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec95235 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f7943d5 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x636ad9e4 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x642c8406 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65ba1f0c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6761a784 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67c89f41 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68cc2ed7 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a312695 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc0311c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e485312 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f6525d2 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b136fb svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70f21d6e svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x714e3025 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7181efc4 sunrpc_cache_unregister_pipefs +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 0x7271e246 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d0a518 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73465920 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c1cb8d xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7691837d svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78816619 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b1fb119 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b224c9c svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c2cafc5 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e0953cb rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1c5123 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f0424f6 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f5dcc1b rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff47fd6 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x816ccc8f svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81a05906 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81e3fe57 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8434b853 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8623c4de rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88ce4e4d xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88dca730 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89ba0148 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b1a68a5 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b400ebc xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b79f65b svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cd31b63 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ceaa4ce xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e5288ea rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3fe8df svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa8c605 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x908c8ca0 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90a657df xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92bab492 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d165f8 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9390c727 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x947200f3 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94e9fd41 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94fd99cf rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x956e6705 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95e5e315 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97bfb6be xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b3bd0f xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99839a34 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a513af0 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9aec5b24 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c0902be rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d373fcf xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f08d71d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1b18bd1 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1d28ca3 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa23e4b0d xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa28b49c3 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2c305c4 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2db734b xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa31638ee rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa50597a4 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa76bf85a cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa823c3a0 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabb8f654 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac797671 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8df347 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf62da17 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1154834 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4e8dff9 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5445b2f xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6bd414d put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6e5fedf rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb93bb6f4 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb8bca49 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc8f1179 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcf42f80 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd4761c5 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf4f7322 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf695db9 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf76134e auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfc530b8 svc_xprt_close +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 0xc5ddf827 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5e58bc0 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc71207fb read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc98154ad svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb2a3d11 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbb42df5 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc5d6330 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcccb44c8 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccf0b41c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce200a95 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfd6ba9f rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0632413 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1391663 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1c1aa20 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2508b65 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3479e8c xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd38bbcad rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6ded712 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd71c5d40 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd735cf9f rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d366d4 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8e1e11f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8ebe7fd svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbc95a49 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc01c5d8 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdeb39b48 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdec35e08 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdedf0f3a sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe14dcf3e cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe17d881d rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2603eab cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe436afff rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5d3e2c5 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8996395 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8a8e89b xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe94d9f21 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea981eb7 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec3128e5 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecaf56e1 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee7fbd70 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf05d3c5e xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf213586e rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf50c52b1 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5c3c1bc rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf65b9e59 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72bee88 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7724653 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf78e3f3d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8d9b827 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9f122a2 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfafbf84a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc4c18a8 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd1293da rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfde633dd rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe08525b rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe667686 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff6225a0 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffd560b4 rpc_exit +EXPORT_SYMBOL_GPL net/tls/tls 0x074d2ce0 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x2e3ebe96 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x565a3691 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xeefe8073 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 0x0403c61d virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0eb03dc2 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x10149128 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x15a8e2a9 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x19fbf82d virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x25408296 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x306ee882 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3a27aff7 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x41f178b3 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x50a4292a virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fc0efc2 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x638e5dcb virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x685ce165 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6ce4360f virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6e018cb4 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7596a3fc virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x774c7eff virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x82c250dd virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x849a045a virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x901a6f3b virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x943ee288 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x97caff54 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x98d36344 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9bc61976 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9f033bb0 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9f78cc72 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaf1430b0 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb52ebeff virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb706fd5e 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 0xc70b918f virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xde921a56 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5fc488d virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe9d7a7ca virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee258396 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfb3ab1d6 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x00b2a067 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x124b315c vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x16762334 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x23310bd2 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x245d9cf7 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x26bb7d00 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x33e2c9e2 vsock_data_ready +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 0x4f9b3e8f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6d9a4a1c vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e0838ff vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x76aa3edb vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7723ae08 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x78c9696f vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x82be9fd8 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x93bc31da vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x98296ce7 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9a074f9d vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa0e45f93 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa6718ad0 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 0xbea3aac4 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc51ed679 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe1a86fe7 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe87b807a vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec05e6c8 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0e3f0cc1 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x16e7897e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1fccd108 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x374b348b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3f627513 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x62ca61fa cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x681232b6 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x82e1c410 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8ead8c11 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb1dce3c4 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb342a2c3 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb5c32e05 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb7cbff87 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbd8e7308 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc807e40e cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc9d4a549 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd1561b9f wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe258e12a cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xea9df89d cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf292ac77 cfg80211_wext_giwretry +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 0x01decd68 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x04c65490 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x37280ecd ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc25af281 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 0x7014d9b8 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x84b0b3f0 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 0xca71fb4e snd_seq_kernel_client_put +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 0x084dbdd9 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x0b6ded9e snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x31a10048 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x31f4e47b snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x37837f6a snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x3f1776bd snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x3f7779e6 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x65a7df9d snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x69c7a4b6 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xa673a985 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0xb95baeb7 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xcb28b9d9 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0xd083cf40 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xe0c5d8b2 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xe73b002f snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xe7e1fd91 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xebb44b2e snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xef0152f7 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 0xfebf6053 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9870ea0c snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xf636a291 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04be4394 snd_pcm_stream_unlock +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 0x0af832ee snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x160b2d07 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3131508a snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4ffa3a26 _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 0x5ecb1590 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x69088c02 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6e06be42 snd_pcm_stream_unlock_irq +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 0xa55e0447 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa6ce206a snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb8078775 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc585f9c8 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xed42c59c snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfb47b76a snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x048e8adc snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x06e8ae64 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1d28a8e8 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2bda5109 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x41a15e59 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5b35bc91 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5ff3160b snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x92d829c0 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb8d08ff3 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbb3c6542 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc9029bf3 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd210f47e snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x84859cc7 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xbdd263a8 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x1e80f7ea snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xc4ce7849 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3bd96561 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x48850ab4 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x53ab3162 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x57554559 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6b68417d snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xaf30fafb snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd6609c0a snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xeb6726f5 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x14f0b277 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x19ed8a2d amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x40bc0138 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4657974d amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4f3a693e amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x660f8361 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7192421e amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x735f12ca amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7e5fa2a2 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa849e4bb amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdb231e40 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xea7db208 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf04fb755 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x00e0e7f9 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0f015b7f snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0fd1182a snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1d2f312e snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2c52692b snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3568e61e snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x38328feb snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3e18341d snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4382aba1 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x47ff87ba snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4c400ae6 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6a045b64 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x72d8cd2d snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7322caf0 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x785ec51a snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x80e50dcb snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x82f71bdb snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x88658f4f snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x886d2cf1 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x93e472de snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9ed5aaa6 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa5121175 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb3942e63 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbd0e6c1f snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc2627e20 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd092ab41 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe2786520 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf3180aa2 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf348040c snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf873ae6d snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf877c535 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04dbe56e snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x078419da snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e3195bb snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f21b5cd snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f590af4 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f958147 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x10e8507a snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12df1084 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x141d8bf6 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1719626d snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17bb05ff snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a2a1cf7 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1cb2c990 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x202c5f3c snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2276d04a snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22b29fcb snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x248a5ed9 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x30b18741 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3454ce85 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34863676 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x35322295 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x36458c42 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x37fdbd42 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b97e09a snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d875143 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e5e25ee snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x41d83ec6 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48bfb6c9 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 0x515bd7ab snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x515faace snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52186dfa snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x526a66e1 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x570060aa snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x585940fe snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ac8d596 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 0x5cb43d74 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ea9c176 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x64c7bea9 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x675b47ea snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x692c7e33 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c8ab68d snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d48eaad snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6de706d1 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x741d6cad snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x765b5d2b snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7796a744 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7cb76dbf snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x827406cd snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x834c0aa4 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84cd11a4 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85c816ee snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86b9f5a5 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89fed41a snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b50f9e1 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9955db49 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x996a8cb2 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a61485c snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c70c574 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa076c484 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa23c7855 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa25f0548 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa2f364f8 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4bc6938 snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5f554c1 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa64f3dc4 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9e722ab snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xab58fd36 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb8566f92 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb970eed8 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb4a7210 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc0a5b14 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1153598 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc23bd94b snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4a1e9f3 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4be8185 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6e110a1 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf9bf0aa snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd474436c snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd4ca3d9f snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5eb730c snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9f5d5f9 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdf89ab20 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe67a5658 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7966d70 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7ff428f snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb3c903d snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xed01ad9e snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xed9cd1b2 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeea79a79 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2b3beaa snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4e9c77c snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf5408dfa snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6af8242 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff19e347 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x209b6afa intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x92c27a88 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xae61e1ae intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xbfb851c3 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4c480b0d snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x57e633cf snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9fba81db snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb19642d0 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc5bb397e snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc7ff00d2 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00376cfd snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x031b72c8 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x031dc46f snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06289e6b azx_probe_codecs +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 0x06cb4139 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x085a4362 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c0be5b8 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ca27fce snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0efd5dcd snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14803517 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16966a2f snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19729e0f snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1aaae02c snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1db150f9 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21481669 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21c597bc snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x237e5f23 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24ea3809 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x262f7d6d snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b8511ae snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c4858d9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f399942 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x385617ec azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39e2ee1d snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b318c1b snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ccb717b snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e574690 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e99f6f1 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f086536 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f4a923c azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4139d0d5 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41b5ab5d snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4516ee4f snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47eee4c8 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49949003 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b3acc0e snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cb43821 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fc38eae snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x504b9503 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x522affbc azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52557c99 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58358abd hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59b3cd38 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b7dd8df snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d1cd214 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x606d4667 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63559825 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x639f0a6f snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6713ea59 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d215d37 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6dc0e8ba snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ea71fe1 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x704e579e snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x728fd61f snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72d57e99 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73dfdb0f snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76295207 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x786fcb96 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x789bf1f4 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79ffdc0f _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ec74060 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x805166c9 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x866fa0d3 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86d37a47 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87abe783 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bda0c31 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e13c33c snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8eb23ea9 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9187616f snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93721d5d snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x951b371e snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x987b4abf snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98898b4f snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99454b88 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99837366 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99bc7c60 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a6257eb snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9abd431f snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b041776 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b28d845 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c017804 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c12a6b1 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cff850a snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d05f7b2 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9de02d9b snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9de6b804 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9df57d76 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9dfcee4c snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e99b9fb snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f8ed739 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa19b7955 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3cc4e2d snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa491225a snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa76a44ff snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa84e4a10 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8e7560b __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaab96a77 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae47d65a snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae4beec9 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae8577ca snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0fd784b snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1e2e53d snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2d3108b snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb55f139e azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb82f6760 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8581f61 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8f28f70 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb4cbcef snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe5d6b21 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6a2158d snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc864a81a snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfe90560 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0eea896 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1fbde4b snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4528ec6 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd92a59ef snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9f7c75f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb32ad86 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc3ab472 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdff4a0ff 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 0xe30af19c snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea6422ae snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf238f0a7 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2e73eca snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3e77625 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8fa6ca6 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfaae1026 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb88c7c9 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe161446 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0fa40503 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x16e1e28c snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1a68577a snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x231490ea snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x337f201f snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x385ccaca snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5c114e3c snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6c4eff9c snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6d39762f snd_hda_get_path_idx +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 0x7800db7d snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x82ee6ee7 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x855cf336 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x85f3a50e snd_hda_activate_path +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 0x894fa37d snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x99a36a70 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb65d56e3 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xba5e7f2b snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbe9146ce snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc416d785 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd116a819 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xde6012b0 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 0xf9140012 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x26c50507 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x39cfc4ff adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0317f0f7 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0e0bb45d adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1d315763 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4e613d3c adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5f333161 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x64dc6558 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7c1f23ba adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa1f57fec adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc819f649 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xcdb86e89 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x65c8e962 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x019c5798 arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x06deca34 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x072344fd arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x14fb80d6 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x209792d7 arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x310d3eae arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3183dd21 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x36cb5e60 arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x39593027 arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3a37c247 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3c9403b2 arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x40bd4e93 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4140f317 arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x458038aa arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4eb84eaa arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x50ac95e1 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x52ff370e arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5dd8961b arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x63029383 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x64f371c7 arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6fe8f677 arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x70f2b8c0 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x71b4d963 arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7ecce4fc arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f26f273 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f798aac arizona_set_fll +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 0x8732ba5b arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x89c09e78 arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8fb73099 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9370c94a arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93a20837 arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9f11adff arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa1544f49 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa15a1103 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa64a1235 arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab97a235 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb6d96d3f arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb941a132 arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbe3d2488 arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc3a4f8ef arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd626bb5e arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd8e003bf arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd97e36ce arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdafc5fff arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdb2c0c85 arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe125da6d arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe15c4d13 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe6e5db9b arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xeaca2405 arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf664d925 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfd41de0c arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x168d6d5a aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1c151a83 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x270e1ab1 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2d8e7487 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x3634ae01 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8a14a408 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8d907d1b aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbaaddf99 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbddeab96 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbfc8d7cc aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd2f0d702 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf003cdb1 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xc1a02a3b aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xd76a1280 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xb268f947 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xcae1149c cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xed2c1e07 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x42ca521d cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4542e436 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4ceab4de cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7b11c9e6 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7f7ab7bc cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x864d23a2 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x929e5936 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa3af3068 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa44efce9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbd8cb47b cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbf030adb cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc92fb163 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcf2b13f1 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd219512d 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-cs35l56 0x0ceda56d cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x5c2b9864 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x7273aa8c cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xc166e2f3 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xde44535c cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xed7cc9cc cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xcb2a875b cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xec12c10e cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1be6b7b1 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1ffc5251 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5fb34550 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xba434c53 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xcedf3512 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1a55a45e cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x33a9090d 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-cs42xx8 0xd4fc9513 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x2268d0ef es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x65ee255b es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2c4585fd hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x77b3bbd6 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xbb66092a soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0xa44e309e snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x33373eea hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x8d9e307d hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x9708441a lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xec0fdc69 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xbbf91f88 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x0398675d soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x22712253 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x9bb65918 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xd8ea4f6f soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1bbbb76e mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6ad28dc3 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6e92e37c mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xf8fbea29 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x7a4bef4d nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x7e3b52cc 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 0xc9a47626 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x167f8699 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x86820867 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa5cddd35 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x8132a44f pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x85f625d3 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x7f3ccf47 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x84b1d49b pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x0f078fe4 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x7f78f340 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x99c13b9d pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xacde7c7c pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8a903f3f pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe1e8b9a4 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf511711b pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf64a3a4e 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 0x130bbee0 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x1d7bf406 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x27541ea9 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x35daa35b rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x48db62ec rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x520ab0e7 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x532449b9 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x87ffc483 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x72795f08 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xad0409af rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x17b5346b rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x46d42970 rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xae0d5ffb rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xd21429a4 rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xff241b2a 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 0x0e678f75 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1f416f5e rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x206ddf21 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2c76d12e 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 0x7f082b10 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8ad2b4a0 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9f3b45b1 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa1a74ccf rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbccc1383 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbe63f478 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xcb5a6422 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x8bc55d37 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8584f75a devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8f7570f6 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xcc4bd16f sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd4a0d750 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd79e4e1e sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x7fa79c63 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xc1f18caa devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xdd14241f src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xfc21c1c5 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x04d1e3a0 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x32ee5a62 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x082ba451 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x0dda19c5 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x17e8664d tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x32171e02 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x609bad14 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7139b283 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x83c82e29 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x89974aa4 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8fd60c4a tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaa861fcb tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb9f4947a tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbd0693ee tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xca837ea6 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 0xf7b46b01 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x5f260d1d aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x76912c68 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x88d306b3 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 0x04723512 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x2dd58fe5 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x828927f1 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xcb0db574 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xfd10a105 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x034b8a5d wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x113d56d3 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1c868266 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1f998b52 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x244b635b wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2d2afeda wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3c8c361c wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x468d5c97 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4a4a32d1 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 0x70e3b122 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7738d13c wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7ad1e98d wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7b3a5f8f wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x99333089 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9e85b9d2 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa021a028 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa1d700b3 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb9ae064d wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcd533c54 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd1267cdc wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd5234bab wm_adsp1_event +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 0xe4504954 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe998fa5a wm_adsp_read_ctl +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 0xedd5f36e wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf198c61b wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf272cc13 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x28e7dbb0 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xf0ff3f52 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x5dce9f78 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x9e59a295 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xbd39e6e9 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xedbed10a wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xbc75477c wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x08e8d6c5 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x59bf608c 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 0x064f794b asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x25041644 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x291701ae asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3529a455 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3ccae8e0 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4347c86d asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4fbf8889 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x558721a5 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x577adab5 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5ef160f9 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x679d20b6 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6f8cfb5e asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7aaf2483 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x840cf22e asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x84e500f1 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x91e4ad01 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbbb425f4 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbc07693a asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbdb78665 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4ba58d5 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd6e2540f asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe3dd64d7 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe4e56758 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf9bbab5e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x3edcd59f sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xe4571c99 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x1ddd7862 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x3f21b406 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x6295be56 sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x6f32a303 sst_configure_runtime_pm +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 0xdb709b95 intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x04498d6d snd_soc_acpi_intel_cherrytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x069f1d9b snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x099591ce snd_soc_acpi_intel_cfl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x128f931b snd_soc_acpi_intel_cml_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x1bc80d02 snd_soc_acpi_intel_adl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x1f8b7bc7 snd_soc_acpi_intel_baytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x24b8f919 snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x279fe63f snd_soc_acpi_intel_adl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x3be70ab6 snd_soc_acpi_intel_cml_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4854b8a6 snd_soc_acpi_intel_cfl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4ef13e3c snd_soc_acpi_intel_tgl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4f0d1f4d snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x53dff7bf snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x54ee2a5f snd_soc_acpi_intel_glk_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x5fab088f snd_soc_acpi_intel_broadwell_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x68f75bcd snd_soc_acpi_intel_mtl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6d15bde2 snd_soc_acpi_intel_rpl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x80ce5ca1 snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x82bce818 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xb59cdff3 snd_soc_acpi_intel_jsl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xb94e364c snd_soc_acpi_intel_rpl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xbba8c1a1 snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd1ffcc01 snd_soc_acpi_intel_tgl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd6a085ca snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd85bc852 snd_soc_acpi_intel_lnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf05240d7 snd_soc_acpi_intel_mtl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xfa9a5df7 snd_soc_acpi_intel_kbl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xfdc5143c snd_soc_acpi_intel_lnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x081d237b sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x0a4907f0 sst_dsp_outbox_read +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 0x308dd8ac sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x361f72bf sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x38ecdcfc sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x3f97a9cb sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x47a6ee98 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x6e2c7b7c sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x80abd403 sst_dsp_register_poll +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 0x89956491 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xa063441b sst_dsp_outbox_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 0xd7f35ada sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe1824d50 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe3474298 sst_dsp_inbox_write +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 0x3178b956 sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x49bda0bf sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x66ec722e sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x89f6c914 sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xb6206221 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xc2dbf063 sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xfe1719d6 sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x01fc9cbf is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0645afd3 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x09df6635 skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0b214c48 skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x102d10bd skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1a8e2570 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1aedf19f skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2018d6c3 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x231fa297 skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x253b64b4 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x27e10dfa skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2f61de1b skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x328f6ab7 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5fe53969 skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x69ddb07f skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x6cf9bf66 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x6e48a5f6 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7720c016 bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x81a0d062 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x82794f3f bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8a9e9755 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8efa980e skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x95a3eb58 skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9619d8b7 skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9659f890 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9a4f49b9 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9bafc569 skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9e5409a0 bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa02fcded skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb63ded82 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xbd6d2686 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc74ccbd1 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xcf78083c cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd443bb2a cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf1bb3bbc skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x2ad85b63 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x48c4d20c 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-core 0x006aa562 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00ff20ad snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02408d5d snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02a83e13 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04ba5e2a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x053e9698 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05b79150 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x072a25f0 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x086c9ab6 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08ac88f3 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cc78995 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cc99181 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dd5283e snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dee44a6 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0df5ca55 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e22df17 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fa3e062 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1029430e snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10744e47 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12ff6b3f snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1582b861 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15fe3f3e snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1656f1d4 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1760b51c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17fd7ae4 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19914271 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b6d35bf snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d0c32c7 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e385698 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e947613 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23abd9ed snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2430bd6f snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x245d29a8 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25c6afe0 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x272b3964 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27e9477e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2896e69b snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29a85bab snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a5e4a30 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b8583ac snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d68a731 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dea449b snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2df20644 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fd88e26 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30ad6910 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34039563 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35063850 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35e1c27c snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x361a1673 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36fa9eeb snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3735e09c snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x387326e7 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38f20e39 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a0aecb0 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a6bfcb9 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b152272 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b6406c3 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b85157f snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d8b41cb snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4004aaac snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x403f274a snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4093a7e4 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x413759f0 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x416b5e32 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4261ab25 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x448c17c9 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x453e823d snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47a116de snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4817cb26 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48abe7ac snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x496b938c snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52aecbf5 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52d79f50 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53c1aa52 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54da3773 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55b13a9d snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57e6116a devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59dccadc snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a888e4c snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ab3ab98 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b937f7d snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bbfb5dd snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e11ecd6 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e2fd900 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e70b591 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f0969b2 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fdade58 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6302df76 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63bfceef snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63d25d20 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66285caf snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68a9e6da snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a6a3b3d snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ae59fbe snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bc02c61 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e1622d2 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e1deb89 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f06b983 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7103bdbe snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x713fd3f1 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x721390a0 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x746aead9 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77b36b37 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77b393d3 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77c4929f snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78ea9917 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x794642a2 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79d13756 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a28b7fb snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a885e85 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e1535e0 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80f309d1 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x825af432 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82cee1ec snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8343710f snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8462fb58 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x857d79e4 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x866c36b2 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f68bfa snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x878b35ee snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89a3e7a0 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cbef98e snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d11e999 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e567abc snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ec96322 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ff1b734 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90119a78 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x902248d0 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x904608ba snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91f8896c snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x927162b1 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94660ce7 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96c05db2 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9810a574 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x997539e3 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a552e32 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ac5c1be snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c2d2c3b snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cb31c69 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d54e788 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d9648f9 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e8feac5 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9febc8d6 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa07e8bc5 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa29de94c snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa35cabbd snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4d9818d snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa529caff snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa57fec4c snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6ae0c37 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7132bce snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8b9133c snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa958e5fa snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa14ec05 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa9c9c66 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaad1c310 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xace8ef9c snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacf65a1f snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb19b64c3 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1eddcdf snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb20d1a18 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb242e22b snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb282467d snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2a3c395 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb46574cb snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5cae48d snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb69f892d snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7d0a9e8 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb981c220 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd31cbd8 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe1879a0 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0152c2f snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc35b3d37 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4886b83 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc48bbaec snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc645a031 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb7ab5ec snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbd6a3f6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccfdf6a6 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcded6e10 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf5bbdac snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfdc2223 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd037fa91 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0daeb2e snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd12d55a7 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd162dc65 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2bfaacd snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd386e664 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3e78aca snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5e2f93d snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5ed010f snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd82d53a9 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8ab675a snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd286417 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf6acae4 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe154653b snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2869e9d snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2d0ea57 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe30ad452 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4634823 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe48345b0 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe576ed07 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe82b0834 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8f5e947 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe97e59d9 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9a6db58 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb13d669 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 0xebb3fd14 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee25a9e5 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeebb3750 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefd1e89f snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf298d175 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3e51bfd snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf508df84 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf66fed67 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8a4429d snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8ccdf26 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8d7f85f snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa512da4 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe750c91 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfff0f576 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x329a35bc snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x69f226dc snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x8535bcbe snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x92f590b4 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xd2afc93d snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x02bf6ebd line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2f3017c2 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3d7508e5 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4a180f99 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4b3b610c line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x550b21de line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6047cccc line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x683aba9f line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x84f15560 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8ba5eed2 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9e9d26fa line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xab92b547 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xad416298 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb70ff3e7 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc21b2a7f line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfb119b15 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 0x00025e68 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x00115e10 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x0024e0f4 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x0046f339 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x006c030f nf_ct_seq_offset +EXPORT_SYMBOL_GPL vmlinux 0x007927c4 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x007fb36d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00861af2 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x00ae49c3 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x00b7dcce fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x00d26f49 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df0eb1 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x00f3b907 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x00fd6408 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0131443f __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0151e412 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x01567830 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x01699bbe devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x016b42cf dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x016eb8a7 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x017922ce pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0199aa46 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a694c0 nf_ct_bridge_register +EXPORT_SYMBOL_GPL vmlinux 0x01b19ffb nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01be695d vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x01bf7bdc sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c849ad hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x01d958eb power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e6e82c pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f132e2 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x01f42daa sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x01ff6e72 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x0201a7f0 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x0204d57d irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0207ebce i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x021e0cec __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x022259e3 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x0237b541 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023fc16a check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x025e513a spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x02603c3e rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x02666a51 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x027dc8a8 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x0298e1de sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x0299c1c6 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02b44ece fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x02c4f81e crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c969f5 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x02e3df94 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x030065d1 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x03026509 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x03042ff6 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030f65e9 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x032d81b9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x03316710 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033912e9 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x033c9d7a unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473809 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x0360b278 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x036cb73d tps6586x_writes +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 0x037d992f __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x0385f5e5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x03902093 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039ed7a5 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x03ba379e nfnetlink_send +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d0727c __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x03fe4345 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x03fe4f70 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0404222c usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x040c214f __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x042280bc tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x042dc542 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x0436be58 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x043ab831 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x043f1cc3 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x044196c1 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0446fd4a irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0457a466 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0478d566 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0492cd0f pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x049bfaac nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a5d12b shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x04ab6202 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x04ad7cff thermal_zone_get_temp +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 0x04cd2078 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0521d327 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x0528770f devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x054925f6 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL vmlinux 0x054b9900 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x05785cb4 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05788d69 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x057f0272 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL vmlinux 0x0583bc0b irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x0585aa91 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05ac0559 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x05afc9f8 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x05b2d18c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x05b6b255 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x05be855f mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x05c6e174 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x05c9e842 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05e37af7 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x05e8d054 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x05fc33df __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x05fccf82 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x0601e896 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x060c5e83 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0614b256 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x061e2126 phy_speed_down +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 0x06318e8d gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x063dc274 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x064121d8 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x064191ee kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x064ab20f __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064e6c46 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x0662701b nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL vmlinux 0x066d7a96 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x066eeb33 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x066ffd47 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x06a63894 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x06aecfd1 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x06cbd6ad ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e11a18 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x06f40090 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x06fa8ecd crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x06fb9e42 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x0702f1dc devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x070517ea bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x071aeb42 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073867b3 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x073d13bf dw_pcie_host_deinit +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 0x0758c6b6 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076c8523 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x0779c0fd devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x077a1c5e icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x07a91cde follow_pte +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 0x07b7517b put_device +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c92638 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x07e1a2a1 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x07ec220e backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x07fed016 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x080925dd __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x0811a107 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08284d4b fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x0831ed20 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x08364ee2 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x084b76ce regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x085d510e __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x086facc1 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x0872a191 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x0874a1c7 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08831619 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x0887ba56 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x089f1519 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08acaa77 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x08b5a906 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08b990fe mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d371c2 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x08d7bc3b trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x08e09361 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08f5246b usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x09049df2 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09081e3e noop_direct_IO +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 0x093815d3 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x093ac6c0 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x094875bd sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x094981da component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x096a177f __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x096a9805 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x096bfa61 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x09711ed6 __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097c023e dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0983c98f __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x09849edb irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0989fc62 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x099a6db3 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x09a34b4e devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x09a52c28 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x09a7bd41 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09ba7670 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x09d0e544 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x09e6923f ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x09ed08a2 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x09f0e961 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x09f26be7 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09fbbd18 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x09fe14a6 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x0a119f9d wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0a135d34 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x0a1d5745 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0a1f2cd4 nvme_cancel_tagset +EXPORT_SYMBOL_GPL vmlinux 0x0a3078c4 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x0a421914 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0a45412d edac_device_handle_ue_count +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 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a86344f __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a920390 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0a9a41ce ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0aa706dc crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x0aabfef9 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x0aacc241 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL vmlinux 0x0aba7ffc rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ac60ff1 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad906f6 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x0adcc820 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0af357e1 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0ffcb6 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b1c26f0 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3365d1 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b73dc1f acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x0b7943ad spi_async +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b99219d dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x0bbc6a4a pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL vmlinux 0x0bd3f62e cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x0bd8d20a regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0bda6b70 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x0be3584b vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x0be42f3f pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x0be75d8d pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0c05f88c __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0c0d30a9 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0c13ed37 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c2661f5 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c35879a led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x0c3ffc66 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c45985e pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x0c560b80 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x0c67979b fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x0c6e11a4 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x0c728a19 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x0c7ae1c1 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c82d832 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0c84fbb8 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c861936 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c984a32 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ca95a1a register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x0cab439a pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x0cbd39cb max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cbe55ed crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ce2c94f pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d147e49 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0d23e6bd get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x0d270eac __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x0d358e21 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d542809 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5dfa25 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0d666bc1 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6dea5c dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x0d94bedc devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d97c221 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x0d9b4ba5 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x0da095c5 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x0db8be87 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x0dbc4bd7 nfnetlink_broadcast +EXPORT_SYMBOL_GPL vmlinux 0x0dd93569 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dea68e1 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x0dee857e nf_nat_helper_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0df84179 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +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 0x0e1c5743 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e224235 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x0e341247 nvme_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0e42e231 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e71ef5d __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x0e96d3b6 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x0ea059cd crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eacbc50 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x0eb162b7 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x0eb28719 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0ebd02bd pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec51428 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x0ec5972b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x0ecdadc8 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x0ecf8f0f irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed41b84 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x0ed42913 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x0ed5e22f nf_connlabels_replace +EXPORT_SYMBOL_GPL vmlinux 0x0ed63de9 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0ef7e152 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x0f06b8e0 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1a0515 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x0f20a869 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f34f301 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x0f422012 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f512744 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f5a5047 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0f7718bb sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f801382 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f866184 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x0f9a80e4 hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fad5088 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd13848 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fe2f064 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x0ffbb41f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x1011ab92 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101960ab pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x10455bc7 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1050eb9d device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x105127c3 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x107f801e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10a2dde3 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x10a68502 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bc1626 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x10c09b4c bus_register +EXPORT_SYMBOL_GPL vmlinux 0x10c94fcd kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x10cbc8d5 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x10d7be3c virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10dd5fe7 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e02caf rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f0effb blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x10fe3820 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110147f5 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x1101f0be find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x111c4257 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x11273afc shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x11336ac9 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x113b7df9 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x11564993 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x11655275 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x116c01db badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x11835adc gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x11971c7f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x11973560 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x119d02c4 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x119dd5e4 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x11b1fe60 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x11bac933 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x11bc358a phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x11d302ad genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x11daa92d vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x11dccf40 vfs_fallocate +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 0x11f3f0c7 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x12032428 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x120432db nvme_change_ctrl_state +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 0x122f3f91 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123646b0 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x12376fdf __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0x123774a4 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x129983de inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x129fd643 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x12a4d959 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x12a69ac4 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x12b11779 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL vmlinux 0x12bb556e clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x12bef1c0 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12e7159c i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f87602 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1306dd13 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130c3404 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x1319ac86 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132a46a2 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x13381295 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x13381eba unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1343dd82 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x134c3b9f serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x13578521 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x135ee5ef ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x137d0c1e relay_close +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 0x13a990c8 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x13b32c60 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13bacb32 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d80336 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x13e04b7d dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f81486 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fd346d udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x143884c1 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x143c0cf9 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x14484204 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x144fc2a0 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x1459b19a acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1468c2a5 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x148c61f1 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x148eb7ce dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x14a30fe6 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x14bbf864 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x14c46758 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x14c60a5a bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x14c6bbf6 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x14c9f83d pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x14d6726b sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x14dd9f1d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x14e8e7c1 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x14eba8bf unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f70226 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL vmlinux 0x14f71538 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x1517bfc7 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x151ca764 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x1527bd12 nvme_init_request +EXPORT_SYMBOL_GPL vmlinux 0x152f0522 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x15340f2a sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1549703d kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155f1ece vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x15654ce9 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159cdd77 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x159ee9b6 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b1b040 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x15b3135d ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x15b518d4 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c33d34 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15e26109 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x15e6f667 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f70cad clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x15f78f44 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x15fa9a8b rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x15fb07a2 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x15fb3df0 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x1600ef43 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x16025033 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x1610f0dd ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x16141bee fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x16184bbb fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x1633f220 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x164d7b14 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1652fbbc dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x166482a8 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1667684d sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x166b7362 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x167605c5 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1681c9b7 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x1684ae53 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x169fc244 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x16a67497 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x16bf12f8 register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16d32fe8 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e613e5 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x16ef67b6 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x17009ebb pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17144951 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17504c60 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1752e747 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x175427e6 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1762da95 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x1764846a blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x1768c761 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x1776ec49 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177c6097 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x17893be2 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17c1faf0 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x17c8be68 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x17c92b11 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x17ca4ec7 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x17cab464 nvme_unfreeze +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17edebb1 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x182c2574 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x182c4bc7 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x182ff092 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x18363eea debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x18403edc hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184ad2dc ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x1856651d skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18601e67 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18793027 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x187b5f2a wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x188dc856 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x18903de8 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1891352b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x189a5dcc ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x18a9aba9 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x18b1a2b3 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18b7bad5 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x18c0dc56 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x18e1fb75 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f10387 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1902f33f blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x19143412 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x1917825c devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x191f8ec9 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x193249aa ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x193f479d iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x1945cbb5 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x1946d1f4 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x1949462c tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x1959ea58 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x1962dc2d devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196bae42 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x19790c26 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x19882643 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1993073c ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19bb5fa6 fwnode_gpiod_get_index +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 0x19f13c4a nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a08314a icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a0949a1 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a2c0aef xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0x1a44468d iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x1a45e019 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x1a466460 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1a4ae57c nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1a4b4ef5 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x1a5de819 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x1a5e0ae4 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x1a67fb0e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a71ec0e nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x1a7d40e5 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc948 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a891e74 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x1a955675 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x1abb41f5 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1ac02def crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1adac090 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x1aed4c5c __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af48a17 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b084050 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x1b11e0ce io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1b2dccee extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x1b36b3ce __nf_ct_change_status +EXPORT_SYMBOL_GPL vmlinux 0x1b3b4b81 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x1b3fe0dc xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x1b449837 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x1b5c3e11 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x1b5c5804 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b62ceb0 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1b6c0961 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x1b811fc1 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b89363c nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9a805e debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba5db0a crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1baa5e46 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x1bb45193 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bd30dd7 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x1bddaf2f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x1bdf555f desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x1bf86d87 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1c0c18c6 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x1c0de9cc vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x1c0fb819 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x1c1e9d3c _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x1c2b319a crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x1c2d879b __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5f4551 event_triggers_call +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 0x1c77c66f phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x1c7c6358 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x1c7d973f crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca9c77a vfs_remove_acl +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 0x1cc09c6c devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x1cc0a734 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1cc82bc0 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x1cc9ff9e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0452cf of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d14afe6 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x1d167eab device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x1d18d473 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1d191171 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2e6ffb sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x1d2f4d2f debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1d3a5187 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL vmlinux 0x1d6a7749 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x1d734a04 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1d7604de crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x1d91d3ce of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d99238b mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x1da1604e pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1da5653c vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x1db22acc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1dc677bd hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x1dd01518 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x1dd7427a usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e028fe5 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1e047347 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e230a62 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x1e2e6430 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x1e3460a0 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e18cc rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e54d762 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e5b9985 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x1e61d568 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL vmlinux 0x1e77bb8d bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8f6195 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e99cc1b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea33320 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x1ead9d56 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1eb49882 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebb2a5f __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec6d1cd ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x1ecd49d8 ptdump_walk_pgd_level_debugfs +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 0x1ef96a31 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x1f1798ed devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x1f2b1a3f public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x1f355ad6 component_add +EXPORT_SYMBOL_GPL vmlinux 0x1f35abfa __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3c50bc tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x1f3e14b1 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x1f422149 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5de809 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x1f6256d6 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x1f63ee60 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1f656b57 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x1f6ab17a devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x1f6cd584 efivar_reserved_space +EXPORT_SYMBOL_GPL vmlinux 0x1f76e586 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f800aa9 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f86d3fe rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1f89fc71 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x1f994cb6 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x1fa0fbe3 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x1fa120fd xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa29a6e hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x1fa3291e nf_ct_tmpl_free +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1faa132b devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x1fafdd92 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1fe447e2 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe8e5a6 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x1ff50228 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x20005200 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2002a188 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x202c1ca7 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203d2905 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x205b9984 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x205f3580 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2067df0e crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2068e2fe driver_find +EXPORT_SYMBOL_GPL vmlinux 0x208222f6 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x209102ba xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209bf509 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20ac123f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x20ac17d5 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x20b83784 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x20b9dc98 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x20c7f3ea serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x20ed203a pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x20f6de57 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x20fb4ea5 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x20fb618f dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21003da9 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x2113f64f pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212e98ff of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x21349920 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x213b032a __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x2150aa73 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x215315ba usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x215dc495 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2164ab6d fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x2165fe0a __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2181d9d0 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21aeebed xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e1053f gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x21e1168e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x21e67920 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x21f473b0 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x21f6db69 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x220082de pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x221b0660 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x223c56c2 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x224ec9ec dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x2253c35b fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2264109c __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x227b42fd fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x22853afc register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x229723c0 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x22aa5ba9 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x22aef11d virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x22af880e perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x22b8ebda __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x22bacc24 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL vmlinux 0x22e6bcab __traceiter_fdb_delete +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 0x22fedb1e fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x230ce57c palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x230e63d1 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x2316d84a devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x2319b020 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2348282b nf_connlabels_get +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234ef820 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x23552f00 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x235b48cc xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x236ac27e __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386c0ea __SCT__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x23937701 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239e7fd4 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x239ff1ae vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x23a3af72 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c67fa9 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x23cb1f3a dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x23e12f23 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x23e48163 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x23f7f88d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x23fae4c0 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x24067024 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x2414ac4d vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24241893 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x242be13f sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x245333e1 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x245e1c3b tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x245f8d30 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2466df40 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x247aaf4c iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x247d094e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x247f3198 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x247f59a8 skb_cow_data +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 0x24949bea input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x2498d836 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24ae74f1 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x24b4008f walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x24d181c7 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e826b0 root_device_unregister +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 0x2503a043 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x25078d7a __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x250bffdb elv_register +EXPORT_SYMBOL_GPL vmlinux 0x25115f51 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x251e8a7a md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x2530128e devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2542a635 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x2546c23e skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x254bfc46 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x254f7b7e nvme_reset_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x25672766 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x256c15c2 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x25756112 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x257da671 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x25842ac5 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x258a4035 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x258e9fd3 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25947f4a pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x259a5a86 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x25aae5a6 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x25b0bbb7 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x25b1f0b1 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25d23743 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x2627806e nvme_auth_negotiate +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x2651642a kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265acf29 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265c8771 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x2660f2ef rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2667efb3 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x26681679 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2678cb3d xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2681468f uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x269cd6ee fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x26a7a5d3 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26d9d197 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x26de184f pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x26e675c1 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f3b3e6 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x26fc7812 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x270725fe crypto_destroy_tfm +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 0x274c8f96 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x275198f9 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x27701ab6 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x27826dc5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x2787bf2f acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27a5784e device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x27a8f472 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x27ae745a irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x27bd1b3d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x27bfff92 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27c3e00b devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x27c82890 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x27d14f9b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x27d8f65d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e2896c scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x27f3a5d3 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa5366 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fcb5c3 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x2805f249 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28106e77 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281cc8df dma_async_device_channel_register +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 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x28657e7d xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x28659872 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28754d4b ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288901dc __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x28916736 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL vmlinux 0x28a75e20 blkcg_policy_unregister +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 0x28ba7904 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x28bdf11b spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28da0765 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28ed99c8 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL vmlinux 0x28f28ab3 nvme_complete_async_event +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29199abb devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x29277970 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x29312565 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x29315727 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x295d5ec5 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x29685781 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x296db2f1 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2991dea0 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x299b2559 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x299b7d84 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x29a2052f dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x29a47677 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x29c29e6b buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x29d45648 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x29d80369 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x29d91c20 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x29dadda6 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x29e5140e regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x29eae5ea device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f10bfc fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x29fb6e4a vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x2a0055df vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x2a2a15a9 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a302ca6 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x2a3050db uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x2a30865f extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2a3de806 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x2a50aed0 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x2a55d5bd pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x2a5d0a7a pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x2a5d757c subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a70f366 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x2a859610 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x2a928856 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9b7f23 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x2aaa36cd pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x2aaa993c __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0x2aad3d1d pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac34c3b pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2ae1d569 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2aee27c9 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x2aefa36b regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x2af2f0a3 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b1c9463 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2b24a198 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x2b3acc3b __SCT__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2b3f2b94 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b53f902 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x2b60a989 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7e1fea component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bb53278 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2bb77ee9 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x2bbd0838 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x2bbf49b8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x2bc6ec73 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x2bcff508 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x2bd4d90d __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be6f2f9 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2bfc1253 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x2bfd03cb soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x2c139a02 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c32429b ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x2c571bf1 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x2c5977b8 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2c5c2274 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x2c60104a sdio_register_driver +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 0x2c6752b0 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x2c74969d blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c84a11d led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c9d248e class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x2c9eba95 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x2caadd57 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x2cac7b89 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x2cc7af97 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ccfd771 __tracepoint_console +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 0x2d1d29a6 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d393f48 intel_soc_pmic_exec_mipi_pmic_seq_element +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d42cd0e bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x2d44be3b __SCT__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d494174 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d7f9967 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x2d8075da __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2da76b0f nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2db949f6 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc5b2c3 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x2dd09403 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2de01ca9 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x2de4b3be relay_switch_subbuf +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 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e300f24 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL vmlinux 0x2e35c550 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2e648d71 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x2e65b188 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2e6e277a acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e79fb49 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e7b62bd regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2e8343e3 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2e8b31ed mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x2e902e28 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea4aa9b pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x2eb0e88a sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x2eb31c04 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec3947f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x2ec8a27d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ecd7369 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2eedb267 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ce840 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x2f2c55dc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f44bb00 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f71d5f3 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x2f80f357 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2f91b575 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x2f93b0f8 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2f9d9c49 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fdf09d9 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x2fe6f32b metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x300f66fd usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3018871e ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x301b713a pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x30236f46 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x30319a2d init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3031a44f dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x3043d124 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x305363ab acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x3058e566 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x305f7228 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x30603579 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30692911 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x3084ad15 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x308b3631 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x309ca9ef nvme_cleanup_cmd +EXPORT_SYMBOL_GPL vmlinux 0x30a4f544 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x30a60c5f pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x30b3131d of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x30c22958 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30da0dc7 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e7dc23 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3106cc89 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x310d994e regulator_set_mode +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 0x313b422f __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x314f3bc4 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x3153377f dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x315adb27 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x31790d1d __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x31819ea1 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x3183412c pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a76086 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31affdc3 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x31b73b89 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x31bb7fea ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c8a707 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e7500d trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x31e9074b key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x321bce5f xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x32265ed6 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3231c59c acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x3243deb9 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x32461e17 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x324d5fe6 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3267bb1d dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326eaee9 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327a2cab rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x327e92d2 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x329d4b02 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x32a04a85 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x32a722ca devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ac7631 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x32b35da2 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bdd4e0 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c83346 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x32cbd40d crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x32cbe1db call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x32ce5275 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x32dbf877 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32f0e37c pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x32f3f159 register_kretprobe +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 0x332c5832 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x33406b15 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x33518fef tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x3353c296 devlink_port_linecard_set +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 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x336aafda tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x339d2187 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x33a25156 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x33b406b1 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33c97672 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x33d02b82 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x33d153ff pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x33d3e39e param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x33df4cc8 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x33fe50e9 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x340c2838 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x34108c18 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x341286d2 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x3414bb3a cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x3427c761 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x342abf33 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3437d61e dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x343ee7a3 pci_hp_destroy +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 0x344d0d29 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x344d395d hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x3469e00d kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3489812f bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x34901d57 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349302c2 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x34b29292 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x34b3baa1 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x34db62bd fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34df3dfc unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f94502 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x34fa98f8 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3510f0f8 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x351ea114 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x35256031 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x352773aa unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x352a8271 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x352f8604 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x3532a71c fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x3533336a ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x35387bd2 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x3538a939 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x35445360 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3547c71b vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562e9a3 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35666fc5 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x356d09a1 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x357d4d2a sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x35823122 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x3586aca9 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a25054 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x35aa04e1 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x35bdc8a7 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x35ca7fd2 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x35ccea7c devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x35cfde87 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d4119c intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x35d523ab gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x35d94dcc tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x35f55c19 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x35f94061 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x35fbc976 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x35fd6327 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x35ff31d2 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x361cb586 nvme_auth_free +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36381bc0 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x3639ec9c __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x3640cf75 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x3649c66c devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36530f78 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x36567e4c trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x365a5bf8 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x367becc9 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x36813d68 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368d2146 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x36986be1 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a28cdf virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x36ab1a1e irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36cc80b7 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x36e8b5fb bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x36f8a232 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x37024305 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371c077b gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x371ce8a8 xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x37452ed3 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x37490b49 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37620dcf usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378f9a40 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a1b25d ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x37a7b1df cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x37a9c2bd devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x37b21342 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x37b99159 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x37bbd001 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c70ec5 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x37caa45b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x37e0b4d9 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x37e2b672 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x37ebfcab relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x380125ef fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38061472 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3813651c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x38200299 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x383278ce fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x38347302 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383a580b md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x384877a5 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x3854fba4 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386b821a apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x387d04c4 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x38874bf1 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x388f96ee ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x389af1fc device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389b8d11 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x38a62908 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38aedd73 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x38b4b115 __SCK__tp_func_tcp_bad_csum +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 0x38d9ecc4 device_remove_file +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 0x38ed47e3 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3903b11e fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3909b802 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x391e0519 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x393405ef mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x39433cb8 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x39571518 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x395a87cc ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x397e0874 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL vmlinux 0x397e7fb7 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x3991e197 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x3996e295 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x399ccc15 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL vmlinux 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b0a263 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39db071f virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x39dddb12 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39df6675 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39f63440 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39fa477b ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1a28b1 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x3a24d84c dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a258764 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x3a43f3f1 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x3a477d8d nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3a493ce5 tcp_leave_memory_pressure +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 0x3a569c40 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x3a5ebcef tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x3a7bfc27 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a7e3e0c __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3a826b75 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9c473f devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aacc054 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x3ab21a55 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac11c9a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad8f69e scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +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 0x3b0d1ed7 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3b1e5900 nf_ct_add_helper +EXPORT_SYMBOL_GPL vmlinux 0x3b221ee6 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x3b2eb7e8 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3b392021 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4efb73 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x3b6293b2 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x3b6cf99d debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3b7707c4 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b7e58ea pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b9b935b xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba0fa34 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3ba7f80d __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x3bb26b08 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3bb75102 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x3bd15091 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be1f56b input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be8f352 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x3be910eb key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x3bf1576c kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c3c75ab regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x3c3eed9a screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x3c3f6b07 regulator_put +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 0x3c7684cd l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x3c8165de usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c837308 nf_conntrack_count +EXPORT_SYMBOL_GPL vmlinux 0x3c893558 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x3c931e2e pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x3c96be97 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x3c9bfbd1 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x3cb095aa bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x3cb505cf dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3ccc0c06 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cddc3fe synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x3ce708d3 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x3cead8f6 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x3cec866b __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x3d2c2ef4 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3d2e4f68 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3d318744 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x3d321d67 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d40e0aa intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0x3d441f68 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6c3ffd fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x3d7691f5 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3d85f906 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3da5c41e fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db6327f md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3db9aa2e vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x3dbadd98 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x3dbb8f7d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x3dc0a3ee crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dc71c99 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3dc7c4ce regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x3dd05998 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x3dd9632c trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x3ddb4388 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e107d08 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3e1939a1 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x3e1a10c5 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e53d690 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x3e5b0f24 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x3e5b9ea7 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3e6544d0 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3e67577c vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e870769 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9168e6 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x3e931a19 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ead14b7 print_tuple +EXPORT_SYMBOL_GPL vmlinux 0x3ec652ab ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f37d564 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x3f3922f3 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f63c179 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x3f6922ca bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8ffccc subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f947f7e ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x3fa03b41 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3fa9fb34 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fae8613 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x3fbd1788 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x3fc98d10 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3fc99913 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3fda2819 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x3fdcfb94 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3feb6570 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x40013ea1 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x40017308 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400b1ae1 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x4022acbf fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40373ba8 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x40382502 ata_sas_port_suspend +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 0x4063b9e9 device_release_driver +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 0x40876513 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x408989a4 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409a4f3a pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x409cbdc3 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40a5564e amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x40ae42ea irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x40d86595 nvme_start_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x40effdcb acpi_debugfs_dir +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 0x410a2058 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x410aaac1 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x410c1156 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x41151c64 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x411cefd8 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41366e3b register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x413d335c bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41550592 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x4156fb85 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x415840aa device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x416a5d5f xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x416c4f9d crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x41746ca8 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x41747d24 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x417fe5d0 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4183efe5 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x419489fa dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x419f4414 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x41a00a96 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x41a3e403 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x41b250bf dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41bd43e6 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x41c494b4 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x41c8eb33 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x41daab50 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +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 0x4249b9f8 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x424e3614 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x4253ff99 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x4278a655 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x427d8a7f gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428c3398 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x42974a45 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42abded2 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x42bb7461 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x42bb9118 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42ccae5f devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x42df8938 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x42e67744 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x43069db9 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x4307ecbf pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4313a47e blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x43333014 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x4335b616 __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x43472c96 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x4349a50b set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x434a4821 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x4358fdc2 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x435d5200 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x43609fc2 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x43680c0f ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4371f2e1 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x437ee16f sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x438de55c msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x439d172f disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x43a2b419 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x43a962ee pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ab929e firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x43b47ba9 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x43b99fd2 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x43c34545 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d70a76 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43f951ab cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x44009979 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4406b3fe start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x441d23d6 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x4427a4fc transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4427c725 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x44280199 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442fe241 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x4451d879 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x445fa4f8 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x44622860 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x44741339 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x4476a11c pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x4479ccb1 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448bb4a3 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x4497ee09 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x44a5fe3d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x44aad440 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44aaf2f9 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bc85ac virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d49f2c dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e4e53c crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x44e85d6a ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x44f4e9a0 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x44fb9ed5 udp_tunnel_nic_ops +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 0x45213c25 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x452187f7 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4522d463 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45360202 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x453da07b iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x453dbd54 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4543a96c blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x45453a5b da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x454d0d21 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x45502db3 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4552b518 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x4553e038 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x4554a903 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45629206 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x45687b39 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45923bc1 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x459b27c6 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45b202db __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x45bae3fd mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x45cde8c7 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45e8ea07 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x45efff3c get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x45f0266b irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x45f4325b pci_slots_kset +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 0x4617870c crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x461a6d02 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x46392ae9 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x463ae135 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x46489ef0 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x4649f5a7 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x465f2c15 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x46600aae devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x466a7e50 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4679821e bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4690b035 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x46980123 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x4698388f watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x46a32292 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46a85c97 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x46ad6172 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x46b042b7 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x46b137e0 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x4704a5a1 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x470fdfce cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x47144d40 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4726ba80 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x47273b9e regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x472c19d4 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x472c9175 nvme_wait_reset +EXPORT_SYMBOL_GPL vmlinux 0x473258b9 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x473ddf86 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x474c39e3 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x476b6396 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x47837d61 pci_enable_pcie_error_reporting +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 0x47a4b6ec iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47bef4de crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x47cf62fe devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d22091 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x47dac283 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e163b8 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x47e640b2 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x47e66fea device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4806ec73 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x480c3f42 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x482547d0 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x483f1682 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x484dbe2a register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x484e5f51 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x4855abb8 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x486af86a debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4876c52f sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x487a450b usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x48977fbe sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x4899d260 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x489bc519 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a65cf7 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x48afc1b2 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x48b2b9a6 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x48c27f0f skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x48cf4869 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x48d463fb __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x48d4c1c2 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x48d7d839 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x49029e9d devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x491c1da6 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492f1b9b crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4932e00d ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4934f18f nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493e694d regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x49535e82 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x495ea9c1 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x495fe486 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4962768e fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x496f7e2f devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4972244c anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x497bb7ef ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499580aa crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x499f7cdc xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x49aa31ed aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x49b9184e vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d143bc device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x49d5d508 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f21d21 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x49f821b9 device_del +EXPORT_SYMBOL_GPL vmlinux 0x49fe78f6 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x4a087dc2 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x4a0fc806 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a37b087 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a43b6af fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x4a4e72cf usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4a58d3f8 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x4a61f476 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x4a69100e __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4a6a454b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4a6e6ef7 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x4a6fcbc6 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x4a7022f2 nfnetlink_set_err +EXPORT_SYMBOL_GPL vmlinux 0x4a753511 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x4a801b1e wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x4aa2c0f9 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x4aae9f1b devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x4ac0580e uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x4adae604 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x4aee9c27 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x4af91af8 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x4b18168c iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x4b1bf375 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4b2a4250 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b2bbc53 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x4b31071d ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b33bf7a devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4b34a0c1 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x4b3f0060 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x4b4858a2 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b49919c crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x4b51210d devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4b555bc3 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b57ae85 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5fc4b0 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b636133 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x4b659119 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x4b743d32 __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b7871e5 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x4b85094b spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b99e9b2 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x4baef0f4 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4bbc074f nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4bc78e80 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd2ce66 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bea9b56 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x4bf58d19 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x4bf6e454 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c242b41 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x4c28af73 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c453f1e governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c4d9ef6 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c68fd2e device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c78277e clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x4c7b03fa dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c9a49d7 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4ca9b3fe devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cc3f646 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x4cdc1d22 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x4ce38db4 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x4cee7653 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4cf0a661 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x4cf0c453 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x4cf4cd54 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d1de44c devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x4d20966f blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d6ca085 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d761465 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d77786a fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x4d8dd80e serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x4d92f32f rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4d988e19 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d9bea0a vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x4d9d3d6e xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4dad7990 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db3e456 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x4dc7aa1b vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de49d40 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x4de832fa fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x4de8e993 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x4ded9450 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x4dedcd4a virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x4df37297 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4df89a22 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x4dff288b nf_ct_seq_adjust +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e009c06 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e0464bc genphy_c45_an_config_aneg +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 0x4e2b0f04 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x4e2b75b7 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x4e30a01c sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x4e40b65f ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4e44fdbb usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x4e494acc attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x4e4afcd8 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e601a5b debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x4e63e9dc nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e66c8ff event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e7fc7c0 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x4e920f3e __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4e92e221 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x4e97075a spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x4e9a5995 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x4eac268c pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb5870c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x4ec3bf57 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x4ec406b8 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x4ec5ae49 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed7f060 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x4ee48fc2 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x4eed2d4e crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x4ef29ec5 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f00676e get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x4f0141e6 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f1c545b crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x4f1cdd61 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x4f20d33f ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3dce41 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x4f46aad8 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x4f4b321b led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x4f53e44a fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4f56dafb fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4f5fc631 nvme_complete_batch_req +EXPORT_SYMBOL_GPL vmlinux 0x4f638d55 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f661059 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x4f664758 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f788788 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f8b7369 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x4f9080e3 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4f9a1e55 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x4faf82c4 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb79842 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x4fbc1f67 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x4fbefc4c __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4fc99cad crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4fc9f349 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe9c438 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x4ff24af2 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x4ff8927d ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502d6582 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x5036f76c ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x505787eb usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x505a17d2 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x505d2266 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x50672675 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x50725b15 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x508380e4 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x508b976b rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x508df4c6 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5096fc76 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50b9e299 bd_link_disk_holder +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 0x50edc1fc edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x50f0f55d dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50ff58d6 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x5124f0a9 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x5136b653 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51574991 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x517e52f7 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5188928c fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x518e4d10 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x518f01ae usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x5192e23d usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x51a16d61 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ba8194 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x51bee190 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x51c534da scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x51d9122f sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x51df7e97 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x51e15f81 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x51e913b5 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x51f56941 __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x51f81602 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x520b8437 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x52144b13 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x521ffc76 rio_release_dma +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 0x5237f270 iommu_device_claim_dma_owner +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 0x52678e7f seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5270cf06 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x528cfdd6 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x52a89f0c msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bfb9b8 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x52c15790 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52cf450e gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f58254 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x530a9cce iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530fbdd3 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x531d94d4 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x53261f62 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x532b5f44 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533dcadf nvme_complete_rq +EXPORT_SYMBOL_GPL vmlinux 0x533f8765 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x53642edf nf_ct_untimeout +EXPORT_SYMBOL_GPL vmlinux 0x5381bd79 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x5388b1a0 amd_get_dr_addr_mask +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539932b0 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x539c0608 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a08ed2 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x53a156b7 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x53a7b66e rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x53ae540a xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e03584 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x53e18463 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x53f0cf22 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x53f0d30e fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x53f51bad __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x540d3902 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5411d245 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x5419205a __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54291a43 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x5440ca1c devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x54436a5d l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5465429c percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x546aa30d regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x547630a1 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x5486ac60 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549b07c6 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x54b16b05 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x54c09b23 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x54df3624 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54f01d1e debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x54f0ae03 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x54f74f6a fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x55036eb1 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5510a93b __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553b8b19 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x555a5e28 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x557187d4 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x55743c86 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5586d09c dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x55877193 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x55b24dd5 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55ccf0ef inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x55cd739b sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x55cf42dd dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x55d6468e ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x55dbdf1a sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561f0fb6 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x561f9d77 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56337c58 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563dc034 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56466a4d modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x56563d1d misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x5675a73b __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x56780a05 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x568f5cbe pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x5692863f extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x56a800e3 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x56afd673 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x56c4af01 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x56c80894 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x56dc1402 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x56faa02d nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5703b552 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x5718145f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x571bad35 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x57260660 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x57286d74 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x572c5c1b usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5732b23d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x573496bf crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57476529 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x57515d3b tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x575ab246 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x575afc28 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x576a4dbc hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x576bf9c9 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x576f6f8c class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x576f9efe bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x577be496 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x577c4c13 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x577de28e xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5780a2f5 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x57839e6b pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578ebf4d blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790d7dc nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5799d886 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b88982 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x57cb9c95 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x57cfbc2d blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x57cfee22 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d5471f pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57e9486d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x57e94da7 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fa4e3a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x581df402 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x581eada8 device_find_child +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 0x583aa9a3 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x585821e5 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x585dd8f7 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x5867432b adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58712ef9 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x589362ac pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x5896c82b nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58a5ca8d switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x58b39ff3 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x58c61f31 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x58cd4490 fscrypt_mergeable_bio +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 0x58e5020b crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x58eb7e43 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x58f80916 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x5911b138 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x5913c86f devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x592339d1 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x59278396 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x592924b8 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x5932e363 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595a9ddb register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5963c54d dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x5975aa86 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599e2e87 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x599eaa1b nf_ct_remove_expect +EXPORT_SYMBOL_GPL vmlinux 0x59a1748f crypto_rng_reset +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 0x59b93946 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59d11fbd fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x59d94371 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x59e58cc0 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f13cc5 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59fcac98 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x5a058909 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x5a128008 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a29ef06 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a3d4937 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x5a453cad get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5a48b521 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a549889 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a79b4a8 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a831321 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aa95a0d __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x5aad4cdf nvme_sync_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac50b37 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x5ac98b0d ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x5acb63e9 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x5ad23929 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x5ad28181 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ad34e24 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x5ad66cb8 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x5ad6a5f2 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x5ad79bf1 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x5adb7b6a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5b11b9fa ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5b15377d blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b22708e nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x5b2db853 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b3bf119 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x5b49311d xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5b58de9d __nf_conntrack_confirm +EXPORT_SYMBOL_GPL vmlinux 0x5b6ef413 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x5b9fb90a max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x5ba55b4d usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5ba8fa91 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5ba90e74 nvme_start_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb97f4e trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x5bbdc84a fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x5bc55a2c badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x5bc63adc irq_chip_mask_parent +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 0x5bdbfe88 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x5bf1598c call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x5bf5164f ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5bf782ce nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c167c4f regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x5c18b283 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x5c1c6b8e edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x5c1d947b adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x5c27bcef __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x5c2c5ae9 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c334bc1 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x5c3408c4 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x5c377ad1 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x5c48be39 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5da2a3 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x5c648a51 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x5c67262f debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x5c6d39b1 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c77af9a cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x5c8133c2 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x5c9e896d dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x5c9f2569 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x5ca4c2ee sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cac6af9 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cdd6425 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL vmlinux 0x5cead98f __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x5ceb79dc inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1b85a3 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x5d27dd41 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2bfe19 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x5d377b2b snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x5d4febec dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x5d61354a crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x5d61e7fe init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x5d7705fb mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x5d7aac87 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x5d7e039e sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d9439d8 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da955ae ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x5dab53cb clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x5dad702d dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x5db413fe bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dbe82dc rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x5dc9bb48 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x5dd86fa2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5df496da xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x5dfb17e1 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x5dfe8390 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x5e0e44b5 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5e0fbc75 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x5e1528f7 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1eb7ba dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x5e25b580 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x5e4431d0 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x5e4a9c48 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5e4d2336 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x5e504b7d device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e53fe37 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5e628375 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x5e67524e __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5e7520ae proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x5e777dfc thermal_acpi_active_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7a5134 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5e7bb517 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x5e7f1780 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8728ee attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x5e9576a3 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x5ea7fe2b xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eaf6db6 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5ecbd692 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x5ecf355c compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5efea58a nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x5eff1a45 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5f00a24c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x5f0c6d2d serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2f37bd devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f41fb21 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x5f440a49 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x5f44f672 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x5f58ec70 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f790628 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f7e68f5 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5f94a1dc rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x5f9e6a01 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x5fa2f47f driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fab8169 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x5fb8d170 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5fd26c47 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x5fd274c5 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe71088 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x5fe8100d tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f38e fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x5ffbdb8c generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x6006191f __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x6007793d fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601527a7 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x6019153f device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x60245576 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x6028e83d devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x60300fa4 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x60395d5c nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6052a097 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x605420a2 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x605ea6a5 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x606779ef phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x606a9148 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606fdd96 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x607807eb ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607f5541 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x60856171 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608cd72e bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x608f5999 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6097451c sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x609d62ab blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a19a40 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b86c98 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x60c7a051 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x60d26dba noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x60d4a9a3 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x60dc3a0b sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x60eb6c0e relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f4bcfa fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x60f58b71 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x6102153a __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x61104e16 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x61180cd9 nf_connlabels_put +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x611f88a3 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x6127bbd4 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6134ebaf debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x613d1f8a usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x613f66c3 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x614eeb85 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x61503ddf synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x6151a830 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x615e0215 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x61614ee5 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x61639b5c sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x616df050 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x616faffe msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x617a76de devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6184de44 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x61921c59 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x619375dd ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a27b50 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x61a8da43 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x61aff4d1 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61b5abcf usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61ce9ad5 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x61d16517 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x61d826c3 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x61eb1149 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x61f0d7c6 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f9eefe shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x61fdf23f iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x6200112b led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x62046e5a lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x622108c1 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x622bf38e nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623c36e8 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6246f5c6 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625ce2e5 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x6269ef6a gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x626bd1d8 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL vmlinux 0x62795ea9 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x627e4129 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x62856bd7 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x6291ee17 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a1d205 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x62a60de9 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bf1f93 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x62d93f12 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x62e0f35f __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x62e67e85 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x62e84d95 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x62f6dc39 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x62ff8f8e regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x630f9b3e xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63177138 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631b36e3 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x632523ed devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x632e5f3a devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x6336e57a devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x63650d72 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x636751b8 hv_set_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x636c2eae irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638c75fe uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x6390cc88 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x6393310c __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x63a33a87 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x63a3a4ae skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x63aedfb0 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x63babe2c md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x63c07b59 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63ce305e wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ecb0a6 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x640f2dd5 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x641da353 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x6425c1d2 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x64286493 nf_ct_acct_add +EXPORT_SYMBOL_GPL vmlinux 0x642e2b2e xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x6439b3bc gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6445503d devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6447bb30 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6456d570 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x645ed55b __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x64634ff9 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6463b4df vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x6482df95 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x64898720 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f579f devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x649658ce device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x649d5a58 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64aaa8bd device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x64b2dabb __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x64b4e99e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL vmlinux 0x64c3d46b fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x64c7ef7a devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x64cb79c2 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x64d5cc01 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650e0f61 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x651872cd blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x651b3023 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x65212f17 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x6535e3d7 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x653a00ae spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65530b9d iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x65540875 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x655c30b4 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x655e24cf pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x65614cbc cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x65622e84 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x656b462c xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x658891a6 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ad24a0 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x65b29265 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x65b3e2e0 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65f6ed9e crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6607a6e2 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x661307bf regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6619d264 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x661c3009 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x66207190 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663707b8 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x663b82b4 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x66402ea8 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666018de led_put +EXPORT_SYMBOL_GPL vmlinux 0x6665cfe1 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x666b501e dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x6672681e inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668934d8 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66ba0b3a gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x66c119df gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x66c49175 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x66cc5839 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e34e71 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x670a719d dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670bedf0 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x6712bdad pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x67222739 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6729d33c phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x67370427 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL vmlinux 0x67547a09 nf_ct_netns_get +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6772fb6a regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x67751b07 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a86c0c __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d9cf8a clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dc8e2c max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x67dcc9f8 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67de489c devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x67dfd810 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x67fca922 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x680547c0 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x680cde1c usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x680d7ab8 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68333c68 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x687f95f4 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x688cc42b devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x68911d8a ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68b3e869 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x68b907a4 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x68c31372 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x68def494 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x69030415 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69138506 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x691940dc devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x691e338f nf_conntrack_find_get +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x69293136 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x69395da9 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL vmlinux 0x693faeff iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x69432900 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x695635db __SCK__tp_func_nvme_sq +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 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x69780a62 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x69786f16 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69aa20b0 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x69b79998 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x69ba6c0f edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x69c55bef iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69dfc4b8 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x69e02862 irq_chip_set_parent_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 0x6a055e9e __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0edbbd sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2aa553 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x6a2b6ab1 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x6a3050f7 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6a3428db devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6a3ca2ac __suspend_report_result +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 0x6a588534 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a64a861 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9752d7 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa4b7ae nf_ct_kill_acct +EXPORT_SYMBOL_GPL vmlinux 0x6aa73383 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab3d870 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x6ac301d4 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0x6acfec3b cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ad21a8c devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL vmlinux 0x6aefb3b8 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6b08133a nvme_disable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x6b0d2e7a __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b11b9d5 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x6b2579ae sdio_get_host_pm_caps +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 0x6b40f8a4 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b5448c3 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x6b5c5ab0 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x6b5fc972 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b602787 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b82c4a3 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x6b9f232e __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba544c4 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6bad535e switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x6baee5d6 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6bb41c5d acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6bb49d5a dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bbe7e6f mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd6389e __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x6bdcb6d1 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x6bdcf422 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6c021ad0 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3dcfee inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4acbaa synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c4f35ab uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c50698a fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5d20ce devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x6c605a32 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c75c005 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6c79d3c9 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c81139b nvme_stop_keep_alive +EXPORT_SYMBOL_GPL vmlinux 0x6c8be3b6 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x6c8d2b1d tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca94b4e pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6cba7a78 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x6cc913da fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x6ccf2480 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x6ccfd679 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x6cd0c1e5 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x6ce90882 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x6cfab41a xen_hvm_evtchn_do_upcall +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 0x6d110ae1 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x6d121d33 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6d1d8be3 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x6d1f7a0d ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d217aaf usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x6d22d9c7 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x6d28243e fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6d2abeda tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x6d2d25c1 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d34a5bd ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4e74d7 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x6d569029 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x6d58a658 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x6d664c7f usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6d68ce18 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7586e8 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6d76c2e0 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e5d28 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d7e7dca ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d80971b led_get +EXPORT_SYMBOL_GPL vmlinux 0x6d9be281 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x6d9eb7af pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db24bd1 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc89c4c generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6dcd5fb4 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddf62e3 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x6dfe57b8 split_page +EXPORT_SYMBOL_GPL vmlinux 0x6e065790 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6e18092f virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x6e317880 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e361ed4 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x6e3e3b1e ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x6e3fadde __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4455e2 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x6e4c1a00 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x6e55048c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x6e656e5a do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x6e738578 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x6e76371d i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +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 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL vmlinux 0x6ea0496d nf_ct_expect_init +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec7f8eb phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x6ece75a3 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1860b9 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x6f196c97 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6f1ff31f alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x6f2224ab devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x6f2ecc53 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6f34bc42 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f4f4ad6 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x6f58d1c1 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x6f5bd207 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x6f618e9f uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x6f6619f9 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6d7b8c gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x6f7382c3 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x6f7b7abd pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8bbf17 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x6f8e5bdf gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa7fe22 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x6fc1b41d crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x6fc40a51 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x6fcb9b38 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd28596 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x6fea74c4 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff98ac4 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x6ffe1fe9 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x70027800 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x7005b8ca __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70137371 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x7016255c dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x7020694d pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x706f955f __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707536e8 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x707a506b __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x707c1d2d __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x70b962ed xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x70c2a1f7 regulator_suspend_enable +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 0x70d7a4df watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x70e6f69e edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x70f315f4 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x70f992b1 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x71009b99 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x710131a6 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x7101be25 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7122460c usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x7128f6c5 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x713c7a8c fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x714abc29 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7156add9 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x7158a8e0 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71677fd5 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x716b9534 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7184fe83 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71941c0d of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71abd5a4 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bf0bdb regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c89061 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x71cf21ef genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x71de09fe devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x71e26c64 nvme_wait_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7215b05f nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL vmlinux 0x72160f74 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x72249b25 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x72498d05 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x72514c0b __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x727003ef pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x7270f290 switchdev_handle_port_obj_add_foreign +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 0x728cf171 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x72abe9c9 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b2d653 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x73046d58 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x73064e97 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x730794b7 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730adaec rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x7312067f acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7326ebdb net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73347409 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x73349eaa mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x73442798 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x736ab7a6 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x737b5243 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x73802726 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x7383dca5 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x738c6b43 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x73904664 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x739a8b18 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x739c89d7 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b498bd fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c8845b dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x73c8b397 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d9f31d fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x73f675fe dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7410467f irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x741ad190 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x7420e42b __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74391583 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7446bd40 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x7451e8c8 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7465bfb7 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x748b3b90 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x748d6b54 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x748d6ba4 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x749374cc __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x74938f53 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x7494a222 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x749af7ac irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x74a88f0c wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x74ab8381 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x74b3f75c pinctrl_get_group_pins +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 0x74c2bf24 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74c96546 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74ddea92 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f0494e device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x74f20fb5 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75092a2b pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL vmlinux 0x755f7add irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x756499f8 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75aa3461 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x75cba165 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x75d2e629 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x75dfffa3 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x75e96aa1 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75eabc9c dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x75f0d76e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x75f511c4 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x75fadcef acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x761b5007 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x76270365 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x7631a226 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x76334752 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x7636098a blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x7648dee0 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x7650e162 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7651843c blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x7653cbd2 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765cbb63 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7660fad1 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766d8c49 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x766e4b6b gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x767c1f59 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x767c6e61 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7681fbd9 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7687227b dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x7697ddd6 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a66bca ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x76ae4d55 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x76af3404 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x76b87a3d usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x76b8c065 nf_confirm +EXPORT_SYMBOL_GPL vmlinux 0x76c4674f fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x76c68f19 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x76c6e311 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76da9124 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ea8eec dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x76ec32b1 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f46742 devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x76fca1db devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7709d318 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0x771122ab fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771ab291 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772ec956 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x77389754 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x774f857f pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7750aa2f regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x77521060 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775b7730 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x775f0eb2 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x77610ba2 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x777990e5 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x777e6836 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x778687e9 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7794302c regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x77a8f56c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c44577 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x77cd83ae nvdimm_provider_data +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 0x77f39238 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x77fa4b64 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x7800431a inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7802cece ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL vmlinux 0x7813250d power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x78199a20 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x7825a835 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x782a4312 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784aa5d3 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785b0b2a ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x78687bd0 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x786908eb xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789ade07 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78bbc458 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x78c40e14 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x78ca3def __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e6e3ce xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x79045b30 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x7905584d pwm_put +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 0x793ac193 __SCT__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7944071e pm_runtime_set_memalloc_noio +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 0x79672208 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7987945b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79ab83ac lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x79ba448e clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c3caf9 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x79c667d1 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79dccec9 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79efd45e device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79f9e1e8 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x7a2062b5 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a55961e cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x7a572f68 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a6aae7d rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x7a6c38b0 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7a6f8a3e devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x7a70175b phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7674d9 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7a7e2fbf rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a834880 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x7a88b2d4 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x7a9050c8 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a93a0c4 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aaaa176 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x7ac1254b local_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac5450b __irq_resolve_mapping +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 0x7ada8b02 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b03d011 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7b19d4c4 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x7b35ce82 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7b367ffc tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7b378da1 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x7b408999 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90c74e vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba83cd1 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bbda362 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x7bc09d73 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x7bc42ab3 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x7bd9051c pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x7bf1b1dd fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0x7bf75459 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x7bfae0ed platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x7c186a0a kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7c1b7669 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2beeaa perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c327495 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x7c398094 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x7c3a5728 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c4f700a vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7c57a830 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c610bcd mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x7c653008 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x7c65e06f skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x7c91ce10 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x7c93f4ce usb_phy_roothub_resume +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 0x7caac447 nf_ct_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7cafc26a blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb5c653 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbff923 nvme_sync_queues +EXPORT_SYMBOL_GPL vmlinux 0x7cc45241 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7ccfd9dd nfnetlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x7cd33ce4 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cdcb327 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x7cdef5dd serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfb7f52 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0d13e4 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d179958 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1e92c4 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x7d2263d2 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x7d24d8c1 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x7d397e5c gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d48a446 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d57a424 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5ac1c8 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x7d5cbebd icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d8ffc7f perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x7d936df3 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x7dafddc8 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x7db19743 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x7db914ac bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x7dd4414b of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dde76ec __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x7de2878e irq_gc_mask_clr_bit +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 0x7dee7dc2 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df9baa7 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x7dfd9de9 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x7e19a31e pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7e1da733 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e3b4745 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e4a7c16 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x7e4f0ddf nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x7e582eab genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7e5b2d87 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6504e4 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x7e72a001 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7e763ea5 bpf_map_inc +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 0x7e90284a thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7e97d22b __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x7e992edf regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x7ea059a3 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7ea60ba0 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb74e42 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec09110 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef3d971 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x7f01f564 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7f074cd7 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7f2500b3 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7f29cc4f regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x7f3d5828 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7f4441f5 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x7f481c3f cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x7f5ae0e0 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x7f69cf9c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f875269 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +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 0x7fb7d443 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x7fc45cf5 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x7fc67b4b fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x800553e1 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x800714d1 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x801257d5 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x8014a510 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x8021d936 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8021f515 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x80230c91 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x802e279c cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x80452de8 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x805df56c acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x8064ee51 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8068ceed vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x807612b5 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807c9a88 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8080ee6f nf_ct_get_id +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec135 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x808f6f64 nf_ct_helper +EXPORT_SYMBOL_GPL vmlinux 0x809bcba3 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x809e7ea2 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80ae64e9 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x80b0e378 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x80bbda05 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80c6b03e serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e0468b bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x80eed519 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811c2829 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x812d3bb5 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x81423a2f sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x8148823d dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8161e93d __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x8167df6f dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x816928ae mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818c5eaa devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x818c9289 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81b0421d ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x81b36a65 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x81c4fe01 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x81c6ed41 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8200584f vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x82018978 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x82022c39 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x82047fbf handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8212315d __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x821a3e78 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8226fac8 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x8234e314 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x824bf56b driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x82666aab pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x8271c6c1 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x827bfe34 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x827e9cea balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829413df regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82965d66 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82b47da7 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x82bd18b6 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82f237f7 dev_pm_qos_remove_notifier +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 0x8336007c serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834fac05 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837776fa nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8382dbb8 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8385c52c klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x83912daa __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x83b4b5f7 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x83bfb9e1 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x83d41234 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x83d458dc devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x83d58c48 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x83e30c4d __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x83e319de devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x83e4a451 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x83e6d873 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x84006f32 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84151ab9 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x8415d439 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x841ffe1b usb_phy_set_event +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 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8442d1b3 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84666e80 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x847e9c46 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x8480dc1b regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8482e5aa irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x848619ed sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x848828ed virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x848bae00 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x8495a5f8 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84b60ffd icc_put +EXPORT_SYMBOL_GPL vmlinux 0x84d1ee23 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f7a328 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x84fe77ed irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x85068990 relay_open +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 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85329672 fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x8535249a ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8537d14c devres_release +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x856e95ca cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85827441 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x858697f7 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8591d9db rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x859a197f mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x85a5b0ea inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x85a898d4 device_show_bool +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 0x85d949c0 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85efabfb usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x85f4e487 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x85ff36cd sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x8611cb28 spi_get_device_match_data +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 0x8622e6a3 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8639abc6 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x863acf52 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x8650d167 net_selftest +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 0x8683691f thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868aa537 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x868ff580 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86975164 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x86a913fa irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b3761e wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86ca756d __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x86db5b51 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x86e3313a devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86e80f7a ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870238b9 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87149de2 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8716bedc __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x871bd6d7 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x87360237 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8737527c to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x873ad796 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x8742d5d9 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x874a77f1 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL vmlinux 0x876a9e61 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x878f2efe fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x878ff790 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87c0416d device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x87d2e182 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87f59f1b device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x87fcdc69 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x87fd97f0 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8816d138 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x88362cfa devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8836c14a i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x88391fa9 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x883e307e phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88720b0c xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x88833cf4 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x8883919b devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x88947272 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x889547c9 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x88a00054 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x88a2a855 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88aefca4 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x88b40feb __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b4f5d7 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x88b5862d unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x88cc4ced security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d9dda2 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x88daffc8 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x88ea1536 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x88ea8561 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x88ec8d08 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x890d4cf9 virtqueue_resize +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 0x891d55a4 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x8920fbbd netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8928cd67 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x892e3fd7 scsi_schedule_eh +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 0x8949bc6f debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8954913e usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x8954ed7d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x895dbd45 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x896347ad posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89649e11 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x897e084c icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89af06f4 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x89b821b2 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bbbb20 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x89bf246d fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x89bf7a5d gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x89d857d9 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x89dbcebf modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89ff6621 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x8a01b445 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x8a0d5198 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8a1c1216 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x8a3968c7 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a4234ff component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x8a433b52 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a461116 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a5c1029 __SCT__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x8a5d3c90 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a7bcd38 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a7fed66 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8a835f19 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x8a838ef6 intel_scu_ipc_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8e80d7 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x8aa91c9d fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x8ab015bd debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8ab3381f device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8ab5350f devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac39638 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ac94598 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8adec087 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x8b143456 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1e00ea ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x8b1f21a1 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b42e560 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x8b430ed6 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b68e8c5 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x8b7fb506 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8b857095 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8b878b3e hte_push_ts_ns +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 0x8b9bd667 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x8bbc2fe3 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x8bbdf81f rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x8bbe4b92 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x8bd57224 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8bd9565a dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x8bdf211c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x8bed44a2 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x8bee12a2 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c059efb nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c194c66 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c275721 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8c2aaf40 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c35b214 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8c3756bd sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x8c38d768 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x8c45c332 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c469874 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x8c4735ec nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c49dbea alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4e0184 mmput +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c652c18 nfnetlink_unicast +EXPORT_SYMBOL_GPL vmlinux 0x8c720e5b crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7d86dc user_update +EXPORT_SYMBOL_GPL vmlinux 0x8c80057e dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8c837e4e devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c8d3172 vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c99c87c __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x8c9b6dd6 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8c9e363a sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca69604 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x8cbd1731 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x8cbd262e tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8cbdd8ed unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x8cd90c83 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x8cdaa689 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x8ce0ee03 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x8ce628ea ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x8cf13d2d put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x8cf2c309 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d0bd3f3 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8d0ef533 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8d1c8134 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8d1f14b5 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2f6d31 input_class +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3915b3 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL vmlinux 0x8d63b291 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d815167 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x8d8fd930 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8dabbd6a __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8dbbef93 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x8dd17c28 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd7feb5 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x8df1ff91 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x8df87cb9 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x8df9bc61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x8e15152b mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x8e1f4638 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x8e22228b cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x8e3335b5 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8e3ade50 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6779dd pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6ef5c2 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7ff155 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x8e8d497c shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x8e8f3272 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8e9ffaa2 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ec43700 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x8ecac1c6 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x8ecbff1e xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x8ed52d56 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x8ed5a478 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x8edfe051 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x8ee586e9 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eec8461 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x8eecaf37 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f0005ca rio_mport_get_physefb +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 0x8f15c4a1 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8f1d0612 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x8f1ec1c1 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8f2495c2 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x8f26b86e devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f322c11 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x8f376d2d wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x8f38b12d vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x8f39d817 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x8f420c10 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x8f4bae56 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x8f51775b debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x8f554e23 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8f561f3b usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8f58a39a acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f5dbcf6 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x8f681a3b __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f776bd4 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f79be65 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x8f7a292c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f927140 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x8f92853a __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x8f9a0727 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x8fa473b7 nvme_delete_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb0493e skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x8fb319dd virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fca0669 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x8fd7bf22 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL vmlinux 0x8fff75a4 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x900291c4 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9023ff61 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x902aaedd scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9049d380 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x905e6cfa tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x9061f8b6 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x90697a4b devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x906d1266 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x9088d026 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x90899361 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x908a3cc9 __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x909cbb83 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x909e4051 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x90a45161 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90aeace2 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90bccded filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x90bf0954 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x90c48b64 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d1707b PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x90d8c180 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e30dd5 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x91077b61 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x910c07fe wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x911c9f18 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x9124f0a1 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x912ae653 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x913814b8 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914573ad ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x914bc6d2 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9178868e debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x917bc1cc ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9189df5d fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919926dc cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c59e7e xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d29e07 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f40047 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920efe9c debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x921c887b __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x92260721 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x9237a004 synth_event_gen_cmd_array_start +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 0x925579e0 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x92717586 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x92727674 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x9298adf0 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92ac22b9 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92c0ca38 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db5d15 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e28c99 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92ef6b99 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x9301fd2e inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x93074591 pci_platform_power_transition +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 0x93366e5f securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x933cf298 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x93450e42 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x934b3e2e __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x934da2d1 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935f3c5c balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9361e0f1 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x936234eb usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x9372c6bb led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x93a7c65d da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x93c5493d __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d7e50a unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e32a06 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x93eb9c83 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940914fa usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x9413cf1a serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x9418ea78 sk_msg_is_readable +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 0x942ae12c set_online_page_callback +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 0x94415eca clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94754188 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x947c6849 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x947e7a74 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x9489835b mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x948e0e2b dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x949fe2c8 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x94bb6284 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x94beb775 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x94cc6e19 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x94e0ae50 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f04a06 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x94f60596 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9505ef5b fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x9508d9e2 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x95099f0a dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951a835f rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x95277d4e __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954dbdb4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9565620b pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x9569b0ff pci_load_and_free_saved_state +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 0x9572a84b acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x95742632 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9582c855 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95927bc4 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x9599a6e2 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x95a95797 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x95b527fd gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x95b9b814 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x95ba7670 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x95bb0402 __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c4deb0 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x95c5d34d hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x95c990a1 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x95dd11e3 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95fdb34e rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x960c6777 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x961073ce led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9615fdd4 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962a93da rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96318d3e clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x96341900 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x963deb04 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x96472c6f gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x96484ecb shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x964931d8 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x964f1948 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x964fb792 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9678594b acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x967edd10 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x968d0778 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x96923c89 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x969abcec fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96ae842c debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x96db0e05 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9721780d device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x9728acf6 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x973fb2b9 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974948ae mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x974bff4e ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97682e89 __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0x976ed66f nvme_try_sched_reset +EXPORT_SYMBOL_GPL vmlinux 0x977bb449 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9782132d bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x97917c03 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x9791d156 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x97aab287 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x97c74ad9 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL vmlinux 0x97c7cfc3 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x97d58d99 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e43734 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97ed3ae6 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x98096b5b scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x980a80da phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x98158d24 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983acde5 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98441d30 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x98499941 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x986a3e82 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x98738196 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987aaf90 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x987d2e30 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x9886e82a validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9893ee51 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x98a7a495 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x98ac1549 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x98b13f0e devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98b21fec platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x98b37816 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x99026e08 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x9924a031 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x992892cc lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x9929834f fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x993a0d17 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x993f5e6d power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x99414b56 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x99515744 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995a0c78 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995e5e8c fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x99753c56 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x9999e7c2 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99be1acd sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x99e5f783 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x99ede9cc of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f05de3 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x99f11981 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f4734a acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x99f95ab4 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x99fcf04c gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x9a0643d9 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1ed1df fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a440c43 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x9a4894fe devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x9a4f66db da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a5260 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a6be5a4 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9a7126bf __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a7641ac __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9a8aa39b __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9a8d9f81 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9aaf8739 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x9aafa4d7 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ab32a09 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x9ab7f8d5 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acc4488 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9adb60fa device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL vmlinux 0x9add9ec6 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aeba527 device_move +EXPORT_SYMBOL_GPL vmlinux 0x9aec65f1 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aed652c fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x9af29e00 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b049923 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x9b107a00 thermal_acpi_critical_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b234891 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9b3841f2 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9b489bc6 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x9b4a96dd kill_device +EXPORT_SYMBOL_GPL vmlinux 0x9b4eef6c task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b57f622 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x9b5eae7d register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b66d4e3 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b742f53 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x9b80d8e2 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b87e36e devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9b89bbf9 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9b8b2a43 gpiod_set_config +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 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bcdf86f crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be94265 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf36e60 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9bf3da7b phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x9bf7ea7f virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9bfd25c9 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x9c0446ea xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9c07ada9 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x9c251102 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9c2a09d8 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x9c3278d3 __nvme_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x9c431459 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x9c55dfd1 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c721da6 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c83ca20 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9c879cf7 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x9c8b29ca bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x9c939c87 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c9ecced syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x9c9ecd5d thermal_acpi_hot_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cbe96ed regulator_map_voltage_iterate +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 0x9cde2fbe power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x9ce0adcb tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x9cf1b357 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d093949 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d105029 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d146be9 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d3369ad __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3e0d54 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x9d474294 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d52f0ac nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x9d5ce3ed devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d734739 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x9d7374b7 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x9d86ae40 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x9d8a614d dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8c0fd8 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9d8e9a8a mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9ad1d5 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9d9e2e4c pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x9da0da3e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x9da60a08 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9da61737 folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x9da6c443 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL vmlinux 0x9dc595b2 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x9dc94e26 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x9dcdb81c device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x9dd21878 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x9dd75672 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x9de433e6 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x9e13335b nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x9e1669a8 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x9e1f75df __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9e2034f8 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e25a6a5 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x9e303cf4 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5d27a4 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x9e6500a3 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x9e6b97aa crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9e78e038 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x9e82a76f netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x9e8e1ad8 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea6de31 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x9ea899a2 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ecd971e blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edaf64b percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x9edc9086 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x9ede7317 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef61f0a ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f071706 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f09daf2 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9f2b17d9 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9f599220 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f7a4147 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x9f85b6b9 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x9f8928f9 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa66072 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x9fa72e9e get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x9fae285d thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x9fb7b085 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9fb7bcd2 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x9fbc303f anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc34f7b mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x9fce7b9a proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +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 0x9ff1f659 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0088296 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa00a0a67 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xa01755b8 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa02991a6 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0435d69 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa063f0d6 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa07400d7 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa082be53 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xa0839d13 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa0861925 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xa098115b __SCT__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +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 0xa0efc4f7 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa0f773a3 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xa107bee0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa13412a0 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xa15142d9 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15ce48a gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa15f196a tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa1617e38 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa1725f36 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xa17cc8d2 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xa1882e7b __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xa18b3488 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xa18d5992 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xa1a2cde2 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xa1b36bca __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa1b8a8ce pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xa1bedf83 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1cbc870 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1db5b4b tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa1ef170d class_register +EXPORT_SYMBOL_GPL vmlinux 0xa1f5af8d iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xa1fdd0f3 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2118afc usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xa21e0630 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa23537d9 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa25f8e36 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa265dad3 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xa268327e power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa26c5e5c dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa274f4b0 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xa2830e43 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xa2924b97 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xa294ef54 kthread_cancel_work_sync +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 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d93a03 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xa2d9b94e kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa2dba009 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xa2e11909 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ee8439 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa31558b9 node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0xa31b1c6a sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa3319c3a bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3343fd6 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa339f653 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xa33a5500 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xa33d22b0 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xa33ee918 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xa3479765 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa353f839 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa37b5203 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38bbaad __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa3965c24 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xa3977df5 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xa3996169 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xa39dc85b fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xa39f2216 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3b938f1 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bd0789 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3c04ed2 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xa3c5a8cc ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xa3c5fe82 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xa3df811f virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f0e4cd phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa418ac6b devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xa41cfcd2 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xa4281663 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xa42af52d iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa42d657f __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xa42e569a mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xa4352e2e virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xa4408b87 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xa442083b devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xa44623b4 key_type_asymmetric +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 0xa45b28f5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa46cef0a __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa474f4a5 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48fc8c5 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xa495893b cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b2f278 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa4b39c3b _copy_from_iter_flushcache +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 0xa4c1c29f dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xa4d02482 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xa4df4903 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa4e4b8b1 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xa4e73574 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa4e806e9 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa4fd6c14 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xa51c8161 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5345a0e gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54e4d85 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa5519cb1 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xa564e97b devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xa5695fb5 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58f8dfa __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xa5a47baf to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xa5b2cb42 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cd2e4f blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d2371f eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5decbac exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f77170 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xa601459b debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xa609c469 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa60ad116 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL vmlinux 0xa60e2b7a pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa6117564 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa62bfc66 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa63bd6e9 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xa65fe57c dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa6680748 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xa66cc04b nf_nat_helper_register +EXPORT_SYMBOL_GPL vmlinux 0xa675d007 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xa6776767 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xa6785ea5 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xa68285fc nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa69c0bd0 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xa69fdf52 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b3e750 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa6c4319e sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xa6c4ff44 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa6cb9f33 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xa6d83bb8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e1c240 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa6e72021 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xa6f1604d devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xa6f58470 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xa6f82d03 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xa6f9c17c dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xa7032678 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa71079d0 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa7138857 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xa71634bd usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xa72139a9 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa727a75c driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xa72b5254 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7547136 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xa75a6661 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0xa75ed863 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xa77abbce pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xa78dfdd9 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xa7976d61 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa7a33042 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xa7a5608a __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xa7c28b7c xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa7c83645 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xa7ccea0c fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xa7cfacf5 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xa7d0f487 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa7ee7a11 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa8102319 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xa812e11d nvme_auth_wait +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82e37d2 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xa84ca051 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bbe00 __SCT__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa8622ce5 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xa86269bf thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa869595c serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xa86ba710 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa89385ac blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa898cb80 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a0f60d vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8aabe4c serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8cc5125 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xa8d3e16c sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa8ef354c tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xa8f6655a fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9050a8d dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa917b59f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa91f8113 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa936ee6e vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xa93ab243 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xa93f90fa ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xa944d0fd irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xa9526b3a irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa962e9ad crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xa967e1c9 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xa96c7001 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa96e39af devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9850cf7 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xa985723e bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xa989859b genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xa98c6fa4 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xa995d555 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xa99b1875 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9bb5b32 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa9c0f254 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa9c37a6f usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xa9c94442 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xaa04ba28 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xaa05d982 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xaa1b43ad genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xaa32d56f pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa440ce8 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa60b06b regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6d633e user_read +EXPORT_SYMBOL_GPL vmlinux 0xaa75c876 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xaa771521 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xaa78f7cd scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaaa38f42 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabc2d96 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xaac99afe power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xaad8aac2 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xaaee3092 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xaaf5246d bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xab0bd631 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xab0da23b transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab173e26 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab348c88 class_create +EXPORT_SYMBOL_GPL vmlinux 0xab377c6a devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xab3d4194 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xab3dc063 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xab44c4fd pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xab4aa427 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xab595673 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xabb7c7c2 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xabb81303 usb_role_switch_find_by_fwnode +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 0xabd2257d lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabf5b9db sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xabf7f689 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xabfc2a57 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xac56db8a driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xac58179b rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xac5e904e xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xac74801a __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xac8306e2 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xac8d51a4 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xaca1c2cc tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xacaab013 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc2be46 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacffb5fd uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xad06a7c7 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xad156d4f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xad1dbf67 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xad20161e ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3a512b nfnetlink_subsys_register +EXPORT_SYMBOL_GPL vmlinux 0xad44e005 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad641dfc vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad7e0522 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad9929c3 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb912cc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xadc501bc sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xadcdee4e crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadffc0ae fat_detach +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 0xae12d7f1 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae28c16a skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8df8bf shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaeb19506 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xaecbad8a pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xaed97527 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0xaeef3c13 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xaeefc802 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xaefc683a acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xaf04d892 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf1c962b netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf28184b regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xaf2d2eba do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf428325 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xaf493935 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xaf4f1acb tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xaf5b0eac nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL vmlinux 0xaf5d3440 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xaf69c246 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf878288 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xaf96d220 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xafc251e4 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe89b8f dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xafef345a usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xaff9912a vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xb00db207 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xb01176ce __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02af2d4 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb02c5777 acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xb040f429 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb04451f2 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xb04bd3b6 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xb05c39e2 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb0609888 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xb06e457f gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb06ec77b iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb08b50de irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xb0989082 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb0996b8d sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0ba1ed0 gpiochip_line_is_open_source +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 0xb0ecd58a ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb10163ba rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +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 0xb124fb16 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xb12c6f93 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xb133516c tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xb1360987 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb138d68b vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xb13e1800 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xb14c06ac led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb15f7136 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb170f888 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb17b03e6 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb180937b get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xb1809631 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xb18aa4ef trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xb1924aef __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb19c6d4b pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xb19cf7b3 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb1a07346 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xb1b62f9d __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0a307 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20d01c6 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xb20da6d0 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xb2149561 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xb2160402 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22c8c66 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb240bcc6 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xb247f3f1 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xb2559509 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25d9787 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xb2601ea3 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2751637 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xb27abf96 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb2840191 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xb285b8f8 xen_in_preemptible_hcall +EXPORT_SYMBOL_GPL vmlinux 0xb2891e06 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xb28a4121 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a20a24 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b0373b xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xb2bcb12d devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c58803 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xb2cf7c38 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xb2cfb111 nf_ct_delete +EXPORT_SYMBOL_GPL vmlinux 0xb2d89a0e pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xb2e67757 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ef77bd gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb33622dd ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xb3483619 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xb34ecc38 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xb36b9111 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xb377de2e sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xb37b3901 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL vmlinux 0xb39665cc kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xb3a27521 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xb3b34112 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb3baa5ba clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb3be5213 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xb3c92706 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xb3e0baf9 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xb3e1efe3 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xb3f3a860 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xb3fcc3f0 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4096d8d component_del +EXPORT_SYMBOL_GPL vmlinux 0xb411fe8f tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xb4161a58 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xb4165b90 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xb41aa434 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb420fe4f create_signature +EXPORT_SYMBOL_GPL vmlinux 0xb4385cfe regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xb43da8ba device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb450b5c3 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xb46630d8 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xb46db92e acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xb47ad12f nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb486cfa1 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb4a650ed regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb4ab6f95 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d488ee pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xb4d4cf15 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb4dbebb8 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f500c2 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb4f89e00 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb50784f4 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50e1578 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xb51b9246 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52090ed crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5273cd1 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xb52e9afc devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb537cf15 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5440be9 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55e9f1a pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb562627c pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xb56d9db2 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb57b44e6 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xb5861c63 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb59e4433 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb5a82409 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b2b108 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb5b4fc51 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xb5e8b410 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xb5ed1ee6 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xb5fc5bc9 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb5fe2575 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xb600ddb1 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xb6098f45 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb615c3ac devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6293ac1 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xb62c014a bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb639a7eb i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64a7211 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6500e3f crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb66e0edc spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xb6714499 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb677c585 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67dd786 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb696b5e8 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xb697805b nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69ea526 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xb6a1f298 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb6b6b38d iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +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 0xb6ef5e48 events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xb6f4f732 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xb71d182f blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74176f8 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xb7486809 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb75939f0 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xb75ff6a7 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xb763b239 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xb767273f bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xb7959025 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xb79e0794 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7af1da3 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb7b4cc9d sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xb7b53d3f bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7dbd39e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb7e5f9bf __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f4a57c crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb82721b8 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb8321416 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb841228c usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xb8478750 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85b4022 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xb8686b0d unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb883d1d9 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb892ce22 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8b0618c iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b8ec8d acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xb8be56b6 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8cdd554 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb8ce468c clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xb8d8cc97 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xb8e29104 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xb8e575fb thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f40ccd crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xb8f6e296 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xb8fc3647 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb90e0b76 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xb911c05a devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb915ce29 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xb91bb39c device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xb91f1fc2 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb929f305 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xb939b1a0 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb94fd59c clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xb95542c1 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xb959ec6b __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xb95dfdc3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xb966aadc __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb966bce6 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96d774a nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL vmlinux 0xb97ca0e3 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xb98193f5 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb995b4f8 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a2a087 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xb9a6f60f debugfs_remove +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 0xb9c6d054 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d52ed8 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xb9ea612f intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0xb9ef5a92 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba03ad0a pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xba094957 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xba0e2a9d regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xba10cdf5 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xba20537a dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba310dd8 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xba315b84 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xba34c58f fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xba539d15 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xba5625e9 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xba5ad8da irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xba63039d strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xba739bba regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba9775ca regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac800df list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xbadc80b2 arch_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbade3523 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xbaf1ae65 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbafe9639 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb04407c devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xbb069313 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb0b7413 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xbb1468b1 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xbb1875fa hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbb1ca175 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xbb25c70e ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xbb3020fd tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xbb35ef87 mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb44e9e4 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xbb451eaa rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbb47a91c gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbb51e191 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb56a830 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbb5ca605 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xbb5e5569 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb691f44 __clk_get_hw +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 0xbb7faf31 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb9d257a sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xbbaaab23 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xbbab1ef2 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xbbace938 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xbbb1b8ad __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbbe5cd5 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xbbc782f5 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xbbd7194f perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xbbd82c93 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe97659 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xbbef3427 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xbbf295d5 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xbbf7f0a1 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xbbfd4426 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xbc055956 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xbc0d679e iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xbc14c22b wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc31aedd unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4276f3 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xbc484cd2 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc495666 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc5c8e34 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc613fb3 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e7002 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xbc7cd717 ack_all_badblocks +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 0xbca17636 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xbcaf6eae regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccd561c ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xbcd48198 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xbcd4f6fe nf_ct_expect_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbceeea89 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfaaec3 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbd04ee85 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0acaec devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xbd0cdf8a scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xbd2991ae reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd418856 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd4e5348 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xbd609aac rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xbd64613b spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xbd678291 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbd9b5343 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL vmlinux 0xbda047da kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda06f2f filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdbbad04 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdde91ca pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xbdf8bf64 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xbdfdf052 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe1b457a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xbe2449a1 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xbe2cb122 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xbe2d545e devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xbe3afbcc i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xbe41fa81 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbe4a6c9e iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xbe4c411a usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xbe52c040 tty_buffer_unlock_exclusive +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 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe79bc4f pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xbe82be94 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xbe950159 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xbe9595f0 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xbe988a30 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9e240e iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea7c289 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xbec3f920 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed24927 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xbeebe273 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xbefd1bcc fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0c350f __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf1cb4fb perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0xbf287da2 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4508e0 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf47bf7b nvme_set_queue_count +EXPORT_SYMBOL_GPL vmlinux 0xbf4805a7 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xbf485db3 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xbf4880e9 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc47478 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbfc49d9b __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xbfd60e33 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xbfdf4e40 nvme_remove_namespaces +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff1e963 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xbff3e519 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xbfff280e crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xc0022486 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc009a093 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xc00dc09e bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xc010d253 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xc05520b5 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xc05fbc94 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc061f90c l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc074d8c0 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc085ae33 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xc0875f7a devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xc0889e34 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xc08ae499 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc08c410d pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09938bd ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0bc5f25 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xc0c3ab13 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc0c97a7d clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e046f2 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xc0e27f8e crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0fd68ab rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10c070f usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc117a77f blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc11aa87a crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xc126810f dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xc1288028 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xc1320af3 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc137aa27 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xc15a8621 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xc167f217 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e0045 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL vmlinux 0xc190eeb6 md_start +EXPORT_SYMBOL_GPL vmlinux 0xc192dd9a sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xc1a682be pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xc1b335da netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xc1bc742a peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc1cc3074 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1e69770 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eed42e gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xc1f7e77f __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc222cebf trace_event_buffer_lock_reserve +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 0xc249a515 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xc253c85d ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2772ad7 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc27aee45 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc27aeeef nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL vmlinux 0xc27cb2f3 phy_set_mode_ext +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 0xc2a60d5e blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2bf6bc5 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c4b254 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xc2c830a0 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xc2ce84df spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc2d931a7 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e548ba devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc3004ade msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xc31084d5 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3114f9a __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xc31769cc strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xc3386b89 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xc33ca570 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc342700f __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc3472fb6 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xc3652942 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc375ffdd __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xc377a946 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xc37a8bbd ip6_append_data +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 0xc39b457b tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xc39f28fd kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xc3a7ca39 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc3b0823c edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc3b2e685 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c997b4 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3ccdd43 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xc3dda1be skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3faaadb __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xc3fc2ee8 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc40910ef dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xc40d9e0c regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL vmlinux 0xc41a8113 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xc41cff47 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc42069fa vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xc4210077 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc428ce33 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xc42a6a82 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xc430820d param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc4454c8e platform_msi_domain_alloc_irqs +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 0xc45fb8c3 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4846520 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ab7c04 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xc4bef59d pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xc4c5191f vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d935d9 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xc4da63a9 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc4db0e45 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc4e9e6a9 nvme_mpath_start_request +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5006349 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xc502a68d register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc514237a platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc52277a5 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xc52ece8b powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xc52f8202 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xc5326d70 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc545bf49 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc548f2fe l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xc55ed06c thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56bc793 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57a0e37 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xc5801386 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58e8f70 __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc594550e synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a60a81 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xc5aad560 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xc5d4143c icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xc5e4a2af reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5e5311f gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xc5f34aa6 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5f3aa13 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5f5b870 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc5fa5d1a vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xc60180a2 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL vmlinux 0xc602ebbf nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61f6184 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xc61f9b63 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62cc05a acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc631e4e2 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xc63eea6c led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xc6411b5c fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc65188ea __tracepoint_neigh_event_send_dead +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 0xc666bf0e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66ca75a devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xc66daccb usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xc6745e2d sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc695c8d6 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a3c9b6 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6bd29c3 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e84a16 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xc6fad95e __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6fb5d4e devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc705916c preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70c8e3c blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xc71bb27a anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xc72d330b rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xc72df343 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xc7399133 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc74db05c component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xc7611678 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc77ba504 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78dc8da extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc7970c62 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xc7988db1 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xc79cfc9f wm831x_reg_lock +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 0xc7c94e54 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc7d6ab96 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc7de238d sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc7e6063d xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e89755 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc81d9ca4 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83e5426 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xc851b2cf wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc865d920 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xc871058f nf_conntrack_helper_put +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8a946a7 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc8c4ae4c nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8d6f7e8 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8ea7aa3 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xc8f0722c ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc900fd94 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xc9054127 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xc905b0ef scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xc90e776d iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xc90f3179 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xc9175f62 ioc_find_get_icq +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 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc940d567 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xc94bc0df blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xc9526332 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xc9551aa7 scsi_nl_sock +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 0xc9770946 nvme_stop_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc985c717 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xc99da118 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9b09f14 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9cf4df4 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9d49a98 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f2421b devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc9f2d8b0 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xc9f4bbb5 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca3efe4f gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca47f8b8 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xca4b370d usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xca4b8000 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5f74f7 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xca610b23 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xca660962 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca88b967 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xca8fd0f2 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9bf9e6 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcaaa5874 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcab441be devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcabb6f55 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xcabd0942 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcada6bc8 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xcae0dd3c pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xcaea4311 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xcaedb124 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcaefeb22 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcaf0271f hv_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafbf44c devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2f89c4 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL vmlinux 0xcb39d3c7 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb582b05 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb5cf1c9 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb5fa9ec __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcb6ce8b6 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xcb72a07f bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcb74add8 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb8a5b1d rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcba902b2 nf_ct_expect_put +EXPORT_SYMBOL_GPL vmlinux 0xcbabd73b xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbc9e1cd acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xcbd981fa gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xcbdd6962 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf7c236 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xcc00fd1f crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xcc0976cb generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0xcc1acfc6 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc381e76 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc41d5c4 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xcc45567e blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xcc5275c3 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xcc55784d pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xcc692edc pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xcc69321c add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xcc6f75d8 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xcc71fa62 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xcc82e847 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xcc88a74c rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xcc903fa1 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc927184 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9ae25d vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccc91935 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce213f5 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xcce4fbbc ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xcce8806f nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xccecbb47 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfae72c ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xcd08c9f4 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcd098a3f __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd204a1c pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd43f8ff __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xcd504ecb switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xcd5101b9 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xcd637979 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd74c073 nf_nat_helper_put +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 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd98d325 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda8499f fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xcdadc6b3 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb84219 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xcdbf3d80 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xcdc5df5a iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd2f246 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce15cc8e proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xce1a1e59 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xce241234 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xce338cf0 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xce370b5b tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xce3d9285 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL vmlinux 0xce5a9199 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xce65705d irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce73d3ff serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xce7e734b dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xce978ea6 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xce9c2f40 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xce9ecfe1 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xcea2cc6d gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xcea4868e mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb46eeb verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcec7988a skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xcecf7be4 nf_ct_helper_init +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee56260 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xcee9c15b dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf06b2f6 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xcf07b05d nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xcf07b56f perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xcf0fcf1a device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf35629e __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcf3d9141 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xcf4e4a24 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xcf4fc865 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xcf66275e virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xcf6b658e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xcf748643 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xcf78ec68 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0xcf7d1a3e synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xcf8080a3 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xcf8cf1d1 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xcf9123c6 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xcf91dcc0 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xcf99ba8d clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xcf9c6fd0 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xcfa0c5cc wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcfab9998 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xcfbb5c8f free_vm_area +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 0xcfdff4a3 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xcfe0e361 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xcff09057 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd00c9d0a nf_ct_l4proto_find +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd017f8eb regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xd02869f3 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xd02d3cda tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd0479e2b icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xd04a6e94 tpm_chip_unregister +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 0xd0735e2d ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xd086b4f0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd08f52fc is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd092c9c3 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xd0990b14 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a9e894 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xd0abcd73 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xd0c01719 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cde399 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d2c85a __tracepoint_br_fdb_update +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 0xd0e2a33d dm_put +EXPORT_SYMBOL_GPL vmlinux 0xd0e44eb7 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd0f9c6ec spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xd0fa61db con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd0fc4d40 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0fe7c33 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xd10aa701 of_css +EXPORT_SYMBOL_GPL vmlinux 0xd10b51e0 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xd11bab18 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xd134bc61 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13e060c fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xd13f5771 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd14528a8 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15ccb08 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xd15d30f4 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd162de8f device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xd19600c0 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xd1a86d03 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd1bb925b dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1c57d18 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xd1c59b2d device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d4d96e pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1da3137 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xd1e8ca4a iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1eadaa4 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd200256c pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xd20bea46 ata_dummy_port_ops +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 0xd2183e09 nvme_setup_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd219fdc2 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21bfb6f __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd2204e47 nvme_get_features +EXPORT_SYMBOL_GPL vmlinux 0xd2207abd i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xd22f5035 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd240c320 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2653879 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2748b03 scsi_flush_work +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 0xd28ebb95 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xd298aa38 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29f9286 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0xd2a0b2d5 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd2a32f94 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd2ae993c __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b7cdbc nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL vmlinux 0xd2c67398 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xd2d14e43 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xd2d6f46b gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e0f16c nf_ct_unexpect_related +EXPORT_SYMBOL_GPL vmlinux 0xd2e86839 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd30377d8 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xd3089ee3 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd308c72f iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xd30de944 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31af8bd __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd31f76f7 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd326300f thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3832037 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd39c364d __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a6c852 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xd3e85f45 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd3e94020 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3fa402f l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3fbebef ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xd3fe6ea5 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd406888a blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xd4129190 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd419b225 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xd422500c __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd435695d pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xd435d622 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44cc702 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd44d6063 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd45a90d2 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd47914fc tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4b0f585 xfrm_output +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 0xd4d04d87 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d0ed9f dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xd4d37e86 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xd4deceda trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xd4df5e83 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4eb07cc acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xd4f18410 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fa3415 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL vmlinux 0xd51d134d kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5372070 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xd54413ab netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56d4017 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xd5767b08 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd57a9914 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xd57f7f30 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xd5806ffd nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59abcc8 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xd59b2b2d xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd5a5d732 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5a61a34 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd5ab371c ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xd5b02baa rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd5b99363 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xd5c33783 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xd5c83d60 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xd5cbb8fe __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xd5e3cc89 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xd5e530df usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd5ec8ab7 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5f48a1b crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xd6026eca dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xd61e0c93 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6501b61 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xd65ea023 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xd6649bb0 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6754553 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xd6763380 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xd6874fee mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xd687e7b0 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xd69006f7 serdev_device_write_flush +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 0xd6b79793 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xd6d686f7 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6e1102a devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xd6e7c715 devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6f3c1c1 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd700dcf5 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xd705e179 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xd70badf3 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL vmlinux 0xd712db25 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xd7140e17 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xd720e56e __SCK__tp_func_remove_device_from_group +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 0xd73631b8 get_device +EXPORT_SYMBOL_GPL vmlinux 0xd7421de2 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd7671dbd kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd783b162 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xd78a25b0 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xd78c1ea1 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xd78c267c badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xd79f33e2 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd7a7a324 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b21543 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xd7b265c4 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xd7b9b83e dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xd7c15e00 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xd7c185be tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xd7c33a07 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xd7c41060 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd800ba9f __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xd804cc1a kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xd8063bbe folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd81e1fcd dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd82d4de5 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xd83d3ba3 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8583248 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd85b6878 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd8614880 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xd865cf0a acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xd8765ebc devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd877bb04 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xd879d9b1 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd882d2f5 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd8888afe nf_ct_helper_log +EXPORT_SYMBOL_GPL vmlinux 0xd89cc0e3 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd8a061da __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd8b07bb6 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xd8b45768 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xd8bd0f54 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xd8bdc812 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd8c1663e regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xd8c595f4 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d86302 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xd8d8759d vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xd8da8712 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xd8f677c4 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fd4e15 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xd9057948 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xd9087fb5 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xd910c81d aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd9125221 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92bc594 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd933bd90 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xd943d739 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xd95ee1d0 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd972ddd4 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9945b58 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd9a41e2d __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xd9a68ad2 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9cb0851 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xd9d0007d devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xd9dac089 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9fc5d8b inet_ctl_sock_create +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 0xda12fdaf firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xda190019 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda2874fe devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xda31393a devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda45f931 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xda57d107 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xda6c8aac md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda8793ed __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa139dc tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xdaa2f226 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xdaa8014e device_rename +EXPORT_SYMBOL_GPL vmlinux 0xdaad0ea5 md_run +EXPORT_SYMBOL_GPL vmlinux 0xdaae3610 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdad67e5f ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xdad79186 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdae4c788 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xdaea9634 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xdaf454ac usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xdb04b804 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xdb05d7b8 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdb131b21 __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb20e371 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xdb4c03ff dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xdb4d06bc bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdb4e2c68 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xdb580742 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb60c969 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdb62b571 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL vmlinux 0xdbb4fde6 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xdbbe821c __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdbc34c02 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbc758b7 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xdbd0f54d rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe39235 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8f59f rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc02f14f set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xdc295194 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xdc434752 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc618993 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xdc62e045 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc68f16a gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdc695dd6 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc6c492d sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xdc6d6108 dev_attr_unload_heads +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 0xdc88b627 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcaab948 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdcb32c7c skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xdcb46d3d vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xdcbf4928 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xdcc2b176 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf1ea92 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xdcf699c3 nf_ct_netns_put +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd160f3a get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xdd17680a tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xdd2c6a69 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xdd305445 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xdd3ecd89 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd86454e dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdd9f30eb dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xddab5a69 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xdddb3ec3 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0xdde6b0c6 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xddf01eab xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xddf28236 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde134adc devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xde29fb68 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde367612 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde515453 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7534e8 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xde9236a9 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdea4699c tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdea4a7bf wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb84d27 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xdebe0262 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xdec4734a irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xded6c04e of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xdedc96a3 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdef92c3c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0234bd ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xdf077759 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xdf08fcbc switchdev_handle_port_attr_set +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 0xdf17f00e __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1d4ee3 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf248a27 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xdf24ffeb nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2851d4 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdf2bf0de irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xdf2d3342 gpiod_set_raw_array_value_cansleep +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 0xdf59a71c inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xdf688a85 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdf6e2454 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xdf76dae1 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xdf7fb7e3 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdfa8500d pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xdfb8787b blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xdfca7da3 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe0f6d1 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xdff55e52 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xdfff83bb extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xe019ad07 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe01a7c54 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0xe02c99b7 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe03deec5 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe0520307 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe063879e pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xe068a14d pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xe06eca24 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xe07b5741 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xe0820442 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xe082da68 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0af7212 fwnode_count_parents +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 0xe0cbeb07 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0d400e5 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0e7b995 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xe0eda6af uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xe0f628cb power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe1014660 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL vmlinux 0xe1023b23 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xe105343b fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1236e5a backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xe1377ea7 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe16ac47f da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe16b1690 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe16b5533 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL vmlinux 0xe16ca0ee pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xe1712628 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe18c3cff fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe19f9484 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1a52fe3 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1a9c0d8 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b391e7 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1c947c1 device_add +EXPORT_SYMBOL_GPL vmlinux 0xe1ca809d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xe1e9079f mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xe1fcac5c sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xe206ba93 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xe22ad149 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe2300f01 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23a170b led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xe23b1aae phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe23c94dc nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe2420f1b bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe267d7e7 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe292f9c0 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe2939d29 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2a059da platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe2b2865b irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c3edfb __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2cf9af2 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d545bb devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f5fb16 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xe326465b register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xe332dc98 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe338d95b serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xe35451e0 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xe3591276 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xe35ec49b irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xe37acd18 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xe382c581 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe39117a3 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe395b245 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39d1eff __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e52798 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3e93247 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xe3f4050c is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe3f6d0e4 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xe40a7da2 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40bbf22 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xe41b1a3e vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe424d56b dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xe42809f5 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xe42d0f1c devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xe42e3f99 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4327880 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe441c0fd dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xe4444cee nf_conntrack_free +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe482e7fe tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xe4835bd7 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe48af6d5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xe48d219c __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49e992a dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xe4a3fe02 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bc39db pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c82157 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe4d022ff of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ebb4d6 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xe4f2edb1 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f55199 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xe4f66271 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe50388b3 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe531234a pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xe53d846a d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe54ac14a device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xe55769b0 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe55f5199 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe55f98e7 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xe5781a2a fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe58741d8 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5892724 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xe58c63f5 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59bc387 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xe5b36496 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c1e353 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xe5c93bcc fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xe5cb2240 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d13a0f irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xe5d3b280 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xe5d68d55 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xe5df94bf rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xe5e05ddf devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xe5f6c80c iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xe5f7ffaa phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe62308bb edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xe62358a4 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6320c5a gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xe6322b8d register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe658854e device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe65b868e clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xe676202f ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xe67e98ed mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xe6875ac5 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xe688fe81 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xe68b0718 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xe6b7198f pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xe6c415e9 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xe6c8ad0d gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xe6d38bc5 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +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 0xe6fc71a2 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xe6fd7953 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xe6ffc61b usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe70740f8 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xe70e4351 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe70e7835 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe716c515 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xe7223ca6 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe723bfa0 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xe72a41d3 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xe72ea210 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe7465f43 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xe74b4411 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe776122d __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe781bc9f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78c8604 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a7cf56 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xe7a8fb75 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7c4b42d regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xe7c71a0f sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7d416ea mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e55916 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xe7f0c750 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xe80167a6 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xe8035e7c acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0xe8091c2d sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xe809c2bd lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe811cbd2 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81b7213 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8522d38 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xe852668e irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xe85932ed cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xe85f8e3e blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe864e68f device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xe86ed5e4 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a4d7c6 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8b5d72b fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c409b8 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8ea30fc __nf_ct_expect_find +EXPORT_SYMBOL_GPL vmlinux 0xe8f77fa1 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xe8f7ae3e __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe905a241 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xe908e6c8 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe92ec993 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94aa1ea blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xe94c5f21 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xe94d5d56 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe987f41f __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe98a3227 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9b4305b ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe9c0cb02 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9cfb952 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9da9217 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xe9f26980 dw8250_do_set_termios +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 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea1047ba __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3ab237 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL vmlinux 0xea414556 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xea466b60 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xea585d43 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xea5a186a extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xea6388fe usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xea65b2e0 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xea69d7d7 asm_exc_nmi_kvm_vmx +EXPORT_SYMBOL_GPL vmlinux 0xea6a9d34 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xea6caeb2 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xea76038e acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xea79b572 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea843431 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xea8919e4 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xeaa5f5ec __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xeaa8d9a8 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xeab31149 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeac0074e device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xeac04b80 nvme_enable_ctrl +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 0xeae59c24 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xeae5fc66 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xeae8a5a6 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xeaedcc70 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeb080053 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb20016a sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xeb2777b8 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xeb43202d usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xeb4a4842 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xeb52f746 __SCT__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xeb59947a __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb6fad10 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb881373 device_register +EXPORT_SYMBOL_GPL vmlinux 0xeb918e5e __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xeba78298 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xebac97f9 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebc16c24 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xebd0f01a usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xebd2c398 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe3209b validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xebe35189 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xebe427c0 nf_conntrack_in +EXPORT_SYMBOL_GPL vmlinux 0xebe74879 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xec119d22 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xec27d1e2 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xec2fa87c scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xec3653c7 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xec53cead __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec6c9465 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xec6cc7bc thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec7947cd proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xec87d8c0 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL vmlinux 0xec9d0f09 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xecb3a438 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecce5d8b dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xecd591e4 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecf2818a serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xed0459df cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xed0e201d kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xed23eef4 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed3316a9 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3b7785 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xed3f341c devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xed4d5e6a pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xed61b247 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xed84cd9d crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed953ad5 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xed9ba5dd tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xeda9a2f7 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xedacfd69 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xedc425e6 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xedc45e67 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xedc77106 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xedd31aa1 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeddbc39f irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedec60b0 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xededc604 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xedee7038 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL vmlinux 0xee0a9f77 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xee0fa0bf devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee2f57c5 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3f32dc tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xee41cd9b crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xee42947a devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xee46f237 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6ac3cf vfs_setxattr +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 0xee77e6be gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xee8971ee gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeed177f1 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xeed23f10 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeede7613 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xeee13abd spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeee8f92f md_stop +EXPORT_SYMBOL_GPL vmlinux 0xeeedd22f regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef158071 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef30cb0f fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef35db1c gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xef391794 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xef3c2caa gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xef40a367 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef484958 __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef4d76c5 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef5c8a73 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5f7303 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92e824 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef97c081 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xef9bddfc fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xef9c02db __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xef9d4a1a dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa6cf6c relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xefa98057 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xefabc85c serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xefaf5756 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xefb66190 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xefbe9c20 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xefdbfb29 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefeb658f genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf000f8e4 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xf0275360 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xf02bde5f devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xf02d27ba syscon_node_to_regmap +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 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf071c8e0 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xf0790a7e fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xf08f7518 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0c9b177 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf0d097da ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0dfc80c netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf0e19581 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf0eb9cd5 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xf0f4021f xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf108d294 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12974e2 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xf12f7e1a dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xf14a8b58 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf14ac79a gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xf1624b90 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xf175d9d5 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf17c2a63 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1854766 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18d7e17 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xf194eb96 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf1b335c0 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1d6e377 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xf1df7c84 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xf1ec0c85 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf2032ab3 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xf20a115e filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xf2179aae regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf226e290 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xf237a3b3 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xf24d674b devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf251c947 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xf252ad63 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf2711fc8 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29ece6f skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xf2a01638 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xf2afa440 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b343f1 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf2c1d20d pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xf2c41de2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2d3536b mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xf2d361d1 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xf2f44331 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xf2f756e0 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xf2fb3282 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xf2fb5af2 sk_set_memalloc +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 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31b7631 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3425112 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3558a5d usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xf3589884 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xf36149f2 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf374c54d strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xf3781f3a nvme_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37e8b42 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf382910e alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xf38bcdf3 nf_conntrack_max +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 0xf3cab17d cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xf3d684e4 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xf3f35744 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf43ab567 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xf43af1c2 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xf441e673 device_create +EXPORT_SYMBOL_GPL vmlinux 0xf44ba3cc gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xf456e302 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xf458cbe5 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46e913e xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf485b74a adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf4887699 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xf4890915 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xf49057a9 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xf4a0e07c crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4c0a81b usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf4c481c7 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xf4c9620c ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf515895d irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xf517da8d pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xf522378e gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5350f3c devres_find +EXPORT_SYMBOL_GPL vmlinux 0xf542d968 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xf544151a __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55e1dca gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xf577cbd6 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xf5863f0b dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xf5864699 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xf5878cc7 fpstate_clear_xstate_component +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 0xf5aca61d blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xf5af2864 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf5b52d5c hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xf5b7fd3e __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xf5b99a33 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf604f534 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xf6063f22 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xf6107c4d regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf61176f3 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xf6132089 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf615ddf9 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xf62c5af6 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf658d90a dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xf6595d9c is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xf65f4ad4 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6735373 pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf676a9fc of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a50036 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xf6a68ce1 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xf6b2a01e __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6ccb087 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf6daf630 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6eef732 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xf708bc40 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xf70d5acc apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf711f4dc __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf712c386 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf71e9141 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72a7805 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xf73eb6de pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xf73eba9e device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74ac337 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74ca2e5 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf76414b3 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xf765b4e5 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf774a83e inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77bff87 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7857111 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf78cf96a __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xf7914474 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf79747dc devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf79ae3f4 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf79c7bcd irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xf79e908d adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xf7a18a9b __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xf7a82900 acpi_dma_simple_xlate +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 0xf7c8b6f6 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xf7cda565 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7cfc128 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf7eb0b36 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xf7fae124 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xf8063013 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf8159f2b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xf817459e devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf81c26e6 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf8231c8a badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xf8253576 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xf825d45e tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8345e39 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xf840ea85 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xf841ea2d i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf852f670 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85af929 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xf866a783 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xf86cdf96 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xf8776ebb da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xf87a696b pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xf87dd816 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf8831491 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a2b062 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xf8a6e350 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xf8a933fc crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8ce4119 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xf8d7c745 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf903b9cf tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xf90f01e7 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf9101c9b __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf91e35ad nf_conntrack_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf928bff7 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xf92f49e4 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xf93b4428 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf949990f pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf95500d5 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9abfd21 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9d47809 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf9d82bb1 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xf9e91ce8 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xfa0c9826 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa224b96 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xfa25f5cc __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xfa269058 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfa2e76d7 nvme_auth_stop +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4f3ddc fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xfa4fa497 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xfa56b695 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa79bbda balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa7b36c4 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xfa98c92d of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xfa9a9c06 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xfaa54b29 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfaa9b711 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab401a9 nf_ct_change_status_common +EXPORT_SYMBOL_GPL vmlinux 0xfab52fab hv_set_register +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab5d35d cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xfab77f16 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xfab869c1 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xfac0ca11 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xfad8f9d9 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadea21c p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0xfaea5bb0 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xfafcdd02 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xfb07f680 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xfb190a86 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xfb1df559 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xfb2f9f3a __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb3aa750 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xfb48ac53 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xfb4cd197 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xfb4f2c42 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb746b1a iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb80d3c9 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xfb830233 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfb834677 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xfb86caa7 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xfb89717a device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xfb9e80d6 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xfb9fc975 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xfbb59fdb platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcc63b8 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xfbcf9cfa devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xfbd31a2d fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xfbd50a00 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xfbdc9a64 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfbde4e1b tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xfbfa9b4f __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xfbfb192e rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0f5c40 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc497b40 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xfc4df8cb genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xfc5957a9 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfc85b1b2 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfc9fabe6 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfca03181 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xfca77270 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xfcaa0c76 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xfcadfcea __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc04718 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc45eb0 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xfcc6e1db gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfcda4e5a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xfcde4d88 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfcde9b66 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xfce18b20 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xfce1e9bd kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xfce7da2b crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd00e738 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xfd07189b lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd182bc6 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xfd22630a debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xfd232780 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xfd4eb4cb phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xfd588a22 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd756bfc devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd8847b1 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xfd935496 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xfd9da548 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xfd9df1ef ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbe05be netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xfdbf31c8 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xfdc54960 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0xfdc62d6e kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xfdd6d4fd fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdeff86c nvme_host_path_error +EXPORT_SYMBOL_GPL vmlinux 0xfdf9bd94 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xfdfd4021 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xfe02c037 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfe089412 vp_legacy_probe +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 0xfe1dffda relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xfe28961e usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3cd3a2 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xfe3ded48 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xfe3ef2e0 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5a122c pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xfe5f53d1 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xfe693f02 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe8b890e blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe8e9961 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeaf05e1 nvme_cancel_request +EXPORT_SYMBOL_GPL vmlinux 0xfec994b7 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xfec9f628 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed1edc3 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xfee3a74c pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfee69cba blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xfeea35d0 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfeeb4c1f gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfefc0a0f dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xff052117 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xff059ae5 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff085945 __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xff089412 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xff0f657c acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xff129e9b devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff182a67 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff30b1cf _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xff332db8 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff537417 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xff69f63d nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xff6e45e1 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7fc364 anon_transport_class_unregister +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 0xff90f32a debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbdb210 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xffbfda7a nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffd33469 thermal_acpi_passive_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xffeec10f __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xfff776d2 pm_clk_add +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 0x080d524d cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08f7acd4 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1051abb5 cs_dsp_run 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 0x1863a834 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1be0fb46 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x22bcf159 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x295a10b3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3121f1c0 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3e9a9a39 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4ad7919a cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4ae27be0 cs_dsp_remove 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 0x526947f7 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5bade5ac cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x66c57483 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x684120c7 cs_dsp_read_data_word 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 0x6fefe834 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x72cceace cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x822a6352 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x96f9185c cs_dsp_stop 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 0xaa28fbd5 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 0xcb3530cf cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xdf993b17 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe2ec8815 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe6270135 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x12d92138 tng_gpio_suspend drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x3353630f devm_tng_gpio_probe drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x4c7a1f3d tng_gpio_resume drivers/gpio/gpio-tangier +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xf9d5b88d hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0xbec2b21d devm_i8255_regmap_register drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x04d4eff7 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x0936d979 __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x0b49dc99 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1171e1af i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x16e7ca0c i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1f981f83 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2bd6cfde _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2fdae493 __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3356d5d2 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x38b91c5b i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3d60f6e1 intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x449fc2a7 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x532ecfb9 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5356b472 i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5c3bbe74 i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x61706699 __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x62f4d914 i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x772762f3 __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7f3d799d i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x84a665ed i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x878b3674 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x89eea787 intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x966ea6e2 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9e4f86b2 intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb0b1580c i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb66611af intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb76cef82 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbb68d5d6 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc8032d1a i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xdc08ed54 i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe07be888 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe9b3edc1 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xef68cf98 intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf1cbc0c4 i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf6ddeb80 i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfa4f1879 shmem_pin_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 0x2af7222b idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0x319e5f6e __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x3e86f2f5 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x5a9a1c8c idxd_user_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0x77744271 idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xda025089 idxd_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x18e49a85 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xfe0ef28f ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x20f64b97 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x9dd13384 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0xb6e0f30e ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xceb0bfe7 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x2b0ad2e5 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xfc624bb7 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0xc9522b23 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xe1c3d7b1 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x18be4eda __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x25a00113 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x29f32a5a __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x418601e4 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4de5f818 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x56c36187 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x79c6c861 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9577b922 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xbdc9568c __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf577e129 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xe4b43c82 __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x276e2669 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x75f0d4ad 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 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 0x87fcdbd5 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 0xfa75a300 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x21494cfd adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x3020c442 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x124e5188 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3175a871 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x376a3cde ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x63d2225e ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x695c97ee ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7cfc5a42 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8bcbdfce ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x987acb19 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb47e4721 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6fa85de ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x5b5fcf2d bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xd8206619 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x04f65743 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x52846a77 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x82392fe5 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x901af13e bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x02f3f981 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x73e2bbad bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x9cc3444e bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xfe959878 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x50fea474 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x80a44dbd bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x0f5d09bd bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x4172558d bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x5fd40240 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe563c4b4 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xf4f9ec98 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x65956d95 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x15c22434 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1bbe98b1 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1e6af332 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x2147c7fb bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x24dce73f bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x448a6d3b bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x56a2e63f bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5d26e220 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xbc48268d bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf4ec2e50 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x2a371ba3 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd47dad86 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x524e798b fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x60efe722 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xc9f76eda fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x721d575e fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x9264263c fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xce6f1958 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd0c3c39b fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x00947ce6 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +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 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x122c3c8a hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x22f90161 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x2bf8ce0b hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2d91c42a hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2e79a6dc hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x34015d0d hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3ab9f53c hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x42c1d7a9 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x44bd01e1 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6b0ac2cb hid_sensor_remove_trigger 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 0xdbe70e16 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xecf9031d hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x12e59e8b hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x21b12ffb hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xaae34fb3 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xb1263a58 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x12378c47 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x383540f4 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe4b125b8 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x93d649a8 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xbcb56400 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5808e113 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xb4687c69 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xf43b8d73 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x2a6f22f7 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x6572787c kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x2e4c7725 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x744f2bf4 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x91f1c963 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x4fb3f29b st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xcd61ecb4 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 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2fe2567f ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x341542d7 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x38b11d1f 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 0x5dfb32e3 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb64906cf ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc14115b6 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc849ae98 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xde90adfe ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe9bc39e8 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x13c30fb0 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x84ae0d06 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x94ad8b13 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x20b47cc6 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3c60ece1 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4469f70a mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4a1acabe mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x50652ecc mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x67833d01 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x82d8a5d0 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa8bf50d8 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xaf357347 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb66d8050 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc0338d73 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcaec84f7 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd506c43d mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xecc9e468 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf56c37b3 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf7cb020b mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xb9ebe5f3 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x188bb384 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x4516bccc inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x7849eaed inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x381b1b54 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x0f97d7d8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9af5fe33 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 0x59f50645 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 0x1719ab73 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x7bee632e scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xe36ae731 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0f710c96 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x450a9727 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4d59eee8 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x71652343 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x82dad0e0 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd5df7584 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe0308340 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf4a736ae ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x02dbcfbe st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0c6ebf67 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1024c920 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1243547c st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x1b319b2e st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x2612dc0c st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x275d2564 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x395f3b76 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x478b848b st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x485e5dbb st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4f7d7782 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x616f3681 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x69e7ad9b st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6bbe02c8 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7aef7a92 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x932f041f st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xa15c1a0c st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa23ba5d2 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xba5453d2 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xbc30799c st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc1a9e2d8 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc2dd6681 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xce6eee14 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe7571432 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xed016a2a st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf12cfaea st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xd38ea710 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4d0d9a05 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xe0e01ce1 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x013049b4 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x16a72311 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2d46e8f6 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x47dcff9a zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7801e375 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf7d2d719 zpa2326_probe drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xd952145c processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xda8f2408 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0xaa29a30a ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x1f399b2a m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x878ea9cf m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xa5d52e0a m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xd67d193f m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xfa73137f m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_PMT EXPORT_SYMBOL_GPL 0x026fd59e intel_pmt_dev_create drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0x155379c1 intel_pmt_dev_destroy drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0x7ecbfabf 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 0x193f03cd tpmi_get_resource_count drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0x44709934 tpmi_get_platform_data drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0x4b7daf99 tpmi_get_resource_at_index drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x10c88f12 tpmi_sst_dev_remove 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 0x81b27427 tpmi_sst_dev_add drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x914f5550 tpmi_sst_dev_resume 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 0xbb04f8c0 tpmi_sst_dev_suspend drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x2992ffc3 uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xb3b982f2 uncore_freq_remove_die_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 0xd844ca15 uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_VSEC EXPORT_SYMBOL_GPL 0x34bc5639 intel_vsec_add_aux drivers/platform/x86/intel/intel_vsec +IOMMUFD EXPORT_SYMBOL_GPL 0x15cd7c84 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x264aa70e iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2d59064c iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2e2e43b7 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x44bea531 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x471dc0ff iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4bb8fb96 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7974d7b4 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa4c11846 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa931519d iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc832821b iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcd0ca6f6 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfad49369 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x21d841e8 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xa42aa15a iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xa6d58374 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x01dc9b19 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x025bf108 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x031a8159 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0648fb36 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x09dc7cab iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0def58e0 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0f17e699 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x132247ee iwl_set_bits_mask_prph 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 0x1d9597fe iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x20480b61 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x250c4480 __iwl_err 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 0x28bea6d9 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x32e3b9d2 iwl_init_paging 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 0x3fe5ce03 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x45bc5c43 iwl_write8 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 0x4b1a8799 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5083e1af iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55c87fd8 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x568a4982 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58a71dbd iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5934655b iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x59461807 iwl_sar_get_ewrd_table 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 0x5c23a2d3 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5eea7e86 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5f9884b5 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62ed580c iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x72fbc358 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7320b24a iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x75173b7e iwl_fw_dbg_error_collect 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 0x7b186f33 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7d73a3b9 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x811f5c2f iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8158742c iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8405ccd1 iwl_force_nmi 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 0x84e6a197 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84efc74b iwl_trans_send_cmd 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 0x8a0ff169 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8dfb974d iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8ea1409e iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9350e37a iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x94f91304 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9c088bf7 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d830089 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e2d64f0 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa172bed5 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa37f0441 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa70c9988 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa8297efd iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac83b78c iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf9e7bd6 iwl_uefi_get_step_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 0xb564ee1a iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb8fcaefe iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb3c23e2 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbfd7d685 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc0963a67 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc318f3a3 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc393d9c9 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc414a069 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc419825a iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc638cb5e iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6808a0a iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcb999ec9 iwl_write_prph64_no_grab 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 0xd8fcb8e1 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd91b01ea iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdd0b2242 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xded65e7c iwl_read_prph 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 0xe2793431 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe354d91f iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe578d5a7 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7f264de iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe9d9d01a iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xebeb22e7 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6d0e379 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf7c0dbc3 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf8792046 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb9cab1f iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x53759bd8 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xd3e4b62e ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x10e0a22e mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2723db13 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2c6bb10c mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2deec184 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x313d5f2b chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3ea2c7df mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6d792b12 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x769b2c51 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x77a6fde8 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd2d51be0 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd3623e5a mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd6b78154 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdc33f2a9 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xef19c3b9 mcb_request_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x236af733 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x687c8d5e ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xde35b664 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x09948448 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x289bf5e5 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x339e1528 mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x75e26706 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x9dc2c706 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xab3abda8 mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x200f5da7 nvme_passthru_start vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2a3ee916 nvme_passthru_end vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2e60dc15 nvme_put_ns vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x33d9b64e nvme_command_effects vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8bf44138 nvme_ctrl_from_file vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa8c3c320 nvme_execute_rq vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xde260f37 nvme_find_get_ns vmlinux +PECI EXPORT_SYMBOL_GPL 0x00240a16 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1110db13 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x21448f38 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x21d99eb7 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2a729025 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3c64b832 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3eb338c5 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x46284c92 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6245cc65 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x688f4afa peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6e3edffe devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8f11feb9 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x90d5b9f0 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6b31b39 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa7dae3f7 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb30c4a40 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb7f7b968 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbb2a0859 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbc6443a8 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbdf6a1e4 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdd5611b6 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdffa92af peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe0a2d27c peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe538ceac peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xef391ad6 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf35f4a34 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf4f6fa35 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfd7246fb peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xffc0e528 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x5f6a3b10 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x67328b59 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xabf89d12 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe713a1c2 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xf45bf465 peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x07ef82e7 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0c3c5627 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0fa764ae pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2841621c pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x494df2a0 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4bfc129e pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x518cebed pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x74fc6cea pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7b8f50a6 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7cfb0f26 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ec44435 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x903a34cd pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9ea6d146 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xadd98cf8 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaf02d155 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xafb16b78 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbd8521cb pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xca94a372 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcd06b275 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd4430931 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf220a395 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x16968281 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x214f1910 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x63db99f8 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x7e654ba0 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 0xbc6971fa sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x4b911c81 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 0x7aa96648 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x8138201f hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x82c37ce4 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xd432d592 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x5a5c09cc cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xd3765985 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xed1bffad 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_ACP_COMMON EXPORT_SYMBOL_GPL 0x010b3702 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x0888fa8a asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x1a485dc3 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xcc41ab82 acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xdb72a7f4 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xe2b4858f acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x42adcad4 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x6e2e512c acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x51c620c9 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x678cfa7f cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb0c04f0b cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xbffc7cf8 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xc57a2145 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfcc4bdb4 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 0x5fc97f80 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x6ec2c180 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7ea78c6f cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x86313b26 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x97be6f73 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xb53f40d9 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xcf5a59b9 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 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x36beb6cf 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 0x6bfb0b06 cs35l56_regmap_spi 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 0xa4953f75 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 0xddae0dd9 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0fa10983 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x28d5f6b8 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2b703900 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4c8baa9f cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x68828b07 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x95f14c6a cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xabf93609 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xac282d2a 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 0xc9b305aa cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe6673d22 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xea0e40ac cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf9e9dee4 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfe83d97f cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfed30ccf cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0xdb16f3f7 hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x1ab03ce6 cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xd23df8e2 cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x10276966 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x2302b9d0 max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x274ba53e max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x295d7ef0 max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x39f32f0a max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x6488afbb max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x6e2ba172 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x6f348efb max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x81bb6959 max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9de568f0 max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xe0246989 max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xe733fdaf max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xe9998ca5 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x040d0a90 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x11bcca82 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x2e530206 sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x410a1a42 sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x84983fcd sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x8b3b1afb sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x9bb2dfc5 sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd63ecb6b sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x13549c81 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x90fcad41 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xe41bbd7d sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x04f2ac3d acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0c68669e acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0d50edea acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x16375af1 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x25df24d7 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x27d48078 acp_sof_dsp_run 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 0x3adc03af acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x44e2f369 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x51580e6f acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x56649347 acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x679964bf amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x73b234da sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x842d1d75 acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8726dcc4 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9c6e569e sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9cfa55de acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xacef506a acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb78e70f7 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbbbf863b acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbbde68b9 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbc268299 acp_pcm_pointer sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc3a602bf acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xcc0ec6f7 acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xdb9625b8 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe073a415 acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe31d496e amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xee2459c2 acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xfeab5c5b acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x08aa31bc sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0bd45631 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x208c7e15 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3290fe9b sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x46cd6c99 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x4d05a29a sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x5733f8c1 sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x7db19f73 sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8f46062e sof_client_ipc_rx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8f8d5676 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x93bec85d sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa1a0f878 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb401e62a sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xcdfa9a41 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdf2fe6ca sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xe3cd7b51 sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf2e7ac24 sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xfa0691ff sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xfb46327e sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xfef0d034 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0f8efae1 hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x1356a79e hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x147b6b76 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x22695b41 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x5775aa3b hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x6a171246 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7cf39624 hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x8ea47f79 hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xbd09a886 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xc190d9a9 hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe0e83479 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe28cada7 hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf3e25db2 hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x2132d8fb hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x3cc005ae hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0xc77e2597 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x00666f2c hdac_bus_eml_enable_offload sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x12d49b13 hdac_bus_eml_get_mutex sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x195c495c hdac_bus_eml_sdw_set_lsdiid sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x27ec6830 hdac_bus_eml_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x377eb315 hdac_bus_eml_sdw_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x37a1bf2d hdac_bus_eml_get_count sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x394c40f0 hdac_bus_eml_enable_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x3eb6d555 hdac_bus_eml_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x47b94e81 hdac_bus_eml_power_up sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x516dded7 hdac_bus_eml_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x54b0028a hdac_bus_eml_sdw_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x74cb4b32 hdac_bus_eml_sdw_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x76f0bdbe hdac_bus_eml_sdw_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7c05e5f6 hdac_bus_eml_sdw_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x84422d67 hdac_bus_eml_ssp_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x887e1336 hda_bus_ml_put_all sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9208ba34 hda_bus_ml_reset_losidv sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9813628b hdac_bus_eml_sdw_map_stream_ch sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xa4cce8d1 hda_bus_ml_resume sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xa7e4308a hda_bus_ml_suspend sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xa7e78a59 hdac_bus_eml_power_down sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xad108ff9 hdac_bus_eml_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xb3835794 hdac_bus_eml_sdw_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xba9d6739 hdac_bus_eml_check_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcaf3a3be hdac_bus_eml_dmic_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcd39f21e hdac_bus_eml_sdw_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcdce58c4 hda_bus_ml_free sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcec36431 hdac_bus_eml_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd49ee049 hdac_bus_eml_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xdeb320fb hdac_bus_eml_sdw_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xf3b86c8d hda_bus_ml_init sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xfa5e47b5 hdac_bus_eml_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x0e44d5df atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x2ad37067 atom_set_mach_params 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 0x40979f3c atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x56a862db atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x85ce4c19 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x8a7c00f6 atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x8b2abda6 atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x8c5298ff 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_ATOM_HIFI_EP EXPORT_SYMBOL 0xf740795b atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x03ce87b9 adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x072b919e icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0f9fcf35 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x16dab73f tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2f07677a sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3cf66793 sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3dbf45bc apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x453d3e37 sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x56d14d07 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x5d301566 sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x628e98f0 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x751e2a68 sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x75c0ca54 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x822a0c1f hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8981ce7e sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8b5f234a sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x9a21add4 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xaad4fa9c sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb6510a63 sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc75c9430 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xca17bf10 ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xee785fdf mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf115b085 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf6a509a8 skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x75cbbd0d sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x79c61449 sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xf1d33511 sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xf8b49eef sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x6acabb89 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 0x33d49c81 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xa02c6847 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x7687f8c3 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x7a0ef3df sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x7d32d637 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x93aa497e sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2e8d0591 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3a5b722f dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4065e9d6 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4eefa0ee dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5c206eb7 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x69039b7f dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x70727319 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8954446a dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc1d8a518 dw_spi_add_host 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 0x0e8fbd2a usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x19972660 usb_stor_reset_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 0x31599587 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x50c0eefb usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x564119d4 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x56b730c3 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x56d88a44 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5de43dd9 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x65547ba4 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6a78b304 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7530e4fa fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x76ac74d9 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7f992174 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x82c13e54 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8c7429de usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8f4c74fa usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa90f7553 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaa307c5b usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbbd7b228 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcfa2f643 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd12c61e5 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd6a8df3c usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe35fca49 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe69f4054 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/gcp.compiler +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/gcp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/gcp.modules +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/gcp.modules @@ -0,0 +1,6275 @@ +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 +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 +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_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +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 +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_pc236_common +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 +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_pcidas64 +cb_pcidda +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 +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_8255 +comedi_bond +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 +daqboard2000 +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 +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 +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 +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-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-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-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-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 +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-sec-update +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-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 +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 +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 +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 +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 +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_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +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_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_osf +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_daq_700 +ni_daq_dio24 +ni_mio_cs +ni_pcidio +ni_pcimio +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-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 +pcmcia +pcmcia_core +pcmcia_rsrc +pcmciamtd +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 +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 +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 +shiftfs +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-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +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-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 +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-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 +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_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 +zr36067 +zram +zstd --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/gcp.modules.builtin +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/gcp.modules.builtin @@ -0,0 +1,295 @@ +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 +libcrc32c +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 +nf_conntrack +nf_conntrack_netlink +nf_defrag_ipv4 +nf_defrag_ipv6 +nfnetlink +nfnetlink_log +nfnetlink_queue +nls_base +nls_cp437 +nvme +nvme-common +nvme-core +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 +wwan +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-gcp-6.6.0.orig/debian.gcp/abi/amd64/gcp.retpoline +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/gcp.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/ignore.abi +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/ignore.abi @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/ignore.modules +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/ignore.modules @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/amd64/ignore.retpoline +++ linux-gcp-6.6.0/debian.gcp/abi/amd64/ignore.retpoline @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/gcp +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/gcp @@ -0,0 +1,28759 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x1ab1ec90 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xdefaea77 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x090cd639 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x423e2c30 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x84fdb267 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x890e029a counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbd1db397 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc9af5e79 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe08209b9 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xec44bc26 counter_put drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x1ed888fe otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x236bf92d otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2bb0844b otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3f2435b7 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x45fb53b7 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x72f5b84a otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x75cfc259 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7d4a2661 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7ee443ca cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8187b3a3 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xa740b593 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb22a78d8 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbbe90998 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc32c86ed otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc79f190b otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd4bd011e otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfd762115 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x27590af1 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xb6cd150f crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xbedd5e14 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x014a2668 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0439a630 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x06edb56f to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0e82847d is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f6318ad cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x11827ef4 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x11a35622 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x131a7cc0 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1768517a cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1afb3afb cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x20c524b7 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x21eec1a6 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x22629825 cxl_memdev_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2371cede cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23d7e5f8 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2ee3d7b1 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x38a92936 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a269d72 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3e4ff210 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3e974293 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3eed65e1 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3f6e2a6d is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47fc537e cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x48cbed9a is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4e062b6e cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4f9aff13 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ffc61e6 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5165112b is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5904a196 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59184001 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5a8c79a4 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5be5ecae to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5d0cb67e cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5dac0fe0 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x63614167 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6842efa1 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a108750 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f293de2 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72cb73e0 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7344c787 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x788e3f52 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x789cb2ec cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa07178 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x7fd289bc cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x80fe3edf cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x86ffe2aa devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8a248c97 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ab4a9a3 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c7466bc cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x938de248 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93d30258 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9c74a4bf cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9ff32650 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa75e97e0 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa79e19b2 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaa9e8908 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaaa11dff cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae036aaf cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3a037be is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3efae84 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5a0a0dd to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5dcc8b6 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb72ab738 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9755c5b devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe288b8b cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc07eba28 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc2d16031 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3d5edf4 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc66e7bd7 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcad50a08 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc1cb69e schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc2e247a cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd12d8906 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd22056a5 cxl_mem_sanitize drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd73303b2 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde017f28 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf400af2 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0a995b9 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe3dab1ec cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe429415c to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea88c050 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf7bc9f45 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf7c02724 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfe3b332e devm_cxl_pmu_add drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x11abd3e8 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x15b84806 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x294d87bc dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x34cc58f3 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3cc8dd98 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3dd2969a dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e89af20 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5d979b61 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x77536b9b dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x79fdc99e dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8542a9f6 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x964e9213 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9b1ed3a5 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa46b903d dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xadd4c3e2 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb4642dea dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb9588861 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbc76019a dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc7d2928b dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdcfa6b21 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xed58c667 dma_buf_unmap_attachment_unlocked 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 0x31143b0a ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +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 0x18bb70cb crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x25a9294b crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x39226883 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x3bb30d2e crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x9b0105ca crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xe3adb058 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 0x3b1d99af acpi_video_get_edid +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 0xa865c766 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0xe77f95d7 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x0dafbadf bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x6cc6842b 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 0x4f242a8f btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x36727905 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x4b17d5a4 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 0x6cf170a5 ipmi_get_smi_info +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 0x91aa9067 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9812717f 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 0xbe607486 ipmi_add_smi +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 0x09418160 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x29d968f4 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3df4dc45 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x4ea5b755 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5ed80e94 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x668020f8 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6b24e83f kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa10a415a kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa335db34 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xb3e45771 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdd75dc9d kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfcca3507 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xffabd045 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x010e7fcd st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x508b7887 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x73eb085a st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd884c611 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x32708014 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x7d745a5f xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x91e2b874 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x45c6b411 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x474857b1 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xdba232af xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x84e1c81b atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x8ba1a9b7 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa39e031a 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 0x154283b2 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x4034f0a9 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0xbd73e78d caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc5dd503c caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x11dcc122 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1549286e caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1925ccfc caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x277c13c8 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x71ab6662 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/dpaa2_caam 0x825b3e25 dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x0d5516eb 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 0x0cd9bf6e xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x5430c7e2 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xb1ebeade xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x4649f745 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06978ad2 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0b5d0e33 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0fdcacf1 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11f62a1f fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x29eac851 fw_bus_type +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 0x3d70df55 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x524cb5ea fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65e85e45 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d831c8d fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x75d5c4dc fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7811ec2d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x885dba32 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b462165 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9393d9d9 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99638b2c fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa50eb1d3 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb505259d fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1f4824c fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc3e9e8ff fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd917e27a fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb5208a4 fw_iso_context_destroy +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 0xec762c7e fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf2d5a79c fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf7b057bd fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfbeb6a06 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firmware/broadcom/tee_bnxt_fw 0x57b73b33 tee_bnxt_fw_load +EXPORT_SYMBOL drivers/firmware/broadcom/tee_bnxt_fw 0xdfaff93c tee_bnxt_copy_coredump +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd549e5c4 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xdf933582 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xffad34c0 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x774b1aa5 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x9ac293cf dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x4eadf546 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xfab425bc amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x004ec937 drm_dp_mst_atomic_check +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 0x01f1773d drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0461bd91 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b4c4cef drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c43bd26 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d8be60a drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0f01a0d9 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x10c351e9 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1198cebc drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14a2dd10 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x16041500 drm_edp_backlight_init +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 0x18735b3a drm_dp_mst_topology_mgr_resume +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 0x1bb1d265 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1dc56a8f drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1dfe3731 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f2cf3ae drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20229aaf drm_dp_set_phy_test_pattern +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x282daefe drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2baffed2 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2bbc2514 drm_dp_pcon_convert_rgb_to_ycbcr +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 0x3067a13a drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34525479 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x39c547e9 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a02efd4 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3c93fca9 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3d295906 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x40abf51a drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44c9779a drm_dp_pcon_hdmi_link_active +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 0x4821e1f6 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x494a1564 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a20041c drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d1dbb6b drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53e2e81c drm_lspcon_get_mode +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 0x55ae3c11 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x55b56737 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x563732d9 drm_dp_atomic_find_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 0x56cc6ac4 drm_dp_dual_mode_get_tmds_output +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 0x585ab3b5 drm_scdc_read +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 0x5b157ac0 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d62021a drm_dp_mst_add_affected_dsc_crtcs +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 0x63ad7811 drm_hdmi_avi_infoframe_bars +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 0x64c447ae drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x695e008d drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a26972b drm_dp_lttpr_link_train_channel_eq_delay +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 0x6d410283 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6eabb757 drm_dp_pcon_pps_default +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 0x737349a3 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75b0bab8 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x761203a6 drm_dp_mst_topology_mgr_destroy +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 0x7aa89226 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c5ab1fd drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d4e0e6c drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e4f813f drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f43f5e8 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80619da7 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8206bf67 drm_dp_mst_connector_early_unregister +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 0x865c1416 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87c40e69 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c611697 drm_dp_downstream_mode +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 0x909cf609 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x917f8f08 drm_edp_backlight_enable +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 0x9303254a drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9503ebc5 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x97dd0f58 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a054bf2 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a196483 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa10cc058 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2d6132f drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3d5e3f7 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5470837 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6802413 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa82acfc6 drm_dp_get_phy_test_pattern +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 0xad38c489 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf83c39f drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1872646 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5ab92b5 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8444dbb drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb94530ef drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb97dfde6 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd1a77f8 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbee3a2b2 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbf0d11b8 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbf28afa0 drm_hdmi_avi_infoframe_content_type +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 0xc10d805f drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc47326da drm_dp_vsc_sdp_log +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 0xc80ea876 drm_dp_mst_topology_mgr_init +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 0xce767d00 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcfc83898 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd1a757eb drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd3590f92 drm_scdc_write +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 0xd84d9488 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd9d96b8b drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdbc114b2 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcfbca3d drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xde48ecb6 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe01fa850 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0725f73 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe28ba1d4 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe47ff225 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4bb366f 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 0xe7e89d2a drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe8541db1 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9847e33 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9ebba8f drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb819baf drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xee32cae6 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 0xf7c45e50 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfadfb70b drm_dp_dpcd_probe +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 0xfbb47ed2 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfd515a66 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfd6ef734 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff208711 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x000d0c31 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00d62ed4 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0310689c drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x031588f6 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0361caf1 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04181ab5 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f48cd7 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0516d0d6 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05a3e9d3 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0607b588 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06a652b8 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x080bdb8b drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0918d1b8 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09b8298d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a287d5d drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a3d61d2 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a41658d drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a7663a3 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a8039e9 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac80a11 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b92770d drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bbeba7c drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c354f06 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c5cb408 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d42c79a drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d6bd76c drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d8d1a07 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0da17121 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df024dc drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f4dbc18 drm_atomic_add_affected_planes +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 0x10869247 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10e58f4b drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ef0869 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11f9a57e drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1303cf0b drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x136864f7 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139289cb drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b30ee drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a389d9 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14f41955 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x156657c7 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x164a59a6 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16a73617 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16d6e4c4 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16f4359c drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x178bc86a drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18492dbc drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f52707 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18fede94 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a8a5e14 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b2fb181 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c1596e8 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c5a3f65 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d1b1da6 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd38138 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e494dfe drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e89ac72 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x206f25cb drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x209eb70f drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20a974e8 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c772b2 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x211deb46 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x232f85fa drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x236d11e7 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23dce99b drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2458a407 drm_connector_set_panel_orientation +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 0x25aa4750 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2613cb57 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2786495b drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x278b60ef drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27958394 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27c8391a drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28fafcf3 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x291a49da drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a0f9c58 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a6d33c4 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af39a37 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba23f63 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2badebc8 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d5bcbb9 __drm_dev_dbg +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 0x2fcdfb63 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x308b4b53 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31577628 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b3a462 drm_crtc_vblank_count_and_time +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 0x32c58d3e drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x336be145 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33c6d984 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d13579 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x350df7aa drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3538a2b2 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3540416c drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x354587a2 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x355c120b drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x356a4d18 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3584b709 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36e7d1d3 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3794227c drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37e6986a drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3804d014 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x385e8671 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38858bea drm_property_create_signed_range +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 0x3b4f0a3e drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b95f5bb drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3be5c904 drm_master_internal_release +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 0x3d0fe15f drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40362a5f drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x411734c0 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x421ace01 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4247cb1d drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43aa4a37 drm_prime_pages_to_sg +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 0x44fb16ef drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45185541 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4588e28f drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45c18a40 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46da38be drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x474bab87 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x477f5598 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48caec73 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48efe3c7 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49387794 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49671f2d drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a175026 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a8ca3d1 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b3549bf drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b5e5e97 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca3efcb drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d468869 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e8d70cc drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eb9e037 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f4363bf drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5032e65f drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50528e62 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50765658 drm_plane_force_disable +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 0x526b3fec drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5284ae24 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x528f67b7 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52e71b7a drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x542dc617 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x574b144d drm_client_release +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 0x57d6f032 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5823de75 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58317f8e drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x598daca4 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59a34c45 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a72d024 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a998b43 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aab4f1e drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5af3d0e1 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b1c09bd drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb833f8 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bef9f69 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d59244d drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e6fc24c drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e81c1cf drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f2a8c60 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x610d58f0 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64217d3c drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ec68c2 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650c2f2d drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6625e676 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66c1ae31 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66e4fdc4 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x676d6a68 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67bb42d4 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6836afd4 drm_show_memory_stats +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 0x6a81ce54 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b3ac3e2 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b7ec3a6 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b85f8fc drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bb4cda4 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bb992c5 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d381ab1 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f0ea7cf drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70178eed drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70924208 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7169464a drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71c9c012 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72bf4798 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73b2060b of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75a0d87a drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75af35d1 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75c64879 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76539d5a drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7786ba99 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78014e0e drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a3b34a drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78cf8f7e drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7917321d drm_gtf_mode +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 0x7bba5006 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bbf6fea drm_connector_list_iter_end +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 0x7d69f777 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc61de8 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dd76986 drm_property_destroy +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 0x7ff0b33c drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x803ae1ed drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x803ec70f drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x808fa341 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a879fe drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81d90662 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81f48f1f drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82612a8b drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82971e8f drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82f4a5ee drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x831fd79b drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83ca8f65 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a6ddea drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85d3c9eb drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85d3ec10 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86a34ffd drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86eb472f drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87d9f4ea drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x880f7f9a drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8820194f drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ceab0b __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8af8164e drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c04850d drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c9b1041 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72b51b drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e1ca20a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef1ec22 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef4eb5e drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f77ff01 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x912155ee __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x924ae3f5 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94aeaf36 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95cc36ef drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96f69a99 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9778d03e drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9815aaae drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98cd9993 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9992c4db drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a3381f8 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9aad45ca drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b421d08 devm_drm_bridge_add +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 0x9c83ac73 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8ff03e drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dfe1e5d drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f461af5 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fd88340 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fe2d37c drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1254a31 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa26a2256 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa29ec917 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2adab8c drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa30cedb3 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa473ed44 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67a04a3 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f9cd83 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7743cdf drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7fc0e1a drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa83b6e47 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa88f24ac drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9c3b01a drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa212f4f drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6bdbeb drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaadefd76 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab22d733 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab43c947 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac550de3 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacbffd6b drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xade7130a drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae16a4a1 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae312712 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf7f2d4b drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafaf955f drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaff1047b drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb155e575 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb186b137 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c23966 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c41414 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb259100c __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb267d6b4 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3455094 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3c12045 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb440dd17 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb529668c drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5d7bd14 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6284d60 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7e2645f drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba1b8004 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9ce776 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc975e9f drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcab460d drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdddee71 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeddb27b drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee3d11d drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee59577 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc40a906d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc40aa8ed drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc44185f3 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4ef2600 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4f1f991 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc55c427d drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc59129db of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6f3628c drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc76ca577 drm_atomic_get_old_crtc_for_encoder +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 0xc8001e3d drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8033192 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc88cd9cf drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc97f65be drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9d49a6c drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca9fc0e9 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb4f6d4b drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb5036fa __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc2767be drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc43fad2 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccf4ae05 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd28e86e drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd3e0d65 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce1e8389 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce4d0d08 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcedecfb1 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf3ac2a5 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf631c8b drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf96afef drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd06b1634 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0ec9fa7 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0ff9f0a drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1329b16 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1dcb0d3 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2361bae drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd46c6138 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4887be2 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd71b266f drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd770292a drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8431d89 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8d77c32 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda9c1f7c drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdab509a6 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdae64fdd drm_gem_prime_handle_to_fd +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 0xdd9d5046 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde009906 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdea231a0 drm_mode_parse_command_line_for_connector +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 0xe03684db drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe113668f drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b2e626 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b58bc3 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe30c6a98 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe36f500e drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3a994bc drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe472e784 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e54cc1 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68df9c3 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6d3ad07 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6dfde84 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe76eae18 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7cbd46b drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe856da66 drm_gem_map_attach +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 0xe8edb2d2 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9d06d55 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeab77b39 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb439d06 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb62b1ed drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed8c830b drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee4939b5 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa81388 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf08874d9 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0d4fda1 drm_mode_create_dp_colorspace_property +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 0xf1d7881d drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf213bb4c drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2cd394e drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf39cdb17 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf45c03f1 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ac7ddd __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5358aeb drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6a05047 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6e0c0c7 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7515f61 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf75f58d7 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7701aae drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7821cfc drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf788c0f1 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf78f9caa drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e3ffbe drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8abb6ef drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8af9e12 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf901cbb1 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf951452f __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf96487f9 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa8138bf drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfac6fdc3 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbeb9085 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc196038 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc6e0587 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc8ed2be drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfee752e2 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff3a728a drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5896c4 drm_bridge_attach +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 0x18046931 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x3d64af03 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x3ddaa566 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x002d1d7c drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x076526f8 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x095a9d2f drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x111946e8 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1143b9da drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1197d0a6 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12f07851 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13bc0d8d drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x148ce5da drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a11e70e drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ad6d0ac drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1af58b5b drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b386277 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d50a3a2 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ddbc084 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e3771ca drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fca6450 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x212688bb drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x231b16ae drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24cfdec0 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25c81449 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x266be8c3 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27d7e48f drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28e24263 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x293b7b3a drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d1d1c04 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e59a0fa drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ec796b3 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f743555 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3023c6cb drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x327131a6 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x329b4122 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x337056ec drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x344517f3 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34d525f7 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x350c1832 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35694a4c drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35ce8bc3 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x364d6cc6 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3741aa11 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3915edbf __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3befa18d drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bfb7d90 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c55c1bb __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c8f0d65 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3de68429 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4062da76 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4156b61c drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41c690cf drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x427088aa drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44631d1f __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x448df898 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46c9e93f drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4866342e drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bae6d14 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bc56d82 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c12fb78 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f4bbb94 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ff3f87b drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x510d638e drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51e6a7fc drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x522b735b drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52c86710 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55740ea4 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55c85304 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x564fe44b drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x570db2c4 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5760fddd drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x585ef01c drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x589b7b23 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a246d3a drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a3c84fd drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bf198c6 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d2ac233 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d74463f drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e1f22b9 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e38c229 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62357073 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x639e58fd drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64bee8ff __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66a7e6f4 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x680e78ea drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68a3cd5a drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69043442 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a6d6f71 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6acfc183 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cda8b29 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f3a31d8 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7202ae2d __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x769b2bee drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77f51267 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79ba4a75 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ab5840b drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fa4d4a8 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x836c4b9b drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83dfdba5 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83f10241 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84c75c34 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87727d69 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x880d277f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8811c051 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8acf6649 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8af738a2 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c64fdce drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e520d9a drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91df0223 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92a9d30f drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x945970a8 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96f38e41 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x978bd846 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97c05e80 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d5ab951 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f06b265 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1c39803 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa20d6e6c __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa32fc1c3 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa366732e drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa49f542a drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa599c379 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9438b28 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa2537b6 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa268f24 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab6bceae drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab8e4351 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad6389d3 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae0ab897 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf09dae0 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb050d28d drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb07b8daf drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1573071 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb19b2971 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2be9010 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb35c286e drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb54a7896 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb798f6de drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb824ac2a drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9142b03 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba372319 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb66538e drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc3f7069 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdc2acd2 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbea4541c __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfa594b2 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3d1601f drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3dbdee1 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc58f6315 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc619425f drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc66f76b1 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7cf9d9d drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc92cb0a1 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca17e6d8 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd4c17de drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf291286 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf2bebc6 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0a15560 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2f66c67 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd734e7b3 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9096d01 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdade6455 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc38b99f drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddbaac67 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde23205d devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdff5a72b drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0442bdb drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe16481de drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe18a96c6 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1fad724 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2eaa675 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe334446d drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4abdaad drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4c76e3e drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5c73936 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6513683 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe71cfe5d drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7392f0a drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe849d088 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9446ede drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9711359 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea525a1d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea923406 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea9efea3 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed871a57 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedf82229 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf070819d drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1feb76c drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf20a044f drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf29cd8c4 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4a7fccf drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf50cf129 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6123816 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9015b8e __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa7ae603 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbb4fd70 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc17f8a9 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc7bc095 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcf5f0df drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd1cf848 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff7bffac drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffe7f201 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x091851c5 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x16094ffd mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1c6fa2e3 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x22ff357e mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x29c85b65 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3e5299e9 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3f203261 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5321c617 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x548af0db mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5e9d000f mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x65aba640 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x77a2a5c5 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x96b4ba8e mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9d93d45a mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb6562b23 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbd718c97 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc7088ecd mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe1cdf2e0 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe2afd1f8 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe384328b mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe5e15fe8 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf1d19dfc mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf79b2eee mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x226f460f drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4dd31baf drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x86a4adf1 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x86e6e141 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8c55fc59 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa3da41be drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc247d721 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc904bcd2 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd36777a5 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xec84685f drm_gem_shmem_put_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 0x0ca9a09b drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x0de54da3 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x89eba8ce drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xd2c5dfd7 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xee65cabe drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x06d8e49a drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07521cbd drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0799b013 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1ee537fe drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x220284be drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x28a42144 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x49f177f8 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4ce1e75e drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5fbad2d9 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6e113bad drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x82660a34 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x934c567e drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xaf8e1d54 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xaff3edba drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdf290feb drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xef760177 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x6d27185f rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x00450f25 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x03fc6e0c drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x059b86d4 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1c274f9b drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x21e7c2a3 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2506142f drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2e99ebc5 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x30846dcf drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x36012638 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x443dd8bb drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x531e8a50 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x53bc4f9c drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x717cb053 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7ea1c5b1 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8735a226 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x99b5fe0a drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9c74ab06 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa3265ed5 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa4a96fbb drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb81490f6 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc2cb0437 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7312b69 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcc91a229 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd44f9cd7 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdb3250a6 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xff497b37 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x38af7735 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x40ba4d00 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x4cebc134 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x5bd01323 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6dce499d sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xaa31c9f7 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 0xd0e90eff sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xd2debefd sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x057dcd59 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0624842a ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15ef6682 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15f37d57 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x162cfdf2 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17eb988d ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x197fafaf ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x199ce7ae ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23c8af7c ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2690e157 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2707fb49 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c170c3b ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x389d6df4 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3998b4d3 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43cd343a ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x469b8cb9 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47dcb4b7 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x49d5f308 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x49edcab4 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57039156 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5972f07d ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f9dd3de ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5fbde4ac ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5fcad4dc ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61eba424 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6504f1b3 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x656b4c47 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a15977e ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b0dbe6e ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7509ea18 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x757016aa ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7586145c ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x797248c3 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cf34c5a ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85945817 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bcbdfb0 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ce88581 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9044729f ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94a427a6 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9e825dfc ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ebdf06a ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1f45290 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa49a2e3f ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6f10c51 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb43cde30 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc11cf1b8 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc837cf6b ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc9c115f3 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd29f22b2 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd69380bf ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde29bd03 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe16004d2 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe40f0671 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe64ede2d ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6b53e5f ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3a2b29f ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6df83bf ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffb86204 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0727d537 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x08848ffa __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f8b6230 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x114f7226 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x116ae881 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x17292410 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1b696962 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1c18720d host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x20d18a6d host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x260a7fc8 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2f3d679a host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2feac3a9 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x34009189 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x38ef8e86 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3a8efd4f host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5d96c8a8 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6013890d host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6a00312d host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6eeeaa8a host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7addc635 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x82c5c3bf host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x850e1edd host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x85665618 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x88729590 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x88d37f22 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9097c3c9 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9a2ac899 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa1101bc1 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb2075092 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb2bc79d0 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb51052eb host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb5cd760b host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd029beaa host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe1588b6d host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe683c786 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xebcd8f86 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xee7c98bb host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xef508d70 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xef620ebd host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf92fe1cd host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfd8db6ce host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/hid/hid 0x3bf57f33 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xc885e844 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xf3748697 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xfb751321 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xa6b85a88 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 0xd0b0bac1 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x64754229 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 0x1ba2844c i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb4bdb7b7 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe38c3725 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2b2fa506 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x4b351b96 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc988378c 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 0x14f08212 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x9945a5ba iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x6ba979f1 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xdda8804b iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x5d7add60 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x089cf54c iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x1560df47 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x30258bc8 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x35973614 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x4905dab2 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x4e13c8bb iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x5a876b8c iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x5ba256f5 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x650591a2 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x6ff06452 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x86a7aece iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x908851c8 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x96ed5a52 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x9f52334f __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xbed0c986 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xc13f8617 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xcd334aea iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xd4618bc3 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe99f98c5 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xf287d149 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xfc367a35 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xfcc2a610 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x1cad8b98 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x364794b9 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x7a6f3779 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x7ec64ab6 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x880499f8 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x0476de71 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4cda62b2 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc111323a iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd407745a iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x29af52e8 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xb12e0469 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xbb6d6d68 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x3c217acb is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0x17a27be4 is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0280f611 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x04c51078 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x131f9047 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2595f0e6 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x364ea571 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x37f939b0 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x436c4169 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4b82545b ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x546f76b0 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb0eab03b ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb5644e46 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbcc6004c ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc458dd55 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf573af19 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6b27cc2 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0101d8c8 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0167434e ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02d3ac03 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0389a6cb ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a5d861 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05c6a772 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06bba51b ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ac0d794 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b981bab ib_destroy_cq_user +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 0x0d8526b2 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e9290a0 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f5bdde5 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14d3c44d rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16d35a98 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x170230f7 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x178d6fee rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x187623fa rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x189ab27e ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18e75cf1 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19cda0d8 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a1d4014 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cfadcfc ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1db8780f ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e1682a3 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e2c953d ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e40ad43 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f39444d rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20e242ea ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x220718cf ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2251ee15 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23df7ff7 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2554f539 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x269b9a26 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27f049aa ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x282702cc ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d5d1fde ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee0d900 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30059622 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36d57587 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39705e7d ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b570af2 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d32cadc ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d3f3864 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d89c5dc ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e43c4f5 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f4230a3 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40191fe9 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x416808e9 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41bc31c2 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4277864a rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x437acca1 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44a54222 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47d1b1ed rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b840f77 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c5aa90a ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cc81923 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d237670 ib_check_mr_status +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 0x53c290f2 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d86214 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d8b73b __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x550f050d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5772f12e _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x590b34bf ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a354282 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a3f00e4 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bcd0e28 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bd4506b rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c060d9f rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5da052fa ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fd42560 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6179b0f3 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x620efc05 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x640cb215 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x676ab418 rdma_put_gid_attr +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 0x70355bf7 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7124f0f0 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x739bd3ea __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7409cf86 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74cb4be7 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7545eceb ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7568ac5f ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77108e0d ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x771cf966 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78fd9522 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7932efac ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7985b2e8 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a0996c2 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a7897a3 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c776091 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f8b47f2 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80bea7af ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8104d170 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81394b0f ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82abc166 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82e2ac1e rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83cf02b6 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8571b0e9 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87d67656 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a7d3d06 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b76a5a5 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c3b33ea rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c942a3b ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d4a0f50 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fb66832 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x927733fb ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93311afe rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x953abb0c rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9560923d ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9613cbdb ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98c71aee ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98e831a3 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9984d11f ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99c80073 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b36916a ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b63876f rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cacf8fb rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ee9c6e8 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fc82540 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fd4562e rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa326b553 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3570ef7 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4f2c7aa rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa57c8ac9 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7dfbd12 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8ea87f3 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab347a6e rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab6abc11 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad1cde16 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad386e0c ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad3c6855 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb118c912 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1e26dfe rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb262e299 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3daaf9c ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5da3d0c rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb98b295e ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdf5186d ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe673b94 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf6cb859 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf81c725 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc07e481b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc134de4f ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2ed469f ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc30ecfdc rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32eb268 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc410ed4f rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc64ccea7 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc98f9380 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca826371 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc8d0bfb rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd206356 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd4a3d79 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce3d4959 ib_device_get_by_netdev +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 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6bbac47 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6c35f2d ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd98997c9 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0c91c8 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdaa15814 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdadd2409 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc75f43a ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde400d0c ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf720af2 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe42ebbf8 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5327ae7 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7860bbf ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7e77f7a rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe938ef4f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec26e14f rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecf56fdb ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef14c3c5 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefddbfa0 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1d06d54 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3a0efba ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4a2cf35 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5446b2b rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf62b6025 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6f240c5 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf788c04f rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7ef7a78 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf83cc6a7 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9f79133 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb639afd ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb65d1c6 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc0ccfce ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdec7d45 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff262e6b rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x010f16cf ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x069bc09f ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08338a3e ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0ed7abb9 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1378b34f ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16cc3e33 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2e979837 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3cc3e379 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f54424f ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x40a0bc95 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x51988ce2 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5587b559 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x56d97d2b ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5f82ed24 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x627ddfe4 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x633ebc34 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6d39e323 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x71ff5a74 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7833042a ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x807452da ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x82c13eab _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ea5c175 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93de1c58 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f4bdfaa uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa71952ac ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb322a2e2 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb553b5da uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbd48944c flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc3a3974b uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc5e1834d _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd68ab3c6 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xde24e545 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf32f38cd ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6aaf25ec iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x791da1c1 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x830a2c8d iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xade71a45 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb1d6cfd8 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc62a5266 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd3166ba9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf94f74f9 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e74d3a8 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10eef437 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13dda079 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x182c41d9 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x19f7fb81 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x200f6e86 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25e29444 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2c29b948 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x31aed7da rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x33c3b966 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36dc465f rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3914806e rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x41ec9a01 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x583c7b6d rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a56dd50 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71b5da87 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7571a3d0 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x758ea30c rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x76a8c687 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78a319b3 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85fe998a rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9541919a rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e2b633f rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9fdf0de0 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb1126462 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe76d21c rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc18cbfdf rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc977e63e rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xca445993 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd30a6fb6 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe7f5a5e4 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe801e58f rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe8659ba4 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf7eff260 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x113b725e rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x84338c54 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa85a6784 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xaa123cea rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf40cb72d rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf4db6ac6 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xfa86ed76 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x544b8903 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x7c786d9a 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 0xbb0b93e1 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xcc612f74 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0319b870 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x53fc217c rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x5f56319a rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x77e7721d rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc6a9c26a rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xdd2d3b80 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0ba8628d gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3e56e7d5 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4e70c0b2 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x50b286c0 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7ffb806d __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa275a324 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb3277f95 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb59e857a gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf16dd3ca __gameport_register_driver +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x292ca5af iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x6944f676 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xeab1153d iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0xbbf4594b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6468dbae ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7729962e 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 0x9c538b37 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xef6f22f1 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x18104927 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2b4fc17d sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x75537fd4 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd473d95c sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf959cb1c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0975e822 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0cb12743 ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x0857c7c1 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xfe93815b qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1d80e53e capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x44bcbf65 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e4ea078 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa2c8c557 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc5bc044d 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 0x21733546 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2348ff32 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x4197bd0e mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc6c9cec9 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x26d58f42 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xcaf25bbe mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x17771755 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1aa27693 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x20c97aa4 dchannel_senddata +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 0x3b93ed87 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4b9dfd0e recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x523f3cf6 mISDN_unregister_Bprotocol +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 0x73d672b4 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8f6b9528 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8ff8dd7d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x94d7a4bc mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa364bf46 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa5d2a663 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa68fa97b create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa91fc80d mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb9f70895 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbdfef3c6 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc718336d mISDN_register_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 0xd8778c90 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe393c868 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe635f4a5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec5aa5f0 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf5e57a11 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfa820e22 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/leds/leds-ti-lmu-common 0x1452db0c 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 0x789a4432 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 0xedbde46c cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x9645bc84 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xd277f3c8 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xe9f403c8 omap_mbox_request_channel +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x4feee3d3 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x57807280 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x8ee46dad dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xf4604cfc dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x12a6be0a dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x38e63500 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4d222b7f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb170e029 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf4f58330 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf814bc95 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x7b6c2963 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xdc4811f3 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x045093fa flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3d07aea3 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x54160dd6 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x72f406f8 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x75e78744 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x90c4a79d flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb00bb6a9 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xba23eb08 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcda5a300 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe910599d flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xef72b735 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf0efabe3 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf20ba7da flexcop_eeprom_check_mac_addr +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 0x4fc8c9b1 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 0x5c860d8a cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xba207836 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xce447722 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 0x6b001cf1 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x0e2ee68c 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 0x688cb650 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 0x6145409a vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x9327bb8b 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 0x1c2d88d9 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x32a4bd20 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x364d4ae9 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7c9bdf90 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x93e1129a vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xfdc1bcb0 vb2_dvb_unregister_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 0x598021d5 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x119843b9 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x178747a3 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28836726 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28bfe012 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2a568576 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33bac5d3 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5cccff3b dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5df84db3 dvb_frontend_suspend +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 0x6b654d1f dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7767e3ff 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 0xa16429fc dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa59b5c3f dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa8ac9324 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb59f422d dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbdfbaedd dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcb6b7141 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdbb1525c dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe0aed359 dvb_dmxdev_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 0xed3eaf4b dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xee6b9ad7 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf10762c6 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf9bb5a32 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa265db0 dvb_register_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-core/dvb-core 0xfca20118 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5e585c85 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9044303e au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa449cbd0 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb11a70c4 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc153ca6a au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc4dcd7bc au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd0031961 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe2544c3d au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xee501401 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x428a2ab2 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x68650f6b cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa2931276 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc5ee0f52 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xec7bf257 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf425ff88 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1c848ac9 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3abe1137 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x603525fb dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x64ccb92f dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7c3b3c3a dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9495c88d dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xab0cb608 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb9d3f203 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc45734a6 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd57bc731 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdade1b23 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdc1f7ad6 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfdfdce2c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4a6babf9 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa436229a dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd8a2540a dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xde279a9a dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfef62e67 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x05d143cf dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x548c33cc dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7f4d7085 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x20506905 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x21550afd dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x27bae2e1 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x297a55ed dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x37651282 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x38790edb dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4b5f9ba3 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xac620fe1 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc52a509b dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe601d4bd dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfc5040a8 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfd58a0b8 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x49369b40 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x695e10f6 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa67d451c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc705620b dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe63963bc dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x133eb871 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x18e1fb8f dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xb8f09c19 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x9bc0b3c0 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x06aa6f21 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x4ae1f019 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x7f8ae2f0 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x3280e6dd zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x90b3a26f zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x270a346b flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x354b8c1a flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4258e45b flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5945bbb9 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6615cafc flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb6fc57f1 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf5f526de flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x071567e4 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7e72a609 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb33946c5 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb669f587 bt878_device_control +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 0x14763644 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1cfc0b8f bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9f106e6f bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2f5ffb6e dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6bfa399c dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7df79ad9 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x843d878c read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x87ce205b write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb37504ed dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcb30a840 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xccd4fd11 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1fcf4101 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2195045b cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x315cd590 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x60d431dc cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd764f573 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 0x0ec4e305 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x32e55605 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5668b653 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5e326b08 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdc50c12d cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xddad60fb cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf6d2ae45 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x71994394 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x728a1e56 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x16646697 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x26631f54 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3b13a7c4 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4e99b1e0 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x24d00b08 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x31b3f12d cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x32bded33 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4f7ff4e7 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x88b6cda0 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc18325f1 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdf9e9976 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x000e9769 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x06b591ea cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1d63b0ac cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2645e6a7 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x44979853 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x486f432a cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f503600 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 0x6e5874cd cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7d176ae0 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ea10b99 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7fb3a30e cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x864347e5 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8abae3b6 cx88_core_put +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 0xb6207f43 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xba52ac93 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe822267 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc05bab7e cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0403aa8 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe0e80790 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe98ba835 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2500d510 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x43898807 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4ad85e0c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4d1397c9 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x71d40bec ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77741513 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7978fe23 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8a4a1e18 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8fdf98c4 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x981f0abc ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa5f92ca0 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb1c9f41a ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2e6a119 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbfb9d930 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcfae8859 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe2850122 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf645bd40 ivtv_vapi_result +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 0x3d6706a8 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x42c37c38 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4c90ec00 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6b9464b3 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x78daa070 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9224aed5 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9bacef33 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa335a83c saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc18880eb saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd06adf08 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd482c57a saa_dsp_writel +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x14e9fa3b snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x1ae75fd8 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x43f99f6b snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x514a9b35 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb967de31 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd8d5ffce snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf1dd3ac2 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 0x685a46d8 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 0xe2aec4bb ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa119b632 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xcc5ea72e 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 0x753db86c cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xddcf46cc cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x02419c82 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3d9ee74f dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x586cd1f9 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7582cd3f dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x997f23ad dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9e76bcd8 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa741e9e6 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xeee1841a dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf55773f7 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x56876d7d dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xaf5adb4a dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc0bd1d06 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe3a73fa1 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe49172bf dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf8dcee45 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 0x8823b924 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 0x096d6da0 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x09a9922f dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x14319637 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x42cdb98c dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4947335d dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4dfd6e3a 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 0xc7e63b4a dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd073fddc dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xea4668e2 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xc26243fc dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xe00db4de dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x6efc8fb8 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd1d66128 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5717e0b6 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5f321e61 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7952047d go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7b2f2868 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x949e8887 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb12dfab1 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xba05ee78 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xcd713dc5 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdcbc707b go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x09c06b3d gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x20880778 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x548ac28d gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x889e628d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9fa66376 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa45f9624 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb3c7d3fb gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb7f237c2 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd79e0e53 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xfc590f99 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x07064c5e v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x288ee713 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2ed8d1b4 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x48a3f5fc v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4c73e1ed v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xbbc01b09 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x08c442a0 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x2e439e32 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 0xb6f92251 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc1c150da v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00722c67 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00ed4374 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02486987 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x040c3081 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0643c12f v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10ce5f79 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13b7d647 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14402b2a v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1688bd1d v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c70301b v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d26e8fe v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29928322 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ce9fb73 v4l2_ctrl_new_custom +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 0x33869e5a v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x364fbca5 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3aa76c7d 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 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x455dd509 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x463cc485 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b2a4c59 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c2c8417 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fe4426f v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6760ad90 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69e9b0ab v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ed4f941 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x74e3c548 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8104e077 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x876aca47 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89a8aa15 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89c71dd3 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c36ee7c v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1cae1d1 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa6fe3b39 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa81d1ac5 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafe74d4e __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0d41005 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb1022b6e v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5f670fe 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 0xbdc9f860 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7eca3cb v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9031ab9 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9089804 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd045d9f1 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd13e405b __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd73f9066 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda0dcaf6 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2557a8b __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe520cfb1 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6191710 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6c10fce v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea99dd7d video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec7e03d1 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed6dcd84 v4l2_ctrl_add_handler +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 0xf6a0f3d7 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf7f7f6c9 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf808f589 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc6c4419 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/memory/omap-gpmc 0x389acf0c gpmc_configure +EXPORT_SYMBOL drivers/memory/omap-gpmc 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL drivers/memory/omap-gpmc 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x1181e596 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x4bdc2234 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa3727440 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xb2977f8f rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xd6750469 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0c4a10ad memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1ac30cc2 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x39371f1a memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3c5cdf30 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4c68e8d0 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5406fde9 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5ebf9f72 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x83964f07 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb29fb172 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd041fae6 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdae16bbb memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xea54f3f9 memstick_register_driver +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0536f362 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0645aabd mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x093d815d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x11cc7dd6 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15b7991b mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f511807 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x35cb0a53 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c0d9569 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3f0f1c05 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4a3a38c9 mpt_findImVolumes +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 0x71338329 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x77926e2f mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78a42e56 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f733b4a mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x845d61e8 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84877727 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8f4cd86a mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa7d9db7c mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae74ca5d mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb25936a1 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbbbfdb39 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcdc1e1ed mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0bfb0ee mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe109312b mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe13ef492 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf1395415 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf27fb6d1 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4011dd0 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6af99a4 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0c230cd3 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1141e31c mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f8f7416 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x31f9b47f mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x35953245 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c111aba mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ddd81d0 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43f39801 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x454f90d2 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4e85212a mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x59c28fc1 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e7c26db mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6b3eef27 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d25e933 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x71b8fad5 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x73e45c68 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7efea2fd mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x833898f8 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c343101 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa13d42fa mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa55ccf7f mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7037ac4 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbcf94b4e mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc74eaeba mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcd45fcc5 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd181f35c mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd87b9b3b mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/mfd/axp20x 0x303a76e8 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xbe09419f axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xf7506c3b axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x7b09176f dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x86103b9f dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x9df3f31b dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x00516d2b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0ac60445 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1790c319 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x18a8623e mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1ce09192 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x55fb7519 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x914625a8 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa0cc2a1c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd6e7a5c9 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe2078c0c mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe93a1cc8 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x8f4033d8 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 0x2e89c6ea wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x532c7406 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x750116bf wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb3753619 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xd859af0b wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xea631492 wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x1b36a1f5 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe0df1841 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x583caed5 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xc38a5029 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1f14b322 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x6908a337 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x6ddb6514 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x70441bfb tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x71acc65f tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8999d364 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9dc7629a tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xaaeef53c tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xaf959048 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb5f8c133 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb982f288 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xc01230ea tifm_remove_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0813d39f cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0f6619d2 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x4b8a747b cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x73d7cb85 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x84340465 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x405efe4a dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x588c0d7a dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x972d6f21 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xa153bd8c dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x21367e4e mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x3a58b979 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x090a7146 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1f6bc07a cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x595a2db4 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5c79ab93 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7f2c49de cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb335ecc7 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xde3c548a cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x588d9d78 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa60a70fb map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xdbde2b3c do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xe29e042a unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x4c189a03 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x898a66a1 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x0449fbbc simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x7290dee4 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x95e8d23c 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 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 0xbd65ce82 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 0x182da25a nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x21dce913 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x27a305f7 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x490d6db2 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x61510895 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x64ff83ae nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6a1ca209 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82880247 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82a97d39 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x856fe552 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x902ed4fc nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3280103 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xae32ec6f nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb4f2cf91 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb944f16b nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbc4f12f3 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcd5d5728 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcf03f466 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd764f11b nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd9786b07 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xda2dcf92 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdda4aca4 nand_ecc_sw_bch_correct +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 0x7c5a03c3 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xc59a332b onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x51f04159 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xcee6e6c6 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2c8b6f9f rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x364130e1 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x573f0105 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7fd4c011 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ddfcf1b nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9316bdc0 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9a026d4b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa2fdc06d nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa31b1305 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xba61b4c9 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc931b714 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd8623a0d nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xda68ae7c rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe133b891 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe1d10b73 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe7a96438 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf48f61df rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x2ec92644 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x8a56fe14 elm_config +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x135b4bcb arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x17aaaa6b alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x43640099 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x44c377d6 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x61b67719 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x76d3c99a arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x77bde298 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x953fed34 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc2ef19fb arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdb17fc53 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xef800bd3 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1ec195eb com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2370f775 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2979dda8 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x0518bcfc ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x72d71eae ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xca1f56fe ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x64b5a8fe can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x76b1f45c can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x085666b3 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12cf1ded b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1e999544 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x339727b0 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x37e29ecf b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41cea733 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4328aadf b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x457a79cc b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4fc9c9b4 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x50f002eb b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57a50f77 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x597bbaf7 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5cd7ceaf b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x71bc23ba b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x757a7472 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75aa21be b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x77f2015a b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83e22754 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84a9006a b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8a87f449 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa98902bf b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa9afded7 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaca7d954 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb1aa0b4c b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbffea787 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2fc658f b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc6c1a265 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc826742f b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd06a31d5 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd6b387f9 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdc74c762 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xde2650b9 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf5650cb7 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf7a6a7bf b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf922817f b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf9c4d1be b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfe103744 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffffcf76 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x02a40dc7 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x0e3276e5 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4d4bc9f0 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc360f038 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x4b4f0189 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x89623c76 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xf20f863c lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x62fb41f0 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb5b92412 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xbee4a051 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x06c9dc0d vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x8ee14267 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xdbff1709 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x85e720a8 xrs700x_switch_register +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 0xb604f6db xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf6d260bf xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf7f34550 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x06e2f48b ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x214ef8f7 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x24678ab1 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x421e6773 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x521bb2ca ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x62acc2e5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x786db565 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbcf5979c NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc440bbda ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xefd3b6aa ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x549aae9e bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x6b070dbb bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xbdad6f26 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xfa483afe bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x58c74be1 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x05364ae5 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xf0f6d190 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 0x1c99f295 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2ca0d41c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x48342319 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5a0dc8c0 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5bcd1973 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x64e7b290 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x91a49ecc cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbb269652 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbd522059 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce4f4171 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdaa51d27 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdf0c59ff cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe017dee0 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe29e7759 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe9947751 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf94f2254 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x009a7f2f cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x04e479c7 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c5d5ec8 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x196fce69 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23f36616 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x259842a3 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x312c72c0 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x345b216d cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3509b5b1 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x40814ab3 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58c63913 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ae0c93f cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ffabaac cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6034b350 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x666537f3 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x70e63340 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72773560 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7490f9c6 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7834e028 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7da8c992 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f429b54 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x800eab38 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x87fbe31b cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8c19b237 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x90ba9a9d cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b3c423d cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5685d8d cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xab492745 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb1337e87 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb57a9877 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb90b7ad7 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9806910 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbd56bbb5 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb253f08 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd2d192d9 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd36fc574 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6dccbcc cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdb0498e7 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe513fff6 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe67dac46 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xee380ab5 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3d7403b cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf5572ee0 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf83a55d7 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf84d1ed9 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa2ee088 cxgb4_crypto_send +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 0x3f6a0902 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5a255bf5 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x643f9a4b cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8708194c cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x968a437f cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xac9817b9 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb497985b cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x07e990bd vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x480eccad vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x59ee1f9d vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x76c8f169 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9e438ff0 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcef932d5 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4c1e041a 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 0xd2dc062b 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 0xf081b340 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0xc16df060 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x22ffa9bf fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x4e01a473 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb6509d4f fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xee5eeb7f fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x15544669 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x46ddd8aa hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x52e5a457 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x5df7ac62 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xaa75dd73 hnae_ae_unregister +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/hns_dsaf 0xd750d6d0 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0513c537 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x13b89bd8 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2b2255f6 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x506b7157 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x68f1bf79 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa86987a3 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xbeada614 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc0e8b727 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x162df041 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xf61c1bbd 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 0x07ddc3e8 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1171467d otx2_mbox_get_rsp +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 0x2c72f3b3 otx2_mbox_wait_for_rsp +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 0x3a2ac7ef otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4bebebb0 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4c4defcc __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x58947e11 otx2_mbox_nonempty +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 0x65484a75 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8a13d744 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x999ae411 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa17de7d2 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb30932d1 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbd94c235 otx2_mbox_msg_send +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 0xce4a02b7 otx2_mbox_check_rsp_msgs +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 0xe1c80339 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe2195e6b otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0048d363 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x065defdb otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0fbb5cc8 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2250a087 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3e435dc0 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x425967e6 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5e66976f otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x66fb8b6d otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6cde3257 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x782b3c8a mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7895df9e otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7db22d9d otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7e32f8d2 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x80693e35 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x90a3526d otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x914920b4 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x91f5d319 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9ba53344 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa1beaf0d mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa675f29a otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb4a05eb4 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb69ac50f otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xba87a750 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbb5deb41 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc56a6589 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd21f0c62 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd228bab9 otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd4f2c145 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd7c2d79d otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdc227cd6 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe764e618 otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe9331a44 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf590a9c7 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf82f21d6 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xff95d182 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xa0d7c542 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xdd16e976 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x005189bd mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0379ba35 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c11e689 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d2bd8c2 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x114201d3 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16cc138b mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1deab15a mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e956446 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x200cca3c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2237c425 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x312f6411 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a20d99e mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4961e5b8 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a472875 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aae2ae3 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e66cf75 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x682b2ff2 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71230fcd mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7297ddb5 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75212211 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75ea1d95 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x784c6853 mlx4_eq_get_irq +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 0x86592450 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bc59704 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97938b6a mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08196df mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1f7e250 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa289383c mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9183adc mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaba8be01 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5d7d027 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc4f41ec mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd716fa8 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd14e3d5a mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd25557a6 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3239bcb mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4e963a1 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd42e721 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe63dac1e mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9c64fee mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee6690e1 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef968563 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf51af8cb mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfae27b56 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0181b0c6 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02902bd4 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0596ef34 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06109021 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x074a9463 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07bae7d3 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x088c0215 mlx5_cmd_exec_polling +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 0x08c739f1 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c058c1f mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d66ad22 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ee7bee3 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fc167ba mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1062aa9c mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10b00f3e mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x113c8faa mlx5_cmd_destroy_vport_lag +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 0x12c807f3 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18742b87 mlx5_lag_get_roce_netdev +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 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2406a9ab mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24e31d22 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2561317f mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25a88fbc mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a0bdd9c mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2af666d4 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2db07bc5 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ec2436b mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ed302df mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30739b8c mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x311c4e6b mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34707d9e mlx5_eswitch_get_proto_dev +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 0x37d69801 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38a5966e mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a2e6916 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3aae4f1e mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c21af3d mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4120da2c mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41e39aca mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x443d77b1 mlx5_eq_get_eqe +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 0x46c99acf mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a3df2b3 mlx5_fpga_sbu_conn_destroy +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 0x4ddc95e7 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50a410f4 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50e4b606 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x525b480b mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53e370c8 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5496cbc6 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5584a448 mlx5_cmd_check +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 0x575b1bd4 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x585835e6 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5abec578 mlx5_eswitch_get_core_dev +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 0x5cad984e mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5de58bce mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x603e0372 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x610117e2 __traceiter_mlx5_fs_del_fte +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 0x62446299 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x629faf3e mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64319676 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67dc2983 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68d474bf mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a0b31c9 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a2b4380 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a8d59be 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 0x6ef26f60 mlx5_cmd_cleanup_async_ctx +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 0x72d2987b mlx5_nic_vport_disable_roce +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 0x76af34b4 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x773d66a1 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7817e5b4 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78aafa95 mlx5_core_destroy_rq +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 0x7c7d9419 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ddd16c3 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e6cde60 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ea3258c mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f365fb5 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81edb828 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x833f4c3a mlx5_core_create_rqt +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 0x87f21e2d mlx5_eq_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 0x89a01f7c mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a05fd5d mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ad648c9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x901c48b1 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93ab8278 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93e2fb65 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9411b25c mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x952276c1 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a66f0cc mlx5_fc_query +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 0x9d69a80c mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e5dc41f mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9efd615b mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fdae542 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6979ccf mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8011699 mlx5_free_bfreg +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 0xa8e8965b mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8fd17bf mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab51d5e9 mlx5_create_cq +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 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae3edbec mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeead464 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf60e62a mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb225b16e 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 0xb36ba032 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb71fa26a mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7cd207e mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8cc54b7 mlx5_debugfs_root +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 0xbd80c2f7 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbee86f77 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfe662ee mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0114057 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc06ec2dd mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc46ee156 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6157a09 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc77d5cc7 mlx5_core_query_vendor_id +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 0xcdeb9c79 mlx5_cmd_exec_cb +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 0xd1f98d7d mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd30283d3 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd42ed677 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5d9e977 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7455437 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd775cb87 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd98b5139 mlx5_rl_remove_rate +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 0xdbf3d235 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd79ae77 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde305eb9 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0425c55 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0a0cb38 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe24ca2a9 mlx5_put_uars_page +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 0xe9a00fb4 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea4131f2 mlx5_core_modify_rq +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 0xec062b14 mlx5_fpga_mem_write +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 0xf0cb9f59 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf263aa04 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2a7a0fd __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3ceb70b mlx5_eq_disable +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 0xf7573fc1 mlx5_add_flow_rules +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 0xf9549795 __traceiter_mlx5_fs_set_fte +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 0xfebf1fcf mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x00b26d2c mlxsw_core_skb_receive +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 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 0x13635e33 mlxsw_core_skb_transmit +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 0x17a445d3 mlxsw_core_trap_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 0x32f6e967 mlxsw_core_port_netdev_link +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 0x39da54e0 mlxsw_core_ptp_transmitted +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 0x43f2056e mlxsw_core_traps_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 0x52a43cb4 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5bac2772 mlxsw_env_reset_module +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 0x643fcc07 mlxsw_env_get_module_info +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 0x68c28b16 mlxsw_core_bus_device_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 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 0x7609ec6d mlxsw_core_rx_listener_register +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 0x7f3f2b39 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x811aa0b7 mlxsw_core_trap_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 0x980ff58c mlxsw_core_driver_unregister +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 0xadc282de mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb42bb622 mlxsw_core_trap_state_set +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 0xbc8ebd80 mlxsw_afa_block_append_mirror +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 0xbf6632ea mlxsw_env_get_module_eeprom +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 0xdca620cd mlxsw_core_traps_register +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 0xe934dff9 mlxsw_core_port_devlink_port_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 0xb68db519 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xcfd1e5f4 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x19ecbe95 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xac51ad98 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x03bd51f1 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04140225 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0503c3c7 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09eac9cd ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a8f59bc ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f086dee ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1385b884 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b3d8ada ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b835b4a ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d23fe04 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d3ca0e3 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22fae7ac ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29707fd8 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ade883e ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2dcb13c2 ocelot_vcap_filter_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 0x30ac0941 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3312d2f3 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b11974d ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c1ac8e5 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3eca2064 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43193b24 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4425d45b ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50715f61 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51daaf8f ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58e229ce ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a654804 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60af78df ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60ba1d00 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60d2d116 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ab443e6 ocelot_init_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 0x7077111a ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71543ec3 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7807c119 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f7c40f1 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87f4ada1 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x880ac1ae ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x887120f1 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a719a28 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b932597 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c9bb5e4 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8f79788a ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92792a1a ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92bc9be0 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98eb13c9 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99a74119 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ab1d54c ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c16b32c ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e2dae26 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa78460e9 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaaab858c ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafa07097 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0938da9 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6561183 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb842dfff ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb93f1ccf ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc0e6bd3 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbdecf09d ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc26ff05c ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3034d57 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc85d66fa ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc939c619 ocelot_port_pre_bridge_flags +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 0xd27e6084 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda044842 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda5d4b61 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda9965f5 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdbb9c081 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc171780 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc1f0149 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc51569c ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe16e3161 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9842457 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb31e54c ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec64fe9e ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf108dc94 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf59777c9 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb241506 ocelot_drain_cpu_queue +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 0xd1ed15cd qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd913af4c qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xe73e9757 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xfdb0f329 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x9050be04 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xea93a567 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x01a5fb21 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x02b60f45 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x073f71d5 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0a35a971 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x12d34d65 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b0c2c74 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1ccfb94a wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2464faca wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x27d6fed1 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2d0a0c0a wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x37d97742 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3e0472ff wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4614cc7e wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x48a634f0 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4955b0ed wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3e4e6f wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4ed4d1d5 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5455f70b wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5fc4ae30 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x61d8db31 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6288abf3 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6313c098 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x66305299 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6eaf1948 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7278f24a wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7bbc5b8b wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x85ffd70a wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x86f8ead2 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x93f6bb4f wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9447b61d wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9e39313b wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa18a08de wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xadc32a89 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb50403ed wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbb2b92fb wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcd5673c2 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xce341ce8 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd05a5361 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd345cc6f wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd4806cb0 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe1e03bd4 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe5bea920 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe84554c3 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xebf12866 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xee1bc1cc wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfb092495 wx_xmit_frame +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x22c7df60 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x24633b57 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x455705aa hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x61e1ec97 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x683b6f9f 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 0x0519872a cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4819da7f cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x7c674c5e cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xb5c53a15 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xcccd08e4 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x13b18dfd xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x171138e0 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x99eae588 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf52a583a xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xfbda0d3c xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x54fe1c2b 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 0x74687f07 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x22aa734a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x34f9c12f pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x993bfc43 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa0c135ab register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xec625773 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x10184ecb team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x4ffb53c8 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x7f87716b team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x837d53b9 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xa67ee6cd team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xb29603a7 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xb7c66806 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xbe1c7d60 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x478702d9 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x54249cb3 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7be49fd4 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x314bd222 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5a06d638 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x74a6032b hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x78c8d113 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8834f0a2 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8bd286d4 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbf46a8d4 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe2a70337 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe2ab9d6d unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xeb985d5c unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x046b0918 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0a7ea25c ath_hw_setbssidmask +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 0x1342ecd6 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2c146463 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x57fba4e2 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x72044f49 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7ba6d077 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7e8bcc55 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9c4cd188 ath_key_config +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 0xb71c1e57 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc57a8500 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe757bd42 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfe3a2572 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x004b9d57 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00e4da98 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x01aaab33 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06a38791 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bbdf738 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ff76998 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1080b407 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1408b74b ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c06b823 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x289bdeb1 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x29891add ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a530bb8 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35603b35 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x38ea9414 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x39b31401 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x432ea64c ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x48e1873f ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4aa2951c ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4acd12f2 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f6aa8d6 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51272bb2 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5738389d ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5a906007 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c1a6ccc ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5ca1992a ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63e28718 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6a03ba7b ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ddab846 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6fceb756 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71d522ce ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8448b08b ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x851649c2 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87b5d108 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e792fe3 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92b95af0 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95cb995e ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95cce664 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98bba4b8 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa89681cf ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa91defd0 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa9db8038 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb5e227dd ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb61e54e7 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbc9d6598 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc633b313 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xca365c7a ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xce64f0f9 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0ba61b3 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd8dd5886 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb157628 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe02cfeea __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe1477d21 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe9fa9b98 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xed0dae79 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf04bb0de ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf1548423 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x020e8b07 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x03b75755 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0998444a ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x10cf3716 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x14a089a0 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x16cb8a23 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b6bdd14 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1c230c49 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2119b1dc ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2784eda1 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3136b890 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3be4d583 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3d210a9e ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4683d273 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x509046d8 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5276fe3c ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x53e8cb3c ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60ed02d1 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7143dc88 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x76ca3baa ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x85004951 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8501f34f ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x88a570f7 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8fd4805e ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x923b50c6 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x93566ae8 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x996b6fcc ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9d35347b ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaa7e81fb ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb0b313f0 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb0d911f0 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc814f335 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd34fae80 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd5e2ed9e ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdc345c09 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdd8c4256 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xde3ed258 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf5ed6700 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf64654a6 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf9268a7b ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfc57e91e ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0459cc20 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x146a9d27 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27105d33 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2ec14704 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x70c8dc77 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x723aee83 ath6kl_cfg80211_suspend +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 0xbdab68fd ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe393e4b3 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeff7d345 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf9b22ebc ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfc3e733c ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0ac8bab2 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0c7c50ab ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0dd7e768 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x154ae152 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x179768db ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e73068c ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x20392b22 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2911f4da ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x38a228ba ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3aecbda0 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x427b514b ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x76885c24 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7ea02469 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x82180b24 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x83a6bdf0 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8778d9b8 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9ba8631e ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbaef5459 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc14cf8e1 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 0xe3e41676 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xed2b8463 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3696618 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe9e92bd ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x004b8baf ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04fdb935 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05e1b302 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09347b64 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a8007d5 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d606bd3 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e313463 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x107891a5 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1393af6f ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13ba4c1c ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1472f7f9 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x158b89cd ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d304034 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d9ba1e9 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f862880 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x207c75ee ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x216c73e2 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2275b9b0 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2343ced2 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x261e8a05 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29f32c14 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a289456 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b3e7f71 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bb7ff22 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c231115 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c3ebf24 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c58b05e ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x314c468f ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32e07f64 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3510b8e6 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38320f37 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38372f21 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a2fc4d9 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b10c7e7 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x425c9102 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x436a27a5 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45ca401a ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ca139ac ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ffcd9ff ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5273483e ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54a8e797 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55ec2112 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x560147b0 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58d7e922 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5919e50e ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6012d401 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a9a4fd6 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ab0fb51 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b81931b ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e2c92f9 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f47b96c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x723e20a4 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77b0d596 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79d08c66 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83a1f051 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83aa958c ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84027ae4 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86269492 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x877dc9c7 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x892b7f4f ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89924717 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89bc5396 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e093086 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x900098a9 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91e6d3ce ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x925f78d1 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94047293 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94af39d2 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95beaf9b ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9705901b ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99136e17 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bfa1ff7 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6134402 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xada69534 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae1ec9ff ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb055e41e ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb45b4941 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb56591a9 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8b87cd1 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8be0d54 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9d363bd ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcd125e3 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd26b7a3 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3314cd2 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6de0386 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9f2d30e ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb0ff2ad ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1b2fd6d ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1d7eb03 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9d855b7 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc190001 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdce6bc67 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd97f48b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddd725c2 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfa4a58b ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4048946 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6aa741d ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe98dc614 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecb39979 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefbc05e9 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0931da1 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1b410df ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4a48ccd ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf689f9c2 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7a334da ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9afae1c ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfed8746f ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x9a934bc2 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x9d176073 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc413de7e init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0d7a5dd1 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x471cf12d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4ca47a7a brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x741e83a5 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x908fcf18 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x97c7c12f brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x98ed2a7b brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9b6f2bc1 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 0xb451a2a7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd268e297 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe4265373 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf56f2bf7 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf74cf7e9 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x4f271bac stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x60a36e5c init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xd53d5b70 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x09cc9823 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1053e82d libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x19a2c37c libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1abeb562 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1c925242 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x37a44a5f libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x420b4595 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x86cda752 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8defa838 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9140de00 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x91da8f09 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x94ff944f libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9ced1790 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9e8daca3 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc354f32d libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc94e2ba3 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xccc17036 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd76f7905 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe2583d51 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xec55eec0 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00d34478 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06013319 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a11171e il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0dc435ed il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fbd1fc5 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1088ab06 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x110db20d il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1137bbea il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14c6648c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1549076e il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17c3a48d il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18545dee il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x185a7eff il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aa7a9f8 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21ced753 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x225b5354 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x231e277c il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26bc773d il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28de2848 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x292b6dbc il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a3277dd il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a4b4bfe il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f2649ed il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2fb85459 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31512456 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x327a1be5 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x355f561a il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x373bd727 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d8d094d il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eb272c9 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44f051c7 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45733cf2 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4905a707 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x497fe3fb il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x501684fd il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50fb53fc il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x517a83f3 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x525042d2 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53cbe223 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5677826f il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x571ce177 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a23887e il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64162821 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67013268 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68bf1d72 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a15d657 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b1f242e il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75ab717a il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b43f59f il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7dbcd899 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e926bd0 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e9522b5 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83820d34 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83dd3d7d il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84abefe4 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8510fbad il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86a89ac6 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89528eb2 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x91f8bb68 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x93631435 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x93fa3942 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x973ad929 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cfc6578 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9bfdd48 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadd65a0f il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2808f06 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb38d6527 il_clear_ucode_stations +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 0xb8dee293 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbaee658c il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc123a3c6 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1d86fac il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9fa6112 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd372cb46 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd47fcdf6 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4d50b80 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd83ab845 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd992cd57 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda23d45d il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd97c023 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xddb1c6d7 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdfe29087 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe65a31e9 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe844fc68 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9962842 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9c5a508 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea868f86 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeda89335 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeea302f2 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeeeb13c4 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0e10a70 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf34e9053 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7d834c8 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf90e2d35 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb51cb09 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb5740a0 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc836848 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfdb1ccc9 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfdd64b76 il_get_free_ucode_key_idx +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 0x5f407967 iwl_trans_pcie_remove +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 0x9d498b22 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9e03450f __traceiter_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 0xebdc9ddb __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1814e6f7 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1a35c474 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x334decc1 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3a701c7a hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4946d46d hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x530ddf16 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5a8455fb hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6b52404e hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6bbfc758 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75f5e322 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa3447295 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa6daffe9 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa9f10778 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb398e786 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbf358c2e hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc0e8dcce hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc4dc1777 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc9cc60dc hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xebd6b51c hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf117f95e hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf2226e31 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf4966c23 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf5111dc7 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfd57d0e2 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfdf1f259 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x22c1c859 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x289984bb free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x33971e5b orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6915b165 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x782040f3 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7fc6bf81 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x867f066f orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8ecc9311 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x913ecdec orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x966c4d01 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x97032aab orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x98dfaca3 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa4d8ffa1 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc30d1080 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcc3ef25d 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 0x4119b28a mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xd6830198 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x04e33e09 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1d5dbc8a rtl92c_set_fw_rsvdpagepkt +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 0x2838c1ee rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3629b6d0 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41cb6f2b rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x42ce7609 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c5f5c5e _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ee8f162 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5148e5d1 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x521713e2 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x53321f8b rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5a009f7b rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5ef8aff3 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6577c0b7 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x68802355 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e50fb34 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e5b1bba rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x89d883b7 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90c2d298 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91f95567 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9a8091c9 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9cb4a33a rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d49dccb rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb10992dc rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xba87ee27 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd3338e2 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc7b37411 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc7f41fb6 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc947ec5f _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd05e61aa rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd761ff09 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9002f00 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb2fbb4c rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xddede771 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe77c3d06 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xee14518a rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf088ce7d _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa1a116f rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb377bc8 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfc022ea5 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfe8ed84c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x51ab2dab rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6664611c rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa0494714 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd59fb0b3 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x1bdd7765 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x54e86382 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x966e549e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xee8b8622 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x13c0ffcd rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1917d42b rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fd69628 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2df470d4 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30920922 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x333f8351 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43851a1a rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45762595 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b32fc3f rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b80b6bf rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b92b07e rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d56cfad rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e219060 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ecd61b7 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6eec09b5 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7d54b3b2 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x80d64a31 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x852d4790 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 0xa167bd84 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa1c19640 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb139aa6c rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb174313a efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb66f008a rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9b164f9 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1782172 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf312ae2 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb6706fd efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe1fd6422 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4835e86 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe7a8dabc 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 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf02c6ed3 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x70b24af5 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xed723d78 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x9b523047 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x74905b79 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x006e0791 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x032a948c rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x03c165ee rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0c538355 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x120496f2 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x132ce2ac check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1a4df06c rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1aac34aa rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ed54052 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x21b9bbde rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x247da128 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2b33be02 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e475893 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x312cd8ae rtw_phy_read_rf +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 0x37acc238 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3f585126 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x41783273 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42e12fc6 rtw_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 0x44474273 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x49866cce rtw_restore_reg +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 0x5ede47e0 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5ff9c6df rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6c605b7c rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ec320c7 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6fa95685 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x736e094a rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x77affc7b rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78a7cd64 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x827aeec9 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x82ced91d rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85149a0f rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a1047be rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f217b20 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x900efceb rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x968293fd rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9854dd83 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9995e9ba rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa0f4c3e6 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaadef567 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xab283c1d rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaffcd4fd rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb029e877 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb2854a64 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7fbb161 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb364bd1 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc5547184 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc61a2c9b rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2f5a890 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc9cb22b rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe06c1d41 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe14406aa rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe43e3feb rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe52a5b8b rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xea747c04 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xecac733a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xedd700ba rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf08856a5 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf98c4d27 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfc944980 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd2dfd5f rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfdad44d3 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x2bbef8ac rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x5228b684 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xe23b534e rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xf31e1616 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x25bef3ed rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x53b32dde rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xc7b07084 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xffae10be rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x48170a1e rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x5d0f38f5 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xf4933dd4 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x3ec783ea rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x4959511a rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xd2fc1d75 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x021f6587 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x024538c5 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x063b9e9e rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06935ffc rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x088dcda5 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0befc6e3 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0c311664 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x10f186a2 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x19117edd rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1a99857f rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x239733e1 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2408765f rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x24a49127 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x24dd1304 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30d03835 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3141fad4 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3324ed92 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3dfd4be6 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x45893fb1 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x45c1f812 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4651d634 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x470916a4 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4d5cc2d6 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4dc1e7dc rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5458172d rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56b6a74b rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5752dbd6 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x582fecb5 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5da62666 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6133ce43 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x68fc689d rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b92242f __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72690b0e rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x728c4315 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7426705c rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x78f5cce5 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8240d034 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8a19865e rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x915fa2ef rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa16a3508 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa1d6f3cf rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa3f4c04b rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa999a8dd rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9fef6ef rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb232caa1 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb2794043 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb367ee24 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb832bc55 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbfdaae86 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc1a960f rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc37a041 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd1c486a rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3af6722 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddc9059f rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdfe7e301 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe12c42ab rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe359163d 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 0xecb79ec4 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf0d50e8f rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5db20ee rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfa12409b rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd582f5c rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x080235f6 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x15780319 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2500f095 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x299e9c70 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x62883878 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x63a61ef2 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x67b0a53c rtw89_pci_ltr_set_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 0x84468271 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x89773645 rtw89_pci_recognize_intrs +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 0xaa0b3a9e rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb53796c4 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbe808649 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc69b305a rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcd7194b7 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe7fd1c5a 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 0xe33b8aee rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x06e5dc6a wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x59535bf2 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8c5accfb wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf89dac00 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x205d0e8e fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5a120105 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x87a63e3b microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x9c09e53a microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x1d5a24dd nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x4560c67d nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xc62c3cc3 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x1b24c487 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3c74d03d pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x452e8667 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x269f8c12 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xacd14c8b 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/s3fwrn5/s3fwrn5 0xf54821f0 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf6b75295 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x00f224c2 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1a0a9f9e ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x32561765 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8a540f8c ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8c0fda0a st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbb614ada ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xdc6dfa77 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe30f4290 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf0d6f3fc st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf6019a99 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0458178d st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0a8c258f st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2287b4a1 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2563ecbc st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3cda46ad st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x47aa0cbf st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x50d9f9eb st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x599250c7 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5f3fb55a st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x71c472b9 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x71ff2802 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x74f5fdc4 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9488f14e st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa96093dd st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb050dfd3 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc427a8f0 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe4819178 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfc91260e st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/ntb/ntb 0x1a0d1dc6 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1f77bb24 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x24417a6a ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x2a0a9a36 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x63cb4089 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x6ea964c4 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x709610ab ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x78cabea0 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x9288445f ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9e613240 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xa0843d26 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb09534a0 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xc8136d43 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xd03bc4ff ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xd1145539 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xd1f11524 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xd2a10b63 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xe4489ca4 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xe834a348 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf911507c __ntb_register_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xd486f935 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xfc3dbc1e nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0256451e __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x0301bb30 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x040b2ced parport_write +EXPORT_SYMBOL drivers/parport/parport 0x106251b3 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x132b5730 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x15089019 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x2690d6b3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x2a411713 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x30ec2581 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x3b71cc5f parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x564ec54f parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x5d5be180 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x666a8612 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x78ac1519 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x840e95d2 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x88ed032c parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x90186dc5 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9c8ac6cd parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xa66091f7 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xb09619f7 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb1cd8c4a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xb9e60a5e parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xc8f2badd parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xcf9beab4 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xdc71a40d parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xdda62c75 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xe1dbb24e parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe71276a3 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xe7166a0f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xfce1d85e parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfe95b11b parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x18bc8bfb parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xa66d1d60 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0x3d90f6e9 iproc_pcie_setup +EXPORT_SYMBOL drivers/pci/controller/pcie-iproc 0xec34163d iproc_pcie_remove +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x35d61f33 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5814efac pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5d477a60 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6bc128b9 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6fcf0157 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x732cad85 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x96f00a97 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc739e564 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf1845486 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf8bfe2b9 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xef13fc48 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1d5cec6c cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x3c547054 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb4256588 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf009b57e cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xde947310 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x520374e0 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x5bac6f19 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x7e87248d rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x075c37ba rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0bc1be6b rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1e0e35aa rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x26020e58 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f491e78 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x42f1e8af rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5860d64d rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7bdcd74c rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7e22d4ca rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xae8efe9e rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb2cb480a rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb3211756 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb3d5899a rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb3e7605e rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb791fa34 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xca82152c __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd8a65d6e rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xefe33d44 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf7116314 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x60af5710 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x2bcc63ca scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x5b4eb88c scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc61e3395 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xeb02acf6 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x106b40f0 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x618cac43 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7b08e7c3 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9102bfed fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa6cea5d1 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaea2899b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc528c855 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd2984bf8 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd6c9fb39 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeac84b08 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf7d80998 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x011d9ed4 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06a54925 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b401c1a fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c8109cb fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x261f82e7 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ecf27f3 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f99ab32 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x341ef13a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f024683 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x40f24d2e fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43980ff3 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ddec1d5 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4fd94252 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56625e06 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59f5da08 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5bcaa84d fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60c5d5fd fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64bc7e41 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69dba641 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b5face6 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7487116a fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74c3f393 fc_exch_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 0x8d80f603 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e248012 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f5b0aa0 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50c259 fc_eh_abort +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 0xa8fcb696 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa98eb568 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9a0218a fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9a784e9 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae8eeec5 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb147ff9a fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb455cc31 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5168772 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba2fa915 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbcd347b4 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf82f430 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc68ed2e8 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc839d9bb fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd4977438 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9b05e36 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc220414 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd8e57d4 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xde687cc5 fc_eh_device_reset +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 0xe7d464c7 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebef6ee3 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee2bd07a fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf487d2df fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf738a131 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb449ce6 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x43e9aa69 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6139b41f sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdc077680 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe76f63b6 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x6ed2f769 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 0x25e0ff1e qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3dd98509 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3ebac2ae qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x48efde97 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5875be91 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x73f36ba4 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8d64df3e qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb193bfb3 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc0ab4f0c qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xef68ee75 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf302a9f0 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf38a9290 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/raid_class 0x06dc06d1 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x21fcc523 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0b614717 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x11cce581 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x126d3a2b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x13ff9250 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3caf0758 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x43700d4b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x69619284 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6971b5f6 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x759c07a6 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9a1c94e0 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb2aaa5d2 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc34960ea fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcca2df8f fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdcfc9044 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdde902e0 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdf3c7611 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfa1d629f fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x00747ce8 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x016b0501 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12ff4e00 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2339fa1e sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x32845b21 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3370e5e3 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x39511beb sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3a2bfe68 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4baa23b2 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4d80236f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4db5f6bf sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x51e57ec3 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x60ea83e4 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x646231aa scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68a3fab7 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7967bd81 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ef3f56e sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x81ac1265 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x84608cef sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8989cf35 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8b009caa sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa331136c sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb0ebf021 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf861443 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3818f63 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4609f3c sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd89fe0da sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd154e10 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8b8bd83 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x50283312 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x59cb718b spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xaf944114 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd16364ee spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xe0cd3f60 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x0fa93be4 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x11c60cb1 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x848582f0 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9ee6e9d8 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe80fab68 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 0x27fa0f18 cmdq_mbox_destroy +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 0x60fad969 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 0xe9c5d741 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf14a8f9d cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x99c636b2 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 0x0794bb8d geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1a8c2565 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x21e91069 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x222a0aa9 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x2a1b4157 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x34507290 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5354e572 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x53bdec29 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x57be9315 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5ce86e89 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5fc26a09 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6cd5adc1 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x73864c70 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7de1a538 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x979c7fdb geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x980b45b8 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa6abfbb3 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf3dcdb4b geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf8276746 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x64bbc331 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +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 0x5e8646e5 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x697b22c9 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6c77b0df qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8f084c4c qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8f92bd52 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb4f264f3 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb643db9a qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe5232b5f qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xed4826bd qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfa734eb2 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x95b671ed qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x09082fce sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x10da2566 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x15207baf sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x15f17058 sdw_nread +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 0x22bfac2a sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3977107e sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3be6c70d sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4d7c1661 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x588aeec0 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x69551a4a sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f414706 sdw_clear_slave_status +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 0x78528772 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x81e051ba sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x88c87caa sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x975fd9b8 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa0c5e41f sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa12dafc2 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa15c7178 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xacbc1bdf sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb6493ab1 sdw_compare_devid +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 0xc2019747 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc39ea250 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc7b7fdc8 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd77605f3 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5cf48c sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeb2d86d4 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xebb3ef73 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf9e1264e sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfedbfe6b sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x150f347b sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x21e562c2 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2702722f sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2cb5f9b5 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x386911ad sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3fa2d07b cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x42461d3c sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4854836e sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x63795f10 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x68718bf7 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8878cda7 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x99929114 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc37e7222 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc927af2a sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc9648569 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd29853b4 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf55a3299 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xfac56f4f sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xd96c3ee2 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf48d57f2 sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x037ce3c1 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x05496361 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x0f4e0452 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x184f3bb2 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1aa34256 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x2c5c1870 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x2eab69ea ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x3f071332 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x5d845dfc ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x63d358ab ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x790c9064 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x7adc3bbd ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x8c0a5f28 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xa6e4f8a1 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xaf99f2c1 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc2376cd3 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc63168c5 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe8325ca0 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xf008d52a ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xf3ba72f1 ssb_bus_resume +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0f0e1fa9 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1b28276c fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2561effc fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2fceacac fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x38ce1a62 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5e357a16 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x63a96439 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x65c3dea6 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7ac8144e fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8ffb8171 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9c5179a6 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xabdb8460 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb1483579 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb6129611 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc18331ba fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc4a3a5bb fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc51b4993 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xca4ee0b3 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdadd5e58 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe2765388 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe521d456 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xeddfb674 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5cb3912 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf8afa92b fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf983302a fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x07f5159e gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x3de3f7cd gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x49f62b2d gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x71ca046b adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x236243ff nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xc03091b0 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x08decf4a rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a849207 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0dd43da5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x138981c8 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x147f0357 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e1a1176 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e7c074e rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22df8e9f rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x272f7c56 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f3ac27b rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x318997c0 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34418182 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x394398b6 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3cf7bd02 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ea3f7af rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3fda82f5 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41e15f0b rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4617dd94 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f8dba2c rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f73f853 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x698e79ca rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d6345f2 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7e7d10be rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8035e766 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81ae6bd6 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8658e949 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89415f68 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8cd74fdf rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f290b70 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa49c04f1 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa56ff065 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb13db950 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4db5529 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6cb3bcf rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9720eee rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc562c1f8 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf744ef9 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfcb753e rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd2baa13a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd3c23712 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd61912ac rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe53b96ba rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe573c54c RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb756259 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef146e07 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf31f4aa3 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4c70a9b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf743139b rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe52c2e6 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cb051ff ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x176cf3df ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19782212 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d7ec1ce ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2b56b4d6 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2bad498a ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ed869a0 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35e29883 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x36d460e8 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43ea712e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a506952 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4fd369c1 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50f64ef7 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5415c6d6 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x552f5562 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57f6057f ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5897b3cd ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ad2a9c5 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5feb5f0b dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b89d907 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x71ce2891 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x72123a27 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7375ae74 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x784ca4ec ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ac3f338 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7cae17c0 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80134d64 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81861044 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86d28d8c ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88303d0e ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e070298 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e08456a ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ffc45f0 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91b14f73 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9571bf9c ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95c1ad8f ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa45ce6d0 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6b1591b ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa640dfd ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae1bfe1c ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1df2f11 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc4ae708 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0165cbf ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc5117ebd ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6487b2c ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca1dbb61 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb6cd796 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7483fb4 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe122eb0e ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe65e9ed4 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf52ef686 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6feb313 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb698073 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x325b057d vchiq_queue_kernel_message +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x350da0c7 vchiq_use_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x39609d28 vchiq_bulk_transmit +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x5a1fc470 vchiq_release_message +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x74f4039f vchiq_msg_queue_push +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x772c5796 vchiq_close_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0x93a4a37c vchiq_connect +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xa949f3d0 vchiq_get_peer_version +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xb2828d2a vchiq_get_service_userdata +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xbca0c1c0 vchiq_add_connected_callback +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xc2740c15 vchiq_shutdown +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xc8cabb8c vchiq_bulk_receive +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xdebeac53 vchiq_release_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xee6db14f vchiq_open_service +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xf1c3312f vchiq_initialise +EXPORT_SYMBOL drivers/staging/vc04_services/vchiq 0xf742b7c5 vchiq_msg_hold +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x07f58dff iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ac93cab iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c4c1012 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12fccdd0 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1304eeee iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c0d3f8e iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2117b395 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x24a07f3c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c946dad iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ee5e960 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x34818fbf iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x350244d8 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b424133 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b7b24b4 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3bd0bbb8 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44b7d90b iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x494461ef iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a9aa2da iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5108bac0 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52e722b1 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56a4704d iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56b3f6d2 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56d9b91c iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ba0f56a iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6038f179 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61bf6f88 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x64b16ca7 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x81f358f6 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9dac704d iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa2960913 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa3b81aa iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa5e70a4 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xad8b978e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb0eaeb87 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb783faec iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe76a763 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc168e6f9 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc63e31b3 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5708c18 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda408fff iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe1c7ebfd iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7cc09a4 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8aca3e4 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea993768 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd56ecc7 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x037d1a4a spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x0651c680 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x06609c49 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09201485 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b3e4eda target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x119f27b3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x12934723 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x162b8f99 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x180cf604 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a10c593 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d2a27a5 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x1dc18dc4 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x1fd18ecc transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a810792 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3163dd50 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3913d3a0 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x41957f40 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4aabe1d6 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f91ec0b sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x4fdbd29e transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x52e14b2b target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x54a71a4d target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ab031bc transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ba1b2d5 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c422d98 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d48436b core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x6475b989 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x79e38753 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c8a27b1 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ef79adc core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f0e65cf transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x84c182e3 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x86ad5427 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8793bd65 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x886ed3ea core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d2c43f9 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d72eb51 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f258ca7 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x96ebf3a2 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x997bac72 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e5dd6cc target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa781db5a target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xac58bbb0 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xae7023f8 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb498e4b7 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1f9e934 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xc275d895 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7bbbac4 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xc906c45b transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xcba6d5cc transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd80d16d target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1fc7693 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd9b8c073 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdac0a6be core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb1d7d38 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfb214ea transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2a11faa target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6937e28 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6b52402 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xea981078 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xec353a1c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xed8608ec transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xf02ac0a5 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf25eaafd transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3bceb9d target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5e0bba8 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6bc2861 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xf85d0ad9 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xfbd3ed9c target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xff42db6b transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xffadde86 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xffe4d7d5 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x0159ed80 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x0ab60ae7 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x5029311f ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x629e6608 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x7aa368d3 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc99f8dc6 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x8e4e39f6 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xfe1de455 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x438c3742 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x7fbadab8 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x61c8781c usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x1c30aa91 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x3e57e52b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x031d70b0 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2cdf4390 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4f3db234 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x61a68282 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7b99f87f usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb0c5947f usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc508b522 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd0cc7f4d usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd6554bdf usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xda91ba41 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe660c60c usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xc2912c69 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xfd478b91 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x045dd640 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 0x9e32db64 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xf05f46a3 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xf2051cd4 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0xc9c0f2b3 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xd3bdbfed 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 0x29812b44 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x51e0fb1f lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xcddf7824 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe85f6a66 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 0x39a4c986 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x751f0007 svga_tilecursor +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 0x983d7e90 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbc803895 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc2e7d416 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc790531d 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 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf6b43b01 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 0x955b3b21 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x22cfa6ab mac_find_mode +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/matrox/g450_pll 0x0926dd0b matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb652ddd6 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xeb474640 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3108f8c8 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x805a0b77 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xad6b519b matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf3268eac matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x5b6e80a5 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x50cc5d5b matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x03e1848c matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7cd7f135 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x943e1ae9 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xade7de6f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x01f58625 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xf8757b03 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3f6d02af matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4bd6f047 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x96ee3c6b matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9803167c matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc67311af 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 0x24e362be is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x36bb6c2c virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xa0c9df42 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xbe829f9f virtio_dma_buf_attach +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0b789038 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xeb20fb84 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x1595f475 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x60184922 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x15c9bd3d w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x35fa67aa w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x93a9d2a7 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xee5bfea6 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x05c41020 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x0abd61b2 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x11c156f2 __fscache_clear_page_bits +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 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x3a1bd591 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3da6fa95 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x47a36590 fscache_dirty_folio +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 0x4cc6d98c __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x510d7a18 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x54a11404 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x591c00cd fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x607a8efe fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x70b3ee49 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x95a5a4b8 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ef5571a __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa3c0836d __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xaa37566c fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xab3e9d52 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae38594f fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaf5f8017 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbde8625b fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbeefc01a __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xc171a3b1 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xc91aa6a3 fscache_relinquish_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 0xdd6752dd __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe915085d fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xebed3def fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xee2b6f42 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xef9c478d fscache_put_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x2a323c5a netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x3338c72e netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x4c1fff13 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x8e5b8f25 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xf9c5ff24 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x00e624bf qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x5ecec509 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x72eb0d2e qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x762a6121 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x9618dfb3 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf8dec25b 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/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 0x2332c845 lc_seq_dump_details +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 0xa0cec655 lc_seq_printf_stats +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 0x09060f35 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1cdd173b lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6c1ec3d6 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x72eca586 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8aa39330 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf73753e7 lowpan_unregister_netdev +EXPORT_SYMBOL net/802/p8022 0x881f31f9 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x99d32d32 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x47587755 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x5f58b773 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x04e25c21 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x07aaf9ed p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x116ef788 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x157e7929 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x18a20e53 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x2300bacd p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x23020cae p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x27387c56 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x273f0ea0 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x275082b2 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x288d9657 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x2e16017d do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x36e08fd8 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d8ca4fa p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x439529cb p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x485817e6 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x49f1591f p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x4b8fe76e p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4bf7a6b6 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4d1154d4 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x508e593b p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x53fe245b p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x69c9e899 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x6fc3c7c4 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x741829a8 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x746b8729 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x75395ce5 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x8e185329 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9d8f5401 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9f3a735a p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xa291218f v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xa9d61b26 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xafe056ff p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbc26b005 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc4228b06 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc513d985 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xcd1b1912 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xd29ca2b0 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xd34cfa43 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdd062868 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xe2e20cb6 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe79b0e5b p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf07642da p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xf1b77f56 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf28821c5 p9_client_rename +EXPORT_SYMBOL net/appletalk/appletalk 0x11e1228b aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x7c903f6f atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xabbcb513 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xbc6c1143 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x05bdac46 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x26e1151f atm_init_aal5 +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 0x62a7e90f vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x70783a9d deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x73f2dc2b atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x9610e056 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9f70842c vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa14a46a2 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb1371189 atm_charge +EXPORT_SYMBOL net/atm/atm 0xc199b515 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xdc67ed53 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xe4aa3706 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfc3b5ef3 atm_alloc_charge +EXPORT_SYMBOL net/ax25/ax25 0x01a6cd9e ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x0674d5c8 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x39840471 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4c0cf652 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x56e38f44 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x6b3a3a9c ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xbb8e8cca ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd462a98f ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0bafeee4 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x124ecdce hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a44a7f1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1dfd0458 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e7fedb2 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21e4cee0 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27bd194d bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e06ef43 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31ac1ef0 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x403d0d95 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40feebaa bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x443758e2 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4d954f50 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f656a58 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f6c9ce2 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4fa7e95c __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x559cc356 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57381d7d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x59411112 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c45a33a bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ca7bca6 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f418acb hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x67b8e2f7 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69ce6907 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6c8aa9c0 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ffbad8a l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73a39fcf bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x75a96464 hci_cmd_sync_submit +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 0x850b2a6d hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x935d9122 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x984d920a __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9944c9b4 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b4afb5d hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9dd29f5d bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9fdc135d hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa0046c62 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa32582c2 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaa6b1df3 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac4ae68b hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xad783128 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae29e07f bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1b73968 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb68fdf8b hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbafb889d hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc7f2c1e1 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc236a18 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfd1d6c5 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd091a25b bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6af2494 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe7a21bef hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeac7df78 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed7a8b92 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedf870ff hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf22cc528 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf368b08d hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf65e92b6 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfdbaac7d hci_conn_switch_role +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x082bfff6 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2eb0d0b8 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3af2fad7 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb6484f65 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe0d96546 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfeb5f4f1 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x24482163 get_cfcnfg +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 0x3c603e78 cfcnfg_add_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 0x420e2084 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x4bba9f9d caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x7ca27764 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 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/can/can 0x21743654 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x3a37c12d can_proto_register +EXPORT_SYMBOL net/can/can 0x98424edb can_rx_register +EXPORT_SYMBOL net/can/can 0xa44d7fa2 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xc3f7bee5 can_send +EXPORT_SYMBOL net/can/can 0xfe380fad can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x00df70eb osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x0477ce12 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x04ea8597 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x054784e0 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x062b5fa0 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x06c22eb2 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x071acfa1 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x099fdc17 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x0a2a04e8 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x12ee5d12 ceph_monc_open_session +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 0x171948b3 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x22705f44 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x23631976 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x288c1bad ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x29a9fbee ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2b7bd19d ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x2f2f1fdc ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x32cd7c9e ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a85e07f osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3c429a18 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d7f098e ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x3d9de393 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3faa0f57 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x411d6732 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x427ef7ed ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x448573e1 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x448d256e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4c8754e6 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4d8c5e03 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4df514c4 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x4edc4097 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x5055b2fe ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x55544756 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x563c956e osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5823e949 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x59d9a619 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b09dbfa ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x60584598 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6550493c ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x665d49a1 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x69bfc387 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ad04a3b osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x6b24f701 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x6dde8441 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x6f4dfe52 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x711c0d03 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x71c036b3 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x85f8f916 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8936438f ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x8ee209c6 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x8f886110 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x90242f7c osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x92731441 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x92b63383 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x96a4b703 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9acdc426 ceph_auth_is_authenticated +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 0x9ec967c6 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x9f654266 ceph_copy_to_page_vector +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 0xa63d6a36 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa72792a3 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xada64ca5 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xafce0e0b ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xb3e5d0a8 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xb435668d ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xb47823e3 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbb9e5d8d ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xbc3235aa ceph_copy_from_page_vector +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 0xc39874ce ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xc64fdf9b ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xc9aa155b ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcce20fe0 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xce2d68b3 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xd14e6936 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xd17ec65e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xd41bbba2 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xdaf43313 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xdbcae782 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xdddb336b ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xde62f3ef ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xde96cd54 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xdea9856a ceph_monc_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 0xe1131b88 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe386cd8f ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xe60a02f9 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xe671525f ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe7d5cfcb __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xe88bda31 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe97942e7 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe9a5f004 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xed06c301 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef50e752 ceph_auth_handle_bad_authorizer +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 0xf2c4d377 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xf360fb96 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xf36fccdb osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xf47e4c3f ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xf6203e41 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf73357c4 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xfa0f9c0d ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xfc00eeac ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xfdadd171 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xff1ab2e0 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xffff8fc6 ceph_alloc_page_vector +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x148fc6b7 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x20661daa dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x1e470e10 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0x3a04f8c2 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0f6649f8 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1e2dbbc4 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x26fbc492 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a36998b wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdf8957f9 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe317c775 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x16ceb7df __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xd97726e7 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x7f1d2656 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x04ec23a0 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5098e102 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x57ce82c1 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x7c2f96eb ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x892f9cd3 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0503ee6f arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x156972c8 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4ee47577 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdeb4897b arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1ad25eab ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x76f1c4a7 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8f2632ce ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf29a32c2 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x7433492a xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf423f81d xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xa4e500c7 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2364fc0d ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2f68d13b ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4272a7cb ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x47886c3a ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9439db1a ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xce4a5ef5 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe50b3f8c ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xebb6fc0e ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xed3d2f74 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x49cd31b1 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7359b1a0 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x887b5a7c ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc997eecd ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x749eba95 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xcbc95f10 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x017dcfbe xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x7d85158a xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x12781ea2 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x5192bd8b lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x7666c26d lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x782f79f3 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x935d0c1e lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xbbfc769a lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd766e68b lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xde4f9b37 lapb_data_received +EXPORT_SYMBOL net/llc/llc 0x07b3aff0 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5ac97fe6 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x75270e48 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x9ffb2694 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xb6ea826a llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xf815af9b llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xfed2f0d4 llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x01273b0e ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x0b9bc931 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x0d5dee1a ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x11f79c9d ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x134492f7 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x1579f366 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x19216f6d ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1c7fc991 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x20023ac0 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x218b6d51 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x23ce8c22 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x243daf19 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x28124638 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x29bede8e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2b23453b ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x30311d0d ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x30e89687 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x317e83d1 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x31b4d841 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x35755d5d ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x36c27f84 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x37754854 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3af259d0 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x40d11795 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4303831d ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x45e2ac89 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4b828b39 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4c18c212 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x4dce2722 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x53b6b422 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x54db87fc __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5805e679 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x58e568e8 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5e6bf72a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6491d1af ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x69d95af6 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x6e4ad784 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x75637c93 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x75b73038 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x7a3b2a74 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x7be877e0 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7c59d79d ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7dde502f ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x80d7e0b9 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x80f0a5cf ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x81977e74 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x831a4640 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x85e5670b ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8781e514 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8c649034 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x8d52f534 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x8e2dca07 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x90599614 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x90dec9bc ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x9121b623 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x9393d5fe rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x9398f86b ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x93aba83a ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x96057054 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99af87bd ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x9aa652b6 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9c63c5df ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x9ef9c257 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xa1afc856 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa7ee0bb9 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xa8e54c58 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xaa38be8b ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xab8b7ae9 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xac0dc6ce ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xac212296 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb21406ca ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xb4d3ad6d ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xb92db3d4 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xb9e3fb44 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xbb252295 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0xbeab2c73 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc07c13b6 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xc3728496 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xc5606253 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc5c18798 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xc652be26 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xc686c0fd ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e724f1 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xcb942769 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xcf93e41c ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xd104f804 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xd179eb28 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd1b58614 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd421d6cc ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd715f87e ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xd841982b ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xd8b52814 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xdc75bc8e ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xe5e7476b ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe65d86d8 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xe733e4b9 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xea1f91c9 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xea86d792 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xedf6ee3b ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xef1f3187 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xf3b7a61e ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xf7165fb0 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfad15239 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xffb848ef ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac802154/mac802154 0x4b114f95 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5a0b1927 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6b62591a ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x73a15c86 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x8787a37a ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x8e1ee812 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x933b800b ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xb9a32230 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xfc1ff6d8 ieee802154_xmit_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x07fda0a1 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1aa0ca89 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x230d1ac0 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x244f7c17 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a91b720 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x68a9e07d ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x84bf8d04 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x87a7990b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9247d2df register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaec03404 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc1d27758 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc885a366 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc969d30d ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd0c13957 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf5031774 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x02c7a7b7 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x3f9f8ca9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xd3686042 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf725f8b9 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 0x2e0bc371 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x419a717d xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x41cedd4e xt_register_match +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 0x58e66d4a xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x7564383a xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x78bb3bcc xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7ea1adbf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x92b8b29e xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9ff45a5c xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xa263eb58 xt_unregister_match +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 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x07d33f00 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x101f7012 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x132f9b23 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x232af051 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x28f303f4 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2cbd1cfa nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x486a87e1 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x57274695 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x594c3997 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x6046eab1 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x62c98c4c nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x67a7e4d8 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x75995155 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x8505ae53 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x99920eb9 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9b3de187 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd08e659c nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd1c2e8a4 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdc91cba5 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xf42f14ac nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xf88fbe7d nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/nci/nci 0x058cd354 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x07b0b756 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x0a608dd9 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x0abc7664 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x0f73fbe0 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x1afb25b5 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x1d09d0cc nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x6c448b15 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x6c53777f nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x754fdb39 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x7da40579 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x7fdbeabb nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x80c47dee nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x901526f0 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9361f9ba nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x955b6d3d nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x98aab7a7 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x9e48f14d nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x9fb601b0 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa01fcf20 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xba32713a nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc0696ebd nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xc6900c0b nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xce9c2301 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xdd482ec4 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xdd9ca784 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xeed9d02c nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf24750ae nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xfe2dbecd nci_core_conn_create +EXPORT_SYMBOL net/nfc/nfc 0x05049fd5 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x0ad18b57 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x1438e9a0 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x14e82724 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x1ffa78d5 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x219260c2 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x27117951 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x384bf8de nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x476bea71 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x48683909 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x4eb7cae0 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x4f3dabbe nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x651c57ac nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6f19b3ef nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x80913be5 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x87abda24 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xa4612212 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xc34d4490 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xcc117cd2 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xe07c835a nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xe583686b nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xe59e20c7 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xee736056 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xf63048bf nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xfefce7ba nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc_digital 0x17cd41ac nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x4836097a nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x52fb04df nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc218de56 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x0bc87874 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x12cc20c1 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x20d4252b phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x9485dcef pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xae991ef3 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xb7f65834 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xc4b2ac97 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xde1a536c pn_skb_send +EXPORT_SYMBOL net/rxrpc/rxrpc 0x017cdca0 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0268e4cd rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x05094eac rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0defe7ed rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x14574625 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x264a496f rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x639fd924 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x748d6bf2 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8195f33a rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8d415cce rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x99f0997d rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa60078ef rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbd42215f rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc44a4cf5 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc690e383 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xce41effb rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd2fc5e28 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdf594169 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe7c669fd rxrpc_kernel_send_data +EXPORT_SYMBOL net/sctp/sctp 0x70002cef sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x35dcdd2d __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x80f2600a __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb24da661 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xc27810c0 __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 0x276e5b1f gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc3200d96 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd6f7ec2e gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x1196ff60 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7736e3f4 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xac0ae0e0 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x8403f601 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xbf4f14e2 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xc3ee8326 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xd9ba3fd4 tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0xb7d896c4 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x05514655 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0752c363 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0aef0ac2 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0b5bad02 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0b7778f6 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +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 0x13f28d10 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x14c0592a cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x17de26ec cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a31586e cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1cc89369 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d102b96 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x21051f28 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x210b490c cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x210bd70a cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x2187a701 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x257c0009 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2802cfc6 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x2a12b58b regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x2a5fd576 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2cba1dc5 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x2d7efb8f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x321852fb cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x326d9e18 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x350d0995 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37506d91 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x39b78fe2 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3bb2153a cfg80211_sched_scan_results +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 0x3f2276bf 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 0x447d255b cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x450c3415 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x458bfc58 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x48aa0574 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4ac851db cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x4e7d4901 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x4fc3d50c cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x556be89a wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x55b95e96 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x596dab87 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x59d7474e cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x5a7eaf74 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5f491566 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x60dfa836 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c5d0ca8 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6e49b0d0 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x70f395b5 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x73383a57 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x741cf428 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x741e26dd cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x751966f7 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x7535fc4a regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x76bc7b25 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x76c83588 cfg80211_rx_assoc_resp +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 0x7ced4441 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f7278bc wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x864558fd cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x8670eaaf cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x86cd380a cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x8726f21a cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x8876483e cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x89fda058 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8d9fc983 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x94f04e43 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9954ec25 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x9a11c3f2 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9b8b359b __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e7582c4 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9eeb596c wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x9f198a71 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x9f8c2924 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xa4356737 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xac331552 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0xac897111 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xad56ffab cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xaf10c85c cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xb379fa84 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb3fe424f cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb4c0c8cc cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbf0a9fc1 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xbf45328a cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc25fcdf7 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 0xc8ed2e8b regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc9f396a0 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcfe7a176 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xd39c6548 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd8649e05 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc343140 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xe50079d0 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xe6340ca4 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xe82ad5da cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xe8b3b0d0 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xea816596 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xeb345439 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xeb69be98 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xebebfdb5 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xee644f4e cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xeec57936 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf3268da8 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf3cb3fac cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf43a9166 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf576c32f wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xf6d8b26d cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xf97e9a1d cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfb75fb63 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xfbbf708a cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xfedceb20 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/lib80211 0x98ab595f lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb42f541f lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xb6ccc69a lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbdea07da lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xc8f87e40 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xd3fa0250 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xd8cfc4df ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xe729a904 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 0x7aaaf1f1 snd_seq_event_port_attach +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 0x8833772b 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 0xdb8d191b snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfe35dcf6 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 0x13b378c7 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x00ebe1ed snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x0207fe4f snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x0833afa3 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x0860834e snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x0da1f711 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x17593513 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1cf1e3f3 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x249844c4 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2a5c3a67 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x2ac0369f snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x2c1e8467 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x2d106145 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x2dfa4847 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x2dfaae5a snd_component_add +EXPORT_SYMBOL sound/core/snd 0x2f406fab snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x30840df4 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3831e52e snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3ff7c9bd snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x463aab2d snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x48d3fb8d snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b72ca10 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x53f85ca6 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x59e256e2 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x628f59d6 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x62c738eb snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x62f748ba snd_card_free +EXPORT_SYMBOL sound/core/snd 0x6a850907 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x6e6773c0 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x6f04b5ea snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x74d933fc snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x788d782f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x800c13f3 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x8da2b502 snd_register_device +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9b918791 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x9c5ed095 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb48c417f snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xc1aee90a snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5f664ea snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xc7cde5e9 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xc8c505c2 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd70a8fd5 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xd93ef25a snd_device_free +EXPORT_SYMBOL sound/core/snd 0xdf1d05fa snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xe43f77b7 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xe4e7f4c1 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xef794af3 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xf5a8f941 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xfc5ba3c0 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xff6e270b snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xdf5ee784 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xedf4f26a snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb82ef1e9 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 0x05ba6cf3 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0602e151 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x18187da9 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x1a0c716c snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1b488fd0 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x222dfc6c snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x2234394d snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x248bc962 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x2538c37e snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2a81d7f2 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x2ce56a0d snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x2f8a1b02 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x3733dd2b snd_pcm_mmap_data +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 0x419527ef snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x46005709 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x4b6fc752 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x4edb1665 snd_dma_free_pages +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 0x56391f07 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x58eef863 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x59ed2cf3 snd_dma_alloc_pages_fallback +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 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 0x6f3bb837 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x70b33cff snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x7386b8f5 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x78ff5814 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x7b161d54 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x801503c8 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x80b392dd snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x86d221df snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa1d0ce0b snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb36b3b9d snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb7ae3d05 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc553f826 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xc9b6de23 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xcc0ca250 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xcc6a75a3 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xce92939b snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xcebcaee5 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xd42c0833 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd50f020a snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xd92733a8 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xd9846860 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xda817b1c snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xdf758a3d snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe3d2ddac snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe4304741 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xf1a64a20 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xfcae8572 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xfda03f36 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0108b14b snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0aa3564a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x150176ee snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2cbc8f23 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x344ecb97 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x37726a25 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x385ff980 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x38bbfbe8 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x49f29eee snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a8790fa snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7126230c snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa07bd1e0 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa54869c0 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb6535a64 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbd6fc2c3 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd460ab5c snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd89909a9 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdf950acc snd_rawmidi_transmit +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 0x7c315c19 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0f941df4 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x57efd787 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x5b187f83 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x613b29f0 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x63d59924 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x6502a2a7 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x850fc9ee snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x980df474 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x994a40ad snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xa2be1441 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xb9a4a6aa snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xcc3b1172 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xcdaa0f59 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xd84390d4 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xdb3184f5 snd_timer_pause +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x7c342262 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 0x133099ff snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2c49a648 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2cf24024 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5cca7cea snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x682804e7 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x71a0e1af snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x75254c1b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7e228baa snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9dc67de7 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x00b8e3dc snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x48985d95 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x69e33403 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7ca9cfa4 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x828a9f17 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9a131902 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa74deef7 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb61f300a snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe657d316 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0c65be64 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x12102be1 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x230e9994 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23214c58 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2bc1825d avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x30d6a1de avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x34d636b5 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x35480b52 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3c57c715 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x52a3db72 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64a36bba amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7288dab0 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x78da8fe5 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x82fca269 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8395ea63 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83c7d518 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x85183fc8 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89bc6fb9 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x987dfbe8 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xafc8afb4 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xafecf1ca cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb8219c65 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc265bed3 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5ce644d cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd1a771c9 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd211a98c cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe67301ec amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xedfabca7 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf65062a8 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x22cb8cda 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 0x2effb9e6 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xbc55ae0e snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x27396dda snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3fe161d0 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5a941a1f snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x62b76b35 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7acb06b7 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8665f9bf snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa872f8da snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcd5521b3 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x236b6ef4 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8bffb4ba snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9a84cb0d snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc715904f snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xa52c0df3 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf3002555 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2efc4d0b snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x36108b37 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x44f4b4b0 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x46b4807a snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x649b5d39 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xab03009b snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3de02593 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3e080ebe snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x44cb6411 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x88668a77 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd738d10f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xea2c49a0 snd_i2c_device_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x089f8eac snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1dabbd28 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2b69f1d2 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x56e95c91 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5cdf8abd snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x66456711 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6bea3aab snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7ecc5da9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8d09fb63 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x932fef27 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x957170b5 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2062f20 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbd1724d5 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbdc375bb snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd486fe5a snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf0f29107 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfaf0918f snd_ac97_update +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2dadeb93 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x35ba723e snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x45da663c snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5ea5703e snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7fa7e321 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbc898168 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xce106b8d snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdd1376e0 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdfd15853 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf7fafc4b snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x79190aae snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xaccbf8e1 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc830f012 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x13ec27ee oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x292a1c1f oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x45e7f006 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x62f9d728 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64c13849 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x779e0e75 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7cda8f7a oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8cb16cd7 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8df289a9 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x94d5242b oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa1aaf5eb oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xad134cde oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaf151222 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc25c900e oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc910e510 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd60059fc oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xed11af57 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf09eaee0 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf66a6270 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfccf8b87 oxygen_write16 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x08b6bc15 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0f0ef986 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8ab1ea8e snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xba32ce80 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbfddbde8 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 0x8c7922a8 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa07c6def snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xb158247d snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xd946a547 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xf4e0cd2a wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0a37ebce pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x73e412c4 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x0723170d tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x6d09c07a tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7a2537f6 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xac1505aa aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xf258763a aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x7077975f aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xcfc28e1b 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 0x704b21ac wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x706a9d13 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 0x9f7a14b7 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 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 0x23d86fef fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x788d3633 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x856bd743 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x33e463fb mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xb28a1033 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x5261fdc7 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xa5ee88a8 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xc39b3088 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x73ce0c9d imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x7891eaa4 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x8d44450f imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xe8526526 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x59ca96b7 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0026cdec sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x01af0d80 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x06218853 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x09dc0ef8 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f3d3e1f snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1695db21 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1924bec1 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x198e3976 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x21773d73 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x246a1a2c sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x25e67f67 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x292102d4 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x31ce5d90 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x34675f7b snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35c1befd snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x371f5799 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3a1c5854 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x42b7e24e snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4583e0a9 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x484883d7 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x53e03580 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x567fa29c sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5c07857d sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5c4fc32a snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x617c298c sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x68dd7efa snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6a9134ef snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x75e852cd sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7885e047 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x84d4ed02 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x855a6767 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x86a171a6 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ed5570d snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9625a28c sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x96a13a5f sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x98921d62 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ea1921f snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9fc97165 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa63ae377 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa85f4dec snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb45ca0fb snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb9a7d03b sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc4e91621 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc82d5039 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcaa63f5d sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcd95be06 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd0d0fe1d sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd3efc7f8 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd51f6fd6 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd6b66c20 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdef807ac snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xea04f4f5 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xebf5278a snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xed057576 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf28616b1 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf887f9d2 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfbd0c22a sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfecb2031 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x1d08eb00 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xa243864e sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xc0a4278b sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xe2c4f249 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x878a8e62 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x1ce95259 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x39acaabb register_sound_special +EXPORT_SYMBOL sound/soundcore 0x73ed0af8 sound_class +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/soundcore 0xcd0987f3 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xeb23fdde register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x61c0bebe snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x70fbdef2 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x75cf5baa snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x81e19a13 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb9251dc7 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xde6fa147 snd_emux_free +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 0x182b69e9 __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 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0029344c netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x0029da91 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x002c671e i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x00961826 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x009c8b40 may_umount +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b6dadc blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x00ba5ac1 skb_tx_error +EXPORT_SYMBOL vmlinux 0x00c22984 inet_protos +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e319f5 md_handle_request +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x010ea11d napi_gro_flush +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011db0c4 put_cmsg +EXPORT_SYMBOL vmlinux 0x01291807 init_net +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01478fe3 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x014c8381 inet6_release +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0157751c mntget +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 0x01857c9f rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018eb0a8 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x019e8786 devm_clk_put +EXPORT_SYMBOL vmlinux 0x01a0b7ad gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x01a72807 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01b85324 dqget +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01db495e kmalloc_trace +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02241eea iov_iter_npages +EXPORT_SYMBOL vmlinux 0x0240cdcb inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0252fd8d __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x025e75c0 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x026d7c55 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x026f9c47 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0288c33b request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02976ce1 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x02a661d6 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x02b7fb5e genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x02bb31ab inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02e2bbe3 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x03026786 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x030a2899 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x031b6d09 param_set_bool +EXPORT_SYMBOL vmlinux 0x032e52a0 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03364475 eth_type_trans +EXPORT_SYMBOL vmlinux 0x033bfd27 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x03418e19 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x03546467 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x036006cb napi_gro_frags +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036a18c9 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03711569 __serio_register_port +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037fed40 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03836eb7 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a5aadb devm_rproc_add +EXPORT_SYMBOL vmlinux 0x03b4e354 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03d6f110 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x03f6fb7f key_payload_reserve +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0401b5d0 scsi_print_command +EXPORT_SYMBOL vmlinux 0x0413a83e qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x041ff242 phy_attach +EXPORT_SYMBOL vmlinux 0x042f3af3 simple_rmdir +EXPORT_SYMBOL vmlinux 0x04385e48 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04507308 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x045144d2 pci_enable_device +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04783baa devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0480aec3 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048841f3 generic_write_checks +EXPORT_SYMBOL vmlinux 0x048f1e52 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x0491c057 sock_set_priority +EXPORT_SYMBOL vmlinux 0x0493ea9e mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x04992648 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d3f193 vfs_readlink +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04eeccf3 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050be804 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x051916d7 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0526353e pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x052ec98a sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x0533d3b1 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0546ffbd misc_deregister +EXPORT_SYMBOL vmlinux 0x0548ccbc dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x05506850 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x05579b41 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056aa27a jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0576fc30 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x05c55a83 devm_free_irq +EXPORT_SYMBOL vmlinux 0x05c61659 seq_dentry +EXPORT_SYMBOL vmlinux 0x05e4e40c max8998_write_reg +EXPORT_SYMBOL vmlinux 0x05f0bc58 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x05f38194 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x06018411 read_cache_folio +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063d710a generic_file_open +EXPORT_SYMBOL vmlinux 0x063fdb8b pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x06409ac9 dcache_readdir +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066c3356 current_in_userns +EXPORT_SYMBOL vmlinux 0x0671cce1 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x0684ea24 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06cc9f1f unregister_key_type +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d86516 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x06ee47bb register_filesystem +EXPORT_SYMBOL vmlinux 0x07009948 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x07106bd2 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0714dce4 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073a1c18 module_refcount +EXPORT_SYMBOL vmlinux 0x0743b533 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07673267 tcf_classify +EXPORT_SYMBOL vmlinux 0x077c4efd finalize_exec +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x0791e467 new_inode +EXPORT_SYMBOL vmlinux 0x0792c43d netlink_set_err +EXPORT_SYMBOL vmlinux 0x07969d7c skb_clone +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07be5778 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x07c696b2 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d19b93 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0800ad4b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082488a0 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x082653b0 skb_push +EXPORT_SYMBOL vmlinux 0x08276d75 dev_get_by_napi_id +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 0x085a8ab1 input_set_keycode +EXPORT_SYMBOL vmlinux 0x0863dbb7 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x087893c6 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x0882e5d3 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x088e3586 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x089415c1 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x089d881a dm_register_target +EXPORT_SYMBOL vmlinux 0x08a05157 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x08a785bd sk_mc_loop +EXPORT_SYMBOL vmlinux 0x08ab0cfd bio_split +EXPORT_SYMBOL vmlinux 0x08b42d36 genphy_suspend +EXPORT_SYMBOL vmlinux 0x08b87c18 sock_efree +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08fac530 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x090b3134 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x09266c03 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x0929c041 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09610cde of_get_mac_address +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09a81a36 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x09cb38e1 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x09ce9f51 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09dfee0c fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x09f076b6 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a02c9c5 freeze_super +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1632fb unpin_user_page +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2ea751 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x0a312540 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x0a356398 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x0a4b6f63 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0a6d3bbd inet6_offloads +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa41759 dev_add_offload +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab56393 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x0acdd018 keyring_clear +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae45d67 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x0ae963df unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x0af3ed94 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x0afdc291 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x0b0810c9 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x0b178cec mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x0b1b61c0 kern_unmount +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b4d0e28 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x0b580c17 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x0b5b9482 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x0b66a734 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x0b72ebb4 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b81799d vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x0b8492d6 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x0b88773d end_page_writeback +EXPORT_SYMBOL vmlinux 0x0b973f87 inet6_getname +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba8f188 finish_open +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc0e500 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc4a734 rproc_detach +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0beb6b43 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x0bed6e64 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf76aa9 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c001946 blk_start_plug +EXPORT_SYMBOL vmlinux 0x0c0dcd0a key_validate +EXPORT_SYMBOL vmlinux 0x0c1baa4e gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x0c1d3807 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3b3f6d eth_gro_complete +EXPORT_SYMBOL vmlinux 0x0c3e8497 register_md_personality +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5e136e dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x0c5f14b9 __bio_advance +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c77cf0a dma_map_resource +EXPORT_SYMBOL vmlinux 0x0c7e1c2a mdio_bus_type +EXPORT_SYMBOL vmlinux 0x0c8365be vfs_rmdir +EXPORT_SYMBOL vmlinux 0x0c91cbf7 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccb2838 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cda2bdc unregister_console +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cddada3 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x0cf92811 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x0d01160e netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d10869c sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d382657 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d43342b ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x0d4728e0 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6da250 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x0d8c7d06 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x0da2d72c single_open +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da40d69 handshake_req_private +EXPORT_SYMBOL vmlinux 0x0dbddb8c seq_open_private +EXPORT_SYMBOL vmlinux 0x0dca1bdf genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0dec4fd4 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x0dfaf66e rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x0e052745 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e310c9a find_inode_rcu +EXPORT_SYMBOL vmlinux 0x0e3a04c7 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e54f161 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x0e66dcf9 of_phy_connect +EXPORT_SYMBOL vmlinux 0x0e67ef1a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x0e827870 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x0e87a45e ipv4_specific +EXPORT_SYMBOL vmlinux 0x0e8be161 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x0e8e6649 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x0e8f0b7e mod_node_page_state +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eac6711 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x0ead5490 of_match_device +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0eb9522f generic_file_llseek +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ece70c7 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x0ed253a4 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x0ed823ca tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x0ed95700 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x0ef66d20 vc_resize +EXPORT_SYMBOL vmlinux 0x0efd82c1 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f368460 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f37ee7f folio_wait_bit +EXPORT_SYMBOL vmlinux 0x0f39a34a simple_link +EXPORT_SYMBOL vmlinux 0x0f441a3b pci_iomap_range +EXPORT_SYMBOL vmlinux 0x0f464c50 fasync_helper +EXPORT_SYMBOL vmlinux 0x0f4f56d7 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f79cc67 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x0f7e8d5e request_key_tag +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f845820 phy_print_status +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa65ed1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fbb48b1 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x0fd7b56a generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff73285 ps2_drain +EXPORT_SYMBOL vmlinux 0x0ffc4428 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100439d6 inet_release +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100ec81c sock_wfree +EXPORT_SYMBOL vmlinux 0x10197fee pci_match_id +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x1027a546 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104e3929 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x1050a34e cros_ec_cmd_xfer +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 0x1081d08f jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x1086cf7c init_pseudo +EXPORT_SYMBOL vmlinux 0x1096e18b jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x10a1c9b5 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x10a5849a simple_transaction_get +EXPORT_SYMBOL vmlinux 0x10cf96ad tso_build_data +EXPORT_SYMBOL vmlinux 0x10d88783 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10dcc39e phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110bc957 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x110c425b skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x110e2f31 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x111a79bf mdio_driver_register +EXPORT_SYMBOL vmlinux 0x111b5bc7 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x111daca7 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x11483c2e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x115da800 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x1169b5e4 simple_unlink +EXPORT_SYMBOL vmlinux 0x116dd07a vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1174e84a i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x118a343b inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e5bd02 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x11e69932 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x11fee93f ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1207ecb8 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x1223c074 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x122c736e tcp_seq_start +EXPORT_SYMBOL vmlinux 0x1236e530 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12592ec0 bpf_link_put +EXPORT_SYMBOL vmlinux 0x125bab71 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1262dda3 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x1268e310 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x1274ddcd __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1296461c blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12a75a6e may_umount_tree +EXPORT_SYMBOL vmlinux 0x12b74486 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x12ba9f7d inet6_del_offload +EXPORT_SYMBOL vmlinux 0x12beb051 udplite_prot +EXPORT_SYMBOL vmlinux 0x12c6d76b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12e2d683 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x12eff843 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131910f3 sock_create_lite +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132dedeb md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x13491682 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x137add58 sg_miter_next +EXPORT_SYMBOL vmlinux 0x13801f12 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13bee788 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ebe9ef block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x13f438f6 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14171b9d unlock_rename +EXPORT_SYMBOL vmlinux 0x141ab9b7 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x14264db6 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x1437a888 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x143801e2 sock_pfree +EXPORT_SYMBOL vmlinux 0x14498c86 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x1460aa92 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14702558 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x14732f78 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x147b8d63 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x147b92cd dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x1481488d md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x1486da5f sock_edemux +EXPORT_SYMBOL vmlinux 0x1496f823 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x14989edd flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14b7a2a2 gro_cells_init +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14cacfed security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e4153a nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x14ece6cb devfreq_add_device +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14f79a25 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x14fb36b7 flush_signals +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1537e2c2 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154ced52 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x15670d8b sock_wmalloc +EXPORT_SYMBOL vmlinux 0x1569d0db skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x156e49b6 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x156ef302 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x158ff05e pnp_get_resource +EXPORT_SYMBOL vmlinux 0x15999066 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x15b76a0f xfrm_policy_unregister_afinfo +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 0x15e393ec xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x15e432bb elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x15ed2bba dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x161674a5 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x1617bcaf nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x1622bf3a nd_device_notify +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163f8ace dma_sync_wait +EXPORT_SYMBOL vmlinux 0x16593d1a to_nd_btt +EXPORT_SYMBOL vmlinux 0x1662b048 skb_store_bits +EXPORT_SYMBOL vmlinux 0x16728327 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169b11a0 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x16a0d2bf of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b79ad5 folio_mapping +EXPORT_SYMBOL vmlinux 0x16caa97c scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d91cca dm_put_device +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16f1d7ef scsi_remove_host +EXPORT_SYMBOL vmlinux 0x17032a3f inet_frag_find +EXPORT_SYMBOL vmlinux 0x17077266 inet_select_addr +EXPORT_SYMBOL vmlinux 0x17098b7d jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x172df19e dqput +EXPORT_SYMBOL vmlinux 0x1738cb25 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x173b1e18 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x174a177d __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x174b4a78 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x1765fb83 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17b3635c tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x17def409 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x17e411cd rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x17eff3c2 pci_choose_state +EXPORT_SYMBOL vmlinux 0x1813bdd0 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x181405ce d_exact_alias +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x1825079e vfs_llseek +EXPORT_SYMBOL vmlinux 0x182b1990 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1897a857 tty_port_put +EXPORT_SYMBOL vmlinux 0x18a67d62 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18cf6b71 generic_perform_write +EXPORT_SYMBOL vmlinux 0x18d1980d devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18e675f0 netdev_crit +EXPORT_SYMBOL vmlinux 0x18f539df tcf_block_put +EXPORT_SYMBOL vmlinux 0x18f564fa __quota_error +EXPORT_SYMBOL vmlinux 0x18ff7691 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x19061350 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x191f84af config_group_find_item +EXPORT_SYMBOL vmlinux 0x193cf038 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x193e1169 file_path +EXPORT_SYMBOL vmlinux 0x1945a12f vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19599986 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x196239e7 config_item_get +EXPORT_SYMBOL vmlinux 0x1967279a __ip_dev_find +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199292c6 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x199a2cc3 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a991a2 km_policy_notify +EXPORT_SYMBOL vmlinux 0x19af7739 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x19b3f7d5 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c4aaf7 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x19c5ecf6 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x19cfa612 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x19d351c7 vma_set_file +EXPORT_SYMBOL vmlinux 0x19e77ec3 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x19e81a0a brioctl_set +EXPORT_SYMBOL vmlinux 0x19edbae8 from_kgid +EXPORT_SYMBOL vmlinux 0x1a0546e9 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x1a16d91d pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x1a3e7f27 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x1a40842f filp_open +EXPORT_SYMBOL vmlinux 0x1a44a535 bdi_put +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4a59e2 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x1a56b492 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x1a63571f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x1a65443f dev_mc_add +EXPORT_SYMBOL vmlinux 0x1a816b47 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ac4e790 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acf2c42 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x1ad91af7 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06952a key_type_keyring +EXPORT_SYMBOL vmlinux 0x1b069b2f param_ops_hexint +EXPORT_SYMBOL vmlinux 0x1b1f0553 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b4783d3 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5f63e4 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7e4e22 d_lookup +EXPORT_SYMBOL vmlinux 0x1b807025 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x1b8a8c73 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x1b9facf7 nf_log_set +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc1313b dump_skip +EXPORT_SYMBOL vmlinux 0x1bc3570e blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x1bc53ca8 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be61fc0 input_close_device +EXPORT_SYMBOL vmlinux 0x1be63057 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x1c15b560 pps_event +EXPORT_SYMBOL vmlinux 0x1c2cf7cd xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1c30afd0 input_setup_polling +EXPORT_SYMBOL vmlinux 0x1c4fc86a dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x1c55a46c genphy_read_status +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c7045ba pci_irq_vector +EXPORT_SYMBOL vmlinux 0x1c7b501d of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x1c8441e7 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x1c8a707c phy_start +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb9be6f netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc1d9be ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1cceddc7 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfe24b4 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d2265e6 fiemap_prep +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d51d0c3 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x1d75907b xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d7bcc56 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1daf11ce mipi_dsi_turn_on_peripheral +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 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e09ab47 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1c273c invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x1e1dd269 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x1e2c09c6 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x1e5d8761 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e70eab9 skb_ext_add +EXPORT_SYMBOL vmlinux 0x1e74057b dcb_getrewr +EXPORT_SYMBOL vmlinux 0x1e907fac __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ebfb43d ps2_init +EXPORT_SYMBOL vmlinux 0x1ec53a75 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1eccc9ba tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x1ed9b9f6 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1ef5b844 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x1f041d50 inet_ioctl +EXPORT_SYMBOL vmlinux 0x1f227f77 netif_device_attach +EXPORT_SYMBOL vmlinux 0x1f22bbe1 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x1f26ee97 param_ops_charp +EXPORT_SYMBOL vmlinux 0x1f302e77 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x1f317069 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x1f3d50ee ps2_command +EXPORT_SYMBOL vmlinux 0x1f4fbc41 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5fa69b mii_check_link +EXPORT_SYMBOL vmlinux 0x1f6a14f5 proc_set_size +EXPORT_SYMBOL vmlinux 0x1f70868b devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1f74b39d devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x1f95296d pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1fa2278c sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x1fa68f4c __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x1fbb3793 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fced3df scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200a12fa kernel_getsockname +EXPORT_SYMBOL vmlinux 0x200a24b3 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20249e64 skb_seq_read +EXPORT_SYMBOL vmlinux 0x2044f829 sched_autogroup_detach +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 0x205cd25b elv_rb_del +EXPORT_SYMBOL vmlinux 0x20607763 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x2063a9bb tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x20792095 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x2080e6e1 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x208c431d pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x20a78520 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b10685 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x20bbb880 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x20c3bcf2 generic_setlease +EXPORT_SYMBOL vmlinux 0x20c6d49f sock_sendmsg +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d1a7b1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e4a362 set_bh_page +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20edd80b migrate_folio +EXPORT_SYMBOL vmlinux 0x20ee6446 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x20f514fc unregister_nls +EXPORT_SYMBOL vmlinux 0x2111a48c vme_irq_free +EXPORT_SYMBOL vmlinux 0x212aaf0e security_sock_graft +EXPORT_SYMBOL vmlinux 0x212d42f6 netdev_info +EXPORT_SYMBOL vmlinux 0x213402a0 seq_printf +EXPORT_SYMBOL vmlinux 0x213807da security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213d350e pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21460ee1 init_task +EXPORT_SYMBOL vmlinux 0x2152fd89 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x21669bf8 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x21693c60 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x216fe061 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x217e7ae0 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a7d70b folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x21afe88f rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x21b13667 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e182eb scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ee8032 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fcf819 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x2212752c aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x22233f43 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223462e2 put_watch_queue +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2252aedd mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x22671683 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x22712eef mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x2278b011 mmc_free_host +EXPORT_SYMBOL vmlinux 0x22791d36 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x228a6a74 would_dump +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22bc0b65 build_skb_around +EXPORT_SYMBOL vmlinux 0x22cda242 security_sb_remount +EXPORT_SYMBOL vmlinux 0x22d65553 xudma_get_device +EXPORT_SYMBOL vmlinux 0x22f02576 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x22fed5a8 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x23078d51 rtnl_notify +EXPORT_SYMBOL vmlinux 0x230b0b17 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x230fd377 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x2317dce5 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x2327fa0a param_set_copystring +EXPORT_SYMBOL vmlinux 0x2335ff36 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x234ece4e __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x23605be1 of_get_parent +EXPORT_SYMBOL vmlinux 0x2363147d xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x2368b8c8 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x2372ebf1 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x23798822 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x237a8abe netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239197cd skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x2393b4e1 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x23a4b69a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cc20c7 iunique +EXPORT_SYMBOL vmlinux 0x23d40c28 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dafcd8 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23ea43c5 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x23edb6cc dma_set_mask +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24082cd3 qdisc_reset +EXPORT_SYMBOL vmlinux 0x240b362f rpmh_write +EXPORT_SYMBOL vmlinux 0x241a925c mmc_can_erase +EXPORT_SYMBOL vmlinux 0x242f39e6 tcp_connect +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2444f51a hmm_range_fault +EXPORT_SYMBOL vmlinux 0x24497d97 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x244f0beb inode_get_bytes +EXPORT_SYMBOL vmlinux 0x245960c4 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247566d6 free_task +EXPORT_SYMBOL vmlinux 0x247da312 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x2487dfec seq_pad +EXPORT_SYMBOL vmlinux 0x248abc2f netpoll_setup +EXPORT_SYMBOL vmlinux 0x248e478c xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x2498741b page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x249b345f __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x249dea10 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x24aea992 kern_path_create +EXPORT_SYMBOL vmlinux 0x24bb17c5 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x24c01131 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x24c0a5ae pci_request_region +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e39d42 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x24e6f18a kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x24ef400e tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x24ef5de7 mmc_start_request +EXPORT_SYMBOL vmlinux 0x24f42e56 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x24f7c910 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x24ff1a41 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x251a4387 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x255d5e39 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x25611029 param_set_uint +EXPORT_SYMBOL vmlinux 0x256ae312 is_bad_inode +EXPORT_SYMBOL vmlinux 0x257ec5b8 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25859adf __skb_free_datagram_locked +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 0x25a05b7e rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x25c3753e pci_find_capability +EXPORT_SYMBOL vmlinux 0x25dca62c kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x25dfeb49 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x25e2b3f6 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f1bcaf __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x25f58530 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x25f6a4a5 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x25f99875 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x26028263 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x2605420b reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x262171ab configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x264c7113 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x26523881 retire_super +EXPORT_SYMBOL vmlinux 0x2660bae0 register_console +EXPORT_SYMBOL vmlinux 0x26877ef5 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26931c60 sock_wake_async +EXPORT_SYMBOL vmlinux 0x26a0f4df __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x26ace3d3 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x26d91a28 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x26d9be79 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x26dd5d6f kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e5c29b copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x27129343 flow_rule_match_l2tpv3 +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 0x2740a5a5 arp_create +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x2750f421 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x275d8cb9 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27757ea6 __d_drop +EXPORT_SYMBOL vmlinux 0x27794aa9 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x27801be5 rtnetlink_put_metrics +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 0x2787dd24 __netif_schedule +EXPORT_SYMBOL vmlinux 0x27885fa4 eth_header_parse +EXPORT_SYMBOL vmlinux 0x279aafbb md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cc95b7 register_netdev +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27ef91f0 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2802d68d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x2813d77c tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281f198c tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x28210af8 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286207f2 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x2862faab reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x286dc552 vme_dma_request +EXPORT_SYMBOL vmlinux 0x286f0699 mount_nodev +EXPORT_SYMBOL vmlinux 0x2871b75c user_revoke +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28851170 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x288fdc27 make_bad_inode +EXPORT_SYMBOL vmlinux 0x28975b1b tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x28abacef cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x28cb9cf4 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x28e768e8 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x28ec6173 sock_init_data +EXPORT_SYMBOL vmlinux 0x28efb27a noop_qdisc +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f814be __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x291d27da poll_freewait +EXPORT_SYMBOL vmlinux 0x294a66e5 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296720ed pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x29673716 param_get_short +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296d9a2f grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x29bd3ff3 filp_close +EXPORT_SYMBOL vmlinux 0x29d91a0c xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29f1e1ed configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x29f9edea xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x2a14dd57 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x2a206fc1 dma_find_channel +EXPORT_SYMBOL vmlinux 0x2a20ce95 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x2a224216 sock_no_bind +EXPORT_SYMBOL vmlinux 0x2a24e5c7 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x2a28216e __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a35bd83 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x2a35dab8 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x2a387a57 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a7f87ff dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x2a8bdcf9 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +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 0x2aadb823 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2acc2426 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x2ad7237e tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x2ade1b14 param_get_uint +EXPORT_SYMBOL vmlinux 0x2ae94db9 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x2aea6638 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x2aea9ad5 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x2aeb0ecb nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2b0869ca mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x2b119914 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b5714e8 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b7268a9 __fput_sync +EXPORT_SYMBOL vmlinux 0x2b748e85 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x2b7f648a pci_request_regions +EXPORT_SYMBOL vmlinux 0x2b80d70a sock_create_kern +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9ddd3c crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x2ba77606 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x2bad4403 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb95704 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x2bbef17d __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bfa86e9 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c20e8d0 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c45ffd6 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c6928f7 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8454fd dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x2c886d17 tty_write_room +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2ca11766 input_get_keycode +EXPORT_SYMBOL vmlinux 0x2cb0c7e5 fman_port_bind +EXPORT_SYMBOL vmlinux 0x2cbab581 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cf8c0c1 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x2d05df9f dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2d0637bb devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x2d0abc09 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x2d0c3edc tty_lock +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d24bbe7 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x2d2d62eb sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d493ae0 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5c1aae mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x2d7a8cc4 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x2d7c4e7e filemap_splice_read +EXPORT_SYMBOL vmlinux 0x2d7d9b18 tcp_close +EXPORT_SYMBOL vmlinux 0x2d83dce1 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x2d87b966 fb_blank +EXPORT_SYMBOL vmlinux 0x2d881e7b qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x2d8b8666 register_netdevice +EXPORT_SYMBOL vmlinux 0x2d8ec6ae mdio_find_bus +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9bf3d3 skb_pull +EXPORT_SYMBOL vmlinux 0x2db4c6dc udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2e09be5e tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e0b4249 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x2e0c1662 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e3015f0 d_alloc_name +EXPORT_SYMBOL vmlinux 0x2e306ef9 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x2e33db95 serio_rescan +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e44f85f tty_devnum +EXPORT_SYMBOL vmlinux 0x2e503e97 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e6b9075 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x2e6e30ae __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x2e88e2cc input_unregister_handle +EXPORT_SYMBOL vmlinux 0x2eac1395 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x2ec42fb0 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecc5a6b io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x2eec6ade vc_cons +EXPORT_SYMBOL vmlinux 0x2ef0413e dup_iter +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f048fd9 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x2f0e0413 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1fce86 scsi_is_sdev_device +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 0x2f39bae6 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x2f40b995 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x2f5188c4 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x2f5c3a48 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x2f650186 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f9a57ce xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x2fb851b6 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x2fd0ec54 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x2fda6d02 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff377c5 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x2ffa63a0 kernel_connect +EXPORT_SYMBOL vmlinux 0x300b5ee7 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x301bc433 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x3021aa89 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x3035678d pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x303a164e input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x303aa9cc invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x3050a804 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3056258c netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x30576028 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x305d0232 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x3071ebd6 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x30794522 scsi_device_put +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30dc16aa ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x310a9a43 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x311ee186 pci_find_resource +EXPORT_SYMBOL vmlinux 0x31247e55 dquot_resume +EXPORT_SYMBOL vmlinux 0x31266105 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3128dca3 single_open_size +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313b4db6 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x3143a931 kobject_put +EXPORT_SYMBOL vmlinux 0x31443add vfs_setpos +EXPORT_SYMBOL vmlinux 0x3153ff16 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x317d33ad ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x318df8bd xsk_tx_release +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31ae2218 pskb_extract +EXPORT_SYMBOL vmlinux 0x31b75efb xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x31bd6d66 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x31ff14f8 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3216fcb2 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x3217b7e3 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x322b1d03 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32468ef6 unload_nls +EXPORT_SYMBOL vmlinux 0x324bde8b mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x32722790 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3274b906 t10_pi_type3_crc +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 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e3efbd security_path_mkdir +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32e8d161 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x32e97fb8 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x3300c8ef pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x3319ef54 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x332749ab module_layout +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3342d531 inet_shutdown +EXPORT_SYMBOL vmlinux 0x33691030 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336b0ea7 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x33a5e6ff phy_aneg_done +EXPORT_SYMBOL vmlinux 0x33a60bc7 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x33aa4d2f mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x33cf787f unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x33da8416 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x33e419ac inet_del_offload +EXPORT_SYMBOL vmlinux 0x33ef0118 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3401e45f tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x340ac445 vga_get +EXPORT_SYMBOL vmlinux 0x3414c7a7 param_set_long +EXPORT_SYMBOL vmlinux 0x341c3273 sock_no_linger +EXPORT_SYMBOL vmlinux 0x34363b96 kill_litter_super +EXPORT_SYMBOL vmlinux 0x3442a823 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x344375af crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x344c575d pcim_iounmap +EXPORT_SYMBOL vmlinux 0x3450edda tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x345b502b devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x345d8e83 fb_io_read +EXPORT_SYMBOL vmlinux 0x346715c7 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x34854534 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a220ff page_get_link +EXPORT_SYMBOL vmlinux 0x34ab5be1 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x34b7d3f1 seq_open +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c97d5b param_set_ulong +EXPORT_SYMBOL vmlinux 0x34d2a7aa devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x34d2c6c0 iproc_msi_exit +EXPORT_SYMBOL vmlinux 0x34daaaea tcp_read_skb +EXPORT_SYMBOL vmlinux 0x34e3d8dd __find_get_block +EXPORT_SYMBOL vmlinux 0x34ea44c8 kernel_read +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35032ccb tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x350a5d97 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x351112ea __sk_dst_check +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35199b4d iget5_locked +EXPORT_SYMBOL vmlinux 0x351f9145 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x352d4e37 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35457fe6 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356fab97 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x3596d111 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35aaf20c kobject_add +EXPORT_SYMBOL vmlinux 0x35af92a0 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x35b335b5 param_get_ulong +EXPORT_SYMBOL vmlinux 0x35c8c959 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x35d241be phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x35d2db7f param_ops_invbool +EXPORT_SYMBOL vmlinux 0x35ee89dd ptp_clock_event +EXPORT_SYMBOL vmlinux 0x35f1c493 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3611cbe8 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x3612ee9a jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x3613126b dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x36206f58 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x36242649 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x3638e9f3 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x36548c3e serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x3658078d _dev_printk +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365d4eac pci_read_config_word +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366009cb __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x36651efa param_set_charp +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x36769c73 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x36928f10 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x36abfc69 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36ba0f2a __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x36bb0f6f scsi_host_busy +EXPORT_SYMBOL vmlinux 0x36ec1a7d input_set_capability +EXPORT_SYMBOL vmlinux 0x36fc0e57 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x372ea51e d_delete +EXPORT_SYMBOL vmlinux 0x373427a2 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x3740212c proc_set_user +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3775d927 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x377d7b5a dquot_get_state +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x377f1655 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x37a66f01 pcim_iomap +EXPORT_SYMBOL vmlinux 0x37b869fe jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c8dad0 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x37cfd5a8 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f285f1 freeze_bdev +EXPORT_SYMBOL vmlinux 0x37f96dc1 phy_device_create +EXPORT_SYMBOL vmlinux 0x38008557 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3805f267 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x380dda5b of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x3813685d napi_build_skb +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3828b925 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x3831e9d5 pipe_lock +EXPORT_SYMBOL vmlinux 0x38473135 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3858c24b clkdev_drop +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38654d29 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x38858236 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38934fcb kernel_write +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389b17a4 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b05c00 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x38d71411 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x38e1e965 seq_read_iter +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e6b5ab is_nd_dax +EXPORT_SYMBOL vmlinux 0x38f97e6f mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x38fa0ed4 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x38faa8d8 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x39090f90 register_quota_format +EXPORT_SYMBOL vmlinux 0x3910ad94 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x3917c5e2 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3927bd22 dquot_commit +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3937020d __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3948ee19 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394c5e25 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x394d5c3f nf_log_packet +EXPORT_SYMBOL vmlinux 0x3952ba49 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396487ec generic_file_mmap +EXPORT_SYMBOL vmlinux 0x396a3c91 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x396fe265 serio_interrupt +EXPORT_SYMBOL vmlinux 0x3973b6d3 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x39767b8b sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x397d4f55 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x398fc09f cdev_del +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399b212c tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x39b0f401 iov_iter_advance +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 0x39c9fdff fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e4c663 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x39f9ac36 inode_init_once +EXPORT_SYMBOL vmlinux 0x3a1c2436 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x3a2e842a of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x3a360f11 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x3a3d20cd __mdiobus_write +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a516709 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x3a55f3a0 dget_parent +EXPORT_SYMBOL vmlinux 0x3a5a962f tty_port_hangup +EXPORT_SYMBOL vmlinux 0x3a6b0d73 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x3a70d7fd eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x3a93bb33 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab550cf devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ab82242 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ad8e204 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3aea4f2d max8998_update_reg +EXPORT_SYMBOL vmlinux 0x3aeda03b bio_copy_data +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b105310 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x3b190b7e of_clk_get +EXPORT_SYMBOL vmlinux 0x3b2e3ded ip6_frag_init +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b581db9 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x3b62ae3d netdev_warn +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6451c0 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x3b64604c uart_match_port +EXPORT_SYMBOL vmlinux 0x3b66fddd read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b79c905 iptun_encaps +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bd60f4d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x3bd6db09 __do_once_done +EXPORT_SYMBOL vmlinux 0x3beb9858 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3ad245 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c56132a __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3c569dfb pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x3c6859ce uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x3c8a03cc udp_pre_connect +EXPORT_SYMBOL vmlinux 0x3c915b19 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x3caf9df3 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cba007d msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd33655 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cde79dc i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce68756 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x3cee4270 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x3d011aaa fb_io_write +EXPORT_SYMBOL vmlinux 0x3d01cb42 vfs_unlink +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d32508c ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x3d387f9a sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x3d3f386a dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3d4dd53e dev_activate +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d9128d4 dm_kcopyd_zero +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 0x3da95a47 acpi_match_device_ids +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 0x3dc8694c of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcf2a46 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd83ca1 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x3de844b0 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dff5724 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x3e04a901 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3e107c87 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x3e254ba7 write_inode_now +EXPORT_SYMBOL vmlinux 0x3e2e6dde flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x3e345c98 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x3e35472f xfrm_input +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e5244be genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x3e6c01d9 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e9862bb xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x3e9a6f63 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x3eb81fe7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x3ec482c3 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x3ec94ce1 skb_put +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed2e0b2 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f245299 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x3f2de315 nvdimm_namespace_common_probe +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 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa44ced tcp_make_synack +EXPORT_SYMBOL vmlinux 0x3fabf5dc of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x3fb7fc1d flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe761b7 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x3ff8493a tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x40256eb9 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x4034a952 seq_file_path +EXPORT_SYMBOL vmlinux 0x4074abc0 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x407f08c9 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x408a4c12 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409e9f04 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b6764f param_ops_bint +EXPORT_SYMBOL vmlinux 0x40bdd3e6 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dbf5a0 get_vm_area +EXPORT_SYMBOL vmlinux 0x40f190ef skb_vlan_push +EXPORT_SYMBOL vmlinux 0x40f5b662 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fced83 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x410f1c85 vm_map_ram +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41365c0b blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x4137cc59 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x41431791 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x4161403e bio_put +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418ab674 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x418d1381 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x41914829 md_error +EXPORT_SYMBOL vmlinux 0x419587be touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41acc90a skb_condense +EXPORT_SYMBOL vmlinux 0x41bc7746 kset_unregister +EXPORT_SYMBOL vmlinux 0x41bd34d3 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f30e68 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x41f53f78 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x41fa513e dev_mc_init +EXPORT_SYMBOL vmlinux 0x4200b977 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x421a15ba show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x4220e506 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x422d4424 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x422eb4f5 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x423672e8 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4255bf4a __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x42564f12 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42666f9b param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4267353d sget +EXPORT_SYMBOL vmlinux 0x427fb8d2 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x42813856 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x429b1058 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x42a5a51f pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x42a92315 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x42bd067c blk_put_queue +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42ca97dc tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x42cbbf70 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x42da1191 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f3986e mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x42f773a4 pci_release_regions +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431d8fd1 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x432eeea0 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433b0b34 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x43426c4e tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4353a472 i2c_transfer +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x4385ad1e flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438d3d07 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x4394c83c phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x4395106c seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x43a75ee8 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43bf6256 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d04b20 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x4412eaab skb_dequeue +EXPORT_SYMBOL vmlinux 0x441525d1 udp_ioctl +EXPORT_SYMBOL vmlinux 0x441951cf vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x4436a6b8 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x44462a06 file_modified +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4457a8bd misc_register +EXPORT_SYMBOL vmlinux 0x446149b2 nf_log_unset +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44640176 deactivate_super +EXPORT_SYMBOL vmlinux 0x4478d17c neigh_connected_output +EXPORT_SYMBOL vmlinux 0x4484263b bio_reset +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a627dc dentry_open +EXPORT_SYMBOL vmlinux 0x44acf861 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x44b9a124 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f04c9c mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x44f23434 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x44fb338b audit_log_start +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 0x450f97ac xfrm_init_state +EXPORT_SYMBOL vmlinux 0x4517c432 acpi_dev_uid_to_integer +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 0x453d68aa gro_cells_receive +EXPORT_SYMBOL vmlinux 0x454c80bc generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x454f41e0 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455fa770 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x456aac44 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x456d9fe9 cont_write_begin +EXPORT_SYMBOL vmlinux 0x4574972b md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45821971 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x4590e3b9 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x4596cebb pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x45996e7c rt_dst_clone +EXPORT_SYMBOL vmlinux 0x459fd48c ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x45aff512 twl6040_power +EXPORT_SYMBOL vmlinux 0x45b0c484 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x45d0b30c sys_imageblit +EXPORT_SYMBOL vmlinux 0x45e04a9f mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x460e203f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x464310e3 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x465f54d2 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4680cf4c padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x46955caa security_path_rename +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 0x46d97c13 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x46f28621 acpi_notifier_call_chain +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 0x4706c99f padata_free_shell +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471934d8 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x471dcdd0 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x471f0325 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x472a4371 dev_load +EXPORT_SYMBOL vmlinux 0x472b8f9e tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x473b9a5a blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x47576afd inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x475784a9 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47604ba1 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4782f051 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x478a4c36 del_gendisk +EXPORT_SYMBOL vmlinux 0x478c7d6b configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47a39ee7 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x47a5818b proc_remove +EXPORT_SYMBOL vmlinux 0x47aa3e66 tcp_md5_do_del +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 0x47ec5101 __traceiter_mmap_lock_acquire_returned +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 0x4848bbc4 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4850f0ad pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x4856785a mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4876c830 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x487b4c92 ip_output +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a14bb5 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x48a53b47 dns_query +EXPORT_SYMBOL vmlinux 0x48a66a33 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48aa92af find_vma +EXPORT_SYMBOL vmlinux 0x48b6d312 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x48b7ecda __ip_options_compile +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48cc0f05 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48ddb32c elevator_alloc +EXPORT_SYMBOL vmlinux 0x48fdf782 __ip4_datagram_connect +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 0x4927fb84 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x492ca97d of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x4941986c kernel_accept +EXPORT_SYMBOL vmlinux 0x494b58ed mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x494fe085 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495d2252 thaw_super +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497e6f40 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x49804aca phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x4980ccff pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x4991a674 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x49924a32 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x49935507 input_flush_device +EXPORT_SYMBOL vmlinux 0x499a92a1 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49e46340 scmd_printk +EXPORT_SYMBOL vmlinux 0x49e7c347 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x4a0e4268 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x4a1677d4 __neigh_create +EXPORT_SYMBOL vmlinux 0x4a21a79d register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x4a226fe5 tty_hangup +EXPORT_SYMBOL vmlinux 0x4a32ca53 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a5453f9 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x4a54e06a d_set_d_op +EXPORT_SYMBOL vmlinux 0x4a582a41 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x4a5c3b37 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x4a7cbdf9 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x4a7d2345 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x4a88144d scm_detach_fds +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a93785b mmc_of_parse +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4ab777c0 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x4ad05010 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x4ad0d8c4 fman_set_port_params +EXPORT_SYMBOL vmlinux 0x4add7921 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4addf580 security_sb_set_mnt_opts +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 0x4b058906 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x4b06d01b devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b25a941 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x4b2a22aa pci_save_state +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4ff4fe dquot_commit_info +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b84b1f7 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4b8fbb04 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x4b9d11d8 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x4bb1cca6 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x4bb6b51c flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x4bb769cc of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bddad34 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x4bdf3d12 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x4be619bf rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x4bed2d4d blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x4beec252 of_device_unregister +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4bfa0aa0 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x4c049192 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c104dc8 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x4c3b2d5f devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4c3ee957 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c528acc skb_pull_data +EXPORT_SYMBOL vmlinux 0x4c731011 km_report +EXPORT_SYMBOL vmlinux 0x4c7c5361 md_done_sync +EXPORT_SYMBOL vmlinux 0x4ccc4797 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4ccf6680 fb_show_logo +EXPORT_SYMBOL vmlinux 0x4ce55d99 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x4cf05dda uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x4cf1d746 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x4cf4d21d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x4d061fde of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d384331 register_cdrom +EXPORT_SYMBOL vmlinux 0x4d3e6161 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x4d4410a3 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x4d4e460d fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d740cb0 neigh_table_init +EXPORT_SYMBOL vmlinux 0x4d76e4eb blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d928c4d devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9e3408 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4db3b158 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x4dbacac2 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x4dcb80e3 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x4ddd2da6 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x4de7c4c1 jbd2_journal_stop +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 0x4df3692c devm_ioremap +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e0a6f60 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x4e1491c0 shmem_aops +EXPORT_SYMBOL vmlinux 0x4e1fa1ab vme_irq_generate +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e30f117 generic_update_time +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3639db inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e53407d qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5eee49 rproc_add +EXPORT_SYMBOL vmlinux 0x4e6540ab remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7ce39a pci_enable_ptm +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 0x4ebe87e8 pci_disable_device +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecc2039 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x4edf3f7e eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4ef07300 nd_device_register +EXPORT_SYMBOL vmlinux 0x4f1ac387 bpf_link_get_from_fd +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 0x4f2b1ead mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x4f314e3f posix_lock_file +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f65dcf8 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x4faaa813 udp_poll +EXPORT_SYMBOL vmlinux 0x4fb1c339 mpage_readahead +EXPORT_SYMBOL vmlinux 0x4fb7c698 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x4fcbb491 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x4fd1f74e simple_open +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 0x5014e071 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5039615b request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x503af06c set_cached_acl +EXPORT_SYMBOL vmlinux 0x5043bb84 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508f86d8 dev_change_flags +EXPORT_SYMBOL vmlinux 0x5092d483 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x5096063d i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +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 0x50bb9533 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50efadb6 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5111848e dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x51145612 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x5124eb2a unlock_buffer +EXPORT_SYMBOL vmlinux 0x512b8365 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x51326c6a buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x513e447c pnp_is_active +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51583fed pcibus_to_node +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51602a6e netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x5163d9e7 of_get_property +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516b8bef truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x516c0f56 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x518464f3 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x518b089f tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x51adb0c9 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x51b97979 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x51c7605f xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d45917 ppp_input +EXPORT_SYMBOL vmlinux 0x51d4cb10 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x51ed40ec eth_mac_addr +EXPORT_SYMBOL vmlinux 0x51f309f2 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5200eda1 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5207f089 dm_io +EXPORT_SYMBOL vmlinux 0x520abbf2 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x520b1b74 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x520f7aaa d_path +EXPORT_SYMBOL vmlinux 0x522e1453 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x522e87cd vfs_ioctl +EXPORT_SYMBOL vmlinux 0x525186dd sock_rfree +EXPORT_SYMBOL vmlinux 0x525aff6a tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x526e84aa scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x526f91b2 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x52944d8e xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529c0205 vfs_rename +EXPORT_SYMBOL vmlinux 0x52a2978e __sock_create +EXPORT_SYMBOL vmlinux 0x52a62742 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x52ac3fe4 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x52af1cac crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x52c72466 param_ops_byte +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 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530dc522 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532af8e6 datagram_poll +EXPORT_SYMBOL vmlinux 0x532f0389 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534dcd7e blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53556817 start_tty +EXPORT_SYMBOL vmlinux 0x5389df64 tcp_read_done +EXPORT_SYMBOL vmlinux 0x538df9d0 vme_master_request +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a2d0bf netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53ca2fc4 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x53d2e50c zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x53d30559 key_alloc +EXPORT_SYMBOL vmlinux 0x53d710b7 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x53da3393 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x53e22c1c dcache_dir_open +EXPORT_SYMBOL vmlinux 0x53ef4670 fifo_set_limit +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 0x5421aa46 sync_filesystem +EXPORT_SYMBOL vmlinux 0x543a039e security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5456a748 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x545990cf twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x54666c90 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x54670639 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x546dbb9e netpoll_print_options +EXPORT_SYMBOL vmlinux 0x5478e2eb close_fd_get_file +EXPORT_SYMBOL vmlinux 0x548326d5 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x5484f36c neigh_destroy +EXPORT_SYMBOL vmlinux 0x5496187b cdev_alloc +EXPORT_SYMBOL vmlinux 0x549e4d36 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x54af4aea qdisc_put +EXPORT_SYMBOL vmlinux 0x54b03088 sync_blockdev +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54c45b97 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54df5af7 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x55036ae7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550ebfe2 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551cb92d block_truncate_page +EXPORT_SYMBOL vmlinux 0x551f7d54 input_copy_abs +EXPORT_SYMBOL vmlinux 0x5526deca phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x5530b4ee of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x55396ece neigh_direct_output +EXPORT_SYMBOL vmlinux 0x553c128b blackhole_netdev +EXPORT_SYMBOL vmlinux 0x553fc4e3 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554b9716 of_translate_address +EXPORT_SYMBOL vmlinux 0x55513805 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x556dfadf bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x55864034 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5590d43d mmc_release_host +EXPORT_SYMBOL vmlinux 0x5593d4bf blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x559a5abe xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x55a74c93 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x55a94dea of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x55c42d6d xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x55cf5f49 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x5607db37 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x5620f2da sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x5649a415 textsearch_register +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x566d4299 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x566d93d7 __module_get +EXPORT_SYMBOL vmlinux 0x566f42ab param_get_string +EXPORT_SYMBOL vmlinux 0x5677cc01 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568329c7 fget_raw +EXPORT_SYMBOL vmlinux 0x568fecf1 input_unregister_device +EXPORT_SYMBOL vmlinux 0x5690d5e7 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x56a5b81d dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x56b1d93c iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x56b68d9e xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x5700f819 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x571cfcb8 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x571f32d8 fqdir_exit +EXPORT_SYMBOL vmlinux 0x572078ee sys_copyarea +EXPORT_SYMBOL vmlinux 0x57211002 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x572d2008 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x573645f7 drop_super +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x576567f8 putname +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5775b32a devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x5782110f simple_transaction_release +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a48376 dcb_setapp +EXPORT_SYMBOL vmlinux 0x57b4fe4e phy_driver_register +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57da5bbe unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e8db61 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x57ea009f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x57ea79fc phy_get_pause +EXPORT_SYMBOL vmlinux 0x57eacfe0 kill_fasync +EXPORT_SYMBOL vmlinux 0x57ebd509 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f6da8b kobject_del +EXPORT_SYMBOL vmlinux 0x5800348c load_nls_default +EXPORT_SYMBOL vmlinux 0x580cf79d genlmsg_put +EXPORT_SYMBOL vmlinux 0x580d268e scsi_partsize +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581d9e07 peernet2id +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584d52bc md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x58607369 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x5865d48d fman_register_intr +EXPORT_SYMBOL vmlinux 0x5869bee9 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588335a4 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x588598ff pci_clear_master +EXPORT_SYMBOL vmlinux 0x588e57d5 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x589709a9 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a496b9 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x58a71272 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58d14f8f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x58db9b4a set_nlink +EXPORT_SYMBOL vmlinux 0x58e10b17 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x58e1470e flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e729fd blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x58eaa553 wireless_send_event +EXPORT_SYMBOL vmlinux 0x58f65b05 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x58f723ad vfs_mknod +EXPORT_SYMBOL vmlinux 0x58f7b12e capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x5914cfb2 dst_discard_out +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x59434826 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x5945523f xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x595b92d9 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5973b9e3 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x598e347d generic_fillattr +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a82b35 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x59b0f20e pci_pme_active +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59ba5f28 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x59bc2a31 bio_init +EXPORT_SYMBOL vmlinux 0x59c5899c __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x59dbbc32 __f_setown +EXPORT_SYMBOL vmlinux 0x59f73c75 skb_find_text +EXPORT_SYMBOL vmlinux 0x5a0aa9e5 sock_no_connect +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a3bdebd tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5a426728 edac_mc_find +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4c7057 dcb_getapp +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a58a839 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a610f07 udp_seq_next +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a93f2bb mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa307f8 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x5aa71769 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x5ab013ab nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac310ac rio_query_mport +EXPORT_SYMBOL vmlinux 0x5ad729b4 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5af584a0 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x5b150c2b alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b339c48 sock_register +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5d245c input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x5bb036fe ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x5bc4d50d touch_atime +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 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c1848db dev_uc_add +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2b5e75 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x5c349f24 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x5c3c4e54 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c55a50f __break_lease +EXPORT_SYMBOL vmlinux 0x5c6319c0 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x5c81a992 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x5c96c25f sock_no_accept +EXPORT_SYMBOL vmlinux 0x5ca9b302 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x5cbc0701 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x5cce1760 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf94f25 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1eadcc ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x5d336eff rt6_lookup +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d8a8519 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x5d938966 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x5d9a0a69 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dc75cc2 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x5dc88a3e md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x5dd0ce31 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x5deb3678 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x5e039a30 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e118249 skb_append +EXPORT_SYMBOL vmlinux 0x5e2849e0 of_graph_is_present +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e55b613 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x5e5f7947 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x5e619100 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x5e66247b forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8bfffd thread_group_exited +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5e9e1273 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x5ead0459 input_release_device +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2fb02 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edd82cd reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x5edf53cd tcp_child_process +EXPORT_SYMBOL vmlinux 0x5ee651a2 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x5ee8c81b skb_eth_pop +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef76c2f __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x5efcc878 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f2c6ecc copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f6a618e pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f70055c __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x5f7092a4 xp_alloc +EXPORT_SYMBOL vmlinux 0x5f8e9b6a blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x5f8f3033 is_subdir +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9c0832 phy_stop +EXPORT_SYMBOL vmlinux 0x5fa59ea2 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x5fae5ea2 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fdb2c79 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x5fe504e8 mmc_put_card +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff97665 pci_msi_vec_count +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 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604fc055 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x607c6f71 sk_common_release +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 0x60b6324e phy_resume +EXPORT_SYMBOL vmlinux 0x60bac009 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60d4ff35 framebuffer_release +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60d9ea41 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x61102865 pci_dev_put +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x614830f9 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x614bb64e unlock_page +EXPORT_SYMBOL vmlinux 0x615458a6 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x61563f16 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x616ba1da __skb_flow_dissect +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 0x618dd1f2 md_check_recovery +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a2c63b __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cece70 clear_nlink +EXPORT_SYMBOL vmlinux 0x61e1c65c fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x62132dda clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621568c7 skb_dump +EXPORT_SYMBOL vmlinux 0x62252588 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6229f2cc nf_log_register +EXPORT_SYMBOL vmlinux 0x622bac0c dquot_release +EXPORT_SYMBOL vmlinux 0x6230e6db jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x623a1fe4 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x6263beb7 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x6269d32d sync_file_create +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62894400 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62a9aa7d mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x62ac6577 backlight_force_update +EXPORT_SYMBOL vmlinux 0x62af24f6 dev_close +EXPORT_SYMBOL vmlinux 0x62b199aa nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x62cac120 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x62cb7900 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x62d33925 config_item_set_name +EXPORT_SYMBOL vmlinux 0x62d59dc6 param_array_ops +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62deb4c5 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x62f17280 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6312584f udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6316529e param_get_bool +EXPORT_SYMBOL vmlinux 0x63186223 __devm_request_region +EXPORT_SYMBOL vmlinux 0x63271a49 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x6332e7d6 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x63543040 simple_empty +EXPORT_SYMBOL vmlinux 0x63548e0b balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x6367b1f9 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x63913c29 eth_header_cache +EXPORT_SYMBOL vmlinux 0x6392e322 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x63a15a01 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63aafbe6 request_key_rcu +EXPORT_SYMBOL vmlinux 0x63aec1ed __sock_i_ino +EXPORT_SYMBOL vmlinux 0x63bd71cb kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x63cad836 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecb2d7 page_symlink +EXPORT_SYMBOL vmlinux 0x63f6356f of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641cd95e genphy_update_link +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x64365487 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x64544a2e simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x645ce7b9 simple_write_begin +EXPORT_SYMBOL vmlinux 0x646292bb dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a711ee pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c11477 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d12f67 __scm_destroy +EXPORT_SYMBOL vmlinux 0x64eda974 vfs_get_tree +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 0x6535e926 tcp_filter +EXPORT_SYMBOL vmlinux 0x653cda2a mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x654f64af phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65733896 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6596d9f3 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a2b200 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x65ab9a4d pci_get_device +EXPORT_SYMBOL vmlinux 0x65c0fe2f tcp_poll +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 0x65e2a6c0 stop_tty +EXPORT_SYMBOL vmlinux 0x65e3c574 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x65e47b62 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x65e77496 ilookup5 +EXPORT_SYMBOL vmlinux 0x65ed91be dump_page +EXPORT_SYMBOL vmlinux 0x65f937c3 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x66191b5a acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x6655da01 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x66673033 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666ba92c sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667acc6d tty_port_close_end +EXPORT_SYMBOL vmlinux 0x667bb8e8 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669bfee2 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66ab5f9f truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66cb7102 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f6fdd6 netdev_alert +EXPORT_SYMBOL vmlinux 0x6705c67f locks_init_lock +EXPORT_SYMBOL vmlinux 0x67082b35 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x670c379d tty_name +EXPORT_SYMBOL vmlinux 0x670dd57b of_device_alloc +EXPORT_SYMBOL vmlinux 0x670f808e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x672feb2e netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x6738b07e xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x673d0638 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x674011c5 iproc_msi_init +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674cec24 pci_request_irq +EXPORT_SYMBOL vmlinux 0x674efd4d path_put +EXPORT_SYMBOL vmlinux 0x677321f7 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x677bd35f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x678a17eb rtc_add_group +EXPORT_SYMBOL vmlinux 0x678b5165 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67a4a675 phy_detach +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b482a4 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cabcc5 console_start +EXPORT_SYMBOL vmlinux 0x67db4598 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x67e8e9b0 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x67f404dc fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x68048bbb input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x6805502e vfs_symlink +EXPORT_SYMBOL vmlinux 0x680b7d28 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x68231e0e blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x682f5a30 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x683c89c1 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x6850c0af padata_free +EXPORT_SYMBOL vmlinux 0x6855d1a1 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x6867843f xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6872a75e param_ops_int +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68929d55 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x6893d879 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x689baa50 keyring_search +EXPORT_SYMBOL vmlinux 0x689d7ee3 genphy_resume +EXPORT_SYMBOL vmlinux 0x68a0b4f9 tty_kref_put +EXPORT_SYMBOL vmlinux 0x68acf894 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x68c4cf0f ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x68c7dbd7 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x68c81d27 arp_tbl +EXPORT_SYMBOL vmlinux 0x68db7472 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x68df05af nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x68ecba3e migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68fbbb20 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690b6e41 dquot_acquire +EXPORT_SYMBOL vmlinux 0x692496ad mii_link_ok +EXPORT_SYMBOL vmlinux 0x692c3078 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x692e04bf register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x69405a1c __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x69456cdf pci_wake_from_d3 +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 0x6988c9ba __neigh_event_send +EXPORT_SYMBOL vmlinux 0x6998b331 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x69ab0f4d inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x69ac4cb3 mii_check_media +EXPORT_SYMBOL vmlinux 0x69c51e69 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x69c94ee7 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x69cc16dc proc_symlink +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a07d6d1 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x6a23e724 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x6a36f8a6 uart_resume_port +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5cc5e8 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6437e2 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6a6b1886 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a6f9d1f mdiobus_write +EXPORT_SYMBOL vmlinux 0x6a81bfb0 __folio_alloc +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a95ce5d wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x6a995100 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x6aa1c2a0 vlan_for_each +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae6cd12 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af112fc cdrom_release +EXPORT_SYMBOL vmlinux 0x6b15d727 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5732d6 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x6b6aaed3 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6ba32a79 pci_free_irq +EXPORT_SYMBOL vmlinux 0x6bb4f0b2 trace_event_printf +EXPORT_SYMBOL vmlinux 0x6bb8a9af insert_inode_locked +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bff3794 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x6c0590a8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x6c165fee backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c4b8c6a iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x6c52bb00 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x6c56287f netdev_emerg +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c7ce04c pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cd6738e tcp_prot +EXPORT_SYMBOL vmlinux 0x6cd683ba __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x6cd7976e skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x6cd7a036 xp_free +EXPORT_SYMBOL vmlinux 0x6ce59edf netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf622d6 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6d08aad1 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x6d0c2693 mount_subtree +EXPORT_SYMBOL vmlinux 0x6d10fed8 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x6d12b1b4 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x6d14894c sock_kfree_s +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d31964d free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x6d3a8fe4 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x6d4b7c8c dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6d53c7a2 bio_uninit +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d74fbca tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x6d76d2e8 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d881613 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x6d8b39a1 param_set_short +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6da42787 netif_rx +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6db38660 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x6db99ac3 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc4967f ___pskb_trim +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddcd6d2 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df51e53 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x6e2dcb8d tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x6e33398b mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x6e36ff86 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x6e41ae98 sock_set_mark +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7812f7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x6e841e1f ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaa8450 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x6ebb4ebe tcf_register_action +EXPORT_SYMBOL vmlinux 0x6ec3f315 get_user_pages +EXPORT_SYMBOL vmlinux 0x6ecd2168 bioset_init +EXPORT_SYMBOL vmlinux 0x6ed15908 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6efdc7a8 d_alloc +EXPORT_SYMBOL vmlinux 0x6f0579a7 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x6f0699e9 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x6f110b9c phy_init_eee +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2eb3e5 __of_get_address +EXPORT_SYMBOL vmlinux 0x6f3de151 nexthop_bucket_set_hw_flags +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 0x6f57be14 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f623522 dev_set_alias +EXPORT_SYMBOL vmlinux 0x6f681da4 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f88379f vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9c8e6d mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x6fa17d1b pci_dev_driver +EXPORT_SYMBOL vmlinux 0x6fb16bcf put_fs_context +EXPORT_SYMBOL vmlinux 0x6fb479e8 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc44772 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x6fc6dab2 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6fc78dd5 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd1f036 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x6fe80e8c tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x6fea3ed9 free_buffer_head +EXPORT_SYMBOL vmlinux 0x6ff77818 cpufreq_get_policy +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 0x70242666 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70349db5 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x704703b0 config_item_put +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x70a635e2 locks_delete_block +EXPORT_SYMBOL vmlinux 0x70aa7c5c setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70ad76bb seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x70ad8531 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x70c9d044 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x70cab89f ip_defrag +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e681cb dev_alloc_name +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71316036 lease_modify +EXPORT_SYMBOL vmlinux 0x71320529 eth_header +EXPORT_SYMBOL vmlinux 0x713e246d input_open_device +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714823b9 sys_fillrect +EXPORT_SYMBOL vmlinux 0x714fd79b mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x71537ade md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715b66ae fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x7166500b set_binfmt +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717503d1 netdev_state_change +EXPORT_SYMBOL vmlinux 0x7179ccc1 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x717d395c blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x717e7ad5 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x718887cb of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x718b1daa _dev_err +EXPORT_SYMBOL vmlinux 0x7197f083 key_link +EXPORT_SYMBOL vmlinux 0x71994d7c key_reject_and_link +EXPORT_SYMBOL vmlinux 0x71a06bf9 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x71a454ef ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b5ffea pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x71bf9983 is_nd_btt +EXPORT_SYMBOL vmlinux 0x71e5be29 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x71f7d4c4 device_add_disk +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72179a8e folio_unlock +EXPORT_SYMBOL vmlinux 0x72307076 register_qdisc +EXPORT_SYMBOL vmlinux 0x72435852 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b64eaa dev_open +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72cef5f1 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x72d5f50b flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f09004 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f6a03d jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x72fcea66 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x732be45c vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x735a0a10 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x736f0b8d dma_async_device_register +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73834fe2 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x73925f82 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x7392c82f dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a528db __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b20a08 md_write_start +EXPORT_SYMBOL vmlinux 0x73b33292 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x73b6adc2 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x73cb6254 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x73d5290d sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x73f4ea60 sock_bind_add +EXPORT_SYMBOL vmlinux 0x73f525fa vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x73f784bf con_is_bound +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7427e89f of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x74450711 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x746e326b rproc_del +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x749c7eab jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x749e9ec7 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x74b69cda dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c6ba2e mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x74cfdef4 md_write_end +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 0x750d8f34 param_get_charp +EXPORT_SYMBOL vmlinux 0x7525af0e inet6_bind +EXPORT_SYMBOL vmlinux 0x752e61aa pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x752e943c netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7578cbec ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x757eb880 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x7584f5fe generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x75861704 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x759d6edb __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x75ab2566 phy_find_first +EXPORT_SYMBOL vmlinux 0x75b858ab pci_scan_root_bus +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 0x75d584ba tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x75d8e4b1 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x75e69a7c posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7691cbaf blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x769ed760 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a2e615 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x76ad1d9a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x76c178af phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x76c21f43 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76e50f9f flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x771db145 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773cc39e param_set_byte +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77422b51 phy_read_paged +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77655140 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77a718b8 vme_slave_request +EXPORT_SYMBOL vmlinux 0x77b12566 keyring_alloc +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cead78 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x77d46916 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x77e4b1af netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77fdd76f xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x7807c817 _dev_emerg +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78148298 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x781bc607 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x7830544a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x784123a2 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7842bea3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7852b5b7 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x786edd6a __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x7896d5bf touch_buffer +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a1e636 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x78b728ae tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78b9b6a7 d_make_root +EXPORT_SYMBOL vmlinux 0x78d30b7f fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x791632e1 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7926dbc0 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x79356db0 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798746e1 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a3f43a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x79b620f0 tty_check_change +EXPORT_SYMBOL vmlinux 0x79c0962f jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x79c4c912 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x79c72c08 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x79cc0695 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x79d693ca blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x79d930d7 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x79d9b4d8 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79f482aa __breadahead +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2391d3 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7a2607c8 vfs_create +EXPORT_SYMBOL vmlinux 0x7a2626d7 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2c96d0 skb_expand_head +EXPORT_SYMBOL vmlinux 0x7a2f5f95 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a401d0b mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x7a477afc fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a64d8cb register_fib_notifier +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a9f1759 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa96730 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x7ab2e4d3 netdev_err +EXPORT_SYMBOL vmlinux 0x7ab7a2df fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x7ab87b63 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae40203 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aee24a7 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x7aef501a xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x7af292a5 elv_rb_add +EXPORT_SYMBOL vmlinux 0x7b02a908 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x7b03c1c0 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b20d9dd dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x7b274a8a __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x7b34bbf8 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4c9966 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b8134eb mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b94f0ee dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x7b9e875b blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc43741 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x7bd65ac9 generic_write_end +EXPORT_SYMBOL vmlinux 0x7bde2c07 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7c13b13a blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x7c161ad9 dcb_delrewr +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c3ea65f __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5856b2 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7c59ac1e __fs_parse +EXPORT_SYMBOL vmlinux 0x7c5cda9d pci_read_vpd +EXPORT_SYMBOL vmlinux 0x7c633548 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x7c6eeacf padata_do_serial +EXPORT_SYMBOL vmlinux 0x7c91370a __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cc44281 can_nice +EXPORT_SYMBOL vmlinux 0x7cc8438f __inet_hash +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cda9e56 vme_bus_num +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7ce96b75 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x7cf325c1 simple_getattr +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0542bd d_instantiate_new +EXPORT_SYMBOL vmlinux 0x7d09b855 param_get_ullong +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 0x7d20f9cb ip_frag_next +EXPORT_SYMBOL vmlinux 0x7d271f43 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d47fa4e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d60d1ca pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x7d637e85 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d7783c6 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x7d7f44a1 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc8e95c phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd2f796 kthread_bind +EXPORT_SYMBOL vmlinux 0x7de0f700 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x7de6f1ab bio_chain +EXPORT_SYMBOL vmlinux 0x7df62519 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x7e06fbf4 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e153270 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e493a43 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x7e4a0d49 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e4cdebb dst_release +EXPORT_SYMBOL vmlinux 0x7e51228c dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x7e59a464 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e61b2e2 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x7e65dbea jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x7e79d5e6 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x7e9bbd72 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea1259e __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7eac76bc vm_mmap +EXPORT_SYMBOL vmlinux 0x7eb24529 devm_request_resource +EXPORT_SYMBOL vmlinux 0x7eb7252e of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x7ec99f9b disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7ee5baac dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x7ef1c24c uart_get_divisor +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 0x7f05529f devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x7f09b0ed xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x7f0a6f78 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x7f0d327e scsi_target_resume +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6b3da9 input_free_device +EXPORT_SYMBOL vmlinux 0x7f721dd5 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x7f72d34e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8d2e26 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x7fa0836f get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x7fa6c5ec pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x7fafaf92 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x7fbc180d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x7fbe9fdd key_unlink +EXPORT_SYMBOL vmlinux 0x7fc25718 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x7fc3283a jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x7fc79e12 blk_queue_update_dma_alignment +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 0x8016341a skb_trim +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8041d948 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x804a30a4 netlink_unicast +EXPORT_SYMBOL vmlinux 0x805ae38d iov_iter_init +EXPORT_SYMBOL vmlinux 0x8068525e bio_endio +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80883a72 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x808b1805 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cddf09 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x80cef7f9 fb_prepare_logo +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 0x80fdbf6e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x80febf24 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x810eb769 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8116fdd8 lookup_one_len +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811a1c88 _dev_warn +EXPORT_SYMBOL vmlinux 0x81326049 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x814c56c8 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816b612c netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x817cb0e4 setattr_prepare +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 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b32f1b tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x81b81176 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81cc3dac scsi_device_resume +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 0x81fd4808 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x820fc85f arp_send +EXPORT_SYMBOL vmlinux 0x821873e4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x823e90dd file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x823f3f12 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x823f6d07 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x824dfa24 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x8257f100 finish_no_open +EXPORT_SYMBOL vmlinux 0x825861c3 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8269d439 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x8289b9be mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x82b61501 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ed6d39 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f013af mr_table_dump +EXPORT_SYMBOL vmlinux 0x83066851 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x830bd8a4 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x8329155b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x8332f001 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x8338109e tcf_idr_release +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8362ffbf __bforget +EXPORT_SYMBOL vmlinux 0x836fe68e par_io_of_config +EXPORT_SYMBOL vmlinux 0x8370bfbd bio_free_pages +EXPORT_SYMBOL vmlinux 0x8380265a sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x8385840b ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x838cb34b nd_dax_probe +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83ac0396 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x83d6abd2 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x83e2192e dm_unregister_target +EXPORT_SYMBOL vmlinux 0x83e2389d crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x83e30514 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x840e5ca0 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x84435991 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x84492f6a cdev_add +EXPORT_SYMBOL vmlinux 0x84545a16 kill_anon_super +EXPORT_SYMBOL vmlinux 0x845e1dbd gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x84629e6c pci_disable_msix +EXPORT_SYMBOL vmlinux 0x8475e8e3 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x848029b4 fman_reset_mac +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8490ac7e tcp_time_wait +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x8492e42c pci_release_region +EXPORT_SYMBOL vmlinux 0x84a00c66 sock_no_getname +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a6b705 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x84a86b4c pipe_unlock +EXPORT_SYMBOL vmlinux 0x84b54d61 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x84c17b34 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x84c84098 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x84e02bc4 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x84e6ccc0 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x84f1e01f call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x850a859c qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x85116af2 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x85116cd0 vm_map_pages +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x852d02ab fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x85319948 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x853a5789 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x85416d23 getname_kernel +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8568a3b6 inet_bind +EXPORT_SYMBOL vmlinux 0x856ca902 security_path_mknod +EXPORT_SYMBOL vmlinux 0x8574b2d9 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x8577a540 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85d959f9 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f3e99d get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x860102a7 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x8604cc12 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x860b04da __register_nls +EXPORT_SYMBOL vmlinux 0x86164b8b ip6_xmit +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86308327 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8641a138 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8683e1f3 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86d1b990 bdi_alloc +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f8106b ihold +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8707b508 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x8709ca8f eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x8711c088 inode_init_owner +EXPORT_SYMBOL vmlinux 0x871c0cba __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x8725fbca dev_uc_init +EXPORT_SYMBOL vmlinux 0x87497746 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x874b2b01 pci_restore_state +EXPORT_SYMBOL vmlinux 0x874ec186 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x87540856 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x875d4394 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876ccdc6 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x877cedca xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878a8ee3 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x87a1aa0c of_device_register +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87cf1df3 ata_print_version +EXPORT_SYMBOL vmlinux 0x87d482b1 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x880122d0 console_stop +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8810cf95 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881c63f0 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x88208de7 get_task_cred +EXPORT_SYMBOL vmlinux 0x8821ac2e mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x8834d27a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x885921d3 tty_port_init +EXPORT_SYMBOL vmlinux 0x88633242 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x886df246 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x887522ba tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x88762929 dst_dev_put +EXPORT_SYMBOL vmlinux 0x88783bfb sock_no_listen +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x88920850 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889c7402 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x88a2ff69 copy_splice_read +EXPORT_SYMBOL vmlinux 0x88ba701e dentry_path_raw +EXPORT_SYMBOL vmlinux 0x88be55fb iterate_dir +EXPORT_SYMBOL vmlinux 0x88da0117 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e9a172 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x88ee158f xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x88fde73c simple_rename +EXPORT_SYMBOL vmlinux 0x890e3229 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x89144f66 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x896d27f2 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x896f8eab serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x8982e30f __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x89866f50 stream_open +EXPORT_SYMBOL vmlinux 0x898f7ea4 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8995cce6 d_find_alias +EXPORT_SYMBOL vmlinux 0x899fd9b1 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x89a4cb45 tty_port_open +EXPORT_SYMBOL vmlinux 0x89b0e367 release_sock +EXPORT_SYMBOL vmlinux 0x89c3ca0f tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x89c772de vfs_getattr +EXPORT_SYMBOL vmlinux 0x89caaaf1 fb_find_mode +EXPORT_SYMBOL vmlinux 0x89d169f7 iget_locked +EXPORT_SYMBOL vmlinux 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL vmlinux 0x89e17be5 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x89e848cc tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x8a0999e6 fsync_bdev +EXPORT_SYMBOL vmlinux 0x8a213162 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x8a434250 elv_rb_find +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a5ad58b flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a747d07 add_to_pipe +EXPORT_SYMBOL vmlinux 0x8a77916a cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a8b3b37 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x8a8c4f37 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x8a93b89e path_has_submounts +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8ab3540b __folio_put +EXPORT_SYMBOL vmlinux 0x8ab69ead _dev_notice +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad15c49 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x8af129b9 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x8afee786 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b1abfe5 __block_write_begin +EXPORT_SYMBOL vmlinux 0x8b27ce26 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b321dcd genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x8b3916e5 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8b3b00e8 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8b417a2a cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x8b572574 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x8b5a5a98 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6b92ec key_revoke +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9c218d tcp_check_req +EXPORT_SYMBOL vmlinux 0x8bc9a7c8 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x8bd07eff unregister_binfmt +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bf50a9f copy_highpage +EXPORT_SYMBOL vmlinux 0x8c02687e xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x8c118fa0 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2e0a10 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x8c2ed212 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c399131 phy_attached_print +EXPORT_SYMBOL vmlinux 0x8c5a89a7 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x8c65d534 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x8c6eb37c rproc_alloc +EXPORT_SYMBOL vmlinux 0x8c702073 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x8c73078b dquot_drop +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c990483 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8cab4847 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb823d5 seq_puts +EXPORT_SYMBOL vmlinux 0x8cbcbd12 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x8cc4c3d6 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc5fc12 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x8cd1aeeb fman_port_get_device +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cfafff2 get_tree_single +EXPORT_SYMBOL vmlinux 0x8d0d6a28 skb_checksum +EXPORT_SYMBOL vmlinux 0x8d1740f1 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x8d2dc9dc mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x8d302d86 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d4b75db __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x8d4ec7db inc_nlink +EXPORT_SYMBOL vmlinux 0x8d52d147 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5c2bba flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x8d72e08d block_read_full_folio +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d732a52 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x8d786822 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x8d791bec setattr_copy +EXPORT_SYMBOL vmlinux 0x8d9974cb tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x8da08592 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db7b19b __phy_resume +EXPORT_SYMBOL vmlinux 0x8dc8d22c noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x8dca7a42 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x8ddd8363 cad_pid +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de1c6f6 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x8def9c0c copy_string_kernel +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e05b596 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x8e12ccaa default_llseek +EXPORT_SYMBOL vmlinux 0x8e13287e sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e29e789 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x8e3c6375 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e452a49 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e569f7e skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x8e8243d9 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x8e82b23a sk_reset_timer +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e983168 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x8eb8e1e6 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed19112 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x8eeffaa6 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x8ef22ddd thaw_bdev +EXPORT_SYMBOL vmlinux 0x8ef9cd42 unregister_netdev +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0de1fb sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x8f151ea2 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x8f28d8b7 filemap_flush +EXPORT_SYMBOL vmlinux 0x8f31d668 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x8f4af28c generic_permission +EXPORT_SYMBOL vmlinux 0x8f4b84e6 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x8f633f51 param_get_invbool +EXPORT_SYMBOL vmlinux 0x8f67966f read_cache_page +EXPORT_SYMBOL vmlinux 0x8f923c47 param_get_hexint +EXPORT_SYMBOL vmlinux 0x8f97cac0 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fbda110 file_update_time +EXPORT_SYMBOL vmlinux 0x8fc14933 udp_read_skb +EXPORT_SYMBOL vmlinux 0x8fc9127b mdiobus_free +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fce0777 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900698e5 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x9010f8cc lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9046609f folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x90477fbe neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x904bbef6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x906cb623 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909ff264 tcp_req_err +EXPORT_SYMBOL vmlinux 0x90a32499 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x90c41be5 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x90c747bc sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x90d9f626 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x90f20a56 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9102077b input_reset_device +EXPORT_SYMBOL vmlinux 0x910c1cb9 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x912b1911 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x913d2d52 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a5ff95 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91ae25e1 set_capacity +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91e912ab begin_new_exec +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92026be0 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x9204625d of_device_is_available +EXPORT_SYMBOL vmlinux 0x92088648 devm_clk_get +EXPORT_SYMBOL vmlinux 0x920c4730 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x92149757 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x921943c7 d_drop +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9245222f sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x925215c8 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92763ddd param_ops_uint +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927fb598 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x92843260 ppp_input_error +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +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 0x92da4b8e dev_addr_del +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f3f323 amba_request_regions +EXPORT_SYMBOL vmlinux 0x92f782ae cdrom_open +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9302d1aa __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93063c70 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x930d9248 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x9321235c dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x9324bb02 skb_unlink +EXPORT_SYMBOL vmlinux 0x93336ba0 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x935d866a tty_do_resize +EXPORT_SYMBOL vmlinux 0x9361302f sock_alloc +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9390af70 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b10c40 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93ca1a13 neigh_for_each +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93ebfd3a xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x93f0bb1d vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x93f9fcb5 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x9415855d mii_nway_restart +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x946698cc xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x946bc0de udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x947a63e3 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x94859550 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94b43cf3 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c03730 __register_chrdev +EXPORT_SYMBOL vmlinux 0x94d6a2c8 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x94e039f4 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x950407cd dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950dc9f4 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x95125563 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x9512fde6 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x9518193f scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x95229a41 fman_get_revision +EXPORT_SYMBOL vmlinux 0x952ab299 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x9541e4de __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x9546ae5b netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x955a0fd3 sock_from_file +EXPORT_SYMBOL vmlinux 0x95714e91 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x957e180b netif_receive_skb +EXPORT_SYMBOL vmlinux 0x9582341a napi_get_frags +EXPORT_SYMBOL vmlinux 0x9588abf2 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x959bc3e0 block_write_full_page +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x959e6cae fput +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a42c42 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95eae3d7 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x9638c5a5 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x963f0cdf blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x965b48c0 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x966f7dad serio_bus +EXPORT_SYMBOL vmlinux 0x9676038d netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96a64fcf blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c0858e __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96c3cddc thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96dda8b8 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96ec94d7 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x96f19bcf rproc_boot +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x97005af1 of_get_next_child +EXPORT_SYMBOL vmlinux 0x97016f73 set_page_dirty +EXPORT_SYMBOL vmlinux 0x970aacf3 ping_prot +EXPORT_SYMBOL vmlinux 0x970d12be lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x971bc62f do_SAK +EXPORT_SYMBOL vmlinux 0x972cf1bc netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x973ca0d8 param_set_invbool +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974ef2ab noop_fsync +EXPORT_SYMBOL vmlinux 0x979661ff qdisc_offload_graft_helper +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 0x97bfa366 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x97bfbaf1 __check_sticky +EXPORT_SYMBOL vmlinux 0x97c577ab notify_change +EXPORT_SYMBOL vmlinux 0x97cc30b0 __alloc_pages +EXPORT_SYMBOL vmlinux 0x97dac1a3 sk_capable +EXPORT_SYMBOL vmlinux 0x97fd470f ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x980607c0 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x9809ad3f seq_release +EXPORT_SYMBOL vmlinux 0x9817b453 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x9834cc0f tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x983715ed param_ops_ushort +EXPORT_SYMBOL vmlinux 0x983d413c i2c_register_driver +EXPORT_SYMBOL vmlinux 0x98435e3b param_ops_short +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985e8474 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x985f11f9 dst_destroy +EXPORT_SYMBOL vmlinux 0x98647a39 fb_get_mode +EXPORT_SYMBOL vmlinux 0x986c3e45 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x9875e9d6 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x9880b595 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x98875744 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d34855 pci_set_master +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f6e7d1 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x9922c906 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x992612f1 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994fa68c key_task_permission +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995f2bad dquot_file_open +EXPORT_SYMBOL vmlinux 0x9965a8bc skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x99867dca security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a5cb75 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x99bf0714 d_instantiate +EXPORT_SYMBOL vmlinux 0x99bf6c94 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99daf737 lookup_one +EXPORT_SYMBOL vmlinux 0x99ebcd6a km_state_notify +EXPORT_SYMBOL vmlinux 0x99f1c9d0 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x99f7072a ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a09ce10 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9a12d007 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x9a137140 inode_init_always +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a4f3797 mmc_command_done +EXPORT_SYMBOL vmlinux 0x9a51f6a1 set_posix_acl +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5aa03f ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a71490f pci_enable_wake +EXPORT_SYMBOL vmlinux 0x9a8d4db1 rproc_free +EXPORT_SYMBOL vmlinux 0x9a994ce7 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x9a9f654f remove_proc_entry +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ac67f3f vm_insert_page +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aee243e netif_device_detach +EXPORT_SYMBOL vmlinux 0x9af2445d set_user_nice +EXPORT_SYMBOL vmlinux 0x9b06ea5e __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x9b09bcb2 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b43bd7c mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b52c495 discard_new_inode +EXPORT_SYMBOL vmlinux 0x9b53b26a __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x9b6768cd of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x9b6b65e7 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b8151ef tty_register_device +EXPORT_SYMBOL vmlinux 0x9b871adf __scm_send +EXPORT_SYMBOL vmlinux 0x9b91816e scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9ba03b61 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x9be5738b __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x9c0ba3da alloc_fddidev +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c17b5be locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c42c6d9 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x9c4a37b2 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c7cfbe4 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9c865ea1 proto_register +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca2bddb tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9ccfcd5c jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce58c7f drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x9d0adb16 param_ops_string +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +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 0x9d33483a copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x9d3a19fc blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x9d40029d napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x9d4d3868 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6dd941 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x9d8008ee tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x9d9155e1 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9daff8e6 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x9dc2063a nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9dda1583 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e027a5d simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e11c8e1 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e22761e tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2897e0 file_open_root +EXPORT_SYMBOL vmlinux 0x9e2d607e netlink_ack +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e54c4fd uart_register_driver +EXPORT_SYMBOL vmlinux 0x9e5c3d58 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e621fe4 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x9e622a94 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x9e68d866 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x9e6d8ea7 wake_up_process +EXPORT_SYMBOL vmlinux 0x9e70cd10 file_ns_capable +EXPORT_SYMBOL vmlinux 0x9e732c0d sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x9e76ac50 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e904c34 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x9e994ef4 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea8cef2 pci_dev_get +EXPORT_SYMBOL vmlinux 0x9eacf4e4 nd_btt_version +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eaf3370 crypto_sha256_update +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 0x9ece50dd devfreq_update_target +EXPORT_SYMBOL vmlinux 0x9ed039af ppp_dev_name +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed5f9f6 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ee934d3 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x9f20e860 mdiobus_read +EXPORT_SYMBOL vmlinux 0x9f269b09 blk_pre_runtime_resume +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 0x9f6be810 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f92c400 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fabc280 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbfed2a max8925_set_bits +EXPORT_SYMBOL vmlinux 0x9fc92039 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x9fc97d01 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x9fcfe862 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe469ff configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x9fedecbc register_key_type +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9feffd67 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x9ff3e1ca get_unmapped_area +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01451af inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xa0185594 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0271972 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa02a13ac phy_error +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0472f2c ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa05163a8 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa0590fb5 sock_i_uid +EXPORT_SYMBOL vmlinux 0xa059a820 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa06f94ed d_rehash +EXPORT_SYMBOL vmlinux 0xa079c4bd lock_sock_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 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0aec86e sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xa0af937e md_integrity_register +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b097a2 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xa0b2b0ce inet6_protos +EXPORT_SYMBOL vmlinux 0xa0d14730 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dbd92f phy_suspend +EXPORT_SYMBOL vmlinux 0xa0ddf735 single_release +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 0xa0f148b0 submit_bh +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa109cfe7 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa11dfef8 from_kprojid +EXPORT_SYMBOL vmlinux 0xa120afd0 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa13a7653 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xa14a072b inet_stream_connect +EXPORT_SYMBOL vmlinux 0xa155383b d_prune_aliases +EXPORT_SYMBOL vmlinux 0xa15e51bb __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa1914434 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xa193ce42 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xa1aa6958 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa1e1b034 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa1f5a1e6 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xa20585f6 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa219efcc bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xa2259e5a fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xa230ac92 security_sk_clone +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa2407e82 ps2_end_command +EXPORT_SYMBOL vmlinux 0xa2492245 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa275905b phy_device_remove +EXPORT_SYMBOL vmlinux 0xa27e1059 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa27f7372 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2a65b45 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xa2a6c2bc input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa2b02082 phy_device_free +EXPORT_SYMBOL vmlinux 0xa2b721ed unix_attach_fds +EXPORT_SYMBOL vmlinux 0xa2be8bc4 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa2c5ccb7 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xa2cf0148 register_mii_timestamper +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 0xa2e25a22 build_skb +EXPORT_SYMBOL vmlinux 0xa3304a9b pci_fixup_device +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 0xa36e2465 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xa3766ca0 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xa38366a9 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xa3a3bea2 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xa3a84f84 set_page_writeback +EXPORT_SYMBOL vmlinux 0xa3ae0155 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3f13049 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xa3f3c754 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xa3f70bd8 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa423f4a1 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xa42a3408 inet_add_offload +EXPORT_SYMBOL vmlinux 0xa431cd59 mr_dump +EXPORT_SYMBOL vmlinux 0xa433450a simple_release_fs +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa446790d reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa45a2234 phy_disconnect +EXPORT_SYMBOL vmlinux 0xa4602e01 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xa462b411 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xa4794606 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xa47eee71 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xa4a73c61 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xa4b9c4c2 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa4baa810 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xa4bbf0dc ip_options_compile +EXPORT_SYMBOL vmlinux 0xa4c77322 key_put +EXPORT_SYMBOL vmlinux 0xa4d41b38 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xa4dc220b generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xa4f3e186 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xa4f462ce memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xa4f7d4f8 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa4fd1824 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xa50dc6ac mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xa50ffc3d proc_create_single_data +EXPORT_SYMBOL vmlinux 0xa51eb405 kernel_bind +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa54088dc pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xa54a118d simple_get_link +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa550bc0a tcf_em_register +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa563f9ac csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xa591ed5b mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5b6e847 clk_get +EXPORT_SYMBOL vmlinux 0xa5bac0f1 dump_align +EXPORT_SYMBOL vmlinux 0xa5dca495 nf_ct_ext_add +EXPORT_SYMBOL vmlinux 0xa5e93fa0 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xa5ec6d2d dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xa5f793e5 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa5f885e3 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xa5faf759 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xa60e383c configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xa60e648b clear_inode +EXPORT_SYMBOL vmlinux 0xa613d567 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6234de2 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xa62375b2 sk_dst_check +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62957e2 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xa633c118 pci_write_config_byte +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 0xa655d755 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa67753c1 dump_skip_to +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6afae40 nonseekable_open +EXPORT_SYMBOL vmlinux 0xa6bb9efa __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa6d22c85 f_setown +EXPORT_SYMBOL vmlinux 0xa6da95d2 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xa6dacd25 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa716e591 dev_get_flags +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa71e0e54 mmc_erase +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa7652429 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xa7682ba0 ethtool_notify +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78d96aa icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xa7b358a8 sget_fc +EXPORT_SYMBOL vmlinux 0xa7ccf30a __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eafd26 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa800f1aa d_add_ci +EXPORT_SYMBOL vmlinux 0xa82846e1 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa833bf03 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8469d60 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xa84bfbde blk_get_queue +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85ddf82 simple_lookup +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa8715307 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xa87fe0f4 seq_lseek +EXPORT_SYMBOL vmlinux 0xa883a03c prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xa88c6e9e pneigh_lookup +EXPORT_SYMBOL vmlinux 0xa891954e blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89e855d of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8afb795 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xa8b1d1a6 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xa8b671db iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa8b68f20 security_path_unlink +EXPORT_SYMBOL vmlinux 0xa8c6e439 param_set_bint +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8db5824 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8e8e0a6 __ps2_command +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa902dc86 inode_insert5 +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa913c1bd folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa921322a uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xa92a2011 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xa9385e53 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xa940d605 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94c506e md_update_sb +EXPORT_SYMBOL vmlinux 0xa95ffa7e tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xa960f47a vfs_get_link +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96a06d1 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9958417 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0xa9a1cee0 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa9b9a54d skb_copy +EXPORT_SYMBOL vmlinux 0xa9d9b453 pci_select_bars +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f21f15 rw_verify_area +EXPORT_SYMBOL vmlinux 0xa9fc4b98 do_splice_direct +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1ab7f7 __napi_schedule +EXPORT_SYMBOL vmlinux 0xaa1c5c2c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3613bf inet_getname +EXPORT_SYMBOL vmlinux 0xaa4bc2fd pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xaa503c97 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xaa6c5187 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xaa6d6d7d sk_alloc +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa78c735 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xaa78d302 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa816d32 pci_bus_type +EXPORT_SYMBOL vmlinux 0xaa85e5f2 netdev_change_features +EXPORT_SYMBOL vmlinux 0xaa8653e4 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaa8aa7b3 kthread_stop +EXPORT_SYMBOL vmlinux 0xaa8b710a nf_ct_get_tuple_skb +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 0xaabcec35 registered_fb +EXPORT_SYMBOL vmlinux 0xaacc1c09 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad1e654 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaade804b skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xaae65699 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaae91e84 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab5c4e76 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xab5c7645 get_watch_queue +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6b824b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6e4e43 dev_get_stats +EXPORT_SYMBOL vmlinux 0xab73325a lease_get_mtime +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7af234 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xab7f1ef0 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xab9d0726 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xabd4358d rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xabec08b1 proc_mkdir +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf4fa07 dev_uc_del +EXPORT_SYMBOL vmlinux 0xac019c0d of_match_node +EXPORT_SYMBOL vmlinux 0xac16502b flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xac174b97 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac30f51c get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac421bfd inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xac4acdf2 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xac530249 of_range_to_resource +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac827e7e mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xaca28f9c sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacafcd67 genphy_loopback +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf17218 __kfree_skb +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf7c960 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad3c11c1 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad55f50c kill_pgrp +EXPORT_SYMBOL vmlinux 0xad56a3d4 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xad5e111b filemap_fault +EXPORT_SYMBOL vmlinux 0xad61280f no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xad613eb5 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xad6702ac filemap_fdatawrite +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 0xad7dc133 path_get +EXPORT_SYMBOL vmlinux 0xad7e893d param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xad81b1dc bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xad88831d scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadabf03e __register_binfmt +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb2f3ea ptp_clock_register +EXPORT_SYMBOL vmlinux 0xadbc2d59 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd415b5 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xaddce263 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xade29d0c dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xade7506b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae050082 km_new_mapping +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 0xae342b73 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xae3baa3b kern_path +EXPORT_SYMBOL vmlinux 0xae3f3fc1 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xae538898 dev_driver_string +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae623694 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6dea6d handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xae6f99b6 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xae9f1898 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xae9f77cb of_platform_device_create +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb92986 dev_add_pack +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec925da dev_deactivate +EXPORT_SYMBOL vmlinux 0xaed7f943 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xaf02914c pci_scan_bus +EXPORT_SYMBOL vmlinux 0xaf051855 xattr_full_name +EXPORT_SYMBOL vmlinux 0xaf1f402f jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xaf21ea65 complete_request_key +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf407336 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xaf514c02 bmap +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf59a280 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xaf76c9e3 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xaf775e39 set_create_files_as +EXPORT_SYMBOL vmlinux 0xaf804505 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xaf8377c4 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xaf903324 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xafa050c0 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xafa25992 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafb8c56e ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xaff56d04 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xaffb29a7 I_BDEV +EXPORT_SYMBOL vmlinux 0xb00956aa _copy_from_iter +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0364501 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xb03b2af7 folio_alloc +EXPORT_SYMBOL vmlinux 0xb03b46a1 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xb03d1eca genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xb046189c pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb05315d9 km_state_expired +EXPORT_SYMBOL vmlinux 0xb0571314 bdi_register +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 0xb07a6c93 igrab +EXPORT_SYMBOL vmlinux 0xb08631cc reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xb087680d page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xb09b087f devm_release_resource +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a1fcc2 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb0a24d76 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xb0b43c9e fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xb0c54655 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c8cec1 fman_bind +EXPORT_SYMBOL vmlinux 0xb0cd2a45 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xb0cf607e dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xb0dc48cd __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb126ae70 iterate_fd +EXPORT_SYMBOL vmlinux 0xb12af900 of_iomap +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb136fe49 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14cc392 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb153d84a dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb15b4109 crc32c +EXPORT_SYMBOL vmlinux 0xb197eac7 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xb1a87a1e netif_set_tso_max_size +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 0xb1ef3e48 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xb20474e6 of_find_property +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb24b0391 md_register_thread +EXPORT_SYMBOL vmlinux 0xb290887c kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2cc7104 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xb2ccaea3 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f1603e init_special_inode +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fae8bd neigh_xmit +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30971c8 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb315239d netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb33cb162 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb3587f72 ip_frag_init +EXPORT_SYMBOL vmlinux 0xb3599ca7 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xb35c7b77 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d052f bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb37f0dd6 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb394616d nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3b3f82d inode_needs_sync +EXPORT_SYMBOL vmlinux 0xb3b4b0b1 phy_write_paged +EXPORT_SYMBOL vmlinux 0xb3bec79a simple_setattr +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d72676 of_cpu_device_node_get +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 0xb4018bb5 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb404a451 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xb40f715e netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43122ea phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xb4428891 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xb445fd25 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xb44a2cc8 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb46b1a89 proc_create_data +EXPORT_SYMBOL vmlinux 0xb46dbf55 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xb47e4561 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xb48d4c2a genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49d955d kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xb4a35e91 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xb4c974b4 dcb_setrewr +EXPORT_SYMBOL vmlinux 0xb4d0f95c lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xb4d4f9ef ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xb4f1928c __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xb4f48256 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xb50d19e5 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xb5193196 genl_register_family +EXPORT_SYMBOL vmlinux 0xb51df250 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0xb5251f8e unpin_user_pages +EXPORT_SYMBOL vmlinux 0xb53d3489 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xb53db1a2 config_group_init +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb56dce48 kernel_listen +EXPORT_SYMBOL vmlinux 0xb571d784 cdev_device_add +EXPORT_SYMBOL vmlinux 0xb573cf74 scsi_print_result +EXPORT_SYMBOL vmlinux 0xb5763927 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xb57818d5 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5812a11 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xb5911484 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c4e656 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xb5d172d9 inet_accept +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ead981 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xb5f0d28d task_work_add +EXPORT_SYMBOL vmlinux 0xb613b585 ilookup +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb6200719 set_blocksize +EXPORT_SYMBOL vmlinux 0xb626ecb9 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb62741b1 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xb631d8ac pid_task +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6453631 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb658627a blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xb6635921 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68c0bba __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb68f837b skb_copy_expand +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a56786 is_nd_pfn +EXPORT_SYMBOL vmlinux 0xb6a8df56 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6beb14d tcp_openreq_init_rwin +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 0xb6eed752 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xb6f33555 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70471d5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xb7101088 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb721f822 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xb724e734 bpf_map_get +EXPORT_SYMBOL vmlinux 0xb72ed8c4 key_move +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73f4201 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xb73f8f45 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xb73fbb0b mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xb7459cad fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xb764575c vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76a8520 make_kgid +EXPORT_SYMBOL vmlinux 0xb77c319c seq_release_private +EXPORT_SYMBOL vmlinux 0xb77df39f may_setattr +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb795640b of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xb7985080 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cacded tcf_block_get +EXPORT_SYMBOL vmlinux 0xb7cfeece mark_info_dirty +EXPORT_SYMBOL vmlinux 0xb7d7f69e __bread_gfp +EXPORT_SYMBOL vmlinux 0xb7e8e6c1 seq_read +EXPORT_SYMBOL vmlinux 0xb7e8f1b9 seq_putc +EXPORT_SYMBOL vmlinux 0xb7ea1aa1 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xb7fe0d1f scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xb80a375c blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb82f7131 dquot_initialize +EXPORT_SYMBOL vmlinux 0xb833f932 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xb8393e53 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0xb83f49a5 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb85a2a59 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xb85f6b66 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb87eef59 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xb8878d71 import_single_range +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89fdc3d mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xb8a94c7a send_sig +EXPORT_SYMBOL vmlinux 0xb8ad1af9 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xb8aea057 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bd565a simple_statfs +EXPORT_SYMBOL vmlinux 0xb8bf9e41 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xb8d47a76 fb_pan_display +EXPORT_SYMBOL vmlinux 0xb8e80bbc ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xb9012a64 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9158cee d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xb91b08f8 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9323f56 nf_reinject +EXPORT_SYMBOL vmlinux 0xb93facb0 dquot_disable +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb95c5d8f nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xb96a30a6 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb972f03a nd_device_unregister +EXPORT_SYMBOL vmlinux 0xb97e98ef sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xb994743c mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9baec12 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xb9d8091e dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xb9e21113 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ec68f3 vme_lm_request +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 0xba31c3cc xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xba428b58 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba7ce471 param_set_hexint +EXPORT_SYMBOL vmlinux 0xba92f3c4 tty_vhangup +EXPORT_SYMBOL vmlinux 0xbaa60e91 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xbab8a065 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacca5e1 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xbae61624 file_remove_privs +EXPORT_SYMBOL vmlinux 0xbaf68bae pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbaff8f40 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xbb02d660 param_ops_long +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb115158 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xbb161139 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2db9f5 from_kuid +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb6f1ec6 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xbb79e455 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xbb9640ab load_nls +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbb9f4b5f skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xbba07193 sk_ioctl +EXPORT_SYMBOL vmlinux 0xbbd35eb9 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xbbd9eac3 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe332cb sock_release +EXPORT_SYMBOL vmlinux 0xbbf5db5b unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xbc044388 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2bb436 audit_log +EXPORT_SYMBOL vmlinux 0xbc413ac1 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xbc8cfa9d inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xbca0108a bioset_exit +EXPORT_SYMBOL vmlinux 0xbca78a38 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb85084 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xbcc916ac end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xbcd22483 tty_register_driver +EXPORT_SYMBOL vmlinux 0xbcf8baaa amba_driver_register +EXPORT_SYMBOL vmlinux 0xbcfccb37 input_match_device_id +EXPORT_SYMBOL vmlinux 0xbd08c3ca pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xbd1e37bf vme_init_bridge +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5854d0 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd79fae2 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xbd803d7f follow_down_one +EXPORT_SYMBOL vmlinux 0xbd82637b page_readlink +EXPORT_SYMBOL vmlinux 0xbd86daae security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xbda01c92 generic_listxattr +EXPORT_SYMBOL vmlinux 0xbdb22a61 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xbdb5c000 pci_iomap +EXPORT_SYMBOL vmlinux 0xbdbacf19 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xbdbde14b of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xbdbf6174 of_root +EXPORT_SYMBOL vmlinux 0xbdd8bdc6 inet_offloads +EXPORT_SYMBOL vmlinux 0xbdec42cb module_put +EXPORT_SYMBOL vmlinux 0xbe2f1d35 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xbe3430bb page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xbe3671fe rproc_elf_load_segments +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 0xbe679ca0 netif_skb_features +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8abdcb mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xbec8a89d con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xbec904ba blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xbed58fd6 drop_nlink +EXPORT_SYMBOL vmlinux 0xbeebd53d kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbefa78db acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xbf099c1c filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xbf238ec1 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xbf5775f2 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf725a4c eth_get_headlen +EXPORT_SYMBOL vmlinux 0xbf8d8eb9 free_netdev +EXPORT_SYMBOL vmlinux 0xbfa2d340 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xbfa84f1d sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xbfae8536 pci_get_class +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfaed79d put_ipc_ns +EXPORT_SYMBOL vmlinux 0xbfcaf569 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdfabec skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xc00aebb5 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xc01088e0 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xc016e6a7 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xc02abf2a filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06b4693 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc082c3de get_tree_nodev +EXPORT_SYMBOL vmlinux 0xc084872a sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xc0881500 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xc09ffa42 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xc0ad9080 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xc0bb8768 inode_permission +EXPORT_SYMBOL vmlinux 0xc0cea34b seq_path +EXPORT_SYMBOL vmlinux 0xc0ea28dc ipmi_platform_add +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 0xc1005438 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xc10992b9 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc124dd54 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xc12bab32 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xc143b448 try_module_get +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc157fa33 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xc15cc679 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xc160b95b bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc17ad074 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xc185097b scsi_device_get +EXPORT_SYMBOL vmlinux 0xc18cb924 sk_free +EXPORT_SYMBOL vmlinux 0xc1b093e6 flow_rule_match_ip +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 0xc1e5824b genl_notify +EXPORT_SYMBOL vmlinux 0xc1ec5291 mmc_request_done +EXPORT_SYMBOL vmlinux 0xc2028500 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc206b15d scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xc2121f09 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xc219149c pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xc21ff562 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xc22aa59a ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2302683 poll_initwait +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2445c18 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xc25204eb __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xc2525897 vmap +EXPORT_SYMBOL vmlinux 0xc25ac5f0 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xc2613b40 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xc2672302 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xc26a63c4 padata_alloc +EXPORT_SYMBOL vmlinux 0xc26ac1e9 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc26c494e filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xc28b4656 seq_bprintf +EXPORT_SYMBOL vmlinux 0xc28c6e10 lock_rename_child +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a1d49a devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xc2a84e3c input_set_abs_params +EXPORT_SYMBOL vmlinux 0xc2a86826 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d04b40 neigh_update +EXPORT_SYMBOL vmlinux 0xc2d6faf1 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xc2db35a6 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e1f689 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ed22b7 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2fa095b vfs_fsync +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32b5ba9 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc331986a dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xc33a28f8 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc3834f61 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3917534 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xc3b1390e genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d0e54a sg_miter_stop +EXPORT_SYMBOL vmlinux 0xc3fe659f mpage_writepages +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40f0de0 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc425e04b backlight_device_register +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4327399 noop_llseek +EXPORT_SYMBOL vmlinux 0xc438020d neigh_event_ns +EXPORT_SYMBOL vmlinux 0xc4401c31 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xc447cb02 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xc450a6b7 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc457a0f8 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xc45a6a1c regset_get +EXPORT_SYMBOL vmlinux 0xc45c370e vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xc4628de1 input_inject_event +EXPORT_SYMBOL vmlinux 0xc46a412b __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xc46ae1fb md_unregister_thread +EXPORT_SYMBOL vmlinux 0xc46c1ded nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4a87619 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xc4ac9179 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b0d0e7 to_nd_dax +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4cb708e ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc4cdfb86 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xc4d9ef9b system_cpucaps +EXPORT_SYMBOL vmlinux 0xc4e12acd simple_transaction_set +EXPORT_SYMBOL vmlinux 0xc510b172 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc542ca04 simple_fill_super +EXPORT_SYMBOL vmlinux 0xc544930a fd_install +EXPORT_SYMBOL vmlinux 0xc54dd90c tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xc55ddd5e tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56dd912 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xc57b5e27 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57fe5b4 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xc5854fad fs_param_is_string +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc5946e2e __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5be785a fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xc5d3ef52 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xc5d4b2e2 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xc5d99a03 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ef3991 netdev_features_change +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 0xc6367639 __invalidate_device +EXPORT_SYMBOL vmlinux 0xc659ba91 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xc659f78a inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc68727da tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xc68e46c3 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc694f486 __lock_buffer +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6c74b83 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6dd2f41 tty_unlock +EXPORT_SYMBOL vmlinux 0xc6e13dad vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc705f4cd of_chosen +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7136c62 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72585c9 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc74cd8f5 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc789fe04 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xc794c44d sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a21421 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bc64b4 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c6e488 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xc7e14799 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xc7fca0e2 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xc7fee684 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xc809e977 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc80bf86a page_pool_create +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83e526c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0xc8449653 locks_free_lock +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84c3cde ram_aops +EXPORT_SYMBOL vmlinux 0xc85bd2de tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8789dca seq_write +EXPORT_SYMBOL vmlinux 0xc879ccfa kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc88e7ee9 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b213b9 input_allocate_device +EXPORT_SYMBOL vmlinux 0xc8bce266 tty_port_close +EXPORT_SYMBOL vmlinux 0xc8c6e6b5 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8efb2e7 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xc8f006ea devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xc906ee2f scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc92901be vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xc93610fd dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc93673fa tso_start +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc94053c0 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xc9407489 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xc9448527 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xc94cf300 dev_addr_add +EXPORT_SYMBOL vmlinux 0xc94dca23 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xc95038cf __seq_open_private +EXPORT_SYMBOL vmlinux 0xc951b36b sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xc95f0d82 dst_init +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9730f06 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xc977276d end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xc9797619 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc996b520 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b488a5 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xc9b6fad2 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f2da8c cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xca0b1a7d blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xca163eb5 seq_vprintf +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca3e5860 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca740ece page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xca7442c9 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca96c651 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa7f898 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xcaa99053 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xcabc4034 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xcac707af md_write_inc +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcaf4ee81 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb1cdc2b nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xcb25b5a1 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xcb2abe16 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xcb2c108a pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb6a702a dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb767183 __folio_lock +EXPORT_SYMBOL vmlinux 0xcb816fce genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xcba952c7 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbbfb59d fqdir_init +EXPORT_SYMBOL vmlinux 0xcbce513b __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xcbcfb4ec napi_disable +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbeca965 inet_addr_type +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbffc706 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc1bcdd9 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc25dfc3 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36a14f rtnl_unicast +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5ae440 empty_aops +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6bf862 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xcc736d5d request_firmware +EXPORT_SYMBOL vmlinux 0xcc8dea4f get_tree_bdev +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccad634b generic_read_dir +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccbab28b vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xccd6c77b page_pool_release_page +EXPORT_SYMBOL vmlinux 0xcce15749 tcp_ld_RTO_revert +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 0xcd512eba clkdev_add +EXPORT_SYMBOL vmlinux 0xcd547edf qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xcd6c398d configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xcd7e2f50 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd912171 udp_prot +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9dfb36 finish_swait +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd37df0 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdeee09a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xcdf0b6e7 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xcdfbff25 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3a743c sg_miter_start +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce53b316 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce65de6f xp_can_alloc +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 0xce914f28 arp_xmit +EXPORT_SYMBOL vmlinux 0xcea98390 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb7362b mdio_device_free +EXPORT_SYMBOL vmlinux 0xcebf3295 component_match_add_release +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xceeb1e7f skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf03c55a netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xcf23f33e register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf379bd5 fget +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3ce960 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xcf3f82cc sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xcf490060 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xcf4f04e8 __netif_rx +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf629373 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xcf6b5280 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xcf715fb9 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xcf736df0 sock_create +EXPORT_SYMBOL vmlinux 0xcf758bfe tcp_parse_options +EXPORT_SYMBOL vmlinux 0xcf9b04bd mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfb62d28 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xcfbcaed7 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfcea03a bdi_unregister +EXPORT_SYMBOL vmlinux 0xcfd44aba sock_alloc_file +EXPORT_SYMBOL vmlinux 0xcfd452dc phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdb7157 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xcfe95a06 alloc_pages +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfebdd95 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xcfeca7e0 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xcff7708c pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xd01d9ce3 vga_put +EXPORT_SYMBOL vmlinux 0xd0268e03 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xd0388900 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0888066 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd08e85e0 fs_bio_set +EXPORT_SYMBOL vmlinux 0xd094ce44 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xd0a59cfc jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xd0aaf84a mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xd0adee6a rproc_put +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0bc4327 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xd0ca9ed6 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xd0e281b3 block_commit_write +EXPORT_SYMBOL vmlinux 0xd0f137b8 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xd106d032 netlink_capable +EXPORT_SYMBOL vmlinux 0xd1094244 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xd11b7df1 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd1882ac4 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19aff9b twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xd1a58be6 follow_down +EXPORT_SYMBOL vmlinux 0xd1b2906b param_get_int +EXPORT_SYMBOL vmlinux 0xd1c1991a ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xd1d672f5 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1d98be6 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xd1dda528 sock_i_ino +EXPORT_SYMBOL vmlinux 0xd1e3e935 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xd1e5869f pci_iounmap +EXPORT_SYMBOL vmlinux 0xd1ea987f xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd20793c1 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xd217cad7 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22a6bb6 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xd23891e2 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +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 0xd2684827 fb_class +EXPORT_SYMBOL vmlinux 0xd2702d10 con_is_visible +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd296e76d nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b4cdd9 input_event +EXPORT_SYMBOL vmlinux 0xd2be87dc dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xd2ca2cc8 follow_pfn +EXPORT_SYMBOL vmlinux 0xd2cf6749 sk_net_capable +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 0xd2ea1ed2 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f05ec1 dma_pool_create +EXPORT_SYMBOL vmlinux 0xd2feffec netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xd30ddcb1 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xd31bb89b __put_user_ns +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd33045ff devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35bcd13 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xd3636a72 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd36935a0 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd38a013e __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3ab06af of_phy_find_device +EXPORT_SYMBOL vmlinux 0xd3c1466e blk_finish_plug +EXPORT_SYMBOL vmlinux 0xd3d5159f is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xd3de1ca0 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xd3e274bf pci_set_power_state +EXPORT_SYMBOL vmlinux 0xd3ee3142 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xd3f96dca inet_put_port +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40a2f89 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xd42597f0 vme_register_driver +EXPORT_SYMBOL vmlinux 0xd426e57f fddi_type_trans +EXPORT_SYMBOL vmlinux 0xd43deaa3 skb_copy_header +EXPORT_SYMBOL vmlinux 0xd457b7c2 kobject_get +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd47189bd genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xd47571c4 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xd475ec8a create_empty_buffers +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd499fd43 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xd49ae888 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c2677f ip6_output +EXPORT_SYMBOL vmlinux 0xd4c7a2a5 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d51b31 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xd4dabd91 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xd4e24e88 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xd4efb93b scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xd5070c1e jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xd51f8cbf logfc +EXPORT_SYMBOL vmlinux 0xd5216d25 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5282ff4 set_disk_ro +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd549fea6 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xd5529531 vme_master_mmap +EXPORT_SYMBOL vmlinux 0xd56e9d29 dst_alloc +EXPORT_SYMBOL vmlinux 0xd57aee62 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5cf2878 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xd5d706a1 bio_add_page +EXPORT_SYMBOL vmlinux 0xd5e7f594 _dev_alert +EXPORT_SYMBOL vmlinux 0xd5fa7d46 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60d3fbf skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xd60f0511 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xd6120f9c phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd62d4015 set_anon_super_fc +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 0xd6516176 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67a6861 make_kuid +EXPORT_SYMBOL vmlinux 0xd67f678c d_obtain_root +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd69739db inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6aee6a0 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xd6b0aac7 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xd6b24b56 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xd6cace11 input_register_device +EXPORT_SYMBOL vmlinux 0xd6dad26f tcf_action_exec +EXPORT_SYMBOL vmlinux 0xd6e446bd flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f722b7 param_get_byte +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7033e19 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd71a2981 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd737b8d8 vme_irq_request +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73cb2f1 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd745d498 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7546a58 get_inode_acl +EXPORT_SYMBOL vmlinux 0xd76559ea d_tmpfile +EXPORT_SYMBOL vmlinux 0xd77b6901 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7bcaf31 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xd7c711cc crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d6ebe6 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xd7d708a7 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xd7dfa4eb fs_param_is_u64 +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 0xd803b6f1 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd8148794 phy_device_register +EXPORT_SYMBOL vmlinux 0xd81c133c dentry_create +EXPORT_SYMBOL vmlinux 0xd81c77d8 napi_enable +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd8669abc xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xd86e202c mdio_device_create +EXPORT_SYMBOL vmlinux 0xd8722e59 of_node_get +EXPORT_SYMBOL vmlinux 0xd87b920a folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xd87ebdfb sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f39d7 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xd8a68f19 pm8606_osc_disable +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 0xd8bd6805 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xd8d2d148 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xd8d43938 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xd8dbbed0 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xd8dcdf00 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e86ab0 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xd8f7d4a5 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd921f0a1 mmc_add_host +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd96cfec9 mdio_device_register +EXPORT_SYMBOL vmlinux 0xd9805a2c param_set_ushort +EXPORT_SYMBOL vmlinux 0xd982b9c4 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd9836da7 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9899b01 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xd9a39c89 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b870ee gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c4e7b3 kobject_set_name +EXPORT_SYMBOL vmlinux 0xd9c6e0aa tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xd9d7eb3d pagecache_get_page +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xda0c8371 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda118a5c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xda18dde1 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xda21fb0c nf_log_trace +EXPORT_SYMBOL vmlinux 0xda350246 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda51ca4c rfkill_alloc +EXPORT_SYMBOL vmlinux 0xda585f62 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xda683fdc seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xda7a91b8 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xda95f531 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xdaae317a vfs_statfs +EXPORT_SYMBOL vmlinux 0xdab82cde of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xdabf27d5 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae11d1f iget_failed +EXPORT_SYMBOL vmlinux 0xdaf2ef31 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xdafcca05 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdb00b357 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xdb0a72e5 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb3cfcbf input_register_handler +EXPORT_SYMBOL vmlinux 0xdb44675a try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xdb56d650 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6945e0 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xdb720078 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb76c1d3 skb_split +EXPORT_SYMBOL vmlinux 0xdb7e76b5 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xdb7eb2d1 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xdb85b27e has_capability +EXPORT_SYMBOL vmlinux 0xdb8cd52e cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xdba09171 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe2953e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xdbfd6495 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xdc037602 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc270854 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xdc2af494 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc429d99 pci_release_resource +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc60606a ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xdc60e7bd ps2_interrupt +EXPORT_SYMBOL vmlinux 0xdc6819ba tty_unregister_device +EXPORT_SYMBOL vmlinux 0xdc6972f0 md_reload_sb +EXPORT_SYMBOL vmlinux 0xdca5909b ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcaf4a25 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xdcaffce5 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf04246 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xdcfe32da wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xdd04fa23 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd283a67 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd3518d3 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xdd3fbe84 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xdd5417e0 locks_remove_posix +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 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd95b62e __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb429b7 __skb_pad +EXPORT_SYMBOL vmlinux 0xddd1dd32 __bh_read +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xddffa715 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xde03ec63 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xde1629c0 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xde180a1c devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xde1e63a4 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2d9eb3 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xde4db92e d_genocide +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6db2fd pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xde713194 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xde74f384 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xde881012 udp_set_csum +EXPORT_SYMBOL vmlinux 0xde94ea4c linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xde9d5f4f __brelse +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdebbbc06 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xdebbfc47 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xdec3ef20 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xded06986 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee4b736 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf204e8c skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2cbae7 get_phy_device +EXPORT_SYMBOL vmlinux 0xdf352527 phy_init_hw +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf3935c4 km_query +EXPORT_SYMBOL vmlinux 0xdf47669f submit_bio +EXPORT_SYMBOL vmlinux 0xdf4b9037 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6406f7 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xdf6a3d7a of_iommu_get_resv_regions +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 0xdf9dad37 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfa6c216 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xdfb5507f pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfcf3d38 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfd97f8a ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffad2b0 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xdffeec24 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xe01922ab dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe02d81fe blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0474407 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xe04bb7d9 pci_map_rom +EXPORT_SYMBOL vmlinux 0xe052c868 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xe069d6f4 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xe06f6a4d inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xe073d98d clk_add_alias +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe08003a9 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe08b06d1 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xe09174a7 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0a67208 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b7e1a6 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe0b8cafb cdev_init +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bb6071 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c166f7 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xe0c8e5a9 phy_attached_info +EXPORT_SYMBOL vmlinux 0xe0d34279 of_property_read_reg +EXPORT_SYMBOL vmlinux 0xe0e22f97 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xe0e4cea3 devm_iounmap +EXPORT_SYMBOL vmlinux 0xe0efb11c blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xe0f83ffb twl6040_set_bits +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 0xe13ce841 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xe14a1e89 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xe16b7a16 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17ec51f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xe18903bc pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xe1a296fd get_fs_type +EXPORT_SYMBOL vmlinux 0xe1c5a09a get_cached_acl +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e17e75 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe24814fa key_invalidate +EXPORT_SYMBOL vmlinux 0xe25875e8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xe2677b5d page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xe28b33f2 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29f8198 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xe2a101d6 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe2a2dd4a __serio_register_driver +EXPORT_SYMBOL vmlinux 0xe2a74dc6 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xe2b20826 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xe2b52cad i2c_clients_command +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e246dc tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xe2e741d6 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xe2f82046 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xe2ffa5c5 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32ce7ab udp_disconnect +EXPORT_SYMBOL vmlinux 0xe32cf1bc __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xe3371017 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xe338a176 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xe33e193f pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xe343deb2 __alloc_skb +EXPORT_SYMBOL vmlinux 0xe3499e9f i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xe359c566 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xe35e8a4b tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xe372c6cc sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xe382cc04 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a135d3 neigh_lookup +EXPORT_SYMBOL vmlinux 0xe3acb726 scsi_host_put +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c5869e timestamp_truncate +EXPORT_SYMBOL vmlinux 0xe3d873d7 iput +EXPORT_SYMBOL vmlinux 0xe3e6b8ec vif_device_init +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f9bf2f nf_log_bind_pf +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 0xe40f8375 cdev_device_del +EXPORT_SYMBOL vmlinux 0xe41cf858 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xe420d017 folio_add_lru +EXPORT_SYMBOL vmlinux 0xe42dda2d cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xe44301b1 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xe4438cb8 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xe4571645 kobject_init +EXPORT_SYMBOL vmlinux 0xe45ac2bb netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xe48a4fa5 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xe48ec8de alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xe4911748 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xe493dd3b input_set_timestamp +EXPORT_SYMBOL vmlinux 0xe499e3cd msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xe49d56cb folio_set_bh +EXPORT_SYMBOL vmlinux 0xe49fd6ec consume_skb +EXPORT_SYMBOL vmlinux 0xe4b80518 phy_connect +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4ce71c4 follow_up +EXPORT_SYMBOL vmlinux 0xe4d6c787 mount_single +EXPORT_SYMBOL vmlinux 0xe4d84d93 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xe4e3045f __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe4e52b1d mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe4eb56c3 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xe51007b3 ip6_frag_next +EXPORT_SYMBOL vmlinux 0xe51a1fa0 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xe5226f75 dquot_transfer +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52e20df secpath_set +EXPORT_SYMBOL vmlinux 0xe52f96c5 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xe563d3c2 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xe5643225 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xe57df7db generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xe57ec76f tcf_action_set_ctrlact +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 0xe5a026e4 unix_get_socket +EXPORT_SYMBOL vmlinux 0xe5a3787e device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xe5a709a2 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c7b0ea scsi_dma_map +EXPORT_SYMBOL vmlinux 0xe5c96655 readahead_expand +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5d3ea38 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xe5ed9234 send_sig_info +EXPORT_SYMBOL vmlinux 0xe5f48c69 vfs_link +EXPORT_SYMBOL vmlinux 0xe604dbfd param_ops_bool +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe66dbdcf md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xe67a0958 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xe69f9075 phy_loopback +EXPORT_SYMBOL vmlinux 0xe6a97070 to_ndd +EXPORT_SYMBOL vmlinux 0xe6ad5d0e ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xe6b764cc set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xe6b8d587 icmp6_send +EXPORT_SYMBOL vmlinux 0xe6c997ed of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xe6ceeef2 inet_frags_init +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d7add2 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xe6e873d4 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe703f610 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xe710478f pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xe71bdddf update_devfreq +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe72a07ae __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xe72d2594 scsi_host_get +EXPORT_SYMBOL vmlinux 0xe731f5d0 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xe7376fdb ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xe7395764 da903x_query_status +EXPORT_SYMBOL vmlinux 0xe7621a85 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xe77019d9 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xe787db51 dm_get_device +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7baaa38 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xe7c3f74c tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe806ffad touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8260bd0 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xe8294457 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xe82d9e94 mntput +EXPORT_SYMBOL vmlinux 0xe8462a96 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xe8467332 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xe856d064 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe865efa1 user_path_create +EXPORT_SYMBOL vmlinux 0xe870bef4 bio_init_clone +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8dc5235 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xe8dc7eac ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xe8f12766 slab_build_skb +EXPORT_SYMBOL vmlinux 0xe8fadd53 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe9103de7 inet_listen +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92f22b4 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xe93d31d7 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xe940372b input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xe94b2068 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95d5fad mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xe972f3c3 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xe97f0d0f open_exec +EXPORT_SYMBOL vmlinux 0xe984b1f1 blk_rq_init +EXPORT_SYMBOL vmlinux 0xe9962881 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xe999bcfe mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xe9a4808c i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xe9a59d1f tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xe9acb347 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9be6afa dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e4c950 of_graph_get_port_by_id +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 0xe9fff200 block_write_end +EXPORT_SYMBOL vmlinux 0xea03051a proc_create +EXPORT_SYMBOL vmlinux 0xea113958 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xea1a8bc8 dquot_alloc +EXPORT_SYMBOL vmlinux 0xea1c01ab ether_setup +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea4497af security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea934034 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xea963532 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xea997e6b pci_get_subsys +EXPORT_SYMBOL vmlinux 0xeab639e5 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabb16be blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xeac90f11 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xead0bf72 __destroy_inode +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae0f3e1 blkdev_put +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf3bce2 passthru_features_check +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb0235a4 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb23f04c unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xeb3195d5 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb38fe5e netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xeb42f564 security_sctp_bind_connect +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 0xeb893f9d d_move +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebac66c1 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xebaef694 mount_bdev +EXPORT_SYMBOL vmlinux 0xebc44021 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xebe418e5 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xebf5f170 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xebfd7667 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xec043c90 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xec145618 __free_pages +EXPORT_SYMBOL vmlinux 0xec18db76 dump_emit +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec38609f configfs_register_group +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec47dfb7 md_flush_request +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec4dcd7f scsi_add_device +EXPORT_SYMBOL vmlinux 0xec66c4c3 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xec7339e5 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xec74d4ae sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xec8206ea d_add +EXPORT_SYMBOL vmlinux 0xec8ba83b mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xec93a9c3 pps_register_source +EXPORT_SYMBOL vmlinux 0xec96f45c phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaa6b70 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xecb2a3e8 netdev_printk +EXPORT_SYMBOL vmlinux 0xecc341fe put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xeccfcc38 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xecdae74e inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0f4dc3 __skb_checksum +EXPORT_SYMBOL vmlinux 0xed16a2a1 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xed21f276 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xed2587f9 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xed3727a6 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed59f285 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xed5a589c scsi_done +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed8469ea xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xed89f6e3 dev_mc_del +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed917220 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xed98cd0b _dev_crit +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda811b1 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xedb42efa input_grab_device +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbd6f0d lock_rename +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcb166f make_kprojid +EXPORT_SYMBOL vmlinux 0xedcd8679 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xeddeaf92 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xede63508 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xedeeca2c security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee020dd2 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xee126c9d acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2e9a3b rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xee45072f pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee747562 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xee77498d dma_resv_init +EXPORT_SYMBOL vmlinux 0xee77df5d pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xee7d3aa5 xp_dma_map +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 0xee8eb052 serio_reconnect +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee92033c config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeead0984 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xef15b534 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xef279cd8 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xef496969 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xef501357 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xef5e9d31 release_pages +EXPORT_SYMBOL vmlinux 0xef6e1a2c pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc6faec filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xefcd2101 irq_set_chip +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff09952 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xeff99a70 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf008f093 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xf012453f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xf0278602 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf03a710a flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xf03fea7c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xf04ae750 d_invalidate +EXPORT_SYMBOL vmlinux 0xf0706cd1 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0818040 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a01230 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0b9ef92 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xf0ce6fbf dquot_operations +EXPORT_SYMBOL vmlinux 0xf0dcb646 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf10e336c fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf124b326 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xf1310cfd dma_resv_fini +EXPORT_SYMBOL vmlinux 0xf13aa217 vme_bus_type +EXPORT_SYMBOL vmlinux 0xf1493a5c security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xf15773f2 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xf16e71fb dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1933ea5 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19d138e pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xf1a625ef mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1aa55f1 inode_update_time +EXPORT_SYMBOL vmlinux 0xf1c583da mmc_retune_release +EXPORT_SYMBOL vmlinux 0xf1d45283 dm_table_event +EXPORT_SYMBOL vmlinux 0xf1d710b9 seg6_push_hmac +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 0xf2072bc8 _dev_info +EXPORT_SYMBOL vmlinux 0xf208ee05 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xf216bc27 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xf2278a35 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24111de skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xf246027c xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xf246f873 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf281c62b serio_open +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b2a1be input_register_handle +EXPORT_SYMBOL vmlinux 0xf2b79949 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xf2c13e1d of_node_put +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cda58e xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xf2d7f776 node_data +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f165f8 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf31fc72e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xf329a940 amba_release_regions +EXPORT_SYMBOL vmlinux 0xf3347f08 __devm_release_region +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34e0856 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xf352a675 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf357a680 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37037f5 pci_find_bus +EXPORT_SYMBOL vmlinux 0xf3706950 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xf3746bbf filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xf374831e write_cache_pages +EXPORT_SYMBOL vmlinux 0xf3863027 __cgroup_bpf_run_filter_sock_addr +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 0xf3a32f91 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3dcab2a device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf40b87ed tcp_mmap +EXPORT_SYMBOL vmlinux 0xf40ffb2e scsi_done_direct +EXPORT_SYMBOL vmlinux 0xf415fc03 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xf42a55e2 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xf430a272 bio_add_folio +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf442b891 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xf446e4bf devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44dd502 current_time +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf45fe26e pci_disable_msi +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf485796e fc_mount +EXPORT_SYMBOL vmlinux 0xf48725f7 devm_memunmap +EXPORT_SYMBOL vmlinux 0xf48dd8e2 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xf492976d __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf499bd3b netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4b9873d tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e99515 block_write_begin +EXPORT_SYMBOL vmlinux 0xf4f0b8a1 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f6233f serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xf4fb1747 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xf50c7b72 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xf5119239 kset_register +EXPORT_SYMBOL vmlinux 0xf5234e5a flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xf5392419 put_disk +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf540a4d4 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf55024fe tcp_conn_request +EXPORT_SYMBOL vmlinux 0xf551574b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xf55a9c08 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xf55f7eb4 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf56fb828 kill_block_super +EXPORT_SYMBOL vmlinux 0xf5763c72 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xf59a785f fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5bb585e netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xf5d42595 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xf5d5a916 fb_set_var +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f23593 param_get_long +EXPORT_SYMBOL vmlinux 0xf614c6c6 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xf61ec9e8 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xf61fffd9 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xf62523b0 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf65ff42f give_up_console +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf6790eca pin_user_pages +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68fb52c tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ef420c dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf6f6e25c vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70d4149 update_region +EXPORT_SYMBOL vmlinux 0xf7251dab input_get_timestamp +EXPORT_SYMBOL vmlinux 0xf72686ba dput +EXPORT_SYMBOL vmlinux 0xf72aa293 dquot_destroy +EXPORT_SYMBOL vmlinux 0xf73381a8 proto_unregister +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf748921b mmc_can_discard +EXPORT_SYMBOL vmlinux 0xf756de2f vga_client_register +EXPORT_SYMBOL vmlinux 0xf7640738 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77e630c twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xf77fbafb qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xf7ac047f blk_mq_stop_hw_queue +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 0xf809cad5 mmc_get_card +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf8175732 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xf818988c skb_queue_head +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8300bde skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xf8374fe1 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xf8428d75 register_shrinker +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf853c14a vme_slot_num +EXPORT_SYMBOL vmlinux 0xf86491a5 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xf86ddfdf dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xf87e87ae mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf89bd62e amba_device_register +EXPORT_SYMBOL vmlinux 0xf8a7bbc9 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xf8a8e9c9 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf8af0937 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xf8b5ae5d processors +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d1181d address_space_init_once +EXPORT_SYMBOL vmlinux 0xf8d19959 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d86127 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xf8dbec29 param_set_int +EXPORT_SYMBOL vmlinux 0xf8de3379 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xf8e38c64 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xf8e9e708 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xf8f57d59 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91c8706 set_anon_super +EXPORT_SYMBOL vmlinux 0xf91cb06b cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf951cd11 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf96a0dd8 register_framebuffer +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9824791 netdev_notice +EXPORT_SYMBOL vmlinux 0xf9965e42 truncate_setsize +EXPORT_SYMBOL vmlinux 0xf99690d1 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9cdddc3 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xf9e61cdc phy_modify_paged +EXPORT_SYMBOL vmlinux 0xf9f23c10 pci_get_slot +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0d2b61 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xfa255825 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa389a08 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xfa3a7903 posix_test_lock +EXPORT_SYMBOL vmlinux 0xfa3c5a2a pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa50ebb4 skb_eth_push +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6fd462 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xfa7b7ef1 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xfa8a5d8e netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaad0321 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xfabb692a softnet_data +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad5a006 sk_wait_data +EXPORT_SYMBOL vmlinux 0xfada1e59 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaef029d scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xfaff1b35 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xfb0336ab __bh_read_batch +EXPORT_SYMBOL vmlinux 0xfb05812d of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xfb134868 invalidate_disk +EXPORT_SYMBOL vmlinux 0xfb1ea018 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xfb29c6e7 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xfb345021 __icmp_send +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb37a79d mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3d457d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xfb4623e1 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xfb5b0272 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xfb5f72cc mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6d80fc page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xfb7235cd path_is_under +EXPORT_SYMBOL vmlinux 0xfb768135 netdev_update_features +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbaaf3eb param_get_ushort +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc3ef71 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbd90be3 udp_lib_getsockopt +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 0xfc073011 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfc09b9b4 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfc11bd64 inode_set_flags +EXPORT_SYMBOL vmlinux 0xfc1620ab __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xfc27e06f netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc513e1a page_mapping +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc5839dc d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xfc7795eb kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xfc7a564d dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xfc7ff4d6 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xfc8247f5 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc905b8c napi_complete_done +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca10e87 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xfca61f35 generic_fadvise +EXPORT_SYMBOL vmlinux 0xfcb91f4e vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xfcc49cd0 udp_seq_start +EXPORT_SYMBOL vmlinux 0xfcca508a watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcceb7f0 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xfcd07ffe mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf10b4c sk_error_report +EXPORT_SYMBOL vmlinux 0xfd00245d km_policy_expired +EXPORT_SYMBOL vmlinux 0xfd00db5d tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0xfd081dd9 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xfd1f4e3a ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xfd38fa7c skb_queue_purge +EXPORT_SYMBOL vmlinux 0xfd3ee923 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd670787 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xfd77869c dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xfd912eb9 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xfd94b6ea serio_close +EXPORT_SYMBOL vmlinux 0xfd99e59d netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xfdae03c0 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdbc9fc5 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xfdc41cfa import_iovec +EXPORT_SYMBOL vmlinux 0xfdcada6a mdio_device_remove +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcb6f90 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdcd7a4a tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xfddc74ef redraw_screen +EXPORT_SYMBOL vmlinux 0xfde671c8 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xfdec65ec __mdiobus_read +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +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 0xfe28fa40 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xfe29859c devm_memremap +EXPORT_SYMBOL vmlinux 0xfe460470 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe59f09d __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe618ed0 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xfe61f3e7 dev_trans_start +EXPORT_SYMBOL vmlinux 0xfe6e1e37 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xfe76057c inode_query_iversion +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea8f2d6 d_splice_alias +EXPORT_SYMBOL vmlinux 0xfed53352 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedcf8a5 kill_pid +EXPORT_SYMBOL vmlinux 0xfede8c42 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xfee4ca9e __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfeeadfd8 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0ca0a1 done_path_create +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2712a8 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2a4924 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +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 0xff9347ef cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xffa2f73c security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbca174 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffee3365 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff013c8 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xffff4f1d ndo_dflt_fdb_add +EXPORT_SYMBOL_GPL crypto/af_alg 0x1bad113c af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x1e289daf af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2ed5c4bf af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x389a9ea4 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x3f3904f0 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x4dabe22a af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x53bef9ba af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6d066cd6 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x74f48a50 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x8c55c1b2 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x8d5182a5 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xac7fcf2f af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xaddea023 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xe2f9bd20 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/aria_generic 0x485df02e 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 0xcdd276b0 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb8c13435 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xca89a6ce async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x30f61f86 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x8f3e92c0 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x06b822c5 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1fb191c5 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x30944f7e async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb63ae88d __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x361200d2 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x7c0859a5 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x938b9e56 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x99b8f5ac async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x2959df29 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xbf02d4ad 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 0x64bf3e25 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 0x225745e7 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x3402ee90 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x439a6e31 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x4938d0e5 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x4dafdb9b cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x63e1849b cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x64be8b0e cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x88879c99 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9f73f8f0 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb1fe2e56 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb70265f0 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xc8c6caf1 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xd427e830 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x065a4e47 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x31f4a895 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x36268714 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4d1ccf48 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7afec39f crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x85e11884 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9001b636 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x91b58427 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xacc98793 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb6327cd6 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcca00bfe crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd2ed1966 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf528ed17 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfb58fd2c crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfe53f340 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 0x35d2ef20 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 0x85b94150 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 0xca82215e twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x004af519 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x1babdea7 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2113885c acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x3c2ac063 acpi_nfit_ctl +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 0xdb2b5593 __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/ata/pata_parport/pata_parport 0x2302887e pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xf208ff1e pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x4737a624 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x811f0b35 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 0x12b772f2 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xcdfb9280 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x426b968b regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x6a580d5c __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xc1a6ab08 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xd664c943 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x0b2ec2c6 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xa29048f9 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x5c62f612 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xfc0f6334 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x3f72747a __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x47764881 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1f56b6b2 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x3c08b322 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x4a8e02f9 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x7ada2e36 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x25e64f2d __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x4c3bf582 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x62876a26 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xdbae4d2f __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x8c1a4865 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xcce14b48 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ef46b2a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d877165 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2c2b3424 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e60a8e5 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x30f0a343 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x31c7195d bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5e38a968 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82c9b840 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x86a2a527 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x874a8549 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x886287c2 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8cf805ad __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8fd56c28 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99c5071d bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99c78fdf bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa45dfcab bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb2636678 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbaba0807 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc254c53d bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7f8470e bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd26ba593 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdd519bc8 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe70228e5 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeb6b9f33 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x036b53ce btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x34e2ef86 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6f2037ed btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7ed31c4b btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb7bfb1c4 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xbde77784 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xdf8e1616 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe1addb0b btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x03a3779e btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x309bb817 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x55ea39af btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5dc20030 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x674c4cb9 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8293f633 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x86a22df2 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8901a8b9 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x94effb97 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x970ab85f btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb8682733 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc679c91d btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcffb199e btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd9461146 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd9d9e39e btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfe59a363 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xffb6bdc0 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6fc6058b btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x80727c08 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x80cb543a btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xad8aa263 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb9afd0f6 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd6d15ae3 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe2cfd730 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe4a04fec btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf4735aee btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf5744276 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfdbfcd79 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x86012a5e btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb5b15efc btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xcf7715b9 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0b4ed240 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x6c834860 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x88e3e4bb qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xc8183df3 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe2fca148 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x10867fa7 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x18cc506d btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x43950b9c btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x55d299fb btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x594a8f06 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb943fb89 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x6e9fbc78 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x74aae791 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x7733be2b hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x865ecca5 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x022ead15 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0792fa45 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x149bd973 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4814eb21 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4bcf0ab7 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5f7da31d mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8be5c978 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc31c3ea9 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0187912d mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x021290f8 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x02f8d474 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x175a47b0 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3646b73e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4ead91a4 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5ade5cae mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7749e20e mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x83685bcd mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x88f2d061 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x90f36401 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x99f39691 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9ee59566 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9fd9450f mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa1c965ee mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa3eed66f mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa8e5f4bf mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaa505425 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xacb5cdd3 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb272c4f4 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb46fe264 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb81bc880 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb9d8cde6 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbadd38f9 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc95a0efb mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xca347bec mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xde8bd230 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf5a5d8f1 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf6d14c01 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xff72a803 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7372ba50 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x9c65583c moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xce987c40 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xd04d4bde moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x5a94fab9 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x91830f51 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x7d4fcf9f meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xcbb03e9d meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xeacbaf26 meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x75c1384c 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 0x046c500f qcom_cc_register_sleep_clk +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 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 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 0x3e1bdf30 gdsc_gx_do_nothing_enable +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 0x4b25a9a3 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5590f678 devm_clk_register_regmap +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 0x64a9bb36 qcom_find_cfg_index +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 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 0x7bee9360 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7c480025 qcom_cc_map +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 0x9102a654 clk_is_enabled_regmap +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 0x958bb027 clk_enable_regmap +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 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa54e3330 qcom_cc_really_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 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 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdf98eb70 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe6956eec qcom_find_src_index +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 0xf6634623 qcom_cc_probe +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 0x07a4e410 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1d3e6f09 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2a717a1c sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x3efacc2c sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x429a8ab0 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x7565dab6 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x9d1266c3 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa025db6a sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb3457146 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xbbc140cd sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xeddde510 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xee9fed1b sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf77dbeb6 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x02c7cf94 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x04769cf8 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0e092f61 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x26c1e25d comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x295c9343 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2cb5a8fe comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2e213d9b __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2fe5a3c4 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x35cd8b02 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x43259b1d comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x61b07524 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6476babc comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x742bf23d comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x743a02bf comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7bedf3da comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7c4da770 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8eb31167 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8eb9c4e3 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x91db6766 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x940163de comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa1ababdc comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb2985746 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb2beb57d comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb95a91d4 comedi_buf_write_samples +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 0xbe98ad73 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4128d40 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcb6d2f65 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcc73f2c6 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcdc2c373 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd881a85d comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdcf940bd comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe2ab22dc comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeaa028d3 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xed2d21fe comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf3fc0bcc comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf76d0aec comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x059c8ac3 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5b85843c comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9275305b comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x94280b33 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbabc007f comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc75a97cc comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xca118efc comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xea65d637 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x1f1d21c8 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2d42bfef comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5c87ce37 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x873fd213 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8a02dd1e comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x9a43afa4 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x6b5e4607 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x09f5cd21 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x13691669 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x50533204 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x7de22319 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x03cbd9a5 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x09accfec mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x19bc30d9 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1b7d8903 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1e0c9de9 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2653470c mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x271b096d mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2d221fa9 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4ba40db0 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x70e0172d mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x75644593 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x88895a63 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xad0bcb04 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb21de2a3 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcf775555 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf00be3df mite_request_channel +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 0x1881760e ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3ade70f6 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x40385af1 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5a500c14 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x66698ccf ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6d2d684d ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7760d3e2 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x819e0e30 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8cce0bbe ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa8ddff2a ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa9080957 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc5b59b83 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xca8ebb8f ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcaac87e1 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcf19630d ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf6baf9d9 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x08c9cbe9 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x20c255c2 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x53f467b3 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x714a3645 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x8bed1265 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xab9274bf ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x48d173e0 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x52a0247f comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x883c83c7 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb3774188 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd9127853 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdc78347e comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xec3e0938 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x1f44e27f ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x05cb32f1 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x05d89ff5 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0e3becb7 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x11b3f0bc hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x381bf4d4 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3d60f4aa hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3d97a7dd hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x44a44e70 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x489cedee hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4c321261 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5191b8e8 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5878828d hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5a52db95 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5b3ff411 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5bd0f1db hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x67d98f49 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x697ed978 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x75c1acf2 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x79a7458b hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8993e860 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8d1d349f hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x913c4c6f hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x97deabcd hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9fd696bd hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb19fbec9 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1e3035d hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb7576354 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbe237bdd hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc388bdb4 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc4b5511d hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd292f948 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd537c6de hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdc646440 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xddfc8cfd hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdf361432 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdfc63049 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeb5c52ae hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf27aa1fb hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfd7aa5c9 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfdb1ecde hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfdbf84f2 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x4ba86898 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0xe9169707 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x76351421 hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x022e58ec adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x03ec2342 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x057855e9 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0a1be6fe adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0a378ed0 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b4fa02c adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b8b82e1 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0dc5349f adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0e6a23cd adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15faf0ff adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x188fcd05 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x21c625a7 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x27538e9f adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2a0d7c12 adf_dev_down +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 0x39634d11 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x39a05c4e adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3abfed8e 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 0x41029ace adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x468598f9 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x481e7c3b adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4890c83f adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4acddf78 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4f00a780 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a1ec92f adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c5ff151 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5e61adfe adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x67cbc31a adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x686d14ec adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6c4030d9 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x78dbafdc adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7cb97a9c adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7f636049 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x82a97334 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8e44fd5d adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9263edaf adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x978ff633 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa6ea7427 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa9ae9c0f adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xad286ad6 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaea11841 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb430969f adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb4c94555 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbe9f9fa8 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc11ef6a9 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc21e27f7 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc4443caa adf_devmgr_in_reset +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 0xccfde24c adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd2a514b7 adf_cfg_dev_remove +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 0xd99bba74 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdaae409e adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xde0619cb adf_reset_sbr +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 0xe6f1def1 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe763c6b0 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf30f2236 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf3692b7b adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf865745a adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfd1ccf71 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xff6e4440 adf_devmgr_rm_dev +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 0x70f75b9b otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xcd681e0e dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xea50d4d7 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1aae85aa dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x583c5ba9 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x648fe99a do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8693bf05 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc50ff31d idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc6bb5750 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdfd25d15 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfc8f735f dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfe9982bb dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x1305898f dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x25ede39f dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x2d7d6961 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x49ac8b5c dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x5adcbc36 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x8dfa37c5 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x901b616a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xe82046c9 dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xf3440e26 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xfbe99934 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x278b8368 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3e48ed33 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x402fea14 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x48b2aac0 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4db84e2d fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4df9a9bd fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x93c7b1f0 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9a2b79a7 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa3827cc7 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xaefcb6bc fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xca9b5a40 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcd2a5fa5 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd13ffa95 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdd089c2d fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xddb6806f fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe9fdcd49 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf42c4597 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8155074f hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xbf91d59d hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x818838b0 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 0xfa236d3c __fw_send_request +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x05395b13 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x31d17b42 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x3f1ab374 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x48bef414 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x6fd9a25b ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0xd49f1db8 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x2a1bb27d mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0d321e54 stratix10_svc_request_channel_byname +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/fpga/altera-pr-ip-core 0xaea75663 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2d5d3818 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2efbacfe dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3bdbc5d6 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x42fc72b1 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x47b5f0fd dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4d332512 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4f6169a2 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5161c511 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x56f03f35 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5cfb7c90 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x603e6b8e dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8260cac1 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8e5d1fb9 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb79eefc1 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbc8ba4e0 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb9da885 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd11e18e6 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd1f3209c dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd4771394 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xddae4858 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe16ea967 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xee41731c dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf31c588c dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xff01c9aa dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x044896ff 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 0x24dcca31 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2cd558cf fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x5b0fdcc0 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x61823636 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x70894791 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x766081c5 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa5def8a9 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa8dd303f fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x064af836 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4631df54 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5aceeeb7 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x60cc00e9 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x83feaa29 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8f10d9ad devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x90b9a022 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x97eb79d4 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb61f7e2a fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb636b04d fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf346868d fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf366856f of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf9d442b5 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x347b33e7 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x9fe7cd36 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa98110e7 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb75709ec fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf5f88577 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x01ff4d19 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x20b71b80 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x572d8973 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x576ab05c fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x71b10280 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x90d108a6 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xaa068447 fsi_driver_register +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 0xdfaef0b4 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe6a00dad fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf48e3a98 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xd5aad334 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x36a4cea8 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x59e41aa3 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x416623b4 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4d9bec3b gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x8e98f04b gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xca2516ee gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xcd2cbff7 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x4d6c99e0 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x63e528bd gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x739fe4b1 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x965be0c5 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf00adafe 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 0x10b898fe __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x560cbf7a __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x3bc273e3 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xa7347422 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 0x088ebb6f analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x11557765 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 0x4bb3e418 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x96d8485e analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb0c4c5c4 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xbd64ac08 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd529af06 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf13a5543 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x05cd14d5 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3f01703e ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4ee8c9b7 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x50037eef ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x617ace61 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x846933b3 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x96907eb8 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xa48fb376 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xdfd9a9cc ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe7675643 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xec4055f1 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x64fde1d2 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x80ce53c7 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xb65781bf 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 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x77e9cd02 dw_hdmi_probe +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 0x9b549149 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xa388df26 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 0x374f725c dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x3a90f486 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/display/drm_display_helper 0x9aa661a8 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1587f6ce dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9159e73d of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9941345b devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xe3fd0e8f __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xfa62b3bc of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0c4f847c accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x222c65ea drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2faa5fac of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x51b47aec drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x52e4c2b3 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x538ddddd drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x558b3c9b drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x59cd6002 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x60460290 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7625122d drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77dd4f0d drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7de6ac28 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x828344dd drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9d4df090 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9dbd3a2a drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9e03995a of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae49999a drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc52774a0 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcbf01b88 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdc7d3aa3 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe7f581b6 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xea251a78 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf7dfbc94 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0ce26262 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x251339d6 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2c6e8786 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4a9557d8 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x70f58b34 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8021c36f drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8a049eaf drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8b7b023a drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa70d2e16 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb48cba5f drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcc9ebafa drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xef7a33b4 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x11db459a drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x250c58d7 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2b81dbeb drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3c51e1f7 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x47732cdc drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x70530ffd drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7a03b4b0 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9ac482cc drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6700352a drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6e3acba3 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x788769ac drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbc407e77 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xdd1dedb4 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe26d6394 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf7b178df drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xfdc54eaf drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x0d02ae3a dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x0f7e4397 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 0x42ea83ca meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x6914ad79 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x875aa8bf meson_vclk_vic_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 0x9e38b70f meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x321fbc7b s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x8276b8c0 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0xcf960386 panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x3da2753d pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x5cdf9fef rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x69324d65 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x7a96e206 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xd7ff6041 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x0872c815 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8248170a rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xbf76eb8d rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf73a2a83 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xb4368be4 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xf19db092 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x47184b22 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x47fe0b9b rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xc4b13939 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x03569ce0 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x781967d8 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x92937299 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x11c3fb20 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x9d15fd43 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xfda147a3 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1346f798 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x13c75e80 greybus_deregister_driver +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 0x1b0daf99 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ee18a8e gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x31dd35aa gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x410ed200 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x45ad7418 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x46da0fed gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x475f17bb gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x48df3215 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x49eb8f4c gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4ce956f0 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5121d546 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a9046a9 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c18f430 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c7c1151 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6191b4c0 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6217cc48 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x665732d3 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6f0833cc gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x703657ba gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7b9fb932 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7e850c49 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x817706af greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81b0d5c8 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89ee9490 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9c20d9c9 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2a4ae3a __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4fc946f __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8d30b05 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae5c0bea gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb83db6e1 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc53128ac gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcc9e7cbd gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd53592a7 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5e4ba28 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd88199b1 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe4d558ad gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf07d25c9 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf2a36a13 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf6e79c52 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8d112c9 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfa9d3ad2 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0e5f5f70 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10850a84 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15fe02b2 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c052552 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2295288c hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x22edfd72 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x251736ee hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2fa1299d hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x30dd5186 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3238ba54 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f24a862 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41c64286 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4cd10c67 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d53eaa3 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x501a57aa hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x519dcb36 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56ed13ba hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5bfc3991 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62b3dd88 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6603375d hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6990661e hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c74457f hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e8c0328 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x702e7fb8 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71b89e8f hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x720ce6be hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75701ff5 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x774eb1b2 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80e3cb50 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x816e69e2 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82a0efed hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x842c6867 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b107f2d hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c2996c1 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c58b7c2 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98f3de3a hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99343814 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa211048b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa245d7b6 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa66a53d hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbaa7bde7 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb72bd57 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbe31c89a hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbfdddc1f hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbffc1c36 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc361a544 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd8866c4d hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4622bf8 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec38c62a hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe2a7d1b hid_disconnect +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 0xf21dfe14 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x28cb6345 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3f952624 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x60f64a4d roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x71f74f93 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc3aa0232 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf794d411 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1e860d95 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2a8706ca sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x45b03a89 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6fc7eb0d sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7867aba2 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x819c58c5 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd3916fae sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe9282c9e sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfd1a732d sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x840b1f2f vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xd50e3169 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1bf6f4ed i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x5a1954f4 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xa236f141 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc22b6844 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x121c26cb surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x782396a3 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xebe8d0ea surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa4a808ed hid_is_usb +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd0109b98 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x15bc89a0 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1c2f9720 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1d600e14 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4e8580ba hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x56b3e22a hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5d0a5072 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x63329ccc hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x634f1280 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6cfc7d54 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x709ff4f4 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x73f5a53b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x76d98358 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7ac5b5d1 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8ec4f596 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbd396938 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd542fee0 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd6eb45b1 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6c92172 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x042754a7 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x09525ccf vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x177d9618 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x223c8dc0 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2a0ca0f6 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2cfcce6d vmbus_set_chn_rescind_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 0x3457ef89 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x350cfb8c vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x37da498f hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x40153936 __vmbus_driver_register +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 0x4f30d878 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4f779f71 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x59e50464 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x68fb85f1 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x751c346f vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x763b8874 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x80bf29ef vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x84dc84d7 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8f7413c4 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x97d6d062 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9c17f87a hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9cbfb57d vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa7a71ca0 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xab87e015 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb68af713 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc330e44d vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc3440092 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xee5d94f3 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfa866ef5 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x9249c6a5 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 0x5195d3ef nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x524d2ad0 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc5a8e0d4 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xce31caa3 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd1c3637b nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xfba035db nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x03392424 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0e450e33 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0e65c75a intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x197ae30a intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x302ecb11 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6cc5ba93 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x862451a2 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa9821048 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd3beec93 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x109aa77a intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2005945a intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x36945eec intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x186c6499 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1cc68f0c to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x310520df stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x49098265 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x91a00734 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9466ccf1 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa47e87c0 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd9c7b679 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe3af59c4 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x8792d814 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x09b892b1 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb3864045 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcc9bbf22 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcf58102c i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x0277c02d i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8aec333c i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x98b61bfa i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xbe5e638e i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0a7e69bf i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1c42120d i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2165d0b7 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x256aca6b i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3379d664 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x349a7e9c i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3988f49e i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3c8a89e6 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5960cef9 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6055748a i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x74348b1a i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7a72f669 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8474e544 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x85827616 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa0159826 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xaa8b4f8f i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb0ca49f7 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbe8c144c i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbf0f7d12 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xccb02863 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd0391aa0 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd7d73475 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe026c658 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfc563207 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfefb5cd8 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x1629b128 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x90d897df dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x63dd40af stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xfbadeac1 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 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 0x92ae7ddf iio_channel_cb_get_channels +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 0xa43c43b8 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xe5b021dc iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x025bd83e iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x06def966 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4a8c881a iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6507b3d8 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9f089127 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa07f0df9 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb1e9c24e iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb53a800f iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc8c20abe iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcb68b040 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd0649ad1 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf98bd462 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x0cef483b devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x2adc0f53 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 0x8a0cf187 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 0x205f8db4 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xf5ffe702 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x29758a7d cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x49358499 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x493ac0e4 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5bb10de4 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x637916f9 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x77c89f22 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7c6710b9 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x84b95e23 cros_ec_sensors_core_read_avail +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 0xa2c2d3ff cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc3b833b9 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe07afd0f cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa2f67b90 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xbb5cf9e9 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf63de182 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x6c274f58 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00023dfa iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0733d4b8 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b86c990 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c633fbf iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0e26e1dd iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f9b2004 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x168b7be6 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1a9d0d78 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2197990c iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x250d2904 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b3ae1ca iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x30166899 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3067490f devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3215facb iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3388f609 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x362c845c iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3d78dab2 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x534079d4 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x557f1815 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a44a3a6 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bc1e90f devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5f233716 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5f3b5cd7 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5f4addb3 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5f4c25f0 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60978055 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60c586e9 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64fcf87e iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6923850d iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fcf166c __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x72295aa9 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x93af1c2f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x94e71495 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95447491 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x966a8c8d iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x994d4ebe iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d8b3448 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f419012 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb32c6ebb iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb433b465 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5c15148 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6caab86 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc05d6c82 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc47e60ca __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc79729ed iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca4e2b36 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd993328 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd019b76b iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd28e25ae devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xda054ec3 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe619a710 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf021f119 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8bfcce3 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf90a1ab1 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa2648f1 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x02fdfcf9 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x034f8ef5 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1b6c69eb rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x261622a5 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4cd9be64 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6441de5c rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x662b0a9b rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x97263059 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa2449189 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa355b006 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xba5a9a2e rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xffa752a7 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x8b825f49 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x450284ca matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7e9dc95d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x9d617853 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0282ccb9 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1f7b9ae6 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x45138262 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c248137 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5089fe24 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6d12de55 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x704b8f11 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7a9d59d2 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8805eddd rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9a10686e rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc6b33539 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcad9cb97 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcf824ab7 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x4590a2e8 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6537a008 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xb3d39038 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x27fc9b3a cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x6070bfb5 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x0f2f0856 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x697bcdec cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x3bf1b60d tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x5018a0f2 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x5db85d44 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc4a9308d tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0d48dccf wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x17643414 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2e782777 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x37b163e7 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3fb6c0cc wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4d8863ed wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5053d80f wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc5af17c4 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc67029d0 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcd047c97 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdbce348a wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe9a55158 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x1d65ec83 icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xe2fee26c icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x4efa10ad imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x5fc2184d 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 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0xcc47eafb of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x2fa491e5 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x59a38d89 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa80aa64d qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xcef755af qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe7e0a1a5 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xfdde6a51 qcom_icc_bcm_init +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 0x466aa436 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x470a25b4 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x79e397a1 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9eac55c1 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa170fe94 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa3535352 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbabd8aac ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd0e5bdff ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf720d535 ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1d703028 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5b657cbf devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x65ccc764 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x7d450707 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x83b55b25 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x916a4ac4 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x942183a8 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb2144f06 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1c2cf223 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x5f101b9f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x6a12f7b2 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x6f24212c devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe4b924fb led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0afe4f48 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5a3da080 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6508aa33 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6ad96296 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x72b2e1c6 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8239aec7 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8efcac27 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xba422e36 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd0c6d390 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xed35af9f lp55xx_of_populate_pdata +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 0x01876d46 __traceiter_bcache_read_retry +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 0x088c1a0e __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0fb10ff0 __traceiter_bcache_request_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 0x265d4358 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26ffeff6 __traceiter_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 0x2ba613f3 __traceiter_bcache_btree_node_alloc_fail +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 0x3ec44a08 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x449589ec __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 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 0x6f2d1883 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71c82b24 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c47f037 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7d91623a __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7dce5656 __traceiter_bcache_btree_insert_key +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 0x98e817aa __traceiter_bcache_journal_entry_full +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 0xa7a775cc __traceiter_bcache_btree_cache_cannibalize +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 0xb185d259 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5851eae __traceiter_bcache_btree_set_root +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 0xbcea5d4c __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcf8acadd __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd4fc4fe1 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd5da7aeb __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9459573 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9b2b43f __traceiter_bcache_invalidate +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 0xedd4b100 __traceiter_bcache_bypass_congested +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 0x0e4a8402 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x243fe055 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +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 0x785f9f57 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x789fcb11 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x85485208 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8c951506 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x947bce1a dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9e555411 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa13150b5 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xac910714 dm_bio_prison_free_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 0xcb5bdc37 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcc117330 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcf8755df dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0a20eb5 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 0xdbb75e20 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf201b3cc dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf5bf5973 dm_cell_visit_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 0x7ebd418f 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 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 0x3dc2a304 dm_cache_policy_unregister +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 0xda7658b9 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbbe723c2 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf034a678 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 0x175aa943 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 0x51be763c dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x550305ed 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 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 0x9bec2704 dm_region_hash_create +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 0xfd01636b dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfe380e27 dm_rh_mark_nosync +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 0x59ec0ea2 dm_block_manager_create +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 0x18acc6a2 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x317e983b cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3c4b3b33 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x407dc568 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4b0b0124 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x788e5539 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x81339bb9 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x950aaed1 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 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb12f1dcc cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb18a6470 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb3bd6e59 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 0xc131a8af cec_delete_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 0xc9d2a80c cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd77ee366 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd88732c6 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdc4b67ac cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xde74b049 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xee3b6027 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf1def40a cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xffbfacc7 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 0x0404a36f saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1506daa7 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1b64ae7e saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3e556de3 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x61b51ba8 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa5d5aa6e saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xadce58f9 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc5e334bc saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd0db700b saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf9bb1c94 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x26e95712 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3818eb2c saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6389c943 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7c7eed4b saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc14f073a saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x029d7fd9 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0f00a7e4 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x13c79336 smscore_getbuffer +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 0x45dca7b2 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4d97a709 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x52a096f5 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6acaaf69 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 0x77dac89a smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x818bd7a0 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x886090e2 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x889b9914 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x96b0515b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa84f8579 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xad43e9b3 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0b46117 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xef7bbcb2 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf7e649f5 smscore_register_client +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 0x023d1300 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0518d85a vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x06069726 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 0x16175154 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1f1f51d4 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x250082d6 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4cb2c785 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4e7ff15f vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4f534e40 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5958a584 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5cd126ee __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x688fe282 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6c2202b5 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6ec347db __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6ef963a8 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6fbf7ee0 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x772819cd vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7a4739e3 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 0x7fda5e29 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaf77db0c vb2_thread_stop +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 0xc38cdc51 __traceiter_vb2_buf_done +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 0xcba0249e vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcc875fc8 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcef5e755 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdc7db8b8 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe0cf1f28 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe613f387 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xef1c3e01 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfbd0d870 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x2d18abf1 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xcbf87c68 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x071ec8d2 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x69c4e6b0 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x01b47991 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x062e37fd vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x080b5246 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18012a5f vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1a29a9b0 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1ea983b5 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2028dfc5 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x23362fd6 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2c6dff07 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x34816a55 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x34a02a3f vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3e335499 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3ec5e663 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x555dccd0 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x635ba1d9 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6821dcf9 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6d687621 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6d83f182 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x76778f33 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7cb69b89 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x807bd186 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8a2bc43d vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d80fb89 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8dfb2570 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8f671bcd vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x91836506 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9373a5b0 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb78d631f vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbca581c8 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc0b0a613 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd1ef75a3 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdfd19cad vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2b3cf97 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf69c2469 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x1107d70d vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x0896cf2e dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x100b4239 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xb8951e3a dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xba5509ad as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xb396710b ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0xe126dd04 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x0699e123 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0xdda7db53 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xc238af4c cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x8cdb9b07 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xd928e523 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x22808405 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x829415a0 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x170a857a cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x4594dd8b cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0xee71d755 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x1829e734 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x0d0aafa3 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x59ae1927 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x76f4afed cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x9ae21c9d dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xb0a7454e dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xce35e7f7 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x59dbb50c dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x059c8a1e dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xefb50efb dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0xdeb57cbd dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x7718dd82 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x9b9f1b90 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xd09db118 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x78982810 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xb1f88f3d drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x49228880 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x65cef881 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xa00ae120 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x426ce66c gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x27191ff3 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x790deec8 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x0c041b00 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x8f920ab7 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0xb15fb9dd isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xd537b69a isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x415762bf itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x797a3766 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x855838e3 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x653093d2 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xcc239b1c lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x2d1ce7d8 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x49e9c43a lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xdbddcdb1 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x0fd39c49 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x29ac5d63 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x563079d8 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x1125e190 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0xb43e5701 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xdd78d813 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x25493d64 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x0253b6b2 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xbb767785 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xa5d4d29c mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x297a56c3 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0xb1d3f2d3 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0xb5642944 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x5360820f or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xac3b8398 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x52a315f1 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xb3d0d290 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xcb855b6e s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0xbd61ff4c s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x59ab4958 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x8230578d si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x6ace832c sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x3f89b949 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x1404a566 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x1ebdb87a stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x9325e1f9 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x132ef23e stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x58f6a07d stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x01271518 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x8015ef75 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xb0e5f14f stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x63e891b0 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x0bb2fb94 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xca99306f stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xbf8b4e1d stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x0e9e34a8 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xb1e5a6b1 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x82ce43c6 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x4db46c79 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x04ac21ad tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x4f21289e tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x74ac37ea tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x84230157 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x10f3ce67 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x955018ce tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xad395b0a tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x59523f45 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xdd479f05 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x33630eaf ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x86c89582 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x3628e2cb ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x17ec8df5 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xa4b44e90 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x772c0d07 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x7e8de210 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xcb3d3121 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0xbeb76ca8 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x00782fbf max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0cc32a0e max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x132b5f64 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x254a0861 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2cb8481c max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x454bb769 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4d65bfca max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5069de8d max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x60dea356 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6263698d max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa6057cc9 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa9347607 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf906eee2 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x011efaa5 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x07c3cb30 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0a48b11d media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0e150f5d media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1a6d8507 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1be7d319 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1c44eb9c media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x238e6dc2 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2566edbd media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x263861e7 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x289d2ec4 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2cd9da62 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2f0bc5ec media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3426c523 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x35843ce1 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x39d34f5d __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c466989 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43902936 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43db6e72 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43ffba19 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x49b04749 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x571b2ef6 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5e3f8bec media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x74f0ebf6 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x79885f7a media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7fe733e5 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x80589b51 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x81f6b3f8 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x83bd67b6 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x86a612d6 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8732fb57 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8bedb400 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9260cd09 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92610d87 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9684bc2e __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x99ee247c media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9f580c8b __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa24d2b6d __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa19e049 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa66d301 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf3a3f79 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaff2a89b media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb3c08853 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8dcc0b6 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbb35da52 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbc11b7e8 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc552b3f4 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc6221a52 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdaa56d63 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xde733f29 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe078be11 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe2fa4c89 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe37a4968 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe61a5ee8 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef047c2f media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef24bc5d media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff699916 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xffdbae85 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x49eef260 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x8d51ed6f cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x5f36144e ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x056ca186 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0be399fd mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1420a498 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1f5a9727 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2a7f0903 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x35026585 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3706bfad mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x40d1fd9b mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x44c88033 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4be1de8f mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x50f7fe13 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x51fbb976 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x60fda58d mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7b8f1a8c mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8beb5fe2 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9805aad6 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbb859be1 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcfb89de7 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe69541ab mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0ef48166 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x10b6520c saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3ed059f6 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4d600fcc saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x525bf4dc saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x530212c1 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5e65b621 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x68a80601 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6f66c46b saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x80867f86 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x89e62a37 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x956e3852 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x978976f9 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa28db4f3 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaf23000b saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcebaa4c6 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdb933e2a saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf8338d52 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xff83aeb7 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x75034e81 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7517560b ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x77300c13 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x77d1e680 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9f559707 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa7bfa741 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdd3443fa ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x16ba7615 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x205a7626 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x20e25b80 nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x48739b6d nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4c703982 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4eca63ff nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6b35c98e nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7432d9ba nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x8675511f nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa5f42207 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xb212a05c nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xccb8852b nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe6705081 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe8b1c627 nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5d009af9 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5d8c140e mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x64acf29e mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc9a6aab4 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xf2648eae mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x218ed857 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x40cc5d5f vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x5246f923 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x56db3aae vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x76867ce7 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9db14cd1 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xa0755125 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf341c685 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x05189ac9 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x061d6b86 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07320a90 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07e569cd venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13cb75b2 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x18f48270 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1a8202d5 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1e262097 venus_helper_set_output_resolution +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 0x371b154e hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b82f1a0 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x434793dc venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4771fb26 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x48bf82f7 venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x491c44da venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4d561e05 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4f0e5a22 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4fc57698 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5449e9b0 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x54ad5fc2 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ac60795 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5d7066d3 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5f4b842d venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x608ab88c venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6dcaa2fb venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7b239f97 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8058f5ea venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x85b77755 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x88f7166a venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8ae45ee4 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8deddda9 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x926a7754 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x959c06ec venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9ad66cd3 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9db1f10b venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9e4a2e8c venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9f285b38 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa0ee2ba5 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xaa44dac5 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xae07cfdf venus_helper_get_bufreq +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 0xb797ce45 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb7c4695c venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xba6d0520 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc1300de0 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcb420b47 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcd95ee45 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcedb5bcc hfi_session_set_property +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 0xd72b2aff hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xda52e2ce venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdff16def hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe18db140 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xebf37a65 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf5394794 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfa1f9422 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xff4d2652 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x462696f0 rcar_fcp_get_device +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 0x5f5660e1 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x63fe5a23 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa18ad6e9 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa77ba964 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd6877a9b vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe81eb142 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xf42945a1 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x5919e469 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x5a316d08 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x737a1d7b xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x96766db3 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x99ee1860 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa4738354 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa95519cd xvip_init_resources +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 0x5f93b3cf xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xcf48dcd1 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xfc2604f1 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x30cda490 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x5ce8e840 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xad619b8f si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc9fe92bc si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xfda074e6 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2426467d 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 0x38aa2721 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x65778992 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6ddf7050 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6ea0977c ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7653f700 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7c8c9287 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8750dc15 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9e102262 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa1647535 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb10398fe ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb57b8f07 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xba38df7f devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbcb8ebdf rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcdf45274 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd18c578b rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xda7ae34e ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xedacc805 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0xe8b0960e fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xcd275840 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x5ba8d9ce fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x7a080dc7 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xdefdd833 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x23af04ae mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x80330e02 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xc46c964a microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x3e3396a6 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xd38593b0 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x8fcf767c mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x37af3b53 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x7e93c0b4 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x2008c3bd r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xfaa0816f tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x86016ad3 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xdea8a4e6 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x4c1ba217 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x654a668e tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x63773856 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x77bd9796 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xca2a28cb tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x1b6c0dfa tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x73b11361 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x1239e1ee simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x93381f0e xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x39f66b7b xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x9edb7ea9 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1134d275 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2e820f85 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3313a9d6 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5014b055 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x57f96fab is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c9427cd cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5d5a0ae9 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x629493f9 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x713a5364 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x72d016eb cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x77e454f0 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x791c76d8 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7bcb83cf cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7cc7fac7 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8aacfa3b cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9de6400f cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd80952f cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdf475e33 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe048064c cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfe754099 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x1202bb5a mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x6b7df068 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x16fe4b6e em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1bf57365 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f201838 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x336641c3 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3384a09f em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3385b221 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x55388c6d em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x763c4e33 em28xx_read_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 0x9c26dc40 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa51da0e4 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa89b8c09 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc314c379 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd04c253a em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd17c9aaa em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd507c26f em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdd935947 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xde076af3 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xef24c9a9 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x03c840d2 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1121fd97 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1cd9d424 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x26dfb913 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x3f5b346d __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 0x99819daf v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xd8e5c2cb v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xf70ef400 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x00fbb8ff v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0ead6372 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2645d0cd v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x432b2f08 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x45bc09f1 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x46a3a8d7 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 0x69e21316 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7ce4c0b8 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x82551f8c v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd0d7c6a9 v4l2_fwnode_endpoint_alloc_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 0x055ccee5 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0ad94739 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x11304a52 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d359410 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1f5ac25c v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x204f1dda v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x29a96aae v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2ea878e4 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x36efbbfc v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37e40ac1 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x45f50b27 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x469231b9 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4745396f v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4a89af3a v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f7c5fef v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ff626a6 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56c2aeb9 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x59e499fe v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x776fcb8d v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78baaad1 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b03aaf6 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7cf52bb5 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e60f6c6 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e94d033 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8f4d15f8 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9056f043 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94d431d8 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x96f00bee v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3745e7b v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6b3d662 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafa6398a v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb73c7c9c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbe98967d v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3707a51 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3cae93d v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc7b7898 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd1f21fbf v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xda2f452c v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe18b4478 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe36cfaff v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe3c3c896 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe4fca44f v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee6c8f0b v4l2_m2m_ioctl_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 0xfaf5e7fa v4l2_m2m_last_buf +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 0x05c4cee2 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1dfefaaa videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x27bc5133 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x27c1d152 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x288c738e videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3fe0b512 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5b4b25bb videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x679598db videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bd6ac63 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6d9212cd videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x84722a35 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa10022c5 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa331feda __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb5cbf986 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb5d56a21 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbf78883c videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc18e80f7 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc6d73eab videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcbadf86a videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcf8b1500 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe2ea37b3 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea573ae7 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf27f5d71 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf29edaa2 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x537000de 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 0x6551e96c videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8711f0d1 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdfa35529 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00da221a v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0312c652 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f85f045 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1158ab32 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x118af5b1 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1550d2ed v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x167bd8c5 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2167a3c3 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21e89620 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29628650 video_device_pipeline_start +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 0x2c53c7f6 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2cba9552 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d003611 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x377e91d1 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x387306ce v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d2e8f89 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x409cc08b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x40e0dc91 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x430873d3 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x478c8615 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4cd75a9e 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 0x52010dbd v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5aad92ed v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5dc85404 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5debd8b4 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x62299330 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63328bc1 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x648f2b41 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68e1c406 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6994ce83 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6adba929 v4l2_subdev_enable_streams +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 0x71e3bbc9 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f4aa0c8 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8764e338 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b47ac1e v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b6bd4a5 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c9b6fa7 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8fdb845e v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x922d0714 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x955c7af3 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x957156ef v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x994b517f v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9db0a7f5 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9e0018c5 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ec014f3 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3010639 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa592a570 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa666035f v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab2e4dac v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab9f1a10 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xac837f29 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad3d9490 v4l2_subdev_get_privacy_led +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 0xb028d333 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb2c8cd20 v4l2_event_wake_all +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 0xb7577d32 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb76136f9 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbaa085f4 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbafc9e19 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbeed4254 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1607ac5 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc724d632 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca45b168 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb128a8a v4l2_subdev_notify_event +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 0xd679d72a v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcf3f196 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdda0e336 v4l2_fh_init +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 0xdf40bcb7 v4l_enable_media_source +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 0xe2e9f0ce v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7e4e46e v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf12a5cec v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf22bc6b2 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf379f35e __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf69262c0 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf817d4a8 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc7d3000 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfe808a35 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/memory/omap-gpmc 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL drivers/memory/omap-gpmc 0x7242095c gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x358fd458 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x4ff0a632 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x968cb9f1 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 0x051a9395 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x08b45e05 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_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 0x3f67977d wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4add55f0 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6dad80c5 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7c5f5631 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x810c020c wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x82e06f1e arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88d4e540 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x91d3baa4 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9451eb4f arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xabb9c618 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xac75a9f8 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc0723424 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc1797b3a arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc234c340 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xddbd847a arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe6f46cbc arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x6448e01d atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x82c944b6 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x22b6372f da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3988743a da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x71257458 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7b660dd6 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x832c2135 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb3a4f4b9 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdf6c8919 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 0x20b34854 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5a51e476 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x65e871ea kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x817b1424 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9d96c4f0 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa366191e kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd5a91f3f kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf64975ed kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x725af71f lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x827d1809 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xbbf1f72d lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0fa099d2 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3b2062a9 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x53701758 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x72c9386b lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd24f5903 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd97487e3 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfa91ff7e lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x80d972c9 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xa2b363ab lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd6c2ce4c lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x01f074d3 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x01fda893 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x05856c6d madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1cd683e6 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1cdb5fa6 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x28f401ab cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2ea4189e cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2ea9c4de cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x358fa568 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x36716f2e cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x367cb36e cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x42c569df cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x42c8b59f cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4a56f450 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x504e710c cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5fe39eea cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5fee42aa cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6d910592 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6d9cd9d2 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x75447222 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7549ae62 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x81912ea4 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x95203426 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x952de866 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa599ddd6 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc6c951e3 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd615292a cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd618f56a cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x00fe088c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x08dd83cc mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1ad276a4 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1d67ea81 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5a683d84 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc42d3693 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x208b8104 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2eb75ed8 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x37792850 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6718a0b9 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6ea89ccf pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7ae75b85 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb393b829 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc10afa16 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xca999f10 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd5770c71 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdd8eac09 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe61a5304 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xac460528 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xdf578405 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2565ade6 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x289fab3a pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4ebd2ffe pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4ed688ab pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x80842273 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x5d1aa84f 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 0x2027d656 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x7b45aa92 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xa6a225d5 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xac26261f rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0786126e si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0b38e2b3 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0d1081ad si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x16ae3f29 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1f0ade13 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x20ceae5a si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x248efaa6 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x450ce0e7 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4cea78c4 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4dd80c63 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x526eb0c6 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x74477b19 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x754c3bd7 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7872092e si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e0e756f si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7fbc4a31 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a2f32e9 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a50a4da si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8e55e090 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8f2d73e9 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8fcc6cde si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9b9e88e5 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab6be916 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac03b1f2 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb6b16b67 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xba2b9273 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc506d44 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc46f5f61 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd3509f0c si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe81bb2e1 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec436b57 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee23dd7e si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf2810564 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xffeb426d si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2d55303b sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4b76a0d4 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x73945d02 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa7a00239 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa87a1ddc sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x8f10ed72 sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0x33d1c804 stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x1dfa6f3a stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xa38da195 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1cafa19e am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3543cafc am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x70ec2cfa am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xec5916b5 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x13022cd7 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x73510b38 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x94f88aee tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xad85ba04 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x1238da22 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x391c57d9 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x8522114a tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x2b97362a tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x67dcfb0c tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2fe3c668 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5a5a10d0 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x67c6570b alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcc1e91e9 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd7e1fe2a alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xdb5da3e0 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe4165fd8 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x093e2aa7 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x12674a63 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x18378f33 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2c9d750c rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3b7e8557 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3bf44be1 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3cbb8bca rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4e221f4e rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x697db3b9 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6b31111e rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6bf3dda3 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6ecd423c rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8e641156 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8fa1e335 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaea41eaf rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaecc70a6 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb429f1cd rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb5c35635 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb64ecc10 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc8a06fd0 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcccc6034 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xddcce704 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xedd741a5 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf312de2c rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x08fa3459 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3282eb34 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3a9c4fc5 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x56e82114 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5c23a7dd rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7a770715 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x93267200 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xadb967cd rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbde03013 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc13aec8e rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd02042ee rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd4054bcd rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf84f4096 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1ad9ab3f cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc6f1e05d cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd4caba7c cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xf13fc974 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 0x1bccc5dd enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5457adbc enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x645decdf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7f129694 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7f9d831a enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x970973a1 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe6fcd030 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfd6af57f enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x09defff2 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x19ebd6b8 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x46d5791e lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x49ce7609 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x86a086d0 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa0e88b1d lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfae8b443 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfe350337 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x20f5bee3 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x7a67653c st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xf1f33992 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x0c2f37fd uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x72c2f922 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xe99266e7 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 0x0ac4c00f 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 0x494b54c5 vmci_qpair_dequev +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 0x8422dbc8 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 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 0x92437582 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xaf108bc6 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xb78b3e25 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x60d67a5d mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xcf1a7e78 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xe64581dd mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xe7a0a748 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x3403759d renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xb6c6db1c renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0edec6cc sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x137c10dc sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x145019fa sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1dfc59dc sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fdc47a3 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x20a3725e sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x252ef58b sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29f4c098 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x32e934cf __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4067de29 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4a55a52c __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4ece3bea sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5291441b __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5b8c4f5a sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5dec4a13 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x66ca93c3 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6897e60b sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6cee9847 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x742e490b sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8216c98b sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8d76454d sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9963e800 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9bb5c976 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9c2cce20 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa89db4e1 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2d47723 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb6c37ba2 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc73c6f4 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc0bceaf3 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc7107ba6 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcde0fad0 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd46488fc sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd46fe7c4 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4b67a0d sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd7bdc778 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe9b9b804 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xec687575 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0711565 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf39de277 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf54751cc sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf71eb772 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa6a9d02 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x311439a5 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x36b01172 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x86a9c7d7 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x91c83a1d sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9cb630f8 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb2dcace3 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdc171a1e sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf02bcf64 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf8f9695e sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x031dbeb8 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x09489803 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1d534fb0 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3233c84e tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x6e63c8be tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x73c9d7d5 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7b4a9ec3 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x91583253 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa43d86bf tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0e5624c9 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3188ba89 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x40523d94 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x688b9799 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b1c18cb most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7aadfd09 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa3f413a7 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa61e73b5 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb4bb15fb most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbc7c7ee4 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd219415e most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdce262d8 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf12b66ae most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf376449c channel_has_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x5c150cc3 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x633c292b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xa10b2955 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3dd3d5e7 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x43819e37 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xb07851b1 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xd246f8b0 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8e93ab88 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x90d7aa24 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xf0c0839c cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf72100fb hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xfa24fa22 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00bb33ed mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05795806 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x059b6531 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05fc02e4 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0879604e mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b3c9414 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c855708 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e578c74 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14cf2720 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a1875e6 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23c34b3b mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x249077df mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29ad8add mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x315bd2d0 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c6bd126 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x427d6fb9 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43fd22d0 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4d0bdd62 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e81f3af mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f0c50f3 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fb416b9 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ff33c3a mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x60ed3b40 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x68a3f7a0 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x706eae97 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7324d176 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x73fd9442 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75bb4100 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7825f83a mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7d4bf4e3 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84d09d34 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x907e94c7 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa61cef3f mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab3ae669 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb12d528c mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb87acd61 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbf281b45 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5796741 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5c5fca5 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc712c68a mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9374c10 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcee2c911 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf43aad6 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd326965c mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe42f80a6 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe4dcd216 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed5b724e mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee4b6512 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf8a4bec9 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf8fbc13f mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa9b0320 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfdd7f3ab mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfe0cd57e mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfeb22efb get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x55095817 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x728220b4 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x76391500 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9a640c66 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf7782d76 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1f1d9791 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x24743504 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x29ee7e71 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4bd5228f nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x51876456 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x53e47338 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6b0997f5 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6c01a49c nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6fdc8806 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x72c44fce nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7dee6395 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x82af19a8 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x84c7281a nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8ae08e08 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8d4be53a nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8f2e85e1 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9c234b7f mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9d971449 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa0f6c76b nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb041fbde nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdd054635 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe87cb023 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf70f0357 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf747f4ac nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfb9e850a nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x4e1aa7f0 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xecb0c98a onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x3f6bd995 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x4437a86f brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xf7b13a52 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x33da0486 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x05eb0d26 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1763b3d4 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1b27e9a7 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1e598ed6 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x236bfbc7 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x37f36418 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x45adb733 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x550e3553 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7247d4ec nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x89ad0154 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8f37a6aa nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8f7dcfe1 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8fb9c74f nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x94d85a81 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9e74cd06 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa69ec60b nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb70cc56e nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc32612c2 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc6672eb2 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc91f357b nand_read_page_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 0xe285dec4 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe84febfb nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xefff6f1f nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfd600b46 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x608c2207 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x541c9532 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x34baf0f6 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b2199a7 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b4a7a8e ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3e224bdd ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x532298c8 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x65425ea0 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x67fb35e7 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x906e7ff1 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9fb5f22e ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb2d86719 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc430193f ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe0a6eb3f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf2d07843 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfb047215 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1b6d837c mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2141d58d devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2e10b104 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x52629b89 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x58b32078 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x58c53d6e mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6302f625 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x631697d2 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6fa98069 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x75bd60d3 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8d0252b6 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8d83b95d devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd61e371e devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfda63900 mux_chip_register +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x3ec6e0ac devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xd0158d95 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x15a8118f free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x477e6bcb c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x65aa77d6 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8a0ebfc5 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xae1d911f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb365ffbf unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x07b5e531 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x760cb294 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc8cb2121 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf5f05a4c alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1d33ad6a can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x20a54e47 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2158ced9 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d06d954 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2df93f04 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2f779e18 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x35a88501 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4178f663 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x440e7b4a can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x47a3c170 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x504b0a2e alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5b7405ac can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6888eff4 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6e1a73c3 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6e79ddfa can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8760b315 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x89010efc can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8a21b4c9 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8cac6d4e can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x988a3d7c can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9bc389b9 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9e3b3fe2 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa560ad4d can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa5dd1018 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa8aeea08 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb0ead424 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbd274ef3 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbd81a8e6 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbf10c379 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbfe99f10 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe805846e can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf6f23cb5 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x5d2df349 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6a9b5b03 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x71efc577 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbf9a5f90 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbf9aae76 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xcc467cde m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe4a472cd m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfdac6705 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5e6ea12f free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x78115c6d unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaeda87eb register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe67cbdd9 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xf7b29dd4 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x1ba05b52 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x038f58a0 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x52364bbc mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xb71b772f mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xfac1270c mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x6a5fc556 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x73afbcb2 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xedfc5edb felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x428370ea rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x08139217 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0ccb2be1 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0f67a942 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3a54f3dc rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3dbf7db5 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8580e3e7 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8a84f28f rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x97d064ad rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb3e72ee4 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb9554639 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd019872b rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdb921c4d rtl8366_get_sset_count +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 0x47502cb2 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x72540405 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb5f3ea0b 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 0xd19872aa pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xfdaa848c pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x6b0dbb30 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xfe36da37 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x02e1b10b octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x044f81c7 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0648a2d5 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x129b9db8 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x14210dc0 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x156e0c3c octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x164f83be lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19b0b136 octeon_wait_for_ddr_init +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 0x1c41db1f octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1cdc0522 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1d7269cc lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x234b6bd1 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x337ef3a0 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3905d353 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x39998a48 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3d239263 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x425c78c8 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x48348cc1 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4ec8cfa2 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52d872fc lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52f636f6 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x53de0f46 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5709df99 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5adb5434 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5bb3672e octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5f8e619e octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x612b7009 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x617cea9d octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x627895cc octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x65c2c015 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x69605613 cleanup_rx_oom_poll_fn +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 0x710eeaa4 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x741a07b4 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7aea78f8 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7e8da175 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x84860dc3 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x850e0973 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8859b160 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ccc1213 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8d057fc9 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x96334459 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x974c3047 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x99a03710 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9a231c91 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9ce6c6de octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa14c7e19 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa3886229 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa42e0640 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8d0e84e octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8d7ca33 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaa9c10a5 octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab8291ba octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb56064d4 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb79248ed octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbdb3e12d octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc50d117e lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc67cc324 octeon_get_rx_qsize +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 0xc7da9bbf octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcbba8d1a lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcf57c6e2 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd0beb2e3 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd0bf1dd5 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd53d177f liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd7f8a098 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd9c9e700 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe39bb28a cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe94f45cb octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec5e376b octeon_free_ioq_vector +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 0xef77d560 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfb5ebf3d cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xff5670df octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x069c15f6 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x10407d9f enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x11cf8927 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2028f44b enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x20fd8114 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2158ccfa 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 0x3806d9e1 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3a49d7fd enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3f0dfa58 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x45986d0f enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x51444251 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x55593a0b enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6162b03a enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x68539d2d enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x713f7fa7 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x914a2c4d enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x92002eb7 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9e1ea2b4 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa27a7596 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa3e2b5dd enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb220260f enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb50cc0f6 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb5bc2fca enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbd75969e enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbdd9f4d3 enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc2715dd4 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcb2e0ea3 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd13b7d1c enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd8caaa9b enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe1917dc7 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xedc711f2 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xee3376c5 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfaea460f enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x047e53e2 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x693976a2 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x6f332263 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd33b2913 enetc_mdio_write_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 0xfc1476a7 enetc_mdio_write_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 0x02100ed5 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0aafaee4 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x44dd77bd fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x58e83917 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x606a3092 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6438d79f fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x70321e6a fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x78bf65d5 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8fd71e6f fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb02590cd fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd451556a fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x65120611 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe508c237 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6888b110 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x72a731eb ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xafa14de3 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd9d6ebf1 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe6e3c5a3 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x2b992022 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x578d045e otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x5b07dc48 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x9928c44e otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x002e239c mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01ca8f70 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02124542 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0252bb4d mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0969740a mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ce123c5 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0de45e04 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e21ecd1 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f412e34 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11ffe5bb mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12f925ee __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x135c73bd mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14c3ddce mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18f7a56f mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b54e4da mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2108baf5 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22ee0a81 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24ade557 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28525c69 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dcb7e34 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3055891e mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32c693b5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33f37724 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x359a18c8 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37df4426 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x380e34a4 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3818310f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e1baa61 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41750753 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45ae493b mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bba3a26 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cb09e35 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e4f7eb1 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f0fa498 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5101ab2d mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x535833db mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54309c4c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x568ab895 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a057d50 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a2679ec mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a2cd209 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ae7dc01 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ca03c27 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cc04ffb mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ec44f3d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65519f28 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6718bdaf mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6acf3388 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2c8f02 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cfedc03 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7194ed2e mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72b23bad mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74095249 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74cd5b3c mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75baf5a6 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77c2ea1f mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed92f84 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83846433 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x841a8cbb mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84a6dba0 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84ac599a mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a48a3a1 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cdf8409 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8da7e707 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fddd5da mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93fdf703 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95bd4a7e mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x960c0eb4 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x978e05d1 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97cd327b mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c10008d mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d0a7000 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f5a2c31 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa01b6a48 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2836701 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8202aec mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9a98712 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa1c624d mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb170bddf mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1cb94b6 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1cd4b7d mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3f5de66 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4b9a217 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb532d2ab mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7debd1a mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8046b41 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8932741 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb96255d3 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbddfe2a2 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf5f2570 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc58a556b mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1aa892e mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2655ba6 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3f08895 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd40c6b29 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6e691fa mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd931dff4 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd942665f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd96f2f2e mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda082ca4 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb59afed mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbc82c34 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc03903b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde248a1b mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde5825f6 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2d083ef mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe34b6ce8 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4e8218e mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4f31d1f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4f3466a mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe884007f mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xece346bb mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee98903f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeecd831a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeef13778 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef3e6a6c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef810169 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 0xf533e6a3 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd5b4a72 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdfa3dec mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe2326dd mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0042792d mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x011382d1 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02ab3627 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0467f56d mlx5_frag_buf_free +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 0x0a3bdc84 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b0bad2d mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cc1bdf1 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e0d7440 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e6944ea mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11edb404 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1afa3ed3 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x234c7e05 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24052932 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3100436e mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x338608c7 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35458e1c mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x363c4b84 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cdb505d mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ee5cb77 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b84df7 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a5127f4 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4dda7851 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e30192a mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x523f1b58 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x561aec08 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x569aee0f mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d48d94f mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x650e4ae9 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x685fb2d5 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a137157 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b96ac3f mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76043ee0 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x760fcdf5 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x792bb525 mlx5_query_nic_vport_min_inline +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 0x841225fb mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x848490a2 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87240a8b mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d2ab967 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x938491ca mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x947c2041 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94a4184b mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99f29ce7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bfd944e mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0e654c1 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3f1fbb0 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa46b8a11 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac0a73ed mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf96096e mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb24ca063 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb77aeb2a mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb15bdd5 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb2f978e mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3f347cc mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4f57062 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6a24c9a mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2aaebf1 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3dd197e mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9dd4810 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb7a26e5 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4b99dc6 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed582774 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefdd93d8 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf37c69cb mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5c95b24 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf96db069 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe067cc1 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfea0feb3 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x090876e6 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x5bd5bd6d ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x9321817d ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xe05d893a ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x0fde69a3 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 0x01a751cb ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0721dcd2 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e534c75 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ed5dfdd ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12ccbdc1 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20ae3f17 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x219fbff2 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x228984f9 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x285cde5e ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2a497225 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x311a2180 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x35b1356a ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x385e96af ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x438055b1 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46bd226b ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50d8e9b3 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50f26977 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5209909f ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5595cb29 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5df56b7b ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63a33fb6 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x681e5d29 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x840e009b ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ccc54f0 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x925dd12c ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93ef4c53 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x951e9590 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb02bc0b0 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0349bbe ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5e0b3b3 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc67c90fe ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7b75d01 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbefd28d ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd563ebf ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcfca0728 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2a7dec9 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd3da6073 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd8db3e70 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2cabde4 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4d9af25 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee91bbaa __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf8407c69 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf987c284 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd66ecd5 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdef4b28 ocelot_phylink_mac_config +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 0x0d22c0fd 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 0x68584481 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8a2509bc stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xaa90050d stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xb950984e stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe2b82b25 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x194667f8 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2ba398c5 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x722a4075 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9a8f6416 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xcb1afc64 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd7870292 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xdf10b128 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe2336abb stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf1c1e593 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf9ed118a stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xffd31364 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x1675f64f am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x62a5574b 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 0xb311232a 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 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 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x758cefbe w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe2411dca w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xfcff3d6a w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xfdd030cb w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0x804c2056 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x34deb593 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x34f10cd5 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x69e07e37 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xae76f7db ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfe8bb453 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0x52a01615 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1280dead macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2c49b4bc macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3725c536 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd3583822 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x06a01dd6 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xcf0f4fe5 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x316f4551 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x3834c9c3 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x89e3bd4f xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa396f1ca xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xdf489544 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf7b4b2ed xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0571a20d bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x09b2d6df bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a53e92d bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0fb52bf3 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x10fef831 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x16bde08c __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1fd24f5f __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x255f3f95 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x28502f8a bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2db313ab bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x31d1b99e bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x32706d16 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x342dcaf7 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x379d2868 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x39b5e263 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3a95fbe3 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5399a7d7 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x53ae891f bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5bd22424 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x72dd7f5e bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x74da26cb __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x782352f0 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7d0b04e9 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80a25bc1 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x83a88cd6 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x86b7f6dc __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8e97a342 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9efadff3 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa299d96e bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc149af14 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xca0232e8 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcc3cc92d bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccaaf91e bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc3f52e6 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe146eb73 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf55e2b1f __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf8d5558d bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x88cc9608 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xf1c83b82 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3826ff01 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x441d6db1 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xadc579b7 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb642a922 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc2f296d0 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc33a816f smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xce07c2b2 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x0415400e tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x053628bc tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x60d7baaa tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x61e60efa tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x8e02309d tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xbbd0de08 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xdc5198ca tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xe14b52b1 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xe8fb74a4 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x05d3b4bf usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x09a65aa7 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x15a7f033 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3143deb4 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4c7ae024 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8046152a usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf77fd9da usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1e6120f5 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1ef8671f cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b9f1e29 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4e0883ad cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x528a8644 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5e8e1756 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6c9c3845 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x85a20ba8 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x92a61ed8 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa71341be cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb85bca8a cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x94e45753 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6ff0ff90 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa818e7c6 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb4fda5ab rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcf07dc1e rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe4a38321 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfe29d85e rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x06ab19c2 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x08f225d0 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0982d37d usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x16ca125e usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1f1aa4b4 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x20326f98 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2eed6dd9 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d8cafd5 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5e0faf21 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c361711 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7ad7e225 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7af1ca34 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8268b1a4 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x830bcdf7 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x839b3911 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8bc6cdb5 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9ffca0ec usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa377203d usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xada8fe6c usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb574079c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb967ee86 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbea73653 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd034c7f9 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd358596c usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd55b315a usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde118547 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe051db7a usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe3c5ea7e usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xea0f827a usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xee1a39d4 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xee409d43 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf08db494 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb0067b4 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb386d03 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x15a731c0 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xa5f3153e vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf0eedae0 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf99e6092 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xd1786113 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cba3069 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa15966fa il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3eb79fe il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf18b592c _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfec17fb9 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 0x0f7a3e94 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x45938121 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x6b00de57 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9d1b8054 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa2f2e4ee p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa8f62c27 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb9f8109b p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc262be6c p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd14f7c8d p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x29135ed9 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3b820775 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4dfa2f31 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x50af9d94 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5277771e lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x61016e61 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x626b3c82 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x631e7b0d lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x667c97d2 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x84aabc43 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8a1903b1 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc118a65a lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc8e655f lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdf8b8b61 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe9855ab9 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf58d9ac9 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0e6eec40 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x46d21133 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4a49c43f lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb1764113 __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 0xdede918d lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe42cfd48 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xed7053af lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf15f89ac lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x06fecf22 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x20ede919 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x247a03ad mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x266a36c3 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2ac1977d mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x306d97e4 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x55884db1 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x65538471 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x657d06d3 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7bf6aef9 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7ff82f72 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8470c20d mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8c21cbea mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8f42e43d mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8fdb4ffc mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb3a4b25e mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb8b6457c mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc2a25a42 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xca4c701b mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcd0bc481 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd1f4fd9c 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 0xed33cb9b mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xee0508e4 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf09139f1 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07075aed mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f1ed8f2 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1030a9ae mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12810ecb mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16283158 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16a2b905 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18853bdf mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18ad8c84 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ace88f1 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c913eb4 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1d37b8f6 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ea66a60 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20d5264e mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x233a753c mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x247b794c mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x262b98a6 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a787662 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2cc0515f __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33567a1f mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35a2f70c mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37871a8d mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x38bec960 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39817b61 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a28d747 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f9a4d25 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42d13dc0 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48c56627 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49e77322 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x504c961e mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x536b489a mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5429019a mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x547e2e1b mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56cf5878 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e46e110 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f38d5d4 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f4db3ac mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6687e155 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66f9807c mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ac235e3 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72cfa071 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7326ed98 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x744990f4 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x755600b8 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7749a7ed mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x783106cc mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78435ddd mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x789bbe59 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a4dd1cd mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7adaebdf mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c58feac mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x857c85da mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c93996f mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d643b67 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97d7bc67 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97ebc7d5 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x983471c3 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa61a8916 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6ffd627 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0af655c mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0c7eaa4 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb47dd3cf mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb68e4ad4 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7a52903 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb8feaaaa mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc3c74292 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc5c0bd59 mt76_set_channel +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 0xc84443e7 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc60c80e mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd036e2c mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd19be584 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3890f62 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd55e2e4c mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd7044f8f mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd802c8be mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd99f6457 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdaa4e2f8 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe087471b mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe2bd8431 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe30b9a7d mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe459b417 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe607a9f5 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe623c2cd mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8785ecb mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xebd00d18 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2212b90 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf7cd38c8 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff5cd676 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x019ea5fa mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x033bdd51 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x068d01c7 mt76_connac_get_he_phy_cap +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 0x0aed0e0a mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b7a59e2 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x153c903c mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x175e0f08 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x18831f18 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ab071c8 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1fd13f99 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20f54b4a mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2256725b mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b433652 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e959dd1 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33edf2eb mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3446446c mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x347a9e5d mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34bc19a8 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38db5025 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x391d6feb mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ae9cef2 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ba23b3c __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c37bcf9 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3cbe850f mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3cf63190 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f4e5819 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40663fc9 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4471eb52 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47b57d91 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x491516a3 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x49798faf mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4a18d510 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4d32c4eb mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x54cded6d mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55f1a397 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b0a7a32 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5d11be79 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x647ea239 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x66432391 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x67169587 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x698ca6fb mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e38c9ce mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e7170cd mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ff7a34d mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x72aeadf2 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x79eb927d mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8963d8f5 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8adcdddf mt76_connac_init_tx_queues +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 0x93bcefb4 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9459adcc mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9677fc42 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9abd1c87 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d139886 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xab1711fe mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xac3b53fe mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaff8b4d0 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb96f8b47 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbbf646b mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe84217b mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbeed3a8c mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3a050dc mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc5023d07 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc55b9da2 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb8916cd mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xceb7f5d5 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd298b6e0 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdbc23a8f mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdbdfad1d mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdf3d21c2 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe2c98a4b mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xed79e2cc mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf38cf4e0 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7c2280a mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7c63678 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf94f55ee mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfaa6a3ae mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x02fb893d mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1737e812 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2b75fa8e mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2c69f9db mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3546ea79 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4b7db098 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x74af5a83 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x75dbb55b mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x79dd80df mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x82e89c7b mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa36b4900 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc2713851 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd24891a5 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xde857628 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe0248c1e mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe338f0e5 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x02ac8ab6 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4645a3cb __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x540803e0 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x656b619a mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x67d1fd10 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6ffd7a31 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8292142d ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9b1fc26a mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa4b1ca65 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb116bdfa ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb70da163 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbbc0d975 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc6bbd608 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xea0a9aea mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0228fbeb mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1ad7fa5f mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1b31b4eb mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1cb9d159 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2040eec2 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x212f9e1b mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x292c5ee6 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x33ad6a5d mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x46e9ddfc mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f631a49 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x52c27b59 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x79a9e0e5 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x879053dc mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x88d98e11 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ce0b8d5 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x970a5d3f mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9d8e31be mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa4ef83e6 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xad9a290e mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb02decfb mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb193189f mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb49d06d7 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbc3cdd8e mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbeeb7c5a mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc56e84f0 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcee613e8 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd1202f89 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe13cd79b mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe26e0238 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf5d7a29b mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x3814c757 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x137f0f0a mt7663_usb_sdio_register_device +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 0x930c66a1 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb14be017 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf5ce8003 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x20ec4c65 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x325707ca mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5ca4e115 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5de2cecc mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x71d07661 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc5a031f4 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe7333477 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0537b0fb mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x07bb995e mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bd0c878 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0cb79c9e mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10d9e3e5 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x121bb152 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a6bd7ff mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1dc7a20e mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x201eb91b mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x209c7e95 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24dfeb9e mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x307ee620 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33043e8d mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33d64939 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36969231 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36edff9e mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39658512 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d18ccd9 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f0b07bc mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x417093de mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4200c0b9 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4290be80 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x455713d0 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54f6834d mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x57db5bb1 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5aa0f250 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d31db14 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x604b461f mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61a509a3 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x65e18d3d mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6821e99b mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a8add36 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6e154ff2 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x709bcbab mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73bb593d mt76x02_mcu_parse_response +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 0x78be03b3 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x791af954 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x79920976 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8796325d mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8bd3c075 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91e6a308 mt76x02_edcca_init +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 0x93c64af8 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x946fe5ae mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x985d36ff mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99b4ca47 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9addaead mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9e8a65f8 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2d480c4 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9cb433c mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa1eaa9c mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab72ab1b mt76x02_dma_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 0xb38e7b6f mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb77a7de7 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb90e0c8e mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbbaf79a4 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc028ca3e mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3d858c2 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9d7f0aa mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcaa73801 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb4afe14 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd22ed396 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdfa12da6 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe575ef14 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf28749d5 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf71b0fa1 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfdb75e87 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x477566ca mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4c80df76 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6ee2fa54 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x799adb93 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x852ec1f6 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc7f0a020 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd4c81df3 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf877fe26 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x023d6783 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0cbe42a7 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3cfe0ad3 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x59bb0f6d mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x60ac9a3d mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x61c57ec1 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6f5dd2a4 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x82531062 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x83695d56 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x83fc5835 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x860f042b mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8b6831ac mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8cf16709 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91852894 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9ece0c9f mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb04afa70 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb4484beb mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb4ad38d3 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xde997ac6 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe282cc4c mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0c0034f7 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x18f7e9a3 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1952e30d __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1ca84857 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1e1a6276 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x23fce8c6 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2ccdcf0a mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x46c2eca8 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4c581f54 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6c75f8b1 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6d353da3 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6ebc1730 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7faf67de mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x92f8d62f mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa476b3b4 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa5b4d633 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa5f01d02 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa75e9233 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xac9a83c4 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc482979d mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xca77ed89 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe9a7c1de mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xefff36b6 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x31b2d4ff chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4f91886b chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5534fa9f wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8264c809 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa5b32129 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc57d66d2 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc8cb0cdf host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5309f5f2 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x57b629e6 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7a832d92 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9161b3dd qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xfd4c7821 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xff7f3fcf qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0af8912e rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0bcec6c3 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x171e16b1 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1cc3ef38 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x22fa011e rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2333c7fe rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x268d5b49 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2ab160df rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x34bb0aa1 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x34caf6f9 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x35dabca3 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x44bc394e rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4ec5c5ba rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x514332a6 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5bca8844 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60ddcb45 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x61c542fb rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x66459ea7 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6cad40fa rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x820b92ab rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86a8a99a rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x92007dd1 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96f803ec rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b6ac49b rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa406ef71 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa5283617 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa94d3922 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaa78e68e rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb364fbbe rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb41e87ec rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb676aabc rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbc81515e rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc397d565 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc8a5b59 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd0d40f62 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd81c5986 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdb1b64db rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdb77f2e3 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf4ca2e8 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe05186ce rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeb1c3381 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeb1fa921 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf579f956 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfc2b0d57 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x01d311f9 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 0x3604e971 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d213d83 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4c0fcc74 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 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x60fc6fc2 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x625bff57 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6b8b2dc8 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6d789822 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8a32cdc9 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 0x9a89d8f0 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc71f2dc5 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb34a096 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcbc01cbd rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf0ca65f0 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf22801ac rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf4c5a670 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0aae2fbd rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13ccc152 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2bf67345 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2c67d9aa rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32b5c26a rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a67e431 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3b31c095 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c58d2fb rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3da69b07 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x473ff67c rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49b6bf5c rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49f04869 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4a0992b6 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4dc459d2 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x50dc3de1 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57db4047 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57dfd11e rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ad17b3c rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x736671b3 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x77ad52f7 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x78da5754 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x891e3d66 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8efd7de8 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x98a6aa0e rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x990c9e07 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa038feb4 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa04d975c rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4128ec7 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa9d28d1a rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb0c88b83 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb19e1169 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc2d52f40 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc2fb8f54 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xce088df4 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xce55f0c5 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd370a120 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd5d19311 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd79f380e rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf511f6c rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe7dbe2f1 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xea1a7915 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec791957 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf068527e rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf141cbe1 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3681952 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfb69db7b rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff9583b7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x029d73db rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x98cda047 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa3dd2f33 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xdfc509ae rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe5a6da95 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x85a945a9 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x92305388 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xbc35e910 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1a7eadd3 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2430e450 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x27465db3 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2a5cd6fb rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2b8b0e46 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4565fe2f rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x48c8754c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5118a05d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x51ed383e rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5f9f6cb1 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x96c90b5a rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9860b289 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x996571bc rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdedc6d54 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe30134d8 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf8d391b6 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2aa2ce36 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x74473e31 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8793a1f8 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa7b767a3 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x061c9b9c rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1726e07a rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2bdfca9c rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3cf9a958 rtl8723_phy_rf_serial_read +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 0x450f70a6 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54f0bf1b rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x693e866a rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x75f36453 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x785a6a8e rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x82de307a rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8404490e rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x87774c20 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x87d9f02f 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 0x8d2d8968 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x94155c5f rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa9f8b587 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb86311bd rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc5515e88 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd7b69539 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd7f1043a rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xda38b671 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdc5a931f rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe35d1faa rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xeb892f61 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf462459f rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x002ca3c3 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0a92d53b rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10e41665 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1ec165d9 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2c8995ed rtl_get_hal_edca_param +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 0x30dcf837 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3d5a24bd rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x41cc6cfc rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a6d574a read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6740fdc2 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a09413a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d75b157 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6e5a5266 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8978b33e rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9121412e 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 0x9d468f63 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf0b2b74 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc651e22e rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd43d142e rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4cb808d rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdeb1121a rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf14991b rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe9a4ecc1 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf013f41f rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf915c565 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2e224ba3 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x52ec46a4 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8d8b648a rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa48cd77e rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd31aaec5 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x0cf4d7db cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3c8bf494 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x996f38a6 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xbf91c652 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa4072dbf wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa647d021 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd4c6b1ae 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 0x0dc63726 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ec0b715 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0f0ee043 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12c6fe4d wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12ca6b1d wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14f1aa48 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ca0f7a0 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20fcadb4 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x21e3de5f wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26e9a5ce wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x276c0a9e wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d2eedae wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2df9f123 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x31d90e34 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3b2f950f wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42dda250 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d2149f4 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d3be084 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x528d856c wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55fb4100 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d16bf0f wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e10bc69 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ecca643 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5f382cf0 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65cbbc5e wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c0b7ca4 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6da023e7 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x79b0dd08 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7d0918b2 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7dffa19c wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8124f586 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8cc9e8f8 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d701d2f wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa401c446 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa641ebe2 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9f5ed56 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc4d774c wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcb1ce212 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfeef140 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfef35c3 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc8ee388 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe92e8b2d wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe05e858 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7273dd1a nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x79129d74 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x9b2c7cfb nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xf3fd658f nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x44fd4e45 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x4c796caf pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x4e941fc6 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xb6ef5198 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xd559dd40 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdd2c65c3 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xfcb9f139 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2c08db57 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x429e0edf st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x458ef37f st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5ef89c89 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5fdf0e59 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x74f6670c st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd5f11ba0 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfece7072 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x22441d69 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x74aa9eff st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xbdef7a7c 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 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x88bf95fe ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xa4088718 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 0xd75d72cd 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 0x423c34d0 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xd6ea17ee async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x36a3e1a9 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4876e060 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4bd21139 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4ff8458a nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x790976e9 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x89c086b9 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8ac5c0e2 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8f5da491 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x91d9badd nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc213ed3b nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf21369da nvmf_reg_write32 +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 0x8e371f08 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 0x19637d37 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x27ee7056 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x30ebbfe7 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6e8f030d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7c45ab73 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8a2ac82a nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb84d5e1f nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xdd945dfb nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xdea9f43d nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xed66592f nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf1207ae6 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 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x64954d7a 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/controller/pcie-iproc 0xfa776a47 iproc_pcie_shutdown +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x89cbfd40 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x5dbde0ec nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x6a4867be arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xa3ddcaad arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0e29fc59 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3193de79 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x56eea692 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5733b524 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x59466faf hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x602d7fcf hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x70957f13 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7d42a02c hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x81f6365e hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa1a258d0 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xab0e73ac hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xab8a1186 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb4c94c07 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcbb0d492 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd046ac0c hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xde3973da hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xeaae406b hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x2ef1cae6 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x186e8e26 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x18e43343 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1ee2b04d tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1fac5254 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3014e528 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x373ccd7d tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x522359a3 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5c50fd9c tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x602543b4 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x67725fd1 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x69d72c2e tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x77e89312 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9e595ee3 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb4a67d87 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbdbf58a9 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc6ca8e84 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xcad2d898 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe94a7892 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xef5df257 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf4d8d92b 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 0x112dbe5c mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x21561ab3 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xa4104ceb mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x76267fb8 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xbe6a3d45 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x7f404856 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xfe3b76a4 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 0x0af16786 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0dee57d1 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x12213e80 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x195283ae ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1fa2fc4e ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x25afbe78 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x28b4decb ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4223a9a2 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4f28fd6d ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x51a787f6 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x63155fd7 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6b25c35e __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x72104b1d ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8460163d ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x85596c5e __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x85ec1c3d ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8e2cc9a5 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x961fe4b3 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9daabab9 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0bb8dba ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0d2e9dc ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa8d1375a __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb1258da8 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc03bc916 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc6ed858d ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcc1dcf1e ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcfe21a83 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd556f20e ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xda86e31d ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe2460b3a ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe316a562 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfd2d030e ssam_controller_put +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/surface/surface_acpi_notify 0xf65165d0 san_client_link +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3eee1135 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x45aed692 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x8ae12324 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xeb7a6e2a devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x472ee401 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xace61f1e bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb65c5412 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0a208537 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x2a11a0b6 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x999cc199 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x0189ff79 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x03ff6be0 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1c0b46a0 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x71643887 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7f12c543 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb4d32acc ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xe2849b18 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xeb380e85 extts_clean_up +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1aa722e1 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x397384c6 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3b40a613 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9df37c77 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc6ad27f5 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x5344a4be rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x018d1f59 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x18f10489 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2a5f8112 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3334123b wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x781947b8 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd5312511 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xf4156ded wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x1a186145 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x2a1f5105 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x2dd0a838 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x3be49a63 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6d912e0f scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x866e9dfb scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xdfba1a17 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x561f92ac scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x59674b81 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6a0ede45 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x85dd871f scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x9c67d0f1 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x80622d77 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xdfb5f43d pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xfbc62891 pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0ea3b69f qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1ad891f6 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x3f2f9991 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x684eb148 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6a9b58e3 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x7372682d qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x945bc40b qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xec07aff9 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x0fffb0bd qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1def21ba qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2cac8517 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x60eda9b3 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x645bd3e3 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb0b194ab qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xe7920107 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x27a477ca 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 0x8ec183d9 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xbd935ab3 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 0xcd1786a0 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xd19f32d7 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01b1d3bb cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01d7027d cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05e3a981 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x065e31b5 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08ba0e46 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1898200d cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e2b02c8 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1fe7a8e0 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2992381f cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f5fa9f5 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33a7941e cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36aebf44 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3819327b cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4337648b cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x435a1c55 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5458d4f3 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54d69025 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5def98c1 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fa8dc2d cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x637183ec cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x64bc7b58 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6a2d011a cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70af1a19 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7189eead cxgbi_iscsi_cleanup +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 0x86e9906e cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x884580c9 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8db37fb2 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94605b3e cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9583be71 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x960e9f58 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa03e2785 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0bf47e6 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9bda30d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb3058c4c cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd80db1a cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd836cfc cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde1a5584 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0790eae cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0f80d53 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4f0f3a1 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5219d81 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea120648 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb69c8fb cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf688788a cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x142f0cfc fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1c578375 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25e13139 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3cfc066e __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3f045b24 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4460f280 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x51adeb0f fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6508cb12 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x69c6c45f fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x71789a70 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x73dd4513 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x845def5e fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8b3d536c fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xac448a04 fcoe_ctlr_device_delete +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 0xcca8a17e fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfacd855c fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x415cc8f1 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x886c5de4 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0a03eef1 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x13e98da3 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2592f2be hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2716f48a hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x29d6b02f hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3408e7ad hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x348809f0 hisi_sas_slave_configure +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 0x438cf11d hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x48dac7e4 hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5dbf24a0 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x626148c6 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x71f43510 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7581ef3f hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x79dfe31f hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7aeb9b7e hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x94c695b9 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9dd9f771 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xab428a8e hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xabeb3791 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xae9a5f0f hisi_sas_slot_task_free +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 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc4a641ff hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcb9a735d hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcf1030e1 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdac10edc hisi_sas_remove +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 0xe5241ba0 hisi_sas_scan_start +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 0xf6262c7e hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x00c18dc1 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x091a0b21 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3ba36142 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x416c1018 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x64204778 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x66f009e4 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa6d6104e iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x039fdfff iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08ce390a iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0967d79c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1758783a iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1acd05f2 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21bda6db iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2388a186 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2cde9694 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d3a478a iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3b1cd90e iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4bf844bb iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c8a7e31 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f7f323b iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f9049a3 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5af6ce61 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5bff745b iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x632a7463 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63eee7de iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x72649dfa iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x753f5817 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a649496 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84a5ca9f __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8cbcd192 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8cef7e8d iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f0caf48 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x910f266d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9580fd93 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97e33548 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e4852cd iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2ceb3ec iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa441d676 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaab29085 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6c6e0a1 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba4f229a iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8f1fa4 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbfa1bfcf iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd21d9df iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd28380a iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd2fdbbe iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd624f12e iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda25bfc9 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf563c81 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe63de0e8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb2a0a1b iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7a90c9e iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff43e604 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff6d6634 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffdcf673 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0104c47b iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1620be04 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1743b377 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1997c662 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5991dd58 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x775e0cdd iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7f9dff6c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad13127d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbbefc335 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbc65b45a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcd45ea9c iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd5c735d0 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe4646179 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe4aba449 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf318e654 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf7e82a53 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfbbadc5a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x010e9d22 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0cbcc778 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x10b1626a sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x19681613 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x22fc678a sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x260fc60f sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35f3ffc9 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b920675 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x417743ff smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4228d0c2 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49244c24 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49c0eab0 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4c0b8ab2 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5b0007e9 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5bb96e05 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c85e82a sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x706e545f sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70f7204d sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7831765f sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c0e26ef sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fa052eb sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8829174b sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9285dd7d sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x94ceb933 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x97d92a70 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa0086f7d sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7877129 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9e48161 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb22605df sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc028673f dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc3782b31 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd07e2017 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd926fc4d sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdbda7ac4 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdfa46584 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe902b64e sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x907349fb fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ea503c0 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f1cefdf __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11c126c4 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b69df50 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29ea068b iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bdae954 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e5d99ff iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34b456d6 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x39201782 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43fc56a3 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x450ae7db iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47acc918 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e59493a iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f0c031f iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x59761ecd iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5dc5b865 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5edcb62d iscsi_conn_error_event +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 0x749f1122 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f5a24ad iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x83e80f18 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 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c9abca8 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f11aad4 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99147aa5 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a20e6f7 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a957b1e iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa06c35b2 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 0xa48408ee iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7addd7c iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9ef5b2c __traceiter_iscsi_dbg_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 0xb18043fd iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4aca798 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5418727 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbb09e0d __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbd50444 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 0xc4f6d5a8 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc60a9ef5 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7dbbf5c iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcda18d7a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd156fa13 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xddcceb3a iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdfb7b0fe iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe221545c iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2742f32 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe329444f iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe39981f8 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe46edc7a iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xee439e37 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf585d2e5 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2742ee12 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe6f8bac2 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xef55b732 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf7ae1525 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x95b4a755 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 0x07433b6d srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x28f331ed srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7fe3ec45 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xaff2c571 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc885a685 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd4361a6b srp_attach_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x278f7890 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x696e1da5 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x72ce413f __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x832d18cd siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8cf67179 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd248f14c siox_master_alloc +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1460aae4 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x23f9652f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3deb830e slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x43cbc5cf of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x48500932 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x48f7d112 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x50fad734 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5247fa96 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x558f5bbc slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e6cdbde slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x72224892 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x752e98ac slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x77f390b6 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x82c1b065 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8ac2ba98 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9efed726 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa34c3ea0 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa3ecd5e4 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa599971a slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8d57061 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xac8d3571 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb38840ca slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbf295f7d slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd2a959a8 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe8c49995 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xebf15f86 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 0xf403721b meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +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 0x32962f73 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 0xb7c6fab9 dpaa2_io_store_create +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 0xdd0f1a82 dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x36c22a3c mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x54082e81 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x5b5a6068 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x6c9469d2 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x8e526893 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xa3de8d1f mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb9e9145c mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xbbd42fc8 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xff05f97d mtk_mmsys_ddp_connect +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 0x3db1c488 mtk_mutex_get +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 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 0x033bb790 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x3700140c apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x70b6bacb __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x75409dcc gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x8ae532c2 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x96c2b78a gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xcf5fc74a gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf44f1e3d aprbus +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 0x0ed5180e qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x5a61298d qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x7967066b qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x8be421c3 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x44689be1 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 0xc5167e4c 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 0x349504ef pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x48385c45 pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x63671971 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x8906f696 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x95fe064b pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xa06fef3c pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xc0865e3b pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xedddef5e pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xfd70db32 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xbfd75f31 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc0687e32 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xd01b025a sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x6cb51ffc sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x33e8e893 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0x087e65ec bcm_qspi_pm_ops +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0x8aa0850c bcm_qspi_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bcm-qspi 0xf04ebdff bcm_qspi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6e19b806 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x703b7da1 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x796c50a5 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x804d0fd4 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x96a92cbe spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb53422ef spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x2c9f8d34 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x47bfae87 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xbb728ba3 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0d30408f __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x231e3cb4 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x313e1632 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x31a15f97 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3470feba spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3aa3e9bb spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4315533f spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4ebb71d7 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5fbdb55f spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7fc96169 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f3900fc spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f39af50 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbe9da576 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc36e04ed spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc77baacb spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd515a5c7 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd72c5530 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe82dfc73 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf5ba2fcc spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0e0d9296 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x08006adf anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x10b34afc anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x33522833 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4f27af6e anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x53cb014b devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5ec47a5e anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x668259b7 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6796b6e0 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6f06c557 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc1deb932 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc4e09949 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc76abc1c anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfef92664 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x729f71e6 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x7546f680 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x9af8f13c fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe0447069 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3e77a816 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3f3e73a9 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x41e13410 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5bf39704 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x740a510d gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x801cc9da gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x944d44b2 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9db8b58a gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa1a621af gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa53a0f4c gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb5f7acc7 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcea06352 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf57558de gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0024018b gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0d2457a5 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x133a27f3 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1eecd026 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2b44b72a gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3cf43679 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4383d911 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x56362ef9 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5702b8df gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6712d7b0 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x740cf1c8 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9cc29019 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xaf8a3267 gb_audio_gb_set_tx_data_size +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 0x87df46e0 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-audio-manager 0xe26f7036 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xcaafdab5 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xf1f120ac gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x2226c6a7 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x77ff5c70 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x9ce184fd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xb2f588ef sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x110c5940 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x12984fb0 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x14b505ba imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x20fc3d49 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2d445113 imx_media_capture_device_next_buf +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 0x522ca700 imx_media_capture_device_remove +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 0x567ea177 imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x60c5e6e8 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x64854db9 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6ba80ed7 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7e1c8f04 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x848c81ed imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x90563d7c imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9a3362f1 imx_media_capture_device_error +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 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 0xe7149a4c imx_media_pipeline_subdev +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 0xea5ff07b imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfd922d58 imx_media_capture_device_unregister +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 0x1eb82104 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x29278ae6 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2b3f2c24 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x388611b0 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x42349b91 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4c38d5d0 amvdec_get_output_size +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 0x60f77df5 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7ceba0cd amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8abbf29b amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8e37c64f codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8f600435 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xba39bda8 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbe2a3857 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc425721e amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd85ec761 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe17d5365 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe27a356f amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe28dbe27 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe7a071f4 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe95bdfae amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xea3d2742 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x2bad0b7e nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x3861a1e5 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xb53d12b8 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x0a5e1e00 vchiq_mmal_port_parameter_get +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x2912d153 mmal_vchi_buffer_cleanup +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x2e0cdb9d vchiq_mmal_port_set_format +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x3f7dde48 vchiq_mmal_port_parameter_set +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x47fc1cd0 vchiq_mmal_component_enable +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x525e507c vchiq_mmal_component_finalise +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x6192e1a2 vchiq_mmal_version +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x70072c90 vchiq_mmal_component_init +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x73577d20 vchiq_mmal_finalise +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x749e2972 vchiq_mmal_submit_buffer +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0x95cd85cb vchiq_mmal_component_disable +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0xa7cf7c0c vchiq_mmal_port_connect_tunnel +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0xaca4dd80 vchiq_mmal_init +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0xc181bc8f vchiq_mmal_port_disable +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0xc77176ed vchiq_mmal_port_enable +EXPORT_SYMBOL_GPL drivers/staging/vc04_services/vchiq-mmal/bcm2835-mmal-vchiq 0xf55ef641 mmal_vchi_buffer_init +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x4eee2fa2 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7a71aaed target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xad4ffdc7 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xba1ecbbe target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tee/tee 0x08c6c1d1 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x244fa70b tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x25dc2893 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2b6e4d91 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3c22ae87 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3e75d2d5 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3fff3a93 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5966e8bb tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x63a2447d teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x72d9d92a tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8728594b tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x98b77bc2 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x995a1d3a tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9b74f5a2 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb44ad7d3 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb9df0eae tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcad6d30c tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdbf9196a tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe85059d6 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf34a3284 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf562f63f tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf77a2896 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x375c0cc9 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x397d50b0 st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xc85fbd2b st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x04067494 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x26419468 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d6a1b03 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x46f2ca31 __tb_ring_enqueue +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 0x50437fe9 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x51c65ffd tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x53bea845 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x599980c8 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5b19e9b8 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x63cd9267 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x68a4555f tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x68abb739 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6c0e965f tb_service_type +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 0x7c87c454 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x82517c6a tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa1d37dce tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb5b0ab2e tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7378822 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcde94ae6 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd5763d92 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdbebadcd tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdd8eb5a7 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe3477b9a tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe9ee9f8e tb_ring_free +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/ufs/core/ufshcd-core 0x0b991b0e ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1898dc52 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1b07fdbd ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1ee4f2a1 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1fd3cc14 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2d8a5dcc ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3167cc69 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x414823a9 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4a35ccc7 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x521d7304 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5aa49676 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5e713c27 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x65b04ba7 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6de3e6a9 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x734ff5b3 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x76860890 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x76c86143 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7c09f003 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x82945699 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8761f911 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8f10b5fd ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x99d0a4c2 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbd26b69b ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe274246f ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe7fa11cd ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe987197c ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeb5244b3 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xed06a678 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf629b6d4 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf8ba5d9a ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfd0f5784 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff9577ff ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x36ea0773 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 0xe832e11b ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x507b8491 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xafcdd0f2 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb2f3fd77 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xca2f8c9c __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x3c146001 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x42dccb76 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1218260e cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2ea21c99 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x513b6fd4 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x69ffde48 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6d268dc0 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6e3059dd cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xdcb7cf9a cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe8b9de1a cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf790e497 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1622b662 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1cc2b404 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4910eb75 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x50cd09ee hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x5c28c98b imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x81c1667f imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x924d7c32 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa98ddcd6 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xc9ef63ea imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xee4e881c imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x233f942e __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6f7efc26 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x8af88b70 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x94363033 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xca05e40f ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdccfd207 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x04ede345 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x11c069a6 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x272454c0 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2abd8827 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x512a9ccd u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x58b9c261 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x68855617 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x74c0edfa u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x78cc3d0c u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8586c377 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8dbe6c9e u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9965a4e6 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9f26726f u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf7db098a u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfd8dd694 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1fb60cee gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x27a9a172 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3328f0e1 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4caea67e gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5bb56407 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x60c11fb1 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x76b2cb12 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x79c8cbaf gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x84e09bdc gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x877ae2d7 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9707f42f gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa1b02166 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa41c5c21 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb3465f73 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc61fb7b2 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdd3ef386 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf8e08405 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfedb973e gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x1f042a01 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x3afc878b gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4f1210f7 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 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 0xcbec4409 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 0x6bf6fbf7 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 0xf16c08cb ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x04f25c26 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x120cc6a6 fsg_store_forced_eject +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 0x1d6c715f fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2083e417 fsg_common_remove_lun +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 0x373e86e0 fsg_store_file +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 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x66cbb5a7 fsg_store_cdrom +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 0x72c533a4 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 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x85906dd3 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x870ac5d3 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9344d3d1 fsg_show_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 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 0xbdc7b611 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc3516bb4 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc4d2231f 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 0xd9d75d01 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdc1c59bb fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe752f652 fsg_lun_close +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 0xf5389aa7 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf82d8f4e fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0cd2e9a1 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2397bac4 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3bdea327 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4115ceb6 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x452dc4de rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x61577865 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x68b9aa7e rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7880e242 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9d2035bb rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb8c1a5f3 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdad772c1 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdb17e623 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xec3eb02b rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf64a5e65 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xff2b9793 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0773363e usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0aae2a58 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0f25558e usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x22fd11cb usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2aa7da15 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x31f0d385 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b7bd695 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f45c104 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x55abc554 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x591e3efb usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e04d417 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ae6e87a usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6e6297d9 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x78a84d6a usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7aca3a97 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8e0e8e37 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x970496a4 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x99846703 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa2e51406 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa41bd91d usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xba7a643b usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1c3f5c3 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd85bff3 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcf3fb539 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd6b50bb0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdf4ca9fa usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5e49f6a unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xea3df50a usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xef8d4fd7 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf02d355b usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf5b8620e usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfee6d145 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0x637b46f8 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0ae86059 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0de04587 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4fd18734 init_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 0x63d41d15 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x87ff062a udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9bf4b8ba udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd63ceeab udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xddb981e7 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe40be8c5 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x047884a8 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x07d36972 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0c90d7ae usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0d039027 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0d97da89 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1035e120 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x19a04d6d usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e7c3946 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x248a8074 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x26fce2a8 usb_gadget_vbus_draw +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 0x309a07c2 usb_add_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 0x4b2ed336 usb_add_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 0x524d1e01 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5c0be47d gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5dbb17fb usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6faad71b usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x70e29b47 usb_udc_vbus_handler +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 0x838f080f usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x89677ad7 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8dc54dcf usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8de0243e usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x95063101 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5d2f0b4 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 0xbebb8b43 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc091fe05 usb_gadget_set_state +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 0xc9ca95bc usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd02ea84f usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe026f6f0 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf82cce67 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf8460cf6 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xfa34d942 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x1b6b56a1 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x386e5cba xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xc880cc5f xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xeaf0bf3a ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xf40a221a 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 0x165a0328 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x30648717 musb_get_mode +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 0x85ba1f3a musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x8d406720 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc38c2b0c musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd0bc6724 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 0x183339ae usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3c8f70f1 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x40865b20 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5213b33d usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7fdceb97 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x432d9103 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3be92128 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xb3cfb4eb tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xd0061345 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xef2c2cd2 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x4befe4e9 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x162566a8 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1e68d3a3 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2f384a65 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5ce6a1e3 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6e9a1fbc usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7b6f9367 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7cc318b3 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x88dcfa34 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8f052b20 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8f9cc55c usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9691075d usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9fc0a59f usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaebeb5d7 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc68bf876 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd4e2c67d usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe9d84a72 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xedd213e4 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf3a4dc41 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf3d1c40f usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd1192cb usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x8151eb0e dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x9d2c0249 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x467e272d 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xf381432e tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x07ef6bf4 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b9f2a09 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e40154f typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x110b18f2 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b1786f5 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1d16b386 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1efbc4d6 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2022f68b typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x241e3c3c usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x26401760 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31713266 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31d042bb typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a236de7 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x41c62cb9 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x42d65ed5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x43a98bcc typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44ea66f2 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x457bf543 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45f76f6e typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x47207968 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x49fdace5 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54bbc464 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5b6c6209 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f900495 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x631570e9 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c1cadd3 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x710ecce8 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7165e70c usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x78022620 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x78c9328b typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7f3ea02e typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x895b759b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8c905142 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x92ba8db8 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9464cfe2 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x97ed92d6 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f3461c3 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f7379ce typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fd27067 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa063ec8c typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa34cbd12 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa527c5b0 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xacb5da4c typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3863ac3 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb38a50fa typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb60592f6 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc009bc0f typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc09181e4 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc1283145 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc35c01d3 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc9bb038d typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcaa9f155 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcbd03bb0 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd018d5f9 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd27a3c1b typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd40af672 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd50101ad typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd538847b typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd709fe6d typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb77d720 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdbc8e46c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfc0c9f0 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe050330b typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe1b8f82b typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeb690f4d typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xedb74fb1 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2ec894a typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf6ba7c2f typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff9f9af0 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xffeb4dc2 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1eecd680 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3ebfec40 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x5b79eb09 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x66beb4fa ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7dfe4b88 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb061738a ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcdf62d1d ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd262830d ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd76c4f8a ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x06f9d612 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1303ad02 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3a117b33 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4231ae77 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x435702ee usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6986cad4 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x71d35c96 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7f9d069a usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8fccbf52 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9c0c3d46 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbc366b6b usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc5847e51 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc584fd97 usbip_dump_urb +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/vdpa/vdpa 0x30a995a0 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x31bffce3 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x35550b6f _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3694d2cf _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4153ac28 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6a40cb6d vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x784fc8cb vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa463aa53 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xee225e38 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf0107e9e __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xfb2010b6 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x9541f87c vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xc705c250 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0f00c579 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1cea2a94 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2054b2a8 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3ebead3a vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4274b913 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 0x603b3443 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x68adc4a3 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7b68e7e8 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7dac2017 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8e98d8a1 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa8f2e08f vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xabab376a vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaef5de0b vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc6e9a67a vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc955ccd3 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd091540c vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd801ffdc vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf49af846 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfb6a8954 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3151f0cd vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x60fefdc7 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x96e54015 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x9d214191 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc5540de0 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xdbb6418f vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe49293bb __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe6f52d96 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xeffb2df9 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf4214070 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x06bfbb0a vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x092be25f vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0bbc7c25 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1aa5948f vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2d00f926 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3db0b760 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4527608c vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x476374e7 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4ec4cbe4 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x74c46262 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x93df3ef8 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad191b83 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbc6929c2 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc87d2e42 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcbf587a2 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcefbece9 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd3e5c66a vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd67f46f5 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xda1a0fb8 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdc42c238 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe471bae3 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x12be000d vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x15e8b6ab vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1667d5de vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x175c13e3 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c5b72e9 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e4ccc97 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22bae09a vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x249f1734 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4043d104 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4265677c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x51cc944c vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x521f52e9 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56a45bfc vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57c891a5 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x591d356c vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5d798ee4 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e6ed895 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6083724f vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6fcc2950 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79d540eb vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79e228c9 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a33993e vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82c68c21 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x86552e53 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b0e04a8 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8bb7a63a vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8dbb818a vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8f643c66 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x91c9503b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97bfe5fa vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9fcf613d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0ab0346 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xada6e033 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1ed0b85 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb76d73b1 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbd79e4a6 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc04f438b vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc17d06cc vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb7e8bcd vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe137be33 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec57d47f vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf17861b9 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 0x08860fd4 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x79c04b58 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x84f418f3 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8e757e10 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9a63d951 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbc7a9040 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcd73b7ab ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xb556e911 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x290abd62 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x618eff60 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x23951e2b w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x28a13fb2 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x443db9c5 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4b8b9863 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4e28763e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5da619f8 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x698385bd w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x90872e15 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9b4daec8 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa8281c37 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdb08e375 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x1aee3836 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x84c09ee6 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x8f993cff xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xaa400ca7 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xeccc7c8d xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x6cfb91e6 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x827feb2b xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x02c2ec06 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x574c57b1 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9dbd5022 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 0x01281523 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0f27f4de nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x14005d35 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3e595cd4 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9c09bc05 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc30e1758 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdb19480b nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xedce2fe5 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xda3010c4 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x016aba32 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x024c4ec4 nfs_invalidate_atime +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 0x054d0f35 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07dab921 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0acc6438 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c21dec9 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0de30e79 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fab209c nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1074998d nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x116440ce nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1335ebc2 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x171204c2 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17257aee nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1acc9dd8 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b1c968a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f0e3e52 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f88197c nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20cca5bf alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24823c03 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28e7f07f nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bcf2ac5 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dae5660 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ff42b3c nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3118cadf nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36764393 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39255f79 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a0f63dc nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b900cdc nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bb03161 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f1b83f5 nfs_show_path +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 0x4166daea nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41e1f4fc nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45c93b24 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47507c8e nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47d14748 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b357fe2 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f4a18fb nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f63912d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5656a736 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56baa782 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56fea984 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58030512 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58cfa079 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b25c609 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f243dc5 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f2cbe20 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fb0eeee nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64994c56 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6909f4f2 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a8155ac nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c1af273 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d6d1d97 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d914a99 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e259219 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e746d4f nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7127ae0e nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71f76d9e nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72e144ee nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73edd28f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74749f1a nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74ac0022 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78d48d81 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a5fbd79 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b0e0024 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7da5dd95 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e322542 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7faefb9a nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fc5a657 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x820e5aab nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82e4de51 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x833235d3 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85ddea86 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88a44fb8 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88ed5d8d nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88f51b0f nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x892be98e nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dac7091 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dff4937 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90cc7ef8 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d73244 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94c31e9a nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94ffe5d4 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95ad1a36 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95cf4a4e nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99039c60 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d278f0 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa546738c nfs_sync_inode +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 0xab07a2de nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafad8146 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0c2e44b nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb19b2dd7 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3d5f8ab nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba22c2b3 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb477a67 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcee8f16 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcfb76a6 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd562e40 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd83ee5d nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe89e3fe nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0f59881 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1a5f8a9 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc359141e nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc47cc9ce nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4b1dc04 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5198248 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc64f8159 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc904f920 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc967e71f nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca877cca nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca8e251a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb6a51d2 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd39d790 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce600eca nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf6090e9 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd14ded96 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2157f66 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda368696 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbfd1768 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc95e35d nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddc2bed8 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2dcab12 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4cfab33 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5f70603 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea4cd6eb __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeae58234 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xece65ff8 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xece67f5b nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef67a691 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3396f94 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf36a1fde nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf39786e4 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5dc6616 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf75888c4 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9685b0b nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9f379f2 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa10fe92 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa5371f4 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa877726 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd8f2cd3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff61cf20 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x56ee91ed 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 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 0x0dbddc65 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fcde073 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff2938f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10df2386 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1343a893 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16847f4a pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18321534 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18903348 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ff773c4 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2153be0c nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22ec4a0e nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29414558 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a05570c pnfs_generic_pg_init_write +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 0x3313ac17 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3420f5d4 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x383d2410 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38f4eb49 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b501576 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c0a7437 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d1363b4 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42cdd9ef pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x454c3189 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48c21ed1 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49d88b61 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a68455b __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b090296 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c8cb5aa pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5317c5d7 pnfs_alloc_commit_array +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 0x5930b3c2 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c6d9556 pnfs_nfs_generic_sync +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 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f6584b1 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7121e588 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x721b3f29 __traceiter_nfs4_pnfs_read +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 0x7d22f3bc nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x815639bd nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81c193da pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85fa325b pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8def5160 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e169e3d nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95050438 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9826f77e nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x983ce8e0 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x993c0450 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9aa40816 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f82f598 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2bbcae5 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2cf37a7 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa34c5ab5 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3f8a141 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8d575bd nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad1fd71c __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb067e1fc nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb07723cd pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb793da5a pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7e7f864 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb83fede6 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbba55a55 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbcc1d29f pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc16702a4 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc58b623b pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc627cdc8 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8b57cbe nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc958b7f5 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce8931b7 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf0566e4 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd290979a pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4ebd37c pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd72803ce pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8f71ee4 __traceiter_nfs4_pnfs_commit_ds +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 0xe3b44148 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8732530 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe928c535 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec381e85 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec93dfb1 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee908de0 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeecd9f04 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2446926 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8807d09 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa45b7e3 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x6e51903a opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x9cdc5f81 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xf878d426 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x65cbe377 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc2892dd3 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc5417d57 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe79a353e nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x8e6ed76c nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x485ab268 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 0x590e3a35 o2nm_node_put +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 0x8abc1673 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x934b8f26 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa3c02c71 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 0xb3cedb5f o2hb_setup_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 0xcac37e7f 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 0x14f17916 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2838beac dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x31c3bd60 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x82cbe7c3 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 0xde407273 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe1f5dd2f 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 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 0xac5cc60e ocfs2_kset +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 0xc402d2e6 ocfs2_plock +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 0xcd120eed ocfs2_stack_glue_register +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 0xdbf1e5ab ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x25096f39 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xb48ea699 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x11f403e0 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xd06079dd 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 0x0123df25 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x8147e3fc 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 0xa99fb56e lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xf184f95a lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x2bff7199 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x6885e8a4 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x7d4f36c8 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x8e606e17 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xdd129e10 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xe3f9034e garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x0ea7ede4 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x481e4589 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x7f64261a mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x939b5a5c mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xc6a10fdd mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xfe0dcb25 mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x24474e5c stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x546242fc stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x56908ce0 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xdae68952 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 0x747626c7 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 0x05e59242 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x13f31a1c l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x290c3a34 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4b00e0bb l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4c503002 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7b9a3f1e l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x948fe7e0 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc74432cf l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd1188085 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x10b2ef39 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x13a0bf08 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x160c3a13 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x24bed17a br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x256ad7e0 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3cf91dbf br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x447a7689 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x478e961e nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4fcf41fe br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x55631b8d br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5cb324f4 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c609fd6 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d35ab95 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x84866410 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x94661268 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa53365cb br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xac738544 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xba94d0b6 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbacb29cf br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc3f0ce1c br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc8dabb7f br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcd31f324 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xedfeeb0c br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf0a5b807 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf8181c75 br_get_ageing_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0718a681 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0beb178c dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31fa00f7 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37f568de dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37f9ee8c dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d02aad0 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x413dc369 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48bcca0d dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e45218c dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d085fd0 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x791faa23 dccp_destroy_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 0x8abb972e dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9261b199 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0c9787c dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa64f751d inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb6ffd5c5 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbac21f28 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc00dd3b4 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4937ec3 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc828afbc dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcec79bea dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf305eb8 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd347033a dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd53d86d4 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd5525b42 dccp_init_sock +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 0xed6719b4 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xee928abf dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef629223 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1b92ee2 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf52124c9 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf54ea63f dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfcb063d1 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x18228412 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x31b7fd39 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x64ac5280 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x76031ddf dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbe98c82f dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd4c2a259 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x00bece37 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0bb8b9e9 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11b1b85d dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x29630978 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2d5918a7 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3fc41384 dsa_devlink_region_create +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 0x4e23b3fa dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x509106ba dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5237d5d0 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53dcb842 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x73164d09 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x740c2e54 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8137ca6c dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x814f1cad dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x890bf2c5 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x898b641b dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8d287652 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa6d5f7ac dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa6dfbd20 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf22c9e9 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf4a1791 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb690ef10 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0328748 dsa_enqueue_skb +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 0xd21baa6b dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd97d6792 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe05ac91f dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe68726ef dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe996e80d dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf186e94b dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfc1fa8f6 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x09b5a698 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x334aad9c ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x38d2ac92 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x565d2375 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6f789f3f nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7f967078 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x822f65dc nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9a5f4a03 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd5ef43f0 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xeb22ee6f ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf14434a5 ieee802154_mac_cmd_pl_pull +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 0xb5cd24ea ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xde0ea90e ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x175f8d16 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x96b69d11 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xaef8ebeb esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x10957ec1 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb67fa392 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x034b956f inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0a73fcf7 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1e528199 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2036199e inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2dc43132 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x317af4f7 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x461fc634 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd71cd8eb inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfd830864 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x9aeea2b2 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x01ece3b3 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x030120be ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x05d476e9 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x16f62819 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2b9eeefa ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3d3462e8 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6edd36c9 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7898e650 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7bb0a215 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa42f60d8 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc5fd99b1 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd69cae4f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd9be16bd ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe8e3dc8b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf0f53749 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfabfdf78 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfff4bf9c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x8a2c3c44 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xbaf309f8 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xf53c832c nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x43c66fd2 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4e68efac nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6e9ccff4 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xadb6a739 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xee516f54 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf061b93b nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xff351aa7 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xfbb2af06 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x40e0b393 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xb0f3135c nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xeb7fad73 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x1c51e04e nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xcd1201dc nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1bbf195f tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbe983ad8 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xedce83bf tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf30b6b5d tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfb88dec9 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x255cd54e udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x75880046 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9a8f0728 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9b5cad69 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbc90691c setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd43d70ed udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe940dc92 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf81c3dd2 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x05825e07 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x40fbe421 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xe31fdbd0 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x169e3f65 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2054a63d ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x86df37f5 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xa93ff2f7 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xe0b4e590 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xee902d53 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x0c0841b1 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x0188f6af nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3bf3886c nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x75be080b nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc94c2ca3 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd153468c nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf0262a8b nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf665fe38 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x7cd50e6f nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7a9d6353 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xd8ff30eb nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xfad63675 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x47657f68 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x9319674e nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0e14ee8f l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x181c6f45 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x239db38c l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2a62e748 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x37cb63b8 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e57dc77 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4f81b714 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50d49c18 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x694d0c8e l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x69908a02 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x738bb619 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8cc85248 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbd7b504e l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc0b21cda l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcc943d69 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcd424249 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd4da9a55 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd638cc69 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe2202fac l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xedc735a2 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfd6fe870 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x0bb9fd92 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x3a8d2045 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x06f58149 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x12905da3 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16f25971 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1c5d1be8 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x29523e26 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x29591413 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x29cd2882 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x39f3202f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3f6b8325 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x53b469f4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6a121617 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6ed0cbb3 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ad47780 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x811b4d5b ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x85884e39 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x88d050c6 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8af10542 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8e32b0bf ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x91a2c005 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9f0d6477 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa8ccde18 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd3c53480 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe02ddb97 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe71db93e ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2bed4812 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x313e85dc mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc57a33e9 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc8778a20 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xff696a9b mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x191ee4bf ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3402739e ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x55677a19 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6649ab8a ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x689c210c ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f274bdd ip_set_nfnl_get_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 0x927ab2ae ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa069b5f1 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa4524da2 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb54d2c52 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc8befce ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcd8239ea ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcf683d13 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd2dfb3bb ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd68bfb03 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd9611ff2 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xda0692a8 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe8ef93a2 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe952d986 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x676c64df register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x83e43bb7 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbefec9a2 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdb1ce483 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5ee5a221 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6e0ea576 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7527c5d4 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9a572591 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9dcb6736 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_amanda 0xa6d2c53c nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x6d9bbb8d nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x56a87f66 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x39ab3598 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf671f1e0 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x1f0b8cb1 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x45b69fe6 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0e3348b9 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x51a5e790 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x62d636f8 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6f557609 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x75cc6b5f ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa13bea2e ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb0e865ff ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x93a05a5d nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xf2b1003c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x53ced983 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x90436e3b nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x9aa8e55d nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08c3e3cd nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0eaf6bfd nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15308eed nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x30a81f3c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x31db650e nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x377a51d0 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3812b05e flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x54aec9cb nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x58053f59 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x68b356a8 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa2461180 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc6376334 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xda3ca207 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xde972430 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xeed13089 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf753118d nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf9ab0409 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1ad54e1a nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1bfe8255 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1d2024a0 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x43387b1f nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58dd65d5 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x715b3beb nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91a52fee nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9633a76b nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9ceb92d3 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9dae2041 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9f8775ef nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xab874ba1 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb8e6c557 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc8322e9c nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd378f38c nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe1d2275e nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf5af367f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfcf6abfe nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3e3f6785 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x54c146e5 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x61e6cc00 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x87061a35 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8af9b1ea nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x92b5d8cf synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xba4f1579 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc7e7158c 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 0xd4884b14 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe43eef87 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf06d139f synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a5df984 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0edaf3be nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1802458c __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20dad454 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21391af3 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x32b419fa nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x39c5076d nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b2237ff nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3da4aba1 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48d8d47b nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5ecb3c6f nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x659b9eb7 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66865fda nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6874bed5 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x710700e5 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x774edd5c nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7b461c0f nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7dc41b48 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7f2f5a9f nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x80bd00ca nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x810cff0a nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8464ba7e nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84a62e01 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8571984a nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8796352f nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e73a341 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa63d76a0 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa79c4288 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaaa8b8e0 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad96db35 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb36c76e8 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf976e37 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc62e4a72 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7597924 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcf88f500 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4ce2e8c nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd560788a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdebef1c2 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe5d61c94 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe6c6fd94 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xec9fe6d1 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x55c2d796 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xedb2d3b9 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfc14a8e0 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x010f073f nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x41175849 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x62f32c2a nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x82ff7161 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa3063844 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xce4f508c nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xfcb2e95c nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x56cd6f4d nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5c052ae6 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x968a9a8a 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 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x07a32bb6 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0e8ac7d0 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x29fca281 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2cdf0233 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55c928ea xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55e7ccdf xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5dabee58 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x706437b0 xt_request_find_match +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 0x87fb6d63 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x89bd0472 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8c6eaedd xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9b9e2a30 xt_unregister_template +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 0xad8b0f39 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe2a8364 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbef5393c xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc571bf76 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc8f8ade3 xt_check_target +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 0xd810d011 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe4f6bf57 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe8291eaf xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe835994f xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf39db944 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf916754d xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x62d0c4ee xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe08455d2 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x56113fff nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xaa3bee8e nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xed6ad457 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x01403d6a nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x0a39e3e4 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf49c4e7b nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0xbd716180 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xce5f20ef nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6a1f92cd ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8033d233 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9752c7b9 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa264795f ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb64ff7ee ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xbbbb954f ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x07062f05 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x653af3f7 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xd8602cd8 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xfda6484f psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8b54823b 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/qrtr/qrtr 0xcec73546 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xf2e9a217 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0ac2168b rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x10088e92 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x172e6995 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x27601fc6 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x28971a1c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x290fca78 rds_conn_destroy +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 0x3662b25f rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x3a1c2cfe rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x3b41cfc4 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4a4fb2bb rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x4c2e93b6 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x56c8c85b 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 0x5f34fdb2 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x705e2386 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x89b70059 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x89e07bf6 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x8df5f3a7 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa9cf8151 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xabf0d58e rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xad6b5ef9 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xba853864 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xbd17c413 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd5d33e57 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd6d71db7 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xd7c91fec rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe30a6f0d rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xe71ef87e rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xeab0895e rds_info_register_func +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xae265a59 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xf3fb5e95 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x0a6810e5 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x22c957aa 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 0x3229a945 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x365401f5 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x61565138 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xdfbb6d81 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1c72704c smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x69fdc320 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x8a820559 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xd3fb3492 smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x04d07e0b svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x189bef4d gss_mech_register +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 0x87c93107 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 0xfea1755f gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x000ad657 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x021a06fd svc_addsock +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 0x07058451 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0866e6c8 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08753ac9 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b97ba08 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d393fbe auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e38941f svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e89f8a2 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f0ac7c0 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fbccb86 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1596ff87 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1628b397 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16790cd1 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b1b174b xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b26695c xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bc405f4 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ce5b493 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dc5f176 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e016232 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f7735ad xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20eb2fc6 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x220236a2 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2373e843 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x238640ea rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x245de0c6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24a2e714 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x252afa7d svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x264434be rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2657ebab xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x272328b4 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x282fbc01 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2873ade0 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x287ff577 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2967bb54 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a09bd7e svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ad6be61 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bcbd772 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c3710cf rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c90f305 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x300c4f0c xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31145f65 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x315f2c84 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3441d8ab xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x360ac4b5 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x365dcd78 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x369e1b36 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36a0e592 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d0535d svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3702b80b xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x374999f8 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37a4f5f0 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38020f44 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38206dc0 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38b43a56 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b8543ab sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e4cdedf sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f994d6a xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42b9ff17 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44f03c80 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x456be14e rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45f9cbea rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47419aeb rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x482af9a7 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49c1c5d3 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b4c1d79 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c7a4ff7 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cb9853e cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dba2588 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f1c5651 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50d9d877 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51b187fc sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53ce39a5 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53d5b488 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x556b084a sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x565ccc54 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56fa2c5f gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x575197f5 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d25f6f rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x584002a2 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5848c0a9 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a29f476 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c722542 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ecfee0d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ed0d698 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60e292de rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614df3ed rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61f29b6c sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6406cabc rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x656be6f6 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67904ac1 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67e25119 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68864424 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x689a5685 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6935a199 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a976c5 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aa26cd6 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6db2feaf svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6de4a496 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e5f7a7a 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 0x72614fcb xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73079cc9 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x732b473c xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73e8e280 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7481bebe rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7536fe4d xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x759b2726 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76ac33ab rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78bed540 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ae9088a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b33e98d rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c76918d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d15ea74 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e194b70 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e505233 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80f7def3 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x827a5421 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x829a60c7 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x852c13d6 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8598f920 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8790b293 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a6c4a01 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8be0c2c4 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ce3b353 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d91892b xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e7bac8d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ef10ca7 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x908a3b89 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90bd30d9 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93d9bbaf put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x958e43c9 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x970fc282 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97282566 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x973885ef rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98fd8f8d rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a117e2c svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b1ade72 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cefd708 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d07f5a7 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e1ce5d4 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e567f9e xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e63350e svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e7b4be9 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0e36cfc svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0fb87df rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa297fb2c cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4109dfb svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa483ec40 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa778dc84 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa868b39d svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa884d6a9 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab05c0ea xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab766fbb sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad63a054 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb12df4 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafeeb694 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb10f5251 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb11edb11 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3433ae8 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb41f0f4d rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb458840e svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb48fde21 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4b517f0 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4c50f88 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb56f9f5b rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7a135d4 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba17ff6a svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb3bed3f xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc781841 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc95d81a xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcc534fc rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe2915a6 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0eb2eab rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc106e61e xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1191fb8 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1d8321b svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b46b7c svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc423963d rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc84cab63 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8728fb1 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb019268 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbe40630 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc5aca8d xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc9b7f40 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccb292fa xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd6108b8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd869379 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf3d5903 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf53c0c0 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0257588 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd188dfa7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1afe0a9 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2a9179b rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2d2ad47 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd49f931e rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdad39f99 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd116c66 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddb38f33 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea73741 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b9fa45 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2fd48e6 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3c8e0a8 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4ccca43 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe53615cd xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5ebd924 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6258d36 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe72c8905 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe792b702 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb3f0721 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec66bd42 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeca23116 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee9dced8 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee9e39f6 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeead888a xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf036e689 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf04fb406 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0adfcbd rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1c5292f csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1d337c0 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2c30145 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4236349 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4c6adca rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf662cb54 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf66c4720 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6a0d255 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6e7ea11 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf76929b5 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7721a2d rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf78b34d6 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8137769 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa863125 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfadd6c76 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbd384dc cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdda3295 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe86d41d rpcauth_unregister +EXPORT_SYMBOL_GPL net/tls/tls 0x54f98a22 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x576403bd tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x6c846794 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x7e23b526 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 0x058b53c3 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x108a231e virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x15979efb virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x16a709f0 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1f135cd0 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x20c753da virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2391facf virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x277ea91b virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2f3c7a8f virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x31ff5887 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b2185fa virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3fa4752d virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x444c09b9 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4ef13e09 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5464abf4 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5e93be99 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x63276801 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a9ae4c0 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6f5d04ed virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x81089c09 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8857ec09 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95e89cbf virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa8eba05a virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaf7f31cf virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb50a35f1 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb7918d95 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 0xbb34595d virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbe13ea5a virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc1deedde virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xca86fc18 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xce4b8c6c virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4266d42 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4c8942d virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe7d95eee virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xecfe8cc8 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0721a708 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x099da3d3 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10eca98a vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15f421c8 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1e082fd3 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1ef66b37 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x24b23d1c vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x252513d4 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27d9acde vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x290e0156 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x42959fad vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x524f73e2 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x53a57b48 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7054d5fc vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7ace74dc vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8e474d50 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x99aedc5a vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa6dbde88 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xacc3945d vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0bd69d6 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb3e654c5 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbed9c13c vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc3d494c4 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xda4e27f4 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x093bbe35 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1332ed87 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x359c173f cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3bab3cc3 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5dedc3a6 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5ed0a7e7 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6f9b544b wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x70faae57 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x997b0cc2 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3e75d77 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae93fd1e cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaffe445b cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbc60a4e8 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc428e1a1 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc838dff9 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd31cb419 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xed3f954b cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf08943b6 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf8bde9b4 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfe0bd9e8 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 0x3ff909db ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x56851b21 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8addfca2 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd3ba27fc 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 0x945e302d snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x56cc3ee2 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 0xc4fef3d4 snd_seq_kernel_client_get +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 0x057896a8 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x18b89a2b snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x19b1b2f0 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x26f9b8ef snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x276c54f3 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x2934795d snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x2a1c78fb snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x2c057e83 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3ca14e7c snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x7309a74f snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x735e8649 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x8378f34c snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x917337d5 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x9e60ed7d snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa46bc238 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xa5d46ba4 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xc8cb105f snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xec613cb2 snd_device_initialize +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 0x682f762b snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x8d72a453 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0550c728 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0878b8bc snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0b47acd1 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x10282592 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1eb63496 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x326c858e snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x43a76372 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x53732949 snd_pcm_fill_iec958_consumer +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 0x6b3e873d snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x88b60412 _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 0x918beef1 snd_pcm_stop_xrun +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 0xb009abb3 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xbb6e44ba snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd5ff13f4 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x015d7047 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x122f7377 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3fd0e4b2 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x606a88bb snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x75c23d5d snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7f8b1722 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9f376ffc snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa11b73cb snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd7e8dbcd snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdb8e3f5b snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe9d81af3 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf90deb78 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x163270b2 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x5cf65684 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xa6951d94 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xb19dc5b2 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x045a8068 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x0c78b676 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6ed46252 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x81366df0 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x9c11d586 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xb2eb0b26 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd68c8956 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xdb74232c snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x082f248e amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x134ff789 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1727ab8a amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2c441e96 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2ecaf412 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x31522022 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x38f6abf7 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4b21f639 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x74874c32 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb727850c amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe18cdfbc amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfb3a6d75 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfe8962c5 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x028e68ab snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x089fa2c4 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0e18906a snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3680754f snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4194de3a snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x46354bdd snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x48ed34a7 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4f5c462a snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5b784eaf snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x67b75d56 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7655ac04 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7b7cd67c snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7bcdd887 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x86fa3876 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x93b14cf9 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9684ec0f snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9b8b7378 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa9187ae6 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb37f9e14 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb995165e snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbb307bfa snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc59d1238 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd17f5657 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd21d22fe snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdbddadb3 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe4b9aeba snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe57e7ffd snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe5e823a6 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xeb987b17 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfa2596ee snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfed62fa6 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x045c129f snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x068c9cdc snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b544924 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e63f537 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x120a2b93 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x155aae4c snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x19fed732 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a32e4c6 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e72d8cd snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1f9689c0 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x210b54dc snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2666e668 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x27574b41 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2871443b snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b8309cc snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2dbedfd8 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3077b13d snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x32e47f89 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x338e248e snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bee70f0 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3dbacef0 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3fdab462 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4111bb3b snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x41d62206 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46ba0834 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47e0c225 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49abadeb snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a346bfd snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4cc07e2f snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x513ec5c4 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x523a3580 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x529ecd30 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52d69c62 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52d86ec0 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x54ea0ec5 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5875eef7 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b359e04 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ba323e5 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bd17b44 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5e7b1e2c snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5fd0c41a snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6730d247 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6901b557 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x696f8acd snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d5fc3b0 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7472aea2 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74b125e2 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77fa7aea snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ad4e85f snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7b4cf387 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c7efe56 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81257ab0 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8452bfcc snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x87f173c9 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a1399e4 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b7ba697 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c61e388 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8dfe7704 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x939e3015 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x97752123 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a33882f snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b5e7ef8 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9be3d254 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa793ac8e snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa8e72ad5 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xabe86900 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae4b36d7 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb0d8a2bc snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb34fa352 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd3ca214 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe1446d0 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc040cd87 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4d12a9d snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc57e9c4d snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6a035cb snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6ebd93c snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc71831fa snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb199144 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd12c5214 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd6b7f403 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8fb03a5 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdc99aa38 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xddc0ac27 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde549e8e snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0088352 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5ab81d2 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0ead561 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1ccb3a5 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf552085f snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb65b5c4 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb86436e snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfe4cc6c7 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x144aa29d 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 0x940c783a intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x9cbb9569 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xfcaea811 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2bcbbf4b snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8f1cb8fe snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x92b912f9 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc3f1da7b snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf09ec8be snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf8d9d604 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0144c8e2 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0184e9f8 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0501122f 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 0x08168d7f snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09192e00 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bcc137a snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e3afdec snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fe06a69 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1311ca58 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13d82d47 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16f95dc9 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17879f26 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1845b671 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x190ea24b azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b7d3dea snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20d5af84 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x237fa6fd snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25f23515 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x260772f3 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26bcd099 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x284cafb8 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29ad833a snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c9f2550 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d328ea7 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x312c11d1 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3209b1f1 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33f9958b snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x394c8ef0 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bebbfb6 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f50999c snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x416ba82e azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x421373f5 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45de6989 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x460df55b azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4803361b snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49788984 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49ed7348 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b8e5cbb snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e3d37f9 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e99c995 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f95c2ae snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50fa92eb snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53f08495 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x544076f4 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5552164a azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x562ad976 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x585b035e snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58772f81 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58a2696c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5984f3b6 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a57d22b snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d68a5c9 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dcce208 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67a4f658 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x689646b2 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x689b8157 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a0c56b1 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a97ab41 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70b107d6 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x715027a2 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71cd66a5 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72279149 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73d6bd36 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7463a2de snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x757d295a snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75d165e7 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a027626 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c7b89fb snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f31a6ae azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81926b53 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88d1c7b3 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b0661fe snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd0674d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9029b5ec snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x902fb2dd snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93f8772b snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9608b002 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96b90871 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x981a0d8a snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9855b90b snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a0de759 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d49d0b1 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d5d8441 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9dca51a7 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa327ecca snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3fdb1bb snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa50b61e8 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5ec57ae snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6af7d77 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6d1d142 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa88bbd62 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaaaa086e azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab55443e snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac3e612a snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xada75041 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf0a6304 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb32feab9 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5ac49bd snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbb0a09c snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcfaddf6 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd148443 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd269220 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd63e2be hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe5e812e azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0e7b7a8 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1f51381 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4ff1dca snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc515b750 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc78ec5e7 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc810412d snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc88cd148 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca00cca1 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcba63218 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccdedb58 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf69f84c azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1902311 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd34b04eb snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd75a4a82 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8e57f37 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde0a70e6 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe33a333d snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe446d4b0 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe533e234 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe575439d snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebd11db9 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1218830 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9e9ef87 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffa68e4c snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffdaf076 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x09cfe23b snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1a92d55e 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 0x7a66bede snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7db5159a snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7e32ad69 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8615e088 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 0x8797de01 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8cd79309 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9132d06a snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x94a2bf17 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x978655eb snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x99ce19bd snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa0812d04 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaa0e6374 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xae05a934 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb1cc4ef7 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbbd5312f snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc6c93c1e snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe5401424 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf91bfea3 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfeedc457 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x2bfa28d3 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 0xee759fd3 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x3b872649 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x6666599c adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x025e7cff adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1d1e1490 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x257be465 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x562ace15 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6e2bd0ae adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xcf1ca6ee adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xdc5a3d4b adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xdc948215 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf7ac97b5 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfd895624 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xd349416f adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x01e2ada3 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0c0c2699 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1ac8843a aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1b70590b aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1d427a4e aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x774a1969 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa761f4f2 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbbb5c15b aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd0df164a aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe148db4d aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xeb20befa aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xfa99de09 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x99296eee aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xab9c4d17 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x91a4cf66 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x9bbacaa5 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xc4160cd5 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x34507031 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x34d9c35f cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x39b26959 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x45e6c70e cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x49ed0c56 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6c6d34f9 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x820576ee cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc12a02a0 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc6c017f8 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd60731c9 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd9585339 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdabb6ccd cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdffbd253 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 0xf800112d cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0a5332fb cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0a87706e cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x87aa281a cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xa320bdfa cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe4a886ec cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xf5ce5518 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x02e80e8c 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 0x9451fd72 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1d087c57 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x26919e65 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xd3781391 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xdc1afc72 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf8c1c091 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x434d08a3 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x68cf9b37 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xaf7180ff cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x92120b66 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xeb1b045e es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x38eef7fb snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x8415db06 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x8754fe2b soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x2379e1a8 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa112c0f2 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xca3d07f8 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1bf19392 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x5caa66e5 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x66e8fc69 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf3fe454a soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x3cac7c0f mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8230d6cd mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xea969e0e mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xed303e1c mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x19e8dc42 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x351d0789 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x43350ff6 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x714e9481 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x5d5da3b5 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xdfd47729 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x984c4d10 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x2facf7bd pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x50a38af9 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x7223cbb2 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x1706f6f6 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x571326d1 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x125bc3f8 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x4835955b pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x251b7adf pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x3de38edf pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xb285efc3 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xe145cba6 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2e56680d pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x399530db pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6b589edf pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x77228dcd 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 0x0dccc725 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x5bbe3ea0 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x744b7732 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8b5b1bb6 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8f18fee9 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb618f9d4 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x22f9fb2a rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x26ec4f13 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x95de6733 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x8c571f31 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xb1ac3c86 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 0x103e9b68 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1eec5839 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x25aca487 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x323a64d8 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x43e994a8 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 0x5e4fc889 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5fa1c856 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x67eed97a rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7fe67f87 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa8de2fab 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 0xe984acee rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xdab99a7b rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2a3bc110 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x62fb8628 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x7c0241b4 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xcd82cd9a sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf9cbe605 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3764602e devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x7ea07e2d devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x0b35a681 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x4d045443 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x8b21de32 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xd2f0613e ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x315e42a0 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3befc272 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x48f50a98 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x77077f31 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x97f3f7fe tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9cce9e90 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9e9d6f7c tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9f1fd71d tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaa9fb21f tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaea629d7 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc558de12 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcbfa8a0d 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 0xe7ff8143 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xec051ff7 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x47929f7e aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x3aa38135 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x6dca95e2 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 0x5d0566ad wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7d018097 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7d82ff48 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x8456cef7 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xb8336017 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1bc2681c wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x31304f5b wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x35f5709e wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3ab00f7c wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3ce97e41 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x48d72b8b wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4be9ec3c 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 0x5525f1ef wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6374b58e wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x689e778a wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6926566f wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7e1376c9 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x83118c0c wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8393ea59 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x879a82f2 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8fac7ea0 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x97ef0f8e wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9b1631ce wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9d6a3ad2 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9dfbb824 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb250614d wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xce236968 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xce994d36 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xda931b2f 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 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf6f1a7f5 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfdbabba3 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x15189900 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x193b9b7a wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x25cec283 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x2cc4faeb wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x580d91dc wm_hubs_update_class_w +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 0x7a396fcd wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x7a602a4e wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf5093846 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa0d18e04 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa4c3ada4 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x33ccc7ec wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7ee0024d wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xd18093c0 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe35686d6 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x076beb42 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x0bee3298 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x23568bd8 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xc2806f04 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x1549f593 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x1af9086d 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 0x54ca0add audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x29273503 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x373abef9 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x57597623 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xefe26253 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 0x09ac746b asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x135fb464 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1c616a94 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1ca1b999 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x24db45d7 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x34be2796 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x39162c8a asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x415a92d2 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5779e96e asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6caa078e asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7b4c858d asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7d264a78 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a20b8f1 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8b2f46e4 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9335722d asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9bb2bfaa asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9fb49b54 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaa70dac6 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xabe2b14e asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcdbf16c4 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe42ce77a asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe460bf6c asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe6af0481 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe92fd7db asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x032a03db mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0e945c90 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1304a6d0 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x13e0bb90 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1c7fd6b6 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x32f5559d mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3f5dc7e5 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4e7710a0 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6cdbcb46 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6f84de5d mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x70f61324 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7113e153 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x73734ae0 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x761f0530 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7a3cd9b4 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x864b4c9f mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8696b2e4 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x885d7f64 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8907eaf5 parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x93e9abd0 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xba78267c mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbf25243e mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbf3c6cab mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd440afe3 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd7c4a95f mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe145b126 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf4d66fb9 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf8154052 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf93be25d mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfcd6669b mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0xa3048a25 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x07291e0a mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x13905df0 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x158a1878 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xafff8455 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x3cb789fc mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xf5eee5c1 mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x351e7864 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xb19d701f mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xcc607cfa mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1b089fc5 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x2c7a1dd1 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3a789d30 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3f07871b axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x47fdfd76 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x8f23aa81 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb5d1f519 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xcc47b7e6 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfc21437b axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x054de0f0 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x0d26e325 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 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x7d4c10a5 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x20df217e meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x238f1a2b meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x41d7bee2 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4863de7e meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4d5cdfeb meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdcb4e9d3 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdd7f5caf meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe89d54a9 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x05453fd7 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x1dcebc90 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x470854fd meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x808d03b2 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x8e0ccd87 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe52a9c06 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x29a7ff15 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x3e169e5c q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xe6234840 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x10f3aecf q6afe_port_get_from_id +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 0x644fb5e3 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 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 0x799481c9 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 0x6f3341dd q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x7933c3c4 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xb27ee5b8 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 0x0587ea61 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x10d15b94 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1305dde2 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x155d354e q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x193dc88e audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1d496915 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x210087c3 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2344cd2e audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2b1f3b79 q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x381bd891 q6apm_graph_media_format_shmem +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 0x65236e67 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x71be22f0 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 0x8397f521 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x864bb1dd q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x95770f67 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x96b5b7f7 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9de448f8 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa71e78e2 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xad411ebd audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb3eb33d5 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbad62067 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbe188f30 q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcd584ac3 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdd42ebb7 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe19ed445 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe5bacb5b q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xef04b118 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfafa4c73 audioreach_send_u32_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 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xaf18683d q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xdc3a95d8 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xe5227dab q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xe650569b asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x17b61090 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x50bfdc45 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x607cef93 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x67323bcf asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd766c0cc asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xfc859d3e lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x26c67ab8 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xc9ee05b4 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x2f4b50bf qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xd79de486 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x35f1303a qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9b9e71ec qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xbd163954 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x2ad85b63 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x48c4d20c 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-core 0x016c21ec snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04021235 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x041c1081 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x072cd478 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0956e8a9 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09908056 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a996650 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ca37414 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ccd2b76 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e61f52b snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f14efe1 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fe270dd snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x139c9615 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x142c57b7 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15160c87 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1630dd5d snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16dc3f4a snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17cada6c snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19e27059 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a4b5631 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a9e2ce9 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ae0491f snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bae7166 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e2e1704 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e9cb697 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20c2399c snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21707eee snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2193ad60 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21f94d47 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22892790 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x238d1d89 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25ce08ee snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x286bc9ab snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28a6f573 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28c50814 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28ca0c9b snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28fdac85 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dfed090 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fb50d9f snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3013e070 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x302eb664 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30eac84a snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x311842c3 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31a75980 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x325fe453 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32eb4983 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x331775e9 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x343a9d23 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3481e09e snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34f741ee snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3527f313 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36fb66c6 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x370ad21f snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37a727c8 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x388289a2 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38c3d8b2 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39c60ede snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b35ec8f snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c84850a snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d714c04 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e4e6d7e snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41785d5e snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43a20f1a snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43c77f2a snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4434c4c6 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4585c4a4 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45f3920a snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x495d7c9f snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49c3f09f snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a29083b snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4aad07c9 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b0973dd snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0b4abf snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54513eaf snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54b3510b snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5adb58cd snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b898a9c devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ceee53b snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d6eb3f4 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e6781aa snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ed30411 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6067f0c6 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63a22840 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x640fb6ac dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x656977e3 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67195637 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x671ba70b snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x685cb728 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68e2ce0b snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a196c70 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e78aea1 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f0f9b55 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f251bff snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f705507 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x707a2361 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72376c6b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x741effdd snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75a8435f snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75feeb53 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x760919a3 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x760e04f4 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7613d0c2 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x762a6dc8 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77e47a44 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x780d8a00 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7851b079 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79890155 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79cec667 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7aff5444 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b55a8b7 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c2649d1 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f52244d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x804f3c8c snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x831b80d6 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85136504 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x874d6540 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8869ea66 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x890808dc snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89c90cfb snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dd8ec5f snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e0c7ea7 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e36bf6e snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f40a87d snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f40adca snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x908fd2ae snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90c210a1 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9104affd snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91f9a5bc snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9270b5e4 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94886985 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x949c07a5 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9533020d snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95452a1a snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97b541d4 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97f9c8c5 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9be53329 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cf26d7e snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e649cf5 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ed218bf dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f0be7df snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa05fbf77 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0a154e6 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa352fd88 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3c5278f snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6895468 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab8f8e2e snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac0a92db snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad7277d7 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaedbeee3 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb18f3fe1 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a562a0 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1c0632f snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb39f6eb6 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb42be948 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8148fa5 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb84aae14 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbaaf3d6d snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc4b3dc1 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd39d495 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdde1554 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe2d3e25 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc01c6cda soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc01f6951 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0a98f91 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc164ebae snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc29f6a76 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2cfe04d snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5776cde snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc648d621 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc810217d snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcaa84857 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbb62299 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcce6052b dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd546413 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd314b3 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd338aed3 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3cb5596 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd518fcb4 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5f8c1df snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd643e278 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7b86f81 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd84af523 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd997def6 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb9982ca snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdcea9b56 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd52a2de snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd6acbd3 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdffc8d16 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0aa5574 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe105c116 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1302e7c snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1a9e918 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe20071f6 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe212566e snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5b5da59 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe66c2ae7 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6a7a09c snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe965cf4c snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea4e4e8b snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea8655bc snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb13eb7e snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb4c9e69 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec2d8f9b snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec7cfc24 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecaef433 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeda7a3f5 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef5ab5a1 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef6a9381 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef89845d snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf12460bb snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1f490f7 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2008d11 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4bef98f snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf57b3655 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf78887b0 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8597152 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8cfad4b snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf951c75b snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb450f89 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd26092e snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe985df6 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x432ba351 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6c1771d6 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x996edfcb snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xc4da96d2 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xd34ce799 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 0x237764a4 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x4f1fd77e tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1d8014d3 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x3a2237f1 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x3c122aab tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x4e7910b2 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x84069b5f tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x8982fd2b tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x930ff46e tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x9e917013 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa0d3182b 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 0x8b0ca046 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xfa8767b8 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xd106bd9a udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x04fa5737 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0cd12800 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x13433eba line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2b9764aa line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3193dbb6 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3a7ea02f line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x54187abb line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6e705e19 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8b5b23e7 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8dc9dabf line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9aca883c line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc24f2c38 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc8af9903 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd536818e line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd543128f line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe29e528c line6_pcm_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0022bec7 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x0033778e bgmac_enet_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0053d609 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0069ea25 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x006e0b08 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x006f1b34 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x007961d5 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x007b2bc6 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x007f29e3 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x00862bef mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x008c0e4a nvme_sync_queues +EXPORT_SYMBOL_GPL vmlinux 0x008ceee2 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x00b62567 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x00bc35d1 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x00bdf51e nf_route +EXPORT_SYMBOL_GPL vmlinux 0x00ccefdd xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d6a684 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x00e0836d inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00e28232 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x00e7d7b1 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x00eb52c3 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x00f140eb dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x00f67199 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x00fa363f raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x00fe9a61 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x0103b84d of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0104fbb7 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x01110ce4 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x0122acec nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0133c662 nvme_try_sched_reset +EXPORT_SYMBOL_GPL vmlinux 0x013e12ca device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x014fe6eb nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x016a57c6 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x017154e7 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017baf13 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0188cb91 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x01898bbb handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x019a8514 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01ac6b72 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x01b39445 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x01b3fff7 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x01bea0c0 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x01c59cec __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e73570 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x01f6950f fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x0203c5e7 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x02072cd3 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0215d3c1 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL vmlinux 0x0215ed64 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x022be013 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x02386ac3 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0260eb16 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x027f7ca8 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x02887efa fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x028e1f86 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x0296df90 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x029ee663 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x02abd79a crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x02c3e022 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02cf55be mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x02d2b635 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x02ec8b7b mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x02fa4ca6 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x030296d6 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031844cb to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x031d49b1 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x031fc713 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03341206 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x034cd125 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x0350f443 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0361d19a regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x0362842b nfnetlink_unicast +EXPORT_SYMBOL_GPL vmlinux 0x036861d6 kthread_data +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 0x0377a68c ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x0385375e mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039688fc __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x03bb2c45 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03caab6e tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d91380 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x03dfd761 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x03ed5d64 nvme_start_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x03f6dbce md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x03f88e02 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x03fa82a5 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x04001b3d fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x040064b7 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0411e35b gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x041752c7 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x04179985 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x043706a1 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x043a86fc dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x043ddadd device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x045a7fc4 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x045ca4dc inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04674613 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x046b6cc8 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0484527a dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048dbf8e virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x0495ded0 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0497fdfa nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04b01809 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x04b33101 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x04b67349 fsnotify_destroy_mark +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 0x04cdcaab dm_put +EXPORT_SYMBOL_GPL vmlinux 0x04ce49b9 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e3ec50 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x04e3fd17 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x04e436d6 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x05043112 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x050b6171 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x050fbe24 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0523ef71 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052e44b0 phylink_create +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 0x0565f8fd mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x05872788 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058b93fb bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x058f2046 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05901ae9 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x0598a430 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x05aee713 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x05af3a61 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x05b34301 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x05b41862 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x05c9cb6e netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d48e56 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x05df2221 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x05fad41d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x0608c782 policy_has_boost_freq +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 0x0613518d phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x0617abda ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x061c4d52 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x061d64ed phy_modify_changed +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 0x063e9296 rpi_firmware_put +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06604cfe device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x066591ed icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x066d653d exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x067572c6 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x06775147 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x06977afd devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x0697caf5 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x06a36b9f handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x06a7f79c tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x06b147fc mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x06b5adf9 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06b9d601 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x06ba8c96 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d19812 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x06d906e0 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ecf835 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x06efd696 nf_nat_helper_register +EXPORT_SYMBOL_GPL vmlinux 0x06ff89c0 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x071dcf92 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07265f75 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x072a5499 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x0740e367 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074d925f usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075a6860 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x075e646e watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x0760159b ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076517de mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x0778fc14 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x077eaa1d device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x0784e7b1 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x0787a566 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0794a84d pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6dff7 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x07b9354b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07d3e972 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x07dbb3df iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x07e06502 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x07f5a5bb set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x07f921e1 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x08020052 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x08047ff7 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x0808ddba tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081f8582 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08426eb8 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x084ccf52 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x084d07fb exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x08597ffc anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x085c35bb ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x085da3b0 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x08699acf tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08811526 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x08a3028f ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08abdd8e seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x08bef406 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x08c626d6 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d9c50f __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e8ddc3 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x08f9a603 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x08fbf3a0 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x0905b6a3 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x091e1ca9 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x0933daf1 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093b2c74 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0940972a ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x09445893 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x09457399 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x095b38f0 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0979700a i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x0984b510 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x098ac7e4 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x09992a60 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x09ab1a02 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x09aca684 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x09adb27f of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c68c88 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x09c73b8d ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09c7460c virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x09cd120d device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x09ce2a06 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09d3ae09 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x09e3ce3c devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x09e795d8 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x0a0a51a8 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x0a158ca5 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x0a1a659a platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x0a23a12a pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0a243d0d regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x0a3bccf1 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x0a445a44 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a504a28 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a6b4062 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x0a6b9866 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x0a80849d devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a855c21 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a8e52c0 nvme_auth_negotiate +EXPORT_SYMBOL_GPL vmlinux 0x0a997e0c rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0adce316 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0aed3d28 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b285dbc pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b383011 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b476ac6 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b4883c1 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +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 0x0b6ba2ed serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x0b7c67b1 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x0b7d2904 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b877056 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8d79f8 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL vmlinux 0x0bc0f0a8 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x0bc66af3 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0bf18285 user_update +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf8915c tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0c0d68c6 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x0c2396e0 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x0c278a9e meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c33fafb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c68e540 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x0c6eaf31 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0c76b991 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x0c790f00 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x0c7cb568 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x0c876920 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9644b0 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x0cb0f92a dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x0cb52757 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cbb6311 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9972b trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cca453e dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0ccd1ace to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cd0530b mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x0ce0a013 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cede199 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0cfc8b6e elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x0d09d88e pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d1ffcb1 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x0d2b191c tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x0d2e4113 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d43a70b rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4668f2 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d505f43 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d6243bd __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7d0530 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x0d966b5c __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0d9d34db tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x0da1b7c9 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0dcb1c71 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x0dd764ca nvme_stop_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x0dd936b4 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dde2bc0 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x0df055b4 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e04aa59 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0e09a663 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e126aab xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1918f8 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x0e3d8d9e icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0e43d7ab ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5dc098 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x0e67b6b9 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e762007 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0e79a213 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eab092c virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x0eba9cbe nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecaa1a3 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0ecfb19f is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed10da0 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x0ed5e7e9 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x0ee18c7a regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x0ee8b3be hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0ef3a72d devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x0ef7188d virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x0f0b473e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x0f0ed127 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x0f157371 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x0f170a4b umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f4944af pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x0f49f575 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0f4ef824 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f4f58fe da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0f68d7af irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x0f736cdf max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0f789a10 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x0f793640 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x0f79a770 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca79c unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x0f889919 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x0f8cc531 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x0f96b694 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x0fa07ea7 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0fa866cf iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0fb541a1 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fbfa31c da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x0fc995b5 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x0fcff636 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd4c4b2 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x0ff56d92 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1014b4b6 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x101f929f tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x10220b64 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x10230dfd serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x102d3490 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x104a74fe l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104d13e8 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x10603d42 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x106ebd76 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x10735026 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x107b443d mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x1080ce33 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109b5bbd thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x109f7219 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x10a94b0b get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x10b17eff pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x10b5d339 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x10b7fff6 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b8f5f1 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x10b92675 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x10c904eb ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x10cf66df dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10da811f gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x10db0929 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x10dc144d devm_rpi_firmware_get +EXPORT_SYMBOL_GPL vmlinux 0x10dda972 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x10e2e10a gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x10e6e5df pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x10eb9e5a mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10eced66 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x10f6fc2d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x10f7ec3c generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110639a5 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x111a68e1 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x112effe9 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x1130c9bb xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x11332035 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x1150a9e0 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x1153ec89 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x11556895 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x11615385 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x116b078f register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x11874d06 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x118eb208 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x119019a7 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x1194d90e spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1199e440 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x119c46a2 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x119e383e thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11a65158 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x11a87a61 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x11ac1905 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11c8794d vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x11c9f44c regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x11de0f55 relay_file_operations +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 0x11ec473d pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x11f91b39 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x12012f10 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x121011b6 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x1210958e ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x12129702 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x12185570 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121f8209 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x12202973 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x122f8e27 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123a34ff sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x123b4754 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x1253da25 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x1278d080 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x1280da16 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x12815c1a pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x12a7f039 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x12b5dbc5 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x12c64cde blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x12c71824 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x12c85200 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12cc022a skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x12cd483c regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x12e89090 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x12e99353 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f74a94 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x1303e96e __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x13101f7d request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1328642b dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13595fec perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1366f660 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x136c0fd5 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x1382445d iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x138e4336 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x139d5147 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x139df43c init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x13a41a45 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x13a42961 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x13aabb00 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13babd9f sdio_writew +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 0x13e8840d usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f579f4 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x13f77bd3 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14072407 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x141b1af0 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14300b13 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x143dd034 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x1445010d iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x144d7820 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x14584d72 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x145c2050 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x145c47b4 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x14607423 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x1460fdf1 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x14656abf serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1492c79f ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x14b0bbaf genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x14baa1f1 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x14c01a42 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x14c9bc86 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x14dfe15d dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x14e17634 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f762c1 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x14ff21e7 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15030a8e skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x1504dd8b ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x15067423 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1515e158 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x151ac864 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x153b00ab mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x154d30c5 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155cc8e9 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x156335f3 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x15852092 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15a40023 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x15a6658a pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x15aa16ed clean_acked_data_disable +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 0x15cbdbbd acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15ddc5a9 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f19769 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x15ffcb85 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x160a5480 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x162c9bfd pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x1640c428 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x16416a7c inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1653b6e0 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x166be446 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x167b5c5a sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x168240c6 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16952883 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x169c16f6 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x16a14d80 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x16a7fd7f extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x16ad551c fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16ca6d6b sata_link_resume +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 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f17f82 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x16f7e195 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170e7f1e tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x1718dd24 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x1718fae2 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x171f1d2a rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x173e027c unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x175112a9 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x17521bbc mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x1758fc0c of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175e6fae ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1760546f device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x17624a9b genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x176bc08d sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x177a5ecf acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177ccb6b ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x17817bcb ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x178a529c strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x1790156e clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x17935be5 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x17965338 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x17a7ba62 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x17ad0243 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x17b19e97 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x17b6e79e sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x17ba7a34 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x17d2259a call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x17df666c vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e48438 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x17f01b73 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18092307 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x180ae4d3 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x180afc23 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1825157c nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18323307 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18518bf9 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1855fe57 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18563653 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x186832b0 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x186add94 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x1870756c cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1885d650 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x189374f9 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x18a54e1c devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x18c59a74 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x18d15fea fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x18df81c1 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18e9d3e3 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x18ebbe88 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x18ecddb7 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fe17c2 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x18fe9366 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x19028386 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x191a67a4 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x191dbf6a acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x19200672 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x1920b14f __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1921d289 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x19260a84 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x192b57b4 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x19575d38 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x1986f5a2 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x1989078e __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x198e7b58 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x1998dfc2 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x19a25e2d dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a83280 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x19b8e7a6 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19dd6ce9 mtk_is_virt_gpio +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 0x19f52387 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a15ee81 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x1a3c6df6 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a5b00b3 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x1a61b6ba pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a750a59 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a885079 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x1a8add73 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x1a9887fb scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x1a9d1bbc iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1acb80eb vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad25b81 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x1adeabc3 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af439db replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x1af7973e acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afc31b2 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b1a4299 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1b1b58ca of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x1b299b3a ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x1b2cbd23 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x1b4b71f1 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x1b5555d4 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6283cc crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x1b67ee28 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b922f65 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9b2e77 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x1ba46fee metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1bab9e63 meson_clk_pll_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 0x1bca5984 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x1bce6e0f rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1be8b75a device_del +EXPORT_SYMBOL_GPL vmlinux 0x1bec09e1 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x1c04e95a devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x1c0ec7d4 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x1c0f9961 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c2e57bd pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5b577a sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c68298a gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1c699f52 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x1c6d22dd cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x1c6ee41d devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +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 0x1c99b3f8 device_store_int +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 0x1ccba747 nf_nat_helper_put +EXPORT_SYMBOL_GPL vmlinux 0x1cdae66d regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce1c5f4 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1cf34c70 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d058db8 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL vmlinux 0x1d3c5c86 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1d3caa04 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x1d3dc412 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x1d3e247e clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x1d60b0b2 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x1d70c9d7 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x1d93acaf of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da47715 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1da4f158 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1daa6335 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x1daf9ac6 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x1db64b44 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x1dbb31a1 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x1dbd3bcf phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x1dc99574 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x1dd1b14f crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x1ddc071f usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x1ddca449 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df52664 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x1df55abc da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1df94c7d led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e16d204 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x1e208a78 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1e215a37 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2d38d5 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e3c624f nf_connlabels_get +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e464db3 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e6687f7 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x1e6a40b3 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7ecffb skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8ca50a mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x1e8ee83f devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e92c64e class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x1e9a1e32 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c3341 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eab74c3 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x1eb11ef0 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x1eb310ce nf_connlabels_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebb0f4a tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec8f732 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1eca36ab fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x1ecd19f2 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed8d68e follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x1eda24c9 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x1edcac94 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1ee1455d gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f0426b4 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x1f167021 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3fd7ab zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f45979f pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x1f4e4a85 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x1f51de1e usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f71b3cb pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x1f740d4e bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x1f7dd48c blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f86b7ff vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x1f98c8f9 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f9e16b3 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fa886a3 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1fad83ac devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x1faddc37 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x1fc89864 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x1fc9aeb6 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x1fd5bc04 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1fde1ec3 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fff3b74 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x2004e571 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x20092728 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200c54a1 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x201055d7 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x2014300f spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x201c2a76 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x202418d3 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202f4167 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x20344c37 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x203d9e49 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x20473ef9 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2069fb00 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x206f43d4 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x20720495 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x20777f9b pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x207ff548 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x208f8e5e irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x20976042 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209e9b2d dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x20a00304 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20aed19c phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x20ba08db clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x20ba30e1 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x20d1d39a k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x210411de add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x2104a65e bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x210c107e sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2138e410 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2142b057 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x21575b89 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x215ac3b1 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x2162ff53 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x216bb9a7 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21733c3f fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x2176b880 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a88bd5 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x21a8d0c3 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x21ae9a47 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x21b5f672 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c4a0ab skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d5fd19 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x21dccd12 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x21f42886 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x2208413a blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x22087668 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x220a3e0d debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x2221fbe6 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x2222c314 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2243eed8 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x225343d4 devm_apple_sart_get +EXPORT_SYMBOL_GPL vmlinux 0x2275f936 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x22783226 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x22872a00 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x228a886d acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22999294 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x229d82d6 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x22b0bd57 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x22b12dcd gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x22b44337 rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0x22c095d6 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x22c165d3 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x22c9c7da regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x22ce54b5 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x22d2aca2 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x22d2cc4c i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e5d1de nvme_auth_augmented_challenge +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 0x22fe89c0 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x2307e9f1 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL vmlinux 0x23245ad5 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x23314656 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2342e196 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23507dd3 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x2364caaa regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2365d515 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2366e317 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x236d4c1d component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x236f7cd1 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x23708ebe phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386944a is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x2396c1e6 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a2f23b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x23a91e37 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x23b5f9f7 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c9c102 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x23cf14ae mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x23d7437b inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x23ef2969 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x23fc3929 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x241618ea acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x2417bad4 nf_ct_hook +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 0x2428b77e fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x243dc153 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x245392e0 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x2454ed3b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x245644ad adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x247147d7 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x24775e39 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x248161e0 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x24831323 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248587ca sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x24865d4c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x2489d3ab cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x248bbcf5 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2496d93e __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x24aa97a5 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b1e78d kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x24b3aa45 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x24b7fcc4 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e0a278 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x24e3f75e dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f4c102 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250e0219 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x251608b5 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x25174dc2 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x251dad63 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x25212dc2 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2521f914 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x252402e6 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x2525da85 lp8788_read_byte +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 0x2542cee1 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x254c599d pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x2551e6e3 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x25694edb pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x2588f928 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25964bed dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x259f61a6 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x25af6393 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x25b14ad1 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x25b94c0d thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25d85c6b devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25d9026a find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x25dce070 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x25e565cb __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x25e6c8f7 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x25ea92c9 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x25f2727f regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x25f60060 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x25fdbc91 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x2604383c crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x2607f977 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x260bb9d7 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x26101b31 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x262866d5 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x2642e13e clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x26468c1e ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2657512d tpm_tis_core_init +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 0x266b3dee edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x266d2b34 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267cac26 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26972d93 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x2697bb7d dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x2699ae79 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x26a22d0e dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x26a2db88 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x26a6da7d seg6_do_srh_encap +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 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d53944 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x26d90ac1 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f70b27 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2709c83c dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x272fc744 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x273497ed bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2762aba3 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2780e866 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL vmlinux 0x278e9ed7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279d370b devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x27a926f7 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x27b23453 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x27b7fc2a ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x27bf3339 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x27c312ce __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x27c56966 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e5adc6 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x27f009db led_get +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f659e9 mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0x28094448 rpi_firmware_get +EXPORT_SYMBOL_GPL vmlinux 0x2815761e raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28270f6c devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282c891c device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x282db5a7 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283a3cca shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x283c174b tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x28579d5a crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x285b0736 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28701f51 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x28739d5c ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x28752056 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288bc03b serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28adf6c9 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b38aea perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x28cc9b9f device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x28d5b6bd edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x28dd73ee apple_rtkit_idle +EXPORT_SYMBOL_GPL vmlinux 0x28de5cf7 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL vmlinux 0x2912a9cd clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x291445e2 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291fd18a ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x29228f5c __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x292c1020 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x2933c708 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2944c40c rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x29474f77 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x295e223f ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x29630c75 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2969c446 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x296a7452 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x2970e0d0 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x297eb78e register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x2980a975 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x2985cbc4 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x29861dea sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x298a2f1f devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x29ba8430 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f2cd00 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x29f36e31 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x2a04d1b5 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a16ed36 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x2a2c9d41 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a55a80f pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x2a576202 wm831x_reg_read +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 0x2a7b0000 ti_sci_get_handle +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 0x2ad18c29 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x2adfcf5e platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae21d7a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x2ae4ebd8 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2aeb0db2 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x2af6086d bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x2b00464d dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x2b0fcb15 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b1ae9fe of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x2b1e7da3 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x2b42e5ff get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +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 0x2b7e14e0 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x2b7e3ccf devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x2b81e4b8 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x2b84a3d7 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x2b86dc18 __clocksource_update_freq_scale +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 0x2b9bf756 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2ba90ced trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x2baaa996 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2baf285b ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x2bb7ff4c gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x2bb8e1fe kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2bc6437e scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x2bca733d filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x2bcc78b6 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2beebee8 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2bf03215 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x2c038542 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x2c18d268 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x2c198d56 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x2c19c641 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c246ab7 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x2c25e418 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c4885de irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x2c595b03 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x2c6210ab ata_sff_exec_command +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 0x2c841aa4 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x2c8b4278 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c94e5e2 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9a66cb bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x2cc495c5 rpi_firmware_property_list +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd57158 mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x2ce07f89 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1398af ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d24ba6a dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2cc594 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d343ea1 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d5807a6 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d864a68 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2d945208 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x2db202c0 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dc73178 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x2dc99bdf dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x2dd75d54 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x2defee50 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x2df849c2 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e0622d6 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0c02b3 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x2e0f3ddc irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x2e13afb1 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e31ce34 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x2e5f7a67 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x2e64cf64 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6fa636 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2e743d34 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e813319 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x2e9da162 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2eb8d21f tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x2eb901ff regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ebe7081 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed0cdea debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x2ed32f80 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2edaccb1 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ee3d385 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x2ee4f04c nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2efaac72 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x2efcecaa usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x2f06d4ac kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x2f0bc08f alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f1efc21 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x2f27d7a8 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2f290a34 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f36b1e0 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x2f3981f1 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x2f3ff476 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4b2361 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f672a7b fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2f700b67 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x2f72ffb8 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x2f93e4f8 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2fa24bf4 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fad47c2 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2faf57f8 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2fb3090a xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x2fb396d3 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fd35f6d sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2fde567f usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x3002e8c3 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x300d92c1 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3012e435 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x3022646e nl_table +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x30529463 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3054cc95 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x305de2fd subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x305f6560 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30626151 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x306da6c2 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x307ba965 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x308df98a nf_conntrack_find_get +EXPORT_SYMBOL_GPL vmlinux 0x30900fce meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x30950905 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x30a69769 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x30afca4c ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x30b86f41 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x30c1c41b inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x30dd1faf sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x30def298 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30f93246 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31074732 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311a1d18 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312e20a8 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x3136077e pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x31367afb da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x3142d0fd bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x31470bbe of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x314f18ca led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x3151d6d9 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x315aa8f9 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x316140bb cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x316a0c3b __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x3174633e regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x317d4fea crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x317df31d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x31888ed9 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x3190647f nf_ct_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a5e9f7 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a8b578 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b87a9b gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c8b4fd of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x31c9cf1f pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x31cf3cde of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dc5fdc irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e200d8 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31f4a579 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x31f84ff0 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x32036024 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x320e6611 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x321e346e k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322e0226 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x32724f72 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x3284603f proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x328462dd mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x329d9f0e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x32a37768 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x32aab5db crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b7f9fb i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d0a806 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x32d6e9af devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x32eda635 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x32f0721a fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x32f4c765 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x32f79ed2 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x32fba5b6 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330e4095 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x330f6eeb nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3330e5d5 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333dc37f devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x3342543c ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x334a898d iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x3359a88d serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335eced2 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x3376ff9e disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x337c5238 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x33803bca devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x33a82e63 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x33a91796 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x33b16332 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x33b4524c sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x33b60aee list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x33c6928b bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x33ed3df3 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x34144f06 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x342fb31d dev_fill_forward_path +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 0x344614b2 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3446e6fd irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344c17fd pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3470e09e tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3489c5ab wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x348d3fa6 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b840ab blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x34bfa9b7 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x34c13a50 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x34c46c9c scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x34cb3943 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34dda793 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x34e84699 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f403bc usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x350eef44 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352a53e6 fsverity_ioctl_measure +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 0x35497076 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x3556a23b debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x35614d5b dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x3562a939 genphy_c45_pma_setup_forced +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 0x357681e1 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x3578886f clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359b37f8 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35bcd714 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x35be3624 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x35c03c14 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x35c5216a device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x35cb445c usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d5aa55 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x35e730f4 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x35f4948c wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x35f96281 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3605de56 apple_rtkit_init +EXPORT_SYMBOL_GPL vmlinux 0x36101ca6 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x361e4e45 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36359028 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x363e80eb powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x36461a9c __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x364a518c pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x366bc0e6 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x366f35a5 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3699275a __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x369c53b8 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x369d6348 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b016eb of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x36b7596f sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x36ceef25 class_register +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e1ee3b netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x370b9f4d gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x370d6afb devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x373703ab qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x373c7d0c skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x37401c5a rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x37426865 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x374b0fb1 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3758e816 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x375c4b3b posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37702a9f devlink_dpipe_entry_ctx_append +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 0x377df43e devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3786985c firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c3dadf transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x37cef772 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x37d04551 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x37deb442 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x37eb786b adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38036387 xdp_rxq_info_unused +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 0x383d7ea8 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x383e0d01 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x3846ada8 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386bed0b regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x386dd8aa pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38748cd9 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x388d91bd regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38c01ad0 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c67a77 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f1e18b ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3911382a gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x39171e57 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x392a34e7 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x3932627f iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x393899ad fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x393b35cc mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x394dcd68 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x395040e6 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x3953ce93 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3980345c clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3987b753 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x398ea950 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ad2a66 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39b672fc extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x39bc3b9b iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d00227 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e0adbc pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39f09e36 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x39f19af0 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x39f481fc dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x39febaa8 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x3a090ab5 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x3a106ded dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x3a12d122 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2a68f3 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3a2fa5c1 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a36be1d relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x3a3e8f0e crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x3a43cea1 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x3a4c3e8e __nf_ct_change_status +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 0x3a5dd2e6 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x3a5e90f7 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x3a5f4a3c irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x3a6a6ccd serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x3a7202e5 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x3a783e48 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x3a7952a0 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa3f439 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3ab87e33 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3abe80c1 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac7d169 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad4b8c1 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x3ad580ab extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x3ae40a5f xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af4109e meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0e1f59 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3b22c817 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b292871 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x3b29af53 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x3b450d8c umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x3b46adad __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x3b4a6808 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4ceed3 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3b5877ce crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x3b5dd99a phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b65b2db __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x3b67e3d7 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7fe60e dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b9521c9 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3b97d3fc xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x3b9df481 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x3b9f392a __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bc22e7b class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x3bc2e858 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3beceb3e dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf3399f inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1b96d0 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c2a1147 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c30631a __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x3c30924d devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x3c37e5ef ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4589e4 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c5bf7b9 serdev_device_set_tiocm +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 0x3c7494e8 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x3c79370e device_move +EXPORT_SYMBOL_GPL vmlinux 0x3c810671 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c8db9ce kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x3c9fc427 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3ca075ce imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cbdb82d inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x3cc16ad1 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x3cc81061 tty_ldisc_flush +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 0x3cd8a842 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3ce33a23 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3cf5a566 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x3cfa704b pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3d0a928c gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x3d114039 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3d183231 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3d1c2bf3 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3d241d8b kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x3d2c7a0c device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d43c890 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5ffe16 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x3d693c0e housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x3d6c2ab8 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x3d7d955d spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d8bf416 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3da64913 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3daead15 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x3dba9dff sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3dbef348 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3dd5c459 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3dd5c773 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x3de21404 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df18a20 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfa57a2 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3dff3ab0 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e0e7d07 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x3e0fd2c2 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3e116556 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x3e1278e8 dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4f2279 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x3e517f50 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7699d2 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x3e867f78 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9c5ae6 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ebf5523 put_device +EXPORT_SYMBOL_GPL vmlinux 0x3ecbab3b shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x3ed771c5 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efa7c4c nvme_set_queue_count +EXPORT_SYMBOL_GPL vmlinux 0x3f012579 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3f129ae8 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x3f17cc62 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f29f750 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f566c4b crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x3f59ca7f dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x3f6d5aa6 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x3f7d6a8e ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fab4231 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fbfa55d blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3fc3fcef ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x3fccb6a5 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x3fd0c291 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3fda4fea xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x3fdb3ba8 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe43e7d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3feb218f fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x3ff11718 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffb996e mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3ffc4441 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4002e90f sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x40066ef7 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400ea28c platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x400ef3f2 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x401ea19e acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4023260f vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402b2591 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x402bda0d blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x402dedd3 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x402eefab usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x4030303b task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4042abf2 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4046faee md_start +EXPORT_SYMBOL_GPL vmlinux 0x405d70f4 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4060ed62 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406f1e9d spi_finalize_current_message +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 0x407f8103 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x40875a43 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x40901ca2 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409f69ed do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x40a0accd nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x40ac9492 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x40b36ee7 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x40b46631 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x40b4b177 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x40bbf576 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x40c83bdb __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x40d49d87 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x40d5afa8 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x40d6c5b0 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x40eb75ef devm_apple_rtkit_init +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f20f3e fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x40f730e5 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40fcce31 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4103f34a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x4108b29f dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x41171d6a pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413afe0f acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x413bb456 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x413bbba9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4144c6a7 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415a5429 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL vmlinux 0x4167f928 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x416bcd2a devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x417dc499 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4184c343 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x418713f4 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419103b2 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x419bdbc9 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a8eba1 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x41a99bc1 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x41b7733b divider_determine_rate +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 0x41c721dc rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x41c74f15 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x41cce982 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x41cebeec noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x41e97281 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ed50d2 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x42046de6 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421ae916 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x421d0ad5 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x422a8afe kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x422ad298 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x423cf9bd sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x423ffcca usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x424bd52e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x424c19b3 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x424f09b5 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x4259da96 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x425def3c __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4260d076 regmap_get_val_bytes +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 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428b78a5 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a888f0 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x42b091c1 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x42b25291 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x42b672df perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x42b83837 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42d29bae pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fae6a8 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x4301361b __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x4307cb07 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4312f542 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x431f3fcf rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x432fcbe4 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x4334ef07 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x4345e28d pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4352d2f5 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x4354d407 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x43579291 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x435a091c onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4371461f amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438b9ef5 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43953965 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4395e018 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x43a69ee9 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b0c7bf vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x43b35b7f nvme_wait_freeze +EXPORT_SYMBOL_GPL vmlinux 0x43b7b7fb ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x43c5398f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x43c7ac39 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cc7a41 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43cd868f devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x43cfcb0b ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x43d6403c nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x43dfec2a crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x43efb3f2 __acpi_node_get_property_reference +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 0x4405a9ba scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x440d83fc sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x440e9bd3 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4410245a usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x44207165 gpiod_set_debounce +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 0x443ab6e1 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x4440a3aa dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x4440fef7 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x4444e427 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4445920a gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4451172d da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447d5e26 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448ad53a fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x44990758 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x449bc271 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x44a77801 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44ae9fa4 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x44bab69b driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c276c9 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x44c30ef3 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x44c8ebca ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x44c94590 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d86f84 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x44d8858f sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44ebbf03 nf_connlabels_replace +EXPORT_SYMBOL_GPL vmlinux 0x44f755ab bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x44f82977 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450b422b fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x45171ddc uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x45270002 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x452ac3ae pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x452d062b msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45335196 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x454566ff of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456a4d84 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458cd60e regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4590b608 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x45926341 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x459a4df4 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a6ea16 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x45d2df4f skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x45d3e472 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x45da8dc6 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45f07c13 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x45f55221 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x45fa3f11 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x45fadc24 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4603357b power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x460b3025 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x4612525b bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x461e5d14 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x4623f92e pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462ab565 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x462f9fb8 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x46399725 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x463d5ac2 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x464a826d tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x4653c37f crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x4656aa1c nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x465f25f5 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4660ed5f power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x466ca5c6 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4672c23a perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x46787a28 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x4679509d pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x467bf50e mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c761f2 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x46c8cb4c devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x46cfe28d nf_ct_bridge_register +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x47043bcc spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x47196e74 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4755aa6c nfnetlink_send +EXPORT_SYMBOL_GPL vmlinux 0x47600405 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4763f739 netdev_walk_all_upper_dev_rcu +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 0x476661ae xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x476d9d66 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x4777172d of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x47851e82 ncsi_vlan_rx_add_vid +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 0x479d3338 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c47522 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x47c4cd4b devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x47c57e93 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x47d01bb8 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d7b401 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x47dd253b nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f1d6dc thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4804b95a dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x481717f9 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x48195519 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4820fe52 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x4836a689 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x484888ab dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x484f8717 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x48681110 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4869e242 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4873f28a extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4877252a vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4885d64f genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x4889a153 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x488a437b power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x4896fbbc acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x489d784c nvme_complete_batch_req +EXPORT_SYMBOL_GPL vmlinux 0x48a15eef nvme_complete_rq +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a9cad5 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x48ae8435 trace_array_init_printk +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 0x48d81a0a bgmac_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4902efde ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49060950 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x4908f845 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x4917d593 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x491f39cd devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492ac76b vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x492cd2f7 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4931c9c3 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49373fc8 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x4938dda1 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493e5cb0 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL vmlinux 0x494db23a transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x494e20bc crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x4951f8e9 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x498951fd serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x498d6b94 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x498fc5fc usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49c28a22 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x49c88506 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x49ca1bbf mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x49cc2e34 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cfff93 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x49dab456 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f829e5 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x49fb7a49 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x49fe0b81 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x4a00ff35 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a191849 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x4a1eee48 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x4a298fc3 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL vmlinux 0x4a2a30be spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x4a41fcfa ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a5d5507 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x4a6085f8 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x4a61f656 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4a642692 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x4a6b3cf3 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x4a746d9f fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x4a77c5ea blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x4a8c7e79 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x4a938b54 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x4aabf5d7 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x4ab3ff41 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x4ab6b683 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x4abc140c usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4acb91ee usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4aeb8c77 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x4af0cc91 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x4aff1d65 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL vmlinux 0x4b01d099 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x4b0a14f5 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x4b114c69 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x4b175f43 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4b189474 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x4b456951 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b6810be phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x4b689db3 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x4b72ce8a crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x4b789aad thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x4b8e180b invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b95ae12 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x4bb12940 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x4bc06419 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd682a2 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd8abbf proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bf4fd73 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bff88ab wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4c081f54 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c323ca4 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c3e55e0 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x4c3e6093 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x4c51f740 fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5bb18d fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6a7e2f of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x4c7f7696 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c93c5aa debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x4c99a366 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb30e4d wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4ce4d87e ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4ce97314 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x4cebc860 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x4cedca60 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfb8aac device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d12e340 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x4d13375c unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x4d207f54 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4d22abc7 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2aa7e1 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x4d32f61e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3a1d01 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x4d3d8b5d fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x4d5f6135 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x4d62cf7a nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x4d692c92 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d75f4f9 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d89535c inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4daf4cc7 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x4dbd96bf gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x4dc9c177 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x4dcf2011 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x4dd8c628 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4ddab9a3 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df4c242 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x4df7b8f7 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e0fd84e spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e1981f0 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x4e2acdb9 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e411d6a rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4e42ba67 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e5c4017 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e68c034 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x4e6cf519 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e776ee9 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x4e7afa3c mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4e899d2f subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e9c19b0 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x4e9c45bd perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4e9e134b debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x4ea0a9ac of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb1949f iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x4eb95547 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x4eba130c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL vmlinux 0x4ebbaf3e devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4ebcb820 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x4ec61939 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4ec639bf usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed017a3 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x4eda5e9f devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x4edffa9d usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x4ee85040 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efba55e fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f0d9d8c vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x4f219671 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f482a3a sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x4f543c64 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x4f5f6b95 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7fa2f4 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4f80f59b platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9ac484 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4f9e9e96 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4faa6b28 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x4faf7dfc serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4fb14cd7 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fcc9667 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x4fcd54a6 nvme_cancel_request +EXPORT_SYMBOL_GPL vmlinux 0x4fce19d5 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4fd19797 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x4fdba19c dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdd88cc sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe96b1c ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x4ff04d94 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x4ff9dbcd kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x500ca6f0 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x501e4a27 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x501eaa5f ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502a0627 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x503b4eb7 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x503ecb05 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x504f0891 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x50648029 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x506cb4c7 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x5072f969 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x508e314d ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x50bbc004 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x50c2ae54 rpi_firmware_property +EXPORT_SYMBOL_GPL vmlinux 0x50c5c10c wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x50c677d8 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ea66f8 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50f3779f dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510d8f0d vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x51142e46 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x511b352a nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51425ecf platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5144fbc8 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x51496986 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x51529340 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x51580d88 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515ec393 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x5163e05e ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x516560cc crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x51665057 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x51672f67 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x5186b486 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51986c74 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x51a2692a ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a52fd2 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x51a8c9e0 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x51aba12c pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51b26cbe pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x51bb2e5f phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x51ee5601 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x5203ebc1 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x520564a4 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x5212223a devl_resources_unregister +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 0x523e1b10 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524bc076 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526b14ce cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5275c1e2 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5293e6e0 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x52a1f309 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x52a61a73 device_register +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52ba17c7 cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x52c02453 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d266ef fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52fa6dee of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x5306d047 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5321510b usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5325b619 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x5329f1a0 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533a91d7 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x533ebf54 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x53460d9e virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x534871cc ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x535330b8 failover_unregister +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 0x5377b5ed driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x538cf4e1 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a00e5c do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x53a12c38 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x53a3fb04 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x53a468e2 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x53ac0eb9 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d0c30b pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x53d2fc94 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x53d37bb9 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d9068f of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x53f68b4d sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x53fe66f4 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x540b2d65 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x540b5135 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x5416aa34 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541ff1c3 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54273a07 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x542ca057 nfnetlink_broadcast +EXPORT_SYMBOL_GPL vmlinux 0x5442155b blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x54454550 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x54507b31 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x54578c10 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5467b524 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x5471b427 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x54787b1a pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x54863de3 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x54873a84 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x5489ebba debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549dc5d4 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x54a12578 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x54a1fe3d wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b0a5f9 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x54b574b6 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x54b64d28 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x54c6a3dc dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x54cba3f4 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x54e0215d dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x54fc4e4e xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x54ff211a led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x551581a0 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x55252bb5 walk_hmem_resources +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 0x5543f1ca kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x554ed283 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x555b8227 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x556061a5 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55726661 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x557377dc meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x5575b99b umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557df4ef led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x5587a347 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x558ac6a1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x558deff8 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x5594ec2d __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL vmlinux 0x55963c80 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cced26 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x55ce0a43 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55e7634d fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ff72af crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561331a4 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5615abbe clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562a9c77 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5641563c clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x56451876 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x565c9dce nvme_auth_free +EXPORT_SYMBOL_GPL vmlinux 0x56a7bcfd apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x56ae33eb adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56b49116 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x56ca77fb clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x56d2a584 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x56d9bf1a mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x56e33f24 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ee8815 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5704e98b irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x5712341e strp_init +EXPORT_SYMBOL_GPL vmlinux 0x57307db3 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5731f65b fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x5735a46a __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x57394458 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x573ea2e0 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57462c7b rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x575179bd ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x57576af0 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x57624f54 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x57673b84 __nvme_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x5770d93e acpi_find_child_device +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 0x5789f516 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL vmlinux 0x578b4dba blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x578e3a96 iomap_page_mkwrite +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 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57ccaa8a regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d774fd clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x57db536a crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57dcd9a5 nvme_get_features +EXPORT_SYMBOL_GPL vmlinux 0x57e1bc5e pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x57e4ed64 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x57e9486d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x57eeb434 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fc633c mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x580fb554 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x5811f227 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x58193cde folio_wait_writeback +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 0x58322370 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x583b5d78 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x583d7dec mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x585ac9bf device_create +EXPORT_SYMBOL_GPL vmlinux 0x5862a513 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x5865433d public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x5869c5ac apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58737115 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58922d31 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x5892b1a8 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5899c6f3 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x58a31aab vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x58a8c8e6 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x58bc857d gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x58bf491b cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x58c13b6f devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x58d702d2 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58dcafe3 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x58dd4fd0 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e0497d crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58ffc931 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x591da4b1 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x591f5470 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL vmlinux 0x59310875 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x59480f54 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5951e9bd regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x59533d5b class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595ed4dd pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x59666716 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x59857f68 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598faac6 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x59ae1a0c sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b27e51 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b3d046 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x59b5246b nvme_init_request +EXPORT_SYMBOL_GPL vmlinux 0x59c3d1d6 rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c5690e ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x59c8a166 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x59c8e267 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59cd1856 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x59cfac98 perf_event_sysfs_show +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 0x5a0d5d43 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x5a0ddb9d bsg_job_get +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 0x5a1df01f acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a261032 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5a2b32c3 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a674179 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a724af5 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a803e51 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x5a8a2c0d ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5a93de5f gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5abd675c of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x5ac10a48 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5ad6fe7c fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x5af2f9c6 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x5afbd92b register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5b02e893 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x5b13ff92 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x5b1db272 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2c3d0c __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b3553e3 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x5b39603f gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x5b3cc089 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b56bf62 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x5b65c968 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x5b68b0bd __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x5b776c3b blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x5b7c3495 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b861c20 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x5b934f93 nf_ct_add_helper +EXPORT_SYMBOL_GPL vmlinux 0x5b9cf1c3 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bad465d __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x5bb01ff1 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x5bc1f522 usb_control_msg_send +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 0x5bfc4a9e devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c1869e1 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x5c1af64a __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c33c4cd devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4f8ed2 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x5c5304ea ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x5c53c1df pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c790f1f reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8a57b7 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x5c985aa1 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5ca71114 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad6d19 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb7cf70 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5cba7505 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x5cbb687b netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5cc209f2 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd500e7 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x5cd5127c ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x5cd8c9b4 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5cdf26a6 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL vmlinux 0x5ce77262 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d057233 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x5d0a1384 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d28bd12 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5d2a24f8 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bbcf3 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d541b91 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x5d6cf4bc devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5d731720 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d87d36f k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x5d90ad1d of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x5d9800e5 nvme_auth_wait +EXPORT_SYMBOL_GPL vmlinux 0x5d9afd4c crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x5d9c9d39 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x5d9ceea5 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x5d9ed877 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL vmlinux 0x5da1f44a bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x5da36f30 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db4cdd7 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5de30715 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5deafd0f mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x5e05ccaf ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x5e0c1ad1 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5e0d79d5 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x5e1707a5 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e25e22d __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5e28e312 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x5e2d3504 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x5e30b6c9 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5e387f36 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x5e3ce530 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5e431731 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e52453d reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5e552df8 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e61309b usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7ec11f phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8a1142 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x5e8ca8fe meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x5e8d3126 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e912424 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x5e955db1 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x5ea315a6 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x5ea88997 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5ea9cbee bpf_prog_create +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 0x5eb90041 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x5ec40d13 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x5ec538c1 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x5ecc34e9 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x5ecd3c00 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5efa8e1e mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x5efe0e29 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5efe65dc pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5f0f7ac1 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5f1bd0da clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f38db27 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x5f3c455c wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x5f4577b5 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f4ddbc9 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x5f5077f8 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5f54dd94 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5f55b2a1 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x5f6087c8 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x5f667bd2 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x5f66e6e1 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f86eeb5 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5f8f691c irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x5f9abdc0 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x5fa3ce3a of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa7c876 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fc7260a simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x5fed5d47 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x60050c7f devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x6005727d tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601b3919 __hwspin_unlock +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 0x60487a02 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x605ded29 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x605f5a60 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x60629a56 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606b8735 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x606d9281 rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6070bbdf power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6088306b page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609d2bde vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x60a117ce nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a3317c of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60c10209 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x60cb8d7b dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x60e1fcc4 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fca5b1 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x6104d3ee gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x610e758a debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x611e3bd6 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612d02b0 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x61376fe8 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x6147d684 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61534b33 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x61568927 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x6164127d rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6164dd66 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x616a4bb7 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x61729077 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x617ccfd6 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x617de5a4 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619a0b13 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x61b3ba83 usb_get_dev +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 0x61c67d4a devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x61c9f5ab vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x61cf66c2 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x61d633c6 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f3a75a blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f91cc5 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x61fa7b61 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x61fadee4 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x61fb025b acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x620d0932 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x621e88a2 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x621fffbb kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x6220d305 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x62271326 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x62418a66 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x624634e2 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62540602 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x62543af9 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6257eda4 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625e6122 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x626388d4 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x6267df1d bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x62982884 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bf931e transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x62c67c85 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x62c70e8e usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x62ca03c6 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x62d5d560 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x62e52ec6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x62ed36dc kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x62f78d86 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x62fef96f regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6324a07b clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x633da58c auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6354a7c9 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6366d830 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x636a745a pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x636b623d kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x637f3b85 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x63904aba device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x6394c60b l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x63954ded ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x63976730 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x63aa998f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x63bb0a5d devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c86623 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x63d9cc0c pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x63dabaec switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ee274d bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x63f04e52 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x63fff4c7 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x6400e53d rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x64036959 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x640cb650 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x64325215 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x6434bbe4 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x643877d8 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x644033d0 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x6444562e dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x644a043a ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x644ddf01 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x646e0e67 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6498f7d9 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL vmlinux 0x649f3a03 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x649f642d tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64b0d500 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL vmlinux 0x64bfad45 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x64c1a19c rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64c4015b fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x64dfc95b irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x64e0095d devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e38845 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x64e5791c wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64fd312b regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65166175 devm_usb_get_phy_by_node +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 0x653c938a usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x6543aab2 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65446897 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6546fc4d nvme_init_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x654df752 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65642c2b fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x6574ffba sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x65777187 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x657ae7d0 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6584a41a xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x65a2bb45 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65bc796e qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x65bd8b8d screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x65c1b9b9 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65ce02a8 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x65db7a13 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x65dc7ee6 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x65de8076 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e23f1c regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x660aae65 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6613a912 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66275876 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663f046d irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x6646d9be pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x664e5b2b spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6668ca02 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x666b0674 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x667228d2 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x6676de24 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x667ed9c7 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66ab4afc usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x66b4f1dd kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66b9c967 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66bcac32 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x67034afa hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x67048aec pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x67050667 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6706528e pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67144a78 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x671b6da3 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x67203a23 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x672e48a3 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x67364619 rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x67379aa5 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673d6232 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6748e07b usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL vmlinux 0x6753642c pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x6756a4d6 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x6763a717 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6764f47c mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x676906aa component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x67715408 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6785e0e5 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x678fa87e bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x67939a53 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a3a590 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cdf925 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67db1099 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x67e7d6a5 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x67eb0211 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x67f810cc __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x67f8ab7e xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x680bb550 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683f3267 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x684f7f23 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6867d027 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0x686b8448 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x686bd1d6 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6873c396 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6874796c dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x687f5f28 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x6882da03 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x688e56cc ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689524f7 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x68a4f383 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x68abf87b sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x68b779bc iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x68ba0827 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x68c0cb37 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x68e018c3 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x68eaa957 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x68edc5b2 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6915ca61 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x6917de2e led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x692062b5 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x6920f7e6 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x69224570 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL vmlinux 0x693ecb11 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6945a9cc mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x694ad96d md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x695761aa device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x695ff9a1 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696ddec2 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69841067 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6987db69 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x69884a67 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x698bb303 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x698dd53f of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69a3ab24 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x69b4330c extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x69b77bdd synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x69b7b0ab crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x69b9aa3b devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69c6a65c lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x69c85530 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ec9fcc phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69ef5e35 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x69fbbf03 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a07e97a host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6a0986d6 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x6a11b0e9 apple_rtkit_reinit +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a22fb76 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x6a30dbd1 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x6a3544f0 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x6a3a50db da9052_disable_irq +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 0x6a6071f4 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a68eb4b fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6a6fac76 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x6a763a82 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x6a768a51 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x6a7bfe15 vchan_find_desc +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 0x6a9ee78d lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab434cc scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x6abb9314 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6abbc974 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x6acd066d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x6ace0c68 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x6ad1ce05 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL vmlinux 0x6ae459ed edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6ae5f404 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x6aed7cce usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b02fc92 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x6b086c30 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0f97bb ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x6b120a4e filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x6b26f939 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2d7705 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3d9446 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b4054eb rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b5458bb spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x6b642726 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x6b6db758 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6b71aa28 usb_add_phy +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 0x6b8743b6 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b8dafec irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6b8db3b1 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba3df79 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bbf330d of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6bc2b705 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x6bc666c5 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6bdf71d1 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be8422a rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6bf5f103 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x6bf892c6 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6c1423ea ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c1e508c preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1f9dbf __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2288e2 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c230fe0 md_run +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 0x6c47180c of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c59d3bb fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5aead4 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x6c5dafa1 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL vmlinux 0x6c60ff85 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c69047f tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x6c698170 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6c7b6d62 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6c8a1f35 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca127b4 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb337c2 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x6cb34bbe devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x6cc4cdc0 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x6cd53b8d crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6cd78438 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cfab41a xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d0536ef ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x6d08d1ee fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0bdfb3 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x6d0c86ff split_page +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d23893e rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x6d28894b iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d32ee8e regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x6d373b11 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x6d3d17b7 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x6d3f8b2b of_dma_request_slave_channel +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 0x6d5611ea paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x6d617168 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d73e471 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d85bc3e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x6d91b1e6 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x6d9a8c8d fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x6d9b3319 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6d9cc120 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db3c576 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x6dba3011 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbdcc53 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x6dbe119d fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x6dc7ac18 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x6dcf00a0 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddc158c i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x6de6732d regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6dfea918 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0f1d9c sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x6e285dda fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e3100f3 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e37b4e0 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e393d7d efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e39ac79 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e5e6360 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x6e644138 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6e67665a sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x6e69931c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x6e6a1537 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x6e6f8f4c adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x6e736eb9 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL vmlinux 0x6eaeed89 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb4220e dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x6eba50a0 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec4d3c7 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x6ec7ba54 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x6ec96618 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x6ecdddc8 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x6ecf2cc1 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6ecf3d9e ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x6ed0961d nf_ct_expect_init +EXPORT_SYMBOL_GPL vmlinux 0x6ed28564 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ee643d0 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x6eecbc19 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efc42dc devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x6efe82d2 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6f084698 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x6f10c2c2 bgmac_enet_remove +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f23bb47 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f387dd1 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x6f3ec175 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6f400c2f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6f4279cf mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x6f49b5cd xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x6f515000 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x6f58f200 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6f58f649 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6f5afe12 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f77cf68 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f831f59 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x6f8a7952 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x6f8b4fef wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x6f8e570e balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x6f9145bc bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6faa6e8b ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x6fafd5d8 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x6fbaccbf devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6fbccfea __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x6fc25d2e driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6fc3fb59 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fcfd4ff __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x6fd68499 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x6fef21d3 meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0x6ff21211 direct_write_fallback +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 0x700ef02b sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x70164310 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x7017f052 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x7029bb51 mdio_mux_init +EXPORT_SYMBOL_GPL vmlinux 0x703d1142 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x703eb150 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x7040529b usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x705aecc2 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x706b1771 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x708ad392 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7091b14c mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x709c44f9 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x709c8daf nvme_cleanup_cmd +EXPORT_SYMBOL_GPL vmlinux 0x709f7484 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x70a8a8ef devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x70bac87d powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x70bc0ee9 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x70bc1627 pm_generic_poweroff +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 0x710b1cf7 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x71215bf4 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712d9c80 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7136aa84 nf_conntrack_count +EXPORT_SYMBOL_GPL vmlinux 0x71385e0c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x713f37f3 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x71414c63 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x71417c5f clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x7147fe28 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7157de26 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x715acc92 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x715e1a32 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716d4450 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x71723b92 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717d79c0 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7180bbcc pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718aa049 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71985854 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a41f05 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71df47fc folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x71fd3b2c driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x72071085 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x722b5472 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x722d6221 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x7238c8e8 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x723edf43 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x724d332a led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x725d62d2 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x72601363 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x7261bd5a platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7278effa synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x727d7c7f fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72a77aba rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x72ab2626 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x72ad1cdc fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d38354 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x72d612d2 led_put +EXPORT_SYMBOL_GPL vmlinux 0x72e8c7b0 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x72ed3909 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72f335f8 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730a8592 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x73102eba devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73285a3f sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x73344a94 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x733e5ff0 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x73408440 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x73427f54 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x7344e375 dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7349963e iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x735d90d3 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x73607401 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7366e295 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x736945c1 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7372a6e0 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x7374343d nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL vmlinux 0x73743adb tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x73774643 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738ebbfc regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x738f1010 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x73957f31 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a732cd skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x73a8c3c6 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x73a99cd8 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x73b0b92a virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x73c20653 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73cca661 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x73e17a44 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x73fc458f d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x73ffb124 nf_ct_remove_expect +EXPORT_SYMBOL_GPL vmlinux 0x740be6ca cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x7411a813 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x7412839f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x74164a04 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x741d08f6 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7429c3aa crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x743a485e perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x743e5691 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x7444769a vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7449376c kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x7449ba67 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x74635033 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x7471393e __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x74816b20 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74af386c of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x74b0f029 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x74b0ffb8 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b63278 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x74b75aff mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bba987 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74de38b4 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74fc3ae5 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x750b74fd pinctrl_get +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 0x752ae952 mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL vmlinux 0x7546282f devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x754acd82 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x754bc727 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL vmlinux 0x7556c702 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x75650668 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x75796dc2 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x758b8bbf sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75989aa6 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759e8b2e irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x759fc0ba fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x75a05a5f devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75ac58b5 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x75ae8e5e of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x75af0dcc irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x75b1d0ec fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x75b4f7e7 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x75bbabd3 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x75c4d5d0 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x75d00655 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x75d2362a device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x75da8f12 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e1f177 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e65116 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75ed0e58 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x75ee505c clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x75fb1f47 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x762c813c irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x7634aa73 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x7636f4e2 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x7646475b dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x76514226 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76616752 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7669428c __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x76818528 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768c0a1f __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x768e8277 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76bdee74 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x76d0e1dd ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76d9b962 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x76da6b79 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ee55c6 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x76ee7da5 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f08756 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x76f7f1b0 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x76f9546c pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x771159ba tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7716f3de blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x771d5ea4 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7726e269 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x77293fd0 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77300de1 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x7747bfa8 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x776824f8 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x776a16e6 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x7776a98b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x777d176e msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x77836a8b regulator_desc_list_voltage_linear +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 0x77b85171 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77be6a55 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77c3e749 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x77c7b7ef wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x77d5ee93 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x77e4a610 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x77e63a76 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e88321 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77e98f38 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x77eac4f8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x77eccadd raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77eecdbd i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77fb63cc __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x77fdc116 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL vmlinux 0x780fa200 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x782aff8b kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x78347f86 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x783ad46d rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x7842e320 nf_ct_change_status_common +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x7847dbf2 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x784961b4 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x78604793 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x7863e9ec usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x786a7d4c disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789bdec6 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a22ed4 meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x78a9a39c of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x78b8dbfa k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x78bf1957 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL vmlinux 0x78c10ed2 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x78d10e31 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x78da992e ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78eae78b sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x78ec31e3 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x78ef04cf ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x78f81212 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7912e105 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79252ce6 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x792b2f5b mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x792b4a57 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7937de9e genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7939abc1 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x7939b323 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x793a4e30 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x793df4d0 of_clk_get_parent_name +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 0x7952f69d __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7953545a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x796192d5 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x7980bb87 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79a0b77f blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x79ae6020 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79bfd822 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e470df i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x79ef975c dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f3495e phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x79f56a81 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fba25b acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x79fc453a scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x7a1fc50d hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4aea47 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x7a4e7b1e devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a4fca7e pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x7a5e1505 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7a6e6706 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a751649 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a874dfb ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x7a8bf3dd pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7a95777b crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa07937 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x7aa1bd91 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x7aa63ffd devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x7aa8c77c cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x7aa8dd0e ping_err +EXPORT_SYMBOL_GPL vmlinux 0x7aaaf3bc devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x7aaafbc2 nvme_delete_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x7aaceb83 sdio_register_driver +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 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7ad46a7c __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x7ae844c8 apple_rtkit_wake +EXPORT_SYMBOL_GPL vmlinux 0x7af79cb8 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x7af9504d fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7afb3fd0 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b13401c __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5afb51 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b728b03 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x7b7364f8 spi_target_abort +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 0x7b9b51c0 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x7b9fa088 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x7ba1b9b3 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7ba788d8 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb854e6 nvme_auth_stop +EXPORT_SYMBOL_GPL vmlinux 0x7bba4f8a lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x7bd00958 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7be4570a gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7beb65d0 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x7bfc5078 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x7c014c89 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7c02b9ac ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x7c06d6da nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x7c0c2827 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x7c0d24e5 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x7c120c67 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x7c18e845 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2cb9f8 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x7c3b2211 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c43bff8 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x7c6b09aa rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7c71a442 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x7c79c61b pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x7c7c3473 regulator_set_load +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 0x7ca186b0 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x7ca1b368 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb7d16c usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7ccbe3be blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7ccfaf19 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x7cd04a42 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x7cd64f5e power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cd8e065 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cec510b phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x7cee052a usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7cf28624 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x7cf80826 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x7cfadfa2 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d13d14e __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d29cf15 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d31d4ae devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x7d37a563 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x7d3cb805 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d49e40e vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x7d565488 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6f249f driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7d72c105 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x7d743dc7 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x7d7d9bd7 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x7d9f6fcc crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x7dad4ef2 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x7daedf1b of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x7daf592e pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddba5fc mtk_alloc_clk_data +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 0x7e021388 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x7e03470d shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x7e0ac8b8 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7e0fef11 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x7e10e23a mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x7e17a98d regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x7e1930ba sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x7e1b0302 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x7e1d1943 apple_rtkit_boot +EXPORT_SYMBOL_GPL vmlinux 0x7e2d03ba handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7e38d0ce irq_create_fwspec_mapping +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 0x7e71e803 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7f5fd4 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x7e804190 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x7e833bdb mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x7e8a5a4c blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e92d6a6 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x7e9379f9 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e9cc358 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x7ea152d9 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eba8ee7 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x7ec9ff5a __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x7eca1284 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x7ecd486a gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x7ed8c0c4 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x7edd409c iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef810ad bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f03d682 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x7f048f28 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f056197 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x7f0cfc8b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x7f1325ae irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7f24e4ce i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x7f2a00f9 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7f349062 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x7f385061 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x7f451996 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x7f4f07df fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x7f5550fe attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x7f631722 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x7f67822a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6d6c2d blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x7f6f41e0 pm_generic_poweroff_late +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 0x7f973667 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9f7c47 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x7fa45a7d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fb68430 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x7fc16d54 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x7fc4eece of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x7fccd4b9 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x7fe6fbe1 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff6bf2c crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8010eed5 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x802764c3 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x804fbe48 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x8062f49a component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x8065b7e1 sdio_writeb +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 0x80a28b63 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x80a82c32 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x80ad060e ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x80b1902e __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cea4ca clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x80ceeb7e copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x80d2604b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e84422 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80e9dbc2 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f4b724 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x80fac225 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL vmlinux 0x81066719 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811787fe netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8121fd44 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8132137f bus_register +EXPORT_SYMBOL_GPL vmlinux 0x813872df devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8146016a gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815705ec dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a1fd75 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x81a32be5 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x81a62e70 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b24743 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x81c17b2c fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x81c3d4ed led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x81cf74ae sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x81d93f76 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81ec34a4 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x81f1ed41 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fbb242 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x81fd7758 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x8208d994 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8219b81d __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8224df54 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x822897ff __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x823699cd debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82434859 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x824d142b of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x82502744 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x8280de01 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829a38af badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x829ecd2b devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82aacf18 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x82b9bc20 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x82bcb3c6 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x82bda093 nvme_setup_cmd +EXPORT_SYMBOL_GPL vmlinux 0x82c46168 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x82d50ac8 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82fd1ac4 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x83219f83 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x83264746 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x8330af5d soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833ac26b nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x833e705e i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x833f9974 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x83438684 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x83537c4c of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836204c1 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x8365bcda acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8375cf95 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x837cd79d apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x837d6bb9 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x837f0a63 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x838a80a7 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x839c0a55 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x83ca27d5 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x83eef8e6 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL vmlinux 0x83f4f14f devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x8401552f extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84211991 __ip6_datagram_connect +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 0x8436e958 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x843aa113 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8446aa99 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845307ce __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x845d059f dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8462d275 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x8472beb7 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x847636f9 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x8487d62b kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x8494812f phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x84a43d9d icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ab2468 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84be305e ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x84c11307 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x84c92b60 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x84ca00c1 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x84cb53e0 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x84d985db wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x84dae680 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x84e1aa93 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x84e86e10 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f10ea5 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x84f257ba vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x84f3f224 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850a96b7 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850d7ffd usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x850e72b5 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x8514493c mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852f0f66 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x853901a8 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x853aeacf rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x8541cf03 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8572f8fc pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x8579ac4e find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x857c32f7 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x85854e85 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x8586956e mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x85869fc6 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859130a1 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x85d23585 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x85d9e3a5 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x85e28cc3 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x85e53008 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x85e6b6b1 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x85e86167 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f77a60 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x860c02ca kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x86130975 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861eac64 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86240f50 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8643d322 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8656c5b2 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86662a7e tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x866eaf53 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x868219cd vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868d3637 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x869278bf sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x8692af4e of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x869bf40a devl_trylock +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 0x86c1c5ae dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86e160da input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x86f591f7 print_tuple +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x8703f779 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87199d84 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x871b94d6 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x871ffc8c tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x872171f4 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8741a587 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x874eb64a pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x875b1ab7 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x8762a2e2 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x87678147 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x8769acf1 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x876fd3e0 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x8774d821 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x87787028 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x878ddfc2 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x8799d0ac vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x87bdc473 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x87decdc8 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x88118c25 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x881e8ba9 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x883ce9ae usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x884e1331 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8867df39 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x886f1dd9 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x889728d5 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x88a04caa __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x88a4e801 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x88a8a71c xfrm_output +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 0x88ce238b ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88d09b1c bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x88ea74f3 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f9f38e of_clk_add_provider +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 0x89174dc8 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8927966e __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8930b461 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x8937be5d bus_unregister_notifier +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 0x895bccef crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x895eab97 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x8962fcfc usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x896f7977 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x89701539 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x898b02a3 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x8992f91e platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8999f5c0 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bc4991 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x89bec03a __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89cec9a0 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e5ba7a nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x89ecec5e pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x89f5bc67 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x89fe577b bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x8a0d81f0 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x8a1e695e phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4e2984 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x8a5456a1 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a572d33 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x8a5c8f31 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8a628bc2 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6f719c __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8a731a22 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x8a7e6290 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8aa1a48a linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x8aab4ab3 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abc5743 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8accd993 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x8ace9a8c regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x8acfeae1 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x8ad21c21 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x8ad61f79 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x8af47d51 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x8b05cb37 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8b0d9ed7 class_create +EXPORT_SYMBOL_GPL vmlinux 0x8b11d751 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b16842d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8b1fba62 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8b35c348 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL vmlinux 0x8b3c3181 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b474d35 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x8b48e9f3 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x8b4e95af pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x8b6ac2d0 nvme_cancel_tagset +EXPORT_SYMBOL_GPL vmlinux 0x8b6ef763 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8b859fae pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8ba677 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8b922770 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bd2d5ba __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8bd6eb2f gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bf9448e fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c072baa usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c162869 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c3ffa42 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x8c44c8d6 dm_audit_log_ti +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 0x8c6772d9 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c8043b1 meson_clk_dualdiv_ops +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 0x8ca2f311 __nf_ct_expect_find +EXPORT_SYMBOL_GPL vmlinux 0x8ca77aae devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x8cb1a2bf scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8cb47dda regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cb86a0d relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x8cb99865 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x8cd54ae6 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x8cd70172 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cdd6b1e msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x8ce0daba of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8cefa060 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x8d0b2310 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x8d1319da ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8d13e675 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x8d1501ec nf_ct_expect_put +EXPORT_SYMBOL_GPL vmlinux 0x8d1a4f5e devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x8d20f98d ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d33f90f devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x8d387785 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x8d58ed41 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x8d5c5f87 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x8d60be02 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8d632669 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d81a371 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da7585d __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8db02cfb dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x8db2f062 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL vmlinux 0x8dbdee64 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc83a13 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd21b23 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x8df02bbd mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8dfc3e28 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x8dff31bc ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8e057aed ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8e150173 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e164a81 input_class +EXPORT_SYMBOL_GPL vmlinux 0x8e18fa0d acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x8e2a2ff1 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x8e2f17ee iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x8e340a34 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x8e38c857 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8e437136 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8e4520f4 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e5a4796 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7380e6 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x8e7795da genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x8e7e8c7c devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e94b395 nvme_set_features +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8e9d37d2 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x8ea58213 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x8ea69e25 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x8eab93f1 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb4c686 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x8ec0707a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x8ece2222 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8ee38b85 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8efb19e4 ata_link_online +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 0x8f0dd094 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x8f239376 irq_domain_free_irqs_parent +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 0x8f42b584 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f581c0e __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f675fff irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bb759 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f7c537b devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x8f87ee44 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x8f90703b gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x8f90e460 wp_shared_mapping_range +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 0x8fc12aca blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x8fdd4591 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x8fe22524 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x8ff2d123 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x8ff54d30 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffa8838 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL vmlinux 0x90063008 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9007ba87 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x90100f0b unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x90257407 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x90299ca6 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x90514024 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x90594ff5 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x906e5f69 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL vmlinux 0x907c7056 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9090b35f nvme_uninit_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x9095a6da buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x909838ef regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9098fbf2 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x909e2c87 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90af7d22 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b2d88e devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90b72ae6 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90baa38c fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x90c7d4f4 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90dc6232 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x90ebe566 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x90f6568f clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9100af64 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x911025fb kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x912abe85 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91455a61 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x914564ad nvme_start_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9145d882 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x9148b935 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9151217c driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x91579b3e regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x91672558 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x916eb9e2 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9172ca22 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x917a20b6 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9183b8f1 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x918c9486 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9198b081 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x919fcbf5 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x91aa0009 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x91b0bd36 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bd7f72 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cd3bf0 nvme_mpath_start_request +EXPORT_SYMBOL_GPL vmlinux 0x91d40f19 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x91d53027 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x92001ba8 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x92098a45 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x920bea47 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x921a61b8 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x92229bac clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x92269149 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x922d4870 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x92481e7f security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925f2af0 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x926ae8bc xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927a38e2 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x928ccdd0 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x9295393d regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x92976926 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x929eb7a2 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x92a7183c ip6_redirect +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 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 0x92fb68df tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x931277a9 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931f02a4 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x93207dc9 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x93283df2 pci_epc_destroy +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 0x933f2ff8 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9345a298 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935fd49a rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9363b3e2 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x9366c14c edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x93691357 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x93ae600a nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x93afbc01 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x93b74d9c stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x93bbcb80 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x93c6783e pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d7c5e9 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940f8f54 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x94114e14 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x94171419 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x94192f74 acpi_dev_remove_driver_gpios +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 0x94325dcf devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943e04d0 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94530be4 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x9453ac23 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94774f21 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x94879f39 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x948eef22 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x949fb11f wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x94b2f166 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94d7e7ce vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x94e4a9c1 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e88354 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x94e8acc0 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x94ed6574 trace_event_reg +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 0x94f6ec1f clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x94fa1642 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x94ff3a16 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95053b82 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x950ec62e regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952f0f42 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9549bc8e dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955c66e5 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x95601224 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x95612cc5 nvme_host_path_error +EXPORT_SYMBOL_GPL vmlinux 0x9568669f rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x956a1ec5 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x956a3132 pci_epc_write_header +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 0x9580edf6 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x95821722 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x9583baa5 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95847691 cpufreq_freq_transition_end +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 0x959ec75b __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x95a1a7c3 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x95b1113c ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bcb07a of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x95daf57a cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x95e9f2b6 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x95ee3d78 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f51190 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x95f9e78c kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x961e6e06 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x96247fad pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x962e3d4c balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x963ed591 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x9642380d dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x9643e600 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9656dbb5 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x966a23ed ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x9675a4dc pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x9690478c of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x969883ce sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x969f5dcc ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b74f33 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x96bdb2a1 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x96d026a5 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x96eadd3a free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x96f854de of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fe5bb0 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97115038 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x97137974 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97172d1e sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x9717dc93 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x971b716a usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x971ccf69 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x9723e555 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x972cdec7 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x972d0760 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x973c6095 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9747e5f0 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x976478ee of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x9766fc79 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x97766a3f nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9784d129 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x97961a48 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x979df952 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x97a6385b irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x97ac82c1 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x97cd3fe1 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x97cf9fcf pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x97ddf09b tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97decd3a bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97f1f98b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x97ff1155 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x980c4c51 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x981415f2 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x9824c3b6 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x982962d4 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x982cefbd gnttab_free_pages +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 0x9846676f crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x98501a9d nvme_disable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9853b638 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98580363 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x985ed723 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x986b7a16 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x98705912 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98921f01 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x9893d886 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x98bc7fff ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x98bcc40d ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x98c71f33 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x98ca40f6 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x98cdb7dd dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x98d02377 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x98d80f53 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x98e0feba get_device +EXPORT_SYMBOL_GPL vmlinux 0x98e10f27 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f34ede __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x990a1f05 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x990f38d9 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x9922dfc9 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x992c1bf7 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x99302e2b regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x9947f0d1 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995badf1 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x995c8f5f pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995ea7ea __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x996cac6e devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x996d7746 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9974311d devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99758977 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x997b7dae ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x99823690 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x9987f7bb phy_get +EXPORT_SYMBOL_GPL vmlinux 0x998a8986 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99935ccd kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9996ea56 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a84fc4 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x99abaccc crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x99c2c132 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99ff388f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x9a00db79 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1651cd debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x9a194f76 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x9a1fba28 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL vmlinux 0x9a224aa5 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x9a22acd5 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a3392eb lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x9a52f0b9 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x9a55e8df sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x9a56c8a0 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a64c730 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x9a72c23d mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x9a75a27b devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x9a775dee thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x9a781f79 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x9a978fae phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x9ab9920c sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9accf5a8 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL vmlinux 0x9adc6228 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x9ae8ebd3 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af0aa3a dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af5a5c6 rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x9af74b8d devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9b08864e failover_register +EXPORT_SYMBOL_GPL vmlinux 0x9b0caba0 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1dfb24 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x9b2763a1 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9b29739c pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x9b38857b extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x9b3bd1e1 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x9b4b90ed clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b52f527 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b57f20d extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b672a8b dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec772 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6fff98 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9b846d58 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9cdbe3 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba34368 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bba7f3f dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9bbbb486 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x9bc810ee ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x9bcba193 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9bde4d78 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be76ddb da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9be958e3 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf2e2ad nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9bfb32c3 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x9bff71ba ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x9c0489d2 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c0e2883 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9c2df52a icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9c3da62e fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x9c3eeb4f pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c4bc9e8 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x9c57020b vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c7518b0 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c858421 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x9c88bf5b ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c978aae irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x9c9f14f1 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb3f534 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd1ec2b nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9cd6a36d blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce35915 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9cefcb80 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d048fcc skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d1a97cf dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x9d25e491 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9d2c5d34 pm_clk_runtime_suspend +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 0x9d4619e7 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x9d52482e pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x9d537025 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x9d59469f __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d6239b6 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9d714f42 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9d71cc0e serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x9d7afd29 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9d8145c8 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d817d20 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d8b6b1f ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8c2657 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9f515b pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x9da2809e thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9dad6cc6 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x9dc1695a rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x9dce2048 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x9dcf293b iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x9dd1744f dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x9de35353 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dec9573 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x9e005ee1 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x9e01b36c led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e088ec9 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x9e10cf9f virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x9e16e569 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x9e1789e6 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e28603c nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL vmlinux 0x9e3f4547 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e49877e phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x9e50eeaf dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e607124 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x9e70c91c ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9e7c69fd crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x9e81b357 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9e877f6e thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x9e8f9682 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x9e903433 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x9e912d86 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e97706e __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eb1286e regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9ebade3d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9ebc80c8 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x9ebfb19f nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL vmlinux 0x9eccd642 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9ecec7cb dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eda4184 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9edb8bf2 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eef6898 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ef5685e crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x9f03741e component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x9f04828b skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f09b5e4 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9f0d7195 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x9f160f16 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x9f1e365b of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x9f205b60 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x9f326315 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x9f440a52 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x9f4d999d rio_mport_read_config_16 +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 0x9f604e86 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9f6a0996 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x9f6c65a5 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x9f6db2e5 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x9f74ed9a sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x9f7e1f9d vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x9f99abc9 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x9f9a93b3 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb859d0 __clk_mux_determine_rate_closest +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 0x9fd02175 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x9fd65a74 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x9fd664cd mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe59627 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9fe7f6b4 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fec288d simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x9ff32c8e dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xa010eb9a ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa026477a bgmac_phy_connect_direct +EXPORT_SYMBOL_GPL vmlinux 0xa03b7c74 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0xa03d2b3a pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04c9a16 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05332f8 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa05779d0 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xa06295ea blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa06ef93f pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa06f504a __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08150b1 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xa098e79f power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0a097de vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xa0a238fc devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0a4efe6 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xa0a9f228 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xa0aa541a blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xa0af0f73 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xa0b16052 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa0b554c7 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xa0b61f74 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xa0c4cf2b rpi_firmware_clk_get_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0f4898d usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11f28bf folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0xa1337d09 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xa13d4df1 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa13f07d6 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xa14207fa __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xa14cd787 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xa1522a44 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1623133 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa16c2643 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xa16d552a pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xa180ef48 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa1810745 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xa184a65e dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa1875ebf fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1a8f077 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xa1aed364 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1b3c4c8 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa1bdfccd tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1c517fd edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1fe9d95 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xa200637f clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xa2012c6b iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa2012f19 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xa20323ce raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20c65d3 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f1d62 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa20f38a2 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22b804d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa248856d fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2587a94 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xa2601e1a device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27af20f inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xa28b2f5c clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +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 0xa2bcd090 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2cf3b4c tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xa2d1060e dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e4e32a mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xa2eb3c95 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2f4857b ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2faab30 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa31d2498 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa330eb52 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xa33a0c13 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xa34033e7 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xa349627d devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa34f6fec gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xa35abead add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa37404a2 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xa376b86e clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa379db2b tegra_xusb_padctl_legacy_probe +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 0xa39672d7 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xa39efde0 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a81c4a of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xa3ab2092 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xa3ac48a7 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bd6c9b virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa3ca8abb led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3dedc1d pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +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 0xa414ad9d scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa419026a fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xa4320a12 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xa434b902 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44ef78a fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45adecc apple_rtkit_is_running +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa46059c1 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa476ce99 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48a918e wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xa49215fa tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xa4a7365b pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b78268 ti_sci_inta_msi_domain_alloc_irqs +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 0xa4c49a4a regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa4d1af0c bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4d80d0b usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xa4df7f3f lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa4ee7968 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f2b681 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xa515503c task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa5182678 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xa52501a9 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa531eb82 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55051a9 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xa56b323d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa5759d2a devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5a0b868 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xa5a7ddd0 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xa5a970a4 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5b5f9fb fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xa5baa71b gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xa5bd4362 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d29fdc nvme_remove_namespaces +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5de80f9 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xa5e89006 scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fe91dd device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xa609bbe1 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xa6135e5a edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa6214293 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xa622114f ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xa62ebfb6 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa63df998 nf_ct_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa65b14d6 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xa6690d87 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xa67e4905 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xa6911368 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xa6912e8b platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa6981640 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa69985d1 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xa69a4178 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e88 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b134b5 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6bd57d1 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xa6d091b4 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xa6d1547a device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f044e5 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa6f46195 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa711cadc iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xa718384b of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa727b37d serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xa72b1c82 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xa72be63d pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa72cffbc ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa7300d5b mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73d4b16 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa74490bc genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xa7542821 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xa7552fd7 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa756c12d of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xa757de9d devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7588964 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xa766aa3d gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xa770f671 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa7776eef ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7c06837 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7e0a506 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0xa805190d sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa826c694 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xa83137c0 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xa8358987 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xa83e4d2e xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xa83ff6c6 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xa8476f9e clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa867f2d2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xa874d325 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xa87a4c34 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa88e7888 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a2b0f8 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xa8a3150c devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8aa273e trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa8b3bc3d devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xa8b5344b of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa8b78ed9 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xa8ba37d1 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xa8e649ed genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa8f23936 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa8f4589b iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa907a208 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xa90a5577 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xa90e72b4 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xa925adc5 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa92c981e xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa95952dc scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa95a5305 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95c7a94 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xa96874e0 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9752624 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xa98c741a thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa98d9afa edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa9905ee0 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a16f7c n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xa9ace7f5 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xa9e047aa watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa9f34f4d genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa9f4423e pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xaa2f159d irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xaa370ae6 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa3a5cab dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xaa44b88a ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xaa50e1a4 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xaa5c3bce kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa8bbbb5 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xaa8f7c1c pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xaa921f65 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xaa93013f dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xaa97f026 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaa9f2a5 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xaaaa1ade edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xaab0dfb7 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaac5a148 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaac6866d rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xaae73424 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xaaf0806b gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab07752f mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xab0e0ccf ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xab196cd8 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xab1d3a7d acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab26e62f ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xab3d5c46 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xab43bc67 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xab4c478e aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xab4ccc54 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xab4f4531 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xab51ebb3 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xab5de6d7 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xab5ea879 nf_confirm +EXPORT_SYMBOL_GPL vmlinux 0xab5f8a39 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xab63a54f hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xab657d29 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xab6c3a76 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab82eb67 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xab8e3534 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xab9f3cb4 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xaba0c066 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xabaaa654 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xabbd87c3 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd25edd regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabeeb6e0 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xabfd12c7 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xabfec707 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xac02a35b __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xac06ae24 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xac07f5a3 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xac109546 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xac1495e1 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xac1d36ba genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xac34f7cb usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xac35570d mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xac3a1870 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xac5dcf80 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xac714c6f irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xac8f8e5b scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xac97fac6 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xac990463 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xac9cc429 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb9caa1 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xacbc06b7 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xacc6c670 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xacc800fc free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccb31fa serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xacdd9191 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xacdf5411 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xacebb5d4 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xacecec34 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xad02069a ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xad04629b crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xad0b0726 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0xad235356 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4764e6 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xad4d6ca4 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad53ebc4 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xad54145d fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6e8e9b of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xad6f8531 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xad7005de regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xad72b00e iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad8276e5 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad87b368 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xad9b5866 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadbba7aa pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xadc351e2 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xadd38ca9 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade5df1b ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xadeffef4 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xadf291dd crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae04b1e4 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xae0ce46f kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1049d4 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1304a4 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3d8741 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xae4cb15c rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xae64a596 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6b9fa7 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xae6bf3e5 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xae783855 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae821ff8 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xae9d571b tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xaea25297 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xaebf372b devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaedc73ab virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xaee3e3be iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xaeeb03f7 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xaeecde18 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf1dfd8e xfrm_dev_resume +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 0xaf606d5c fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xaf64787b dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf79a0c6 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf7a9af1 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8fe9b5 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf98e517 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xafa71b9a clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb47a11 nvme_unfreeze +EXPORT_SYMBOL_GPL vmlinux 0xafb72781 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xafc43729 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xafc63561 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xafc912fc of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xafca73c4 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd74040 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xafdb42e1 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe8677d acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb0045c4d lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00ceba6 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb019812c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xb028a587 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0330f60 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xb0373168 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb05d76a4 fsl_mc_bus_dpmcp_type +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 0xb0919405 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xb093dd3e nvme_wait_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0a17bed nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xb0a5cd28 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xb0af09f1 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c3074c devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb0ca2837 pinctrl_utils_add_map_mux +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 0xb0f57dca em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xb0fee43c mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xb1065a4d acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb113ca04 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12c4d47 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xb12e157d nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb14ae0c8 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xb14c2e8e irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb151e891 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1658afa l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xb1a116c7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xb1a16466 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb1b05ee9 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1b81597 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cb0e05 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1ddbd9a acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f06104 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xb1f43c27 component_del +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 0xb22320bf spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb23ac0f1 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb23f8f19 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24c2d1b ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb259f176 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xb265f1cc xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26b7fb9 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xb27a9a5f dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xb27fdb65 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xb28314e8 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29592ff espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xb29e6442 nfnetlink_set_err +EXPORT_SYMBOL_GPL vmlinux 0xb2a29b00 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a4d49a genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xb2a667e5 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b5fadf bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fc8f23 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3106049 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xb322fdc0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb348080f __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb348d5ec debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xb34ad0f6 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xb34e76e8 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb34f830a __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xb34fdfce aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb35ac85f xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xb3632acb tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb37e1dec tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xb38392bb __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb38ef879 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL vmlinux 0xb39ae338 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xb3af8a64 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xb3e9b66e nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4093d85 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xb409f52f bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40da570 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xb4177ad2 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xb4190ada of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb4353ad0 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb445b025 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xb4496d46 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb47211ae dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb484c2b7 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xb486239b vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb494fc5b kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb498c506 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xb4a245f5 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb4afa717 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c8f6f7 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb4cda28a irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xb4d2b452 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb4de2fcb icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xb4e48c2e sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb4e75cc8 percpu_is_read_locked +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 0xb50642d5 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51b3f22 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xb51f8ba5 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5215d24 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xb526d019 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xb5334a21 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb5386c6c synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb5530e8b blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xb5544d1d tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56a72b5 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb59913d9 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xb5a0efb8 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5ab3c21 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xb5b1f7e4 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c91737 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5ca5771 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xb5cff6ba mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xb5d773fb pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb5dc5a28 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xb5f5e0ae blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xb5f62507 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb626172b pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb631cd54 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6363991 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xb6408de4 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64187dc rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb659f04a dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xb661170a fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xb669a9f6 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb6722afb sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67a387e devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xb68019b8 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb68e0b4e devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xb6983eef __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a56b88 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xb6b07053 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xb6c5eddd mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e0a399 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6e71831 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb702e28c perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xb703cdc0 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7086e1e elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xb7118286 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb739cacd pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb745d36a dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb7616546 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb763f91e blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xb779169f nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb784b80b ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78fccf8 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xb7a357e6 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7ca664d regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb7d4cb2a crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0xb7ddc53f gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0xb7e1ebe8 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xb7e88fcd cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb80170af genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83038e8 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xb843a79f tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xb84ce418 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb855f2ef acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xb859653d iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xb85b8e79 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xb87388b8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8806850 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xb88ca62f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8955881 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb89fd6f3 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xb8a2bd82 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xb8a64c15 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xb8b61668 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8ba3f27 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xb8c1bbb1 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f15388 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xb8f493d1 of_css +EXPORT_SYMBOL_GPL vmlinux 0xb9061f19 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xb9084e4d rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xb9106770 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb917bc22 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb91ed2dc fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xb920491e xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xb93ef3da tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb95e4a66 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xb95f6cca ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96965b1 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xb96af795 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xb97c4f67 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99defbc skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb9b3e163 mmput +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 0xb9c60973 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9c6cda8 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e543e4 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xb9e982da dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xb9eb6504 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb9f29c5a fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xba02d37b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xba0acd54 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xba1ab51f pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba66c67d fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba751d39 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xba7fcf8f xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xba82eadb hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xba9bcedb kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xbab2fb62 fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xbab3e274 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbad51e3f ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL vmlinux 0xbaf2f31e serial8250_clear_and_reinit_fifos +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 0xbb16fe2b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbb181141 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2c6c52 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4d2f07 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6593db tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xbb689bd8 sfp_add_phy +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 0xbb8c5b1b devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xbb8ce79f devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xbb8d2166 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xbba6875e sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xbbb7f780 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xbbcd8f3d thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xbbe3992b icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe8860e mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xbbf6430c regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc16b728 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbc1a45f3 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc328020 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbc3474c6 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc441cf3 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xbc48d7d1 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xbc64741a tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc74cf91 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xbc752687 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca08b49 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xbca79eeb vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xbcb3757f pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd8927e pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce4d0e6 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf62fb8 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xbcf895aa dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xbcfe4eb1 apple_rtkit_free +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd12146e cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xbd190da9 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xbd1d1df4 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xbd25f3d6 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0xbd29207d crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xbd2fe84d crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbd39bc75 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xbd3d0077 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4cc905 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xbd5b2ab6 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xbd5e925c gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xbd60fa7c switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xbd70f731 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd84c37d devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xbd91f06e ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xbd9d265a balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda9073b mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0xbdab1eb5 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb78ce5 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0xbdc3c7cc sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde4b7cf phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xbde51fcd hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0xbdedc84f genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbe122ecd regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe334d9d ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xbe374d51 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xbe47c509 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xbe48f00a devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xbe4fc21d vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xbe56f7a1 xfrm_dev_offload_ok +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 0xbe8543cf __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbe929ada mpc8xxx_spi_rx_buf_u16 +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 0xbeb0796b rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbebc56bf serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xbec0dd24 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xbec2fe5f vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbec99871 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xbecf9499 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbed61c66 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0a582d usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xbf0f6874 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbf15bcba devres_find +EXPORT_SYMBOL_GPL vmlinux 0xbf1ba49b hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbf2da2af fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3714d6 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xbf41f755 component_add +EXPORT_SYMBOL_GPL vmlinux 0xbf433ee5 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf4ec9c2 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xbf61992a debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xbf66b7da devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xbf724fbc icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf77d144 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xbf78c8fb account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xbf81852e crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xbf83c3da kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xbf8ff3cd rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xbf97a7de regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xbf9faf94 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfa14744 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xbfab869b tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xbfb84213 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xbfb96f5e io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfcbaf18 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xbfd5fbd0 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff94f7e tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc01266a5 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xc013528c shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xc014095a io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc01409b6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc01cf49a phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xc01eaa6a devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc029857d of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc02d967d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xc03aa8cf handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc056060b lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xc05996bd nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc065bc4b led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xc06a7268 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xc0721b26 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0949b61 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xc09d036f rtnl_af_unregister +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 0xc0b83b49 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0ddc3d6 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f1f8e9 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xc0f5d68a devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc103113a dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xc1035cbb firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10e4bbf __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc123c677 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xc1292c2a devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc12ae9d1 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc12c8360 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xc1315bee devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xc149c340 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc15c6478 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xc16fe3ff da9052_enable_irq +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 0xc1873922 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xc18777f3 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL vmlinux 0xc197a9ac dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1ac7997 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc1bfdf0d backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xc1c8b482 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1dce0c9 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1dec9f1 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc2016027 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xc21ccd65 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xc221054c clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xc222a44f inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc24a5467 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc252df23 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xc256a445 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xc2580179 nf_conntrack_free +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2868bf2 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xc2896b72 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28eacaf device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a53bcb ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b90aad pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c6e7f3 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc2db9b8a pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e2e3d1 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xc2e76de0 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xc2ef28ae __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc2f31da8 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xc2fa22ad security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc2fa97a4 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xc3384bad sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xc33b358b blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc33efc79 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3464baf icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xc34c8524 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xc355cc7c wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc3576f84 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3762b0d sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc385c807 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc391f5d3 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39e40e7 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xc3a21172 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3bb84a6 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c78781 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc3c8b0f2 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xc3cf52e7 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xc3d16838 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f316df ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xc3fa2db0 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL vmlinux 0xc412373c phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc418f700 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc41bd331 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xc4235d43 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4326e1f wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xc43dc959 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44a8f26 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc4532f97 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46cd708 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc477e4ca nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xc48c77da __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xc4a2e71d mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0xc4a2f48c rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4af3bd2 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xc4af7209 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4c02df4 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4c7ddd4 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4fdf6bd irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc506c5a8 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51758a2 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xc5197cdc usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xc51bd2d0 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xc523279f trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xc535e30d crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc53a7199 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xc5526bb5 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5613d9b xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xc56544dc component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56a54d5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57bc738 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58cb0f7 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc5a44fde __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5be5bcf dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc5cc220f dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xc5d3c077 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xc5d697b5 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5dbdadc devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc5e005fb of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xc5efeaa3 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc5f5830c virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xc5f8bbb8 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xc6000637 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc606a1e1 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62b3370 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xc62c9d72 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6461ffb serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xc6483ffa pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc656083e rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65cb153 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc661c9da dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6743ff6 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc675b67c devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +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 0xc6a8b7c9 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xc6af611f rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc6b125d2 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xc6b60c2b usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc6b6da6f zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xc6bd5117 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6d0a4d4 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xc6d0d663 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e67ee2 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70f65d4 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xc716a650 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc7371862 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xc73f68cc mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc75e8a49 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL vmlinux 0xc76457bd xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xc7710601 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL vmlinux 0xc771231d usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc77ff882 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78db607 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a9c5ba pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xc7b2c591 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xc7b554dc skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7d4b597 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xc7d72ac6 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xc7e48b03 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8046b0a spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xc815e43b crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xc81762ae gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xc819527f scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc8225235 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82df05c mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83b1af2 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc8470e25 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc8472127 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xc84f3fe4 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xc857b380 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85a43b9 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xc8713e21 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8816d2f device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8886a54 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xc890cb99 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xc893a232 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xc89eab10 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xc8a48c60 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xc8ba3fbb irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xc8bb2ced iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xc8c30938 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xc8cdc13e ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e397db inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xc8e89206 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc90f52fa __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc91395ba regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc9161ae6 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc91bd1a8 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc923ce54 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9401c62 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xc94138d6 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xc9511c42 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9591272 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xc9632290 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc9639d9a sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc97d34c8 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xc9805f2f ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc983b360 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc989eca1 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xc997c82b devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xc9a3a698 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL vmlinux 0xc9c2280a icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9cc97ba pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d1bd99 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f299b8 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xc9f845c5 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca1df168 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xca42e3ac iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xca448426 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca54e110 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xca5bb866 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xca5c6cc0 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xca60985c mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xca649dfd irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xca7531b8 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa13b3e apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL vmlinux 0xcaa9087d l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcad68203 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xcae0e8c4 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf031e0 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaff5eec regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xcb197985 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xcb211716 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb35f610 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL vmlinux 0xcb3e8997 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcb4910d6 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb4adbec sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb71fa1d pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xcb764a21 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xcb966f5c dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xcbaafe4a handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xcbb8a764 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xcbdac111 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbeef95c tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xcc0287f5 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc20c3d9 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xcc24bbae cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xcc28bc92 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xcc2edb54 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xcc35f657 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc4eefaa nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xcc6012a7 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xcc7ad75d skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xcc84c7e8 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xcc84d3ba rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xcc8929dc tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xcc8cb694 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc94d939 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xcc9bb26f ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xcca7a69f iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccac3c05 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xccb68026 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xccc1719d bgmac_adjust_link +EXPORT_SYMBOL_GPL vmlinux 0xccc98ee0 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf542ac mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xcd09c01e of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xcd127cdd tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xcd245172 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd278a18 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xcd31d29a rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xcd50c07a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xcd54cd9d irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xcd5c1edc rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xcd62a97d crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd79389e pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xcd798fa3 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xcd813cf4 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xcd865d9f led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xcd8b215e fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +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 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdb125b5 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcdb36e67 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xcdb55925 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd10eab fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0xcdd6e8ad blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xcddb8e84 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde544d6 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xcdf1bca6 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcdf6014f rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xcdff404e nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL vmlinux 0xce068d72 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0e789f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xce0fb684 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xce17c93d i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xce281c77 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xce283d5d vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce4e4e11 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xce511809 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xce51c17a gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xce564775 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce696277 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce897db7 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xce89891f of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xce97b9c8 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb25f99 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xceb4e658 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xceb619b1 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xceb792c8 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xced48bda fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee7ea06 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xcee828b0 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef83a95 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xcf183a7f usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xcf1c0460 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xcf334e30 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xcf45dd81 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xcf4c616c pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xcf4f761a security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xcf5ccdf7 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xcf5e9027 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xcf5ec9bf irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xcf70ba3b ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcf781dcb clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xcf9d296d misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xcfa1d13f irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xcfae6bb3 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc900af crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe0e886 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xcff1fa01 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xcff91ae9 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd01041fe ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xd0113c99 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd0140e33 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xd01bbcd5 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03130a7 md_allow_write +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 0xd04b18d5 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xd056b49f ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xd05e6959 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0656e8c rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd077e1e0 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd07e3fff kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xd085c529 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xd08be1ec devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a4f9ee __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xd0b96436 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c0ca1c blk_add_driver_data +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 0xd0dfdfc6 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xd0e9d2ca unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xd0ed4bc6 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xd0ee78db ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd1103b6a xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xd12861f7 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13df4a5 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14bf8cd devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xd14ed741 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15d2ab4 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xd163f9e3 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xd16d5fb3 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0xd172d6e2 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xd1765b4d devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd179b5e7 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xd17d4b01 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xd18bad53 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xd18d59b1 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd1926823 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xd19be7aa __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ba265d ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xd1c36d69 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cae616 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1db655f acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xd1e6d35f phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xd1e855c5 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd1e8e634 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f550f4 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2199d71 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xd21a5653 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xd21b2da5 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd2270528 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd2312059 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd252025a gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd260cb6a tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xd26ea360 ip_route_output_tunnel +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 0xd2853b69 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a94f99 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xd2aaf594 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c18fb0 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd2c244ab fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xd2d3dc95 nf_conntrack_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2db132e of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2f1ba71 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd2fb7d84 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd2fd46d7 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xd30ddb0e ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +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 0xd3253d55 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xd32be77f access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xd33a43b9 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd35c1f60 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd35f051b regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xd36463ab extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xd365e89d virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a336a6 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xd3c120b4 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3e3a7bf acpi_find_child_by_adr +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 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4044a51 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd4094978 nf_ct_helper_init +EXPORT_SYMBOL_GPL vmlinux 0xd4113462 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd4219841 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43551a5 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xd440a50f iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xd441ed79 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44c20aa ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd465f43b put_pid +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4aa45df device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xd4ae9227 crypto_spawn_tfm2 +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 0xd4c596b0 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xd4c930d0 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4e10c68 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xd4e22206 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fb371e mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL vmlinux 0xd50b18b1 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xd50d4a99 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xd50efa82 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xd512ce56 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd51533f5 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xd52befa2 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5346d0f usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xd5379e70 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xd53b3104 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5506b36 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xd5564b77 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xd5579868 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55c8eec dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd561058d mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0xd5637662 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xd5671344 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xd5676f4f inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd57e1ae7 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd589e39f key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL vmlinux 0xd590d380 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5982fa2 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59a67e4 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xd5a643fc sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xd5b3e5c0 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd5c5cac1 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5c873f6 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xd5d65786 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xd5db01d4 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd5dc7eae tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xd5dd6696 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xd5e82caf bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xd5eadb3f phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd5ec9866 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6075e2b pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xd612aee3 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd6141517 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xd6166768 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd621c89e regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd62da7c0 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd633885f cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xd63a45bb udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd63d30ea md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xd64b3827 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd64c0dd9 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd656f28f k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xd660f0ee xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd6714da3 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6741949 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xd6857583 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xd686e1fb platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xd69e41b9 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xd6a9fd08 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6afe06a tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b33770 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xd6b5969a transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6daea71 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xd6e269a5 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd6e6b92b devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xd6ee8f1a fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd6f9b29e ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd7043843 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xd71be708 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xd71ff1a5 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL vmlinux 0xd720b8ce pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a7671 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd73cc22f trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xd74b7b5a sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xd74c615b ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xd75134a7 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xd75630ba bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76fd55f ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xd77167e3 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd771adcc xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xd7778db4 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd778c8a6 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd77e8029 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xd78f2ff5 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xd7900cc7 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xd7941641 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xd7987ef8 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd7a27cf8 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b691ed hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xd7bed517 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7ca7b18 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d74849 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7f00aa3 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xd7f9edcf stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd7fc43e8 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd80a6b4c set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd82ac8a6 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84f3019 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd84f732b register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd8502ec3 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd856cca9 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xd85adba9 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xd87a4c76 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd883482d mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd88b9422 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd8b284df ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd8c54982 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xd8c62cb3 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xd8c7439b blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xd8cae05c cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd8cd7b80 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xd8d5be0f icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d856c8 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xd8d885f4 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xd8e2e7d4 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd8ec3027 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90394fc stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92094f8 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xd92be6da palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9335208 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xd940480f xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xd94bae70 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL vmlinux 0xd96ba173 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd988da1b vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xd98f6627 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd9902482 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd99a2f80 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9dc6946 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ef99b8 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda02334d acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0cb787 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xda0e2f98 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xda108d9f regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda181635 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xda23f8ee meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xda281797 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3b8c1e driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xda5c7132 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xda639401 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xda6436dd nvme_sync_io_queues +EXPORT_SYMBOL_GPL vmlinux 0xda648022 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xda65a34c devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xda6b5d2b pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda94f853 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa1ce65 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab5bf50 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xdabd3364 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xdac22f4d device_add +EXPORT_SYMBOL_GPL vmlinux 0xdac2c236 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdae002f0 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xdaeb48b1 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xdaf91d7a devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xdb056fa9 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdb21f9e4 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xdb2289e5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdb27af7a acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xdb2f1998 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0xdb508f61 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb7dedd9 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb932950 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL vmlinux 0xdbb79a5d fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xdbc8683e fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xdbcb0cfa uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xdbd5e1c1 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe0db8d sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeffa0e icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf8dd07 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc1f2af0 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xdc1fdfeb net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xdc259cf2 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xdc266ece battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xdc275046 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc50de75 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xdc51dd64 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xdc542eb8 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xdc5549a1 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc670f15 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xdc6ca1a3 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xdc7011ab crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xdc762e16 of_get_display_timings +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 0xdc8dd6c9 devl_trap_policers_unregister +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 0xdca542dd __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb1f337 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xdcb7367b nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL vmlinux 0xdcc1da27 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xdcd22873 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf29d72 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xdd06c7b8 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0c84c9 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xdd0da2b6 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xdd13ccca nvme_complete_async_event +EXPORT_SYMBOL_GPL vmlinux 0xdd198c2b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xdd553f7e dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xdd57a14a disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xdd5a261c firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xdd5f3c2b led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xdd60c7bd ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd66250e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xdd7127b3 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xdd76ff1f virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd86d546 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xdd88965a netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd9040ed of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd9d6af4 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdda6c0c4 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xddbaed97 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc0e6c5 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xdddc0a17 __devm_clk_hw_register_divider +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 0xde107894 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xde15941b hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde46ebfb sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xde536c01 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xde546eae kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde562013 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xde648271 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde72f620 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xde83bcbe dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb5a82f led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xdec14114 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdedd4af9 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xdee18ef8 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xdee5ff85 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xdee8202e crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +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 0xdf133613 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xdf17f28f bgmac_enet_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf18dd51 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xdf1a14d8 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf23e8cb thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2d090b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf3d2bf2 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf62c92b unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xdf6d27cc wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xdf72a666 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xdf8266f2 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xdf881dc1 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xdf8b59f5 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xdf8b638e crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xdf8d3ece devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xdf97f9c4 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xdfa80e26 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd4832c hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfd61907 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xdfeefe91 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xdff696ea blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xdff71c31 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xe0018ef8 nf_ct_untimeout +EXPORT_SYMBOL_GPL vmlinux 0xe001a108 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe00657ed acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe033fc58 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xe0412c4d of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe0488f5a gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe051c32b lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06001ce pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xe06b3936 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe06c7b9c bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xe06cdfca pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xe07127bb device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe080ef0f md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xe08451ef of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe087c609 user_read +EXPORT_SYMBOL_GPL vmlinux 0xe094d6f6 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL vmlinux 0xe0adc593 power_supply_set_property +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 0xe0d20703 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e5f5b0 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe0e8e210 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xe0e8f666 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xe0ea827e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xe0f07196 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0f93308 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe111d83a memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe113eec9 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xe119d1f1 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xe1260d82 nf_ct_kill_acct +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe1418b65 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xe1513669 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xe15f89e7 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe16d421c cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xe17131ea dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xe1823191 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL vmlinux 0xe183ca63 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xe193d49d udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xe1a03452 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe1a6654b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1bf2f6d bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xe1c031b7 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d18da3 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xe204a0c9 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xe2141794 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xe2193108 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe22a879f dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23ada41 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xe245c600 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xe24c6bd3 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xe2513dba usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe27178b2 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xe276857b unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe27912e4 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xe28c917d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xe29101bd pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xe29724a1 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xe29a7285 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xe29ec29a device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xe2aaf5df fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c4c07c file_ra_state_init +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 0xe2e42300 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe305b272 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xe30a6f2d trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xe30e46b5 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xe30fbc80 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe31d8a52 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xe3376739 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xe35435d0 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe36c4565 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0xe37db7be bsg_register_queue +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 0xe3a178b4 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe3a94cd2 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3ad398b kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b37417 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xe3b8dec7 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xe3ccee11 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d3f949 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xe3d4f87f device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e61d6b shake_page +EXPORT_SYMBOL_GPL vmlinux 0xe40588b4 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41498fd uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe41c7ac3 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xe41d9797 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4301912 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe46a7bb4 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xe4917ac4 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a09cd2 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xe4a5a038 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xe4ab6013 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b790ff spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b98093 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xe4bad758 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xe4bc0d13 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xe4bf53c7 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c52b92 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xe4dc6262 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ef08bb spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xe4f1ab94 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xe4f33212 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe4f59390 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xe4f750d5 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xe5006510 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe501cab7 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xe502de71 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xe50489d2 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xe506ac70 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50f441d __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe511b787 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe52437f9 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe52a59ad xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe5376ab8 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xe544fcaa dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5638916 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xe56e3ac5 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xe57b6e30 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0xe582e1c3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58da9f8 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe591ce32 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xe5a2513a devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5aa601b phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xe5b559b3 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe5b97382 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xe5bc456c acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c33b7d sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xe5c573af gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5cd2ac5 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5e2494a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe5e3e93e clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xe5e64433 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe605d459 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe610beb0 rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xe6177213 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xe625cfc5 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62e874e nf_ct_expect_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe63280e7 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe638aa3a device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe64a98fb perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xe64c129d udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xe65750f1 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xe659e466 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe66c8666 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe681e81f of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe69c73fc cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xe6a6ba3e tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b85a94 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xe6c55ce7 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xe6c5dda9 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xe6e36ed8 __nvdimm_create +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 0xe6fa8f35 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe6fc869e of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xe6fd8edf nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe7272c08 devl_register +EXPORT_SYMBOL_GPL vmlinux 0xe7288b72 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xe72d389d gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe7382ef1 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xe73d5635 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xe74fd44e mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7664a99 soc_device_match +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 0xe78749a9 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xe7933c3f nf_ct_seqadj_set +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe7c91041 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xe7cb363e sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7f54363 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xe8089b02 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe8120b54 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xe814c085 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81af95e acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xe81ddca3 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xe83fb8a7 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe8436f6c iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xe84dd5f4 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8522ac9 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe8561f4f fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe880296b dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8ae6577 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xe8b251f3 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xe8b929bf ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c2b55e ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xe8c6e4d8 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xe8cd37d6 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xe8d1c48a gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xe8d2716f pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe8f85705 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xe901bccf sata_scr_valid +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 0xe9360c3d ata_sas_port_alloc +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 0xe961a5fe blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xe967a6e3 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xe969f3e2 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xe9701bb4 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xe97c3ff9 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe98346c4 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe986c4ea mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9956416 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xe998d50b class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9a7bfa1 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xe9aa6436 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xe9b5af86 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c12f82 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe9c2d457 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe9c69e74 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9ea1e76 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xe9efef3c crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0d52a8 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1669a9 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea2f1de2 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea348703 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea458366 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6ca68f vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xea715305 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xea90464c virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xea9848f7 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xea9ad3e6 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xeaa37c37 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xeaa5f5ec __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xeaa806b7 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xeaaaeae7 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xead14faa __traceiter_rpm_idle +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 0xeade5762 dm_get_md +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 0xeaf46fff crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xeaf68f2e crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb199c01 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xeb2c7d00 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeb309c78 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xeb3ba3c9 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb4aa2ec skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xeb6b8e1c vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xeb7123ca pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8d42a0 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xebb42f51 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xebb46673 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xebb7a9eb trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xebb8a7dc __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd95680 nf_conntrack_in +EXPORT_SYMBOL_GPL vmlinux 0xebdc4228 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xebdc585d regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xebe05a6d irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xebe31e74 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xebe38a9c skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xebe3de41 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0a502d acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xec0cf693 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xec14a2dc fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xec3cc6ff thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xec456210 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xec4a11e1 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec6e7d4f crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec776f1b blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xec83e5ea ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xec8ad1a2 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL vmlinux 0xec98626f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xecb1ce00 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc9476b rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xecd30c0a inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdafb81 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xece4a114 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xece91f9b iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xed0f1f07 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xed23cff0 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed340235 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed483f75 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xed5d5aac perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xed636973 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xed6cf286 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xed806276 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed9b4e8c debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xedbaddec icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xedd092d5 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xedd64bfd metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xede2b08f kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf3aeff fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xedf7b09e xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0xedfa3048 apple_rtkit_poll +EXPORT_SYMBOL_GPL vmlinux 0xedfbb0b0 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xedff9db1 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xee0c5604 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee2430a5 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xee2c66f9 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xee2f00c0 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee41595d clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xee46bd4d fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xee4e549a synth_event_add_next_val +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 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee790bd8 nf_ct_netns_get +EXPORT_SYMBOL_GPL vmlinux 0xee79a988 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xee87a815 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xee8d4d18 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xee91f891 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xeed222e6 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee16a70 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee50084 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xeeeeae64 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef15ab0b verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xef17e51b usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2c0eea __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xef2e07d3 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xef307fd8 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3feaee virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4d005b sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xef52764f skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef689dc5 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6c75ef __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef7ce2f2 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xef8a70ca mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xef8e88f6 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef995c23 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb02703 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xefb0e3db ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xefb4615a nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xefb7e921 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xefc503fe wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xefde665b pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xefe6e2b9 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffe83cb crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xefffed69 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xf0044940 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xf0111149 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf0143b42 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xf02505da nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL vmlinux 0xf03478a9 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf03a9e85 nvme_enable_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xf03ae589 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf048be1d pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf04bf543 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xf059c57c irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf05fd91d usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06cd0ce tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf070c6c4 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf0721820 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf079b227 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf07a945f nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL vmlinux 0xf07ba6f9 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09c4480 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xf0a0c4d7 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xf0b80183 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf0ba7158 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf0e463d9 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf0e46d8a fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0e67040 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xf0ee445a iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xf0f0e4db mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xf0f8ed37 rpi_firmware_find_node +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf110cffd i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xf111d8e6 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf152eb45 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xf16205f2 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf1648e1d dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xf16b3aa2 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1945b72 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xf1952930 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf1a458b4 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xf1c4046f devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xf1ce794e phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0xf1d46ac9 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf1d55c67 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf1dd7741 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f3cddf cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf207ff40 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xf21ca457 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL vmlinux 0xf230046b xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xf2370168 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xf23eb457 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xf246e2d8 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xf24c1048 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xf25203c2 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xf252dc94 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28ba70a wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2ab98a6 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xf2b2a35e query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b45652 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xf2befa4e regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xf2bfc0eb aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xf2cc5416 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2cd1c11 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xf2ce68be power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xf2f16e9f pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3006ac3 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf309e257 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30af6b6 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3172db9 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf3271e58 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf332eff9 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xf334d4b0 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xf33bbe51 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xf351885d nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf357a193 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf357dc4a blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xf37146b4 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xf3780dde ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37bff65 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386ae0c regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xf38b15b6 bgmac_enet_resume +EXPORT_SYMBOL_GPL vmlinux 0xf38badbc tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3acdcad bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xf3afd6ae wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xf3b1ca2c virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c0f0a6 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xf3c21ab4 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xf3d28533 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3da10fd of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xf3de006e of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xf3e081f7 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xf3e36617 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xf3ee1999 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf44cff8b udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xf455bd46 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL vmlinux 0xf457fc12 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xf45b8c31 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf468437a PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46c58db crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf4777417 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xf478205b alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4afad7e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf4b489be __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xf4c5f5e9 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xf4c98bde meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d02266 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf4f3ce4f usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xf4f592f9 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xf536386e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xf536cfcb wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xf53b4e53 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xf543b4fe pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xf54afe78 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf550212a get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf552ead6 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf563a69a event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xf57d7fd4 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf58ab8ff sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xf591655a pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xf59acf7a devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xf59cb4ca phy_pm_runtime_get_sync +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 0xf5a97789 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf5b92437 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xf5ba3957 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xf5c09b66 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xf5d11e28 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf5d38502 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xf5e6f782 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf5f1e67f crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf5f23215 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6053363 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xf60d6f61 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xf60f69b8 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf62f9eb2 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xf631933c tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64a6a3a rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64cdb96 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf64e2592 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xf65a3c0e ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xf65ec32e fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67fc99b xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf680370f pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf68278eb rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xf6865d55 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xf69a26c9 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xf69fbf2b kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6ac81a4 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xf6b9d490 nf_ct_helper_expectfn_find_by_symbol +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 0xf6ca417e tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xf6db3eda is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6e8d791 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xf6f307de devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xf6fbaf33 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7141210 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf71681cb pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xf729f615 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730efab led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf744966b skb_mpls_pop +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 0xf750a2db fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xf7510806 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf751c05e driver_find +EXPORT_SYMBOL_GPL vmlinux 0xf755f256 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf75a505c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xf75d28e8 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xf75d7a45 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7709f51 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77f3f84 crypto_drop_spawn +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 0xf7a9106c ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7aaa308 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c29b6e __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf80d2343 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf80dc872 regulator_notifier_call_chain +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 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf832da3f of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf851ff47 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85a766c mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf873a1df regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88dc054 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xf890a93b pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8be937a mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xf8cbf004 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xf8cd3902 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf8d05520 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xf8def4cd hvc_remove +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 0xf90f824e ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf91253f1 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xf9196d9a pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf91a408f regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xf9206036 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf94beb4e icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95a9471 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xf95aaa1b rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf977190c kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xf9797053 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf9830531 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xf9891c9c ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xf98fde3e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xf993b362 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xf99555be gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a1ec56 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9abd6ea vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xf9b2728d regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9bff70a usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xf9c05176 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xf9c206a3 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf9c531fd mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf9cca3e6 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xf9d29189 apple_rtkit_send_message +EXPORT_SYMBOL_GPL vmlinux 0xf9de7082 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfa04b106 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa263dac acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xfa2ac874 nf_ct_helper_log +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa39d366 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xfa3d4346 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xfa4078d5 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa587afc iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xfa59ff12 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xfa5d54b3 nf_ct_helper +EXPORT_SYMBOL_GPL vmlinux 0xfa5f6f9d pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xfa62c584 mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa7e73e7 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xfa9a0308 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xfa9deb0b scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xfa9e4023 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xfa9e8fdc edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xfaad9b95 cpufreq_enable_fast_switch +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 0xfab73187 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xfacacf2a pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaf56c7f perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xfaff5431 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb169793 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xfb17363a kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xfb18868b crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xfb18df86 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfb1b048c proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xfb2f1c51 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb37687f pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xfb52a694 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xfb56e1cb of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xfb60cfc9 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6641dd fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xfb6b1734 nf_ct_netns_put +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb726862 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb81d5c0 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xfb870307 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xfb89b18d dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xfb957dc0 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xfb98be75 nf_ct_delete +EXPORT_SYMBOL_GPL vmlinux 0xfba196b0 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xfbbd3c23 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbdaf22 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc27f5d of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xfbf6a455 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc035efc nvme_reset_ctrl +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0cbb51 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc44dd9c handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc5f24b5 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xfc611f35 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL vmlinux 0xfc761f95 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xfc7fb335 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xfc849059 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL vmlinux 0xfc88356e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL vmlinux 0xfc8e8553 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xfc92b0fd regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xfc933f67 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc9c88bc clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xfc9e2f13 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xfcb29697 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xfcb4d8c0 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xfcb81f65 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc092cf dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc9ed0b extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfccde3d1 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xfce4ad5f nf_ct_acct_add +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0da576 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfd0ec2d8 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd336b4e pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd789df1 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xfd929b2f mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xfd94133b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xfda65cf3 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xfdabcb7c devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfde50240 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xfde72740 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe086269 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe1542d0 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfe18f1e9 hwmon_notify_event +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 0xfe25a1d9 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xfe2621fa dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xfe2dd020 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xfe2ed0c7 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xfe36dcb2 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xfe380b75 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3d52fd pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xfe3d6ef1 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xfe404a17 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xfe47093f crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe49d4bf perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xfe53f8b3 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xfe5dd728 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL vmlinux 0xfe60cc0f sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xfe811d6e tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe92b675 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9bba6c rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfe9eae4c wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfeacd7be iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xfeb0e14e nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec59262 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed4e2df pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfedc34ac led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff2291c2 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff31dcfb dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xff342b94 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +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 0xff8dc9f6 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xff9d12c7 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa7c0e9 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaed09f tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xffb56eb7 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xffb96c34 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xffba0474 nf_ct_seq_offset +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xfff2d926 xenbus_setup_ring +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 0x03babd32 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0a2b53d3 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0cf4bbb3 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x115e0f94 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x14129e31 cs_dsp_init_debugfs 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 0x23a54816 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x273f53ec cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x29c7394f cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x42be3f1c 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 0x557f18b4 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x626312e1 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6cd2af7e cs_dsp_power_up 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 0x7741bdbe cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7a91cf70 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x85cb4da8 cs_dsp_adsp1_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 0xc4c7e149 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd3ce6894 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd96e1166 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe15b0934 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe9124214 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xeb5ad1a5 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf597e506 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfb1899f5 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfbaec77f cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x6db4f88d 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 0x01304a9a ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xc284d2e4 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x63ba37bf ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xbfe67db1 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x8f0fd1ef ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xfa36dfa9 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x65d50809 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xb748d7ff ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x0d346ccb __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x81226fcd adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x09a50aeb devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x25dd40af __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x62e83bdd devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6cab25a9 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x984b15e9 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa0f30d28 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb6f209cf adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd43bb8e3 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdacfd035 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe6f50093 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x49819007 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xd153dec2 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xfab43e9f adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x51f83217 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 0xb1d992d0 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 0x5e426523 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 0x16d98cc4 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x145719b1 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xa534a59f adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x11fe67e2 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4efc0c0a ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7619d4a0 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8bddd974 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa69f4002 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xcefa03fd ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe1d266b5 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe87ff1a4 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xecd622de ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xfd4494ab ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x34b145fa bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xa1af372e bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x321bbb8c bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x390a3f20 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xca6bd4fe bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xd8ad664d bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x72657de4 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x88b2218f bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xc2591b1e bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xc2e302d7 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xb22f60cf bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xaf3f2b28 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x026a62cb bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1a5e1bbc bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x20059b2c bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb96cbdb7 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xe52a7b41 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x96ce16e8 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x104a0ead bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x187d0db3 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x67af2f69 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6c2b2b76 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7587a46d bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8d45efdb bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xea7ebe41 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf2fbd0d1 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf72fbb52 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf95307d7 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x1ebd840c bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x9ae6207e bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x44238254 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xcaaf790a fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xe4721cbe fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3a3ca03e fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x60a25a00 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xadfef512 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc27ccec5 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 0xc0464068 devm_iio_init_iio_gts 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 0x00725aa7 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2059f20a hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x29bf732f hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x31bf54da hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x54250865 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x597897fa hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x75718560 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7813d602 hid_sensor_power_state 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 0x9bdf1b65 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9e092b6f hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb1a080c1 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb3277a14 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x3fccc440 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x6070be6a hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x68daef15 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xd19f483e hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0xa01e4509 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd75b4d48 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe88cd4b1 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x639e8114 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xbe71d8ae hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x271a88c4 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x534b22d1 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xb086e218 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x809bfe9d kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xb90d2ce7 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x29d3e050 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x3ebc3c4c kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xeb828a42 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x70a538df st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xc9d0353f 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 0x2858beb6 ms_sensors_tp_read_prom 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 0x3b83d65b ms_sensors_show_battery_low 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 0x43744fd0 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x471d3e49 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x92dd64db ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa5497cdb ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe0fd3849 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xee0cdce4 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf25e7bed ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x53ae1055 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x5d5b937f mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x8a8ab8eb mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x2ec77d3d mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x376baba8 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 0x46dd5ea8 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x593f833a mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x614cafd1 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x81ae1ae2 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8a2f2474 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x957d97f1 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x982493b5 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa04243ca mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb44f011f mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb479d6b7 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb8db19ba mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd409c8a7 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe96509ce mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xeef6f6ef mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xddf36a86 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xcb98251c mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x1ffa9ee0 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x3f434b4b inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x459e480b ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0xa82db8dd rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xd7efad43 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 0x9d999536 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 0xaf0b1ee3 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xbe360fb0 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x108eaddd sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2889ffcc ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x675a7478 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x886b1f8a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb55a0a64 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb7627e1b ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc8007680 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe83bcc8d ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xee54e500 ssp_common_process_data 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 0x18264f41 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x1e42650f st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x1e821acb st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x21d8ff55 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2995b935 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x39c1951a st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x469983ef st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x54ddb479 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x904636de st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xa1b8923c st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xa7a66d28 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa87480e2 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb1f050b4 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb89b54dd st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xc5297fd8 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xc7023eeb st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xc8ebc4e7 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdce0ba9d st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdd32aa67 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xdee307bb st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe3c2f3b8 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xef91b814 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf1a0fa78 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf6ce01fc st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf925cf0d st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xff36f0ca st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x614d0520 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x1ad8a138 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x66ab46c8 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x44314a6f zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x76b0b5c9 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9f9ee187 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xb64293cc zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xe44a0015 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xeb118aed zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x6585314a m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc3cd0cb6 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc880bc18 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xd4c07285 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xfa0c0c4e m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x29846b84 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x36d099ec iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x553bc091 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5ce2f4ca iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5ff555a1 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x66cf285b iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x96224bf9 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xaa76ae47 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xae9f646d iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbe1b6683 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc59f7162 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcc728544 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xee14bbe2 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x18f4c950 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x86a3feab iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xbe5fe324 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x017b6483 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x03ad8841 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06d24e17 iwl_read32 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 0x13850bed iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13b226cb iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1466c956 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x15026154 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b94af4e iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1fdfafa5 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x22c95903 iwl_write_prph64_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 0x27f8ca8f iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c9197cd __iwl_dbg 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 0x3cdbd8c9 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4948b261 iwl_sar_get_wgds_table 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 0x509089f6 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x50cfbe62 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52232497 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x533aa400 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5570922e iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x563170d6 _iwl_dbg_tlv_time_point 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 0x59aaa8f5 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5a2dbf20 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ab0baec iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5b363e46 iwl_fw_runtime_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 0x5d0b8be7 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x633a1427 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x67787732 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ada44da iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6afede1d __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ecd15d4 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x710a63c6 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x723408dd iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x75e1a280 __iwl_warn 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 0x7788503e iwl_set_soc_latency 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 0x7d6a32ae iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82e58331 iwl_acpi_get_eckv 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 0x89c7ca00 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8c7f0a66 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8e6d03c1 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97266de0 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97542216 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d0caa28 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e175887 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa5cf4b6c iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6004ffb iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa834b8a iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaac8606e iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xadfe3eb9 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb027778f iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb34d3e7f iwl_write_direct32 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 0xb9268bb9 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd54a518 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc75d87d3 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc76698a3 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7c0c873 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcbb1a9ae iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xccf5b4b1 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xccfd87c2 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 0xd6082c89 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd85e5aa7 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd98ef163 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xda2ac8aa iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb4e884d iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xddef5f26 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0878f55 iwl_read_external_nvm 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 0xe27f76fe iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe422bb2b iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe4d23bb4 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7280152 iwl_parse_nvm_mcc_info 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 0xedcd43dd iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef43bfb3 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef837a17 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4717acc iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf99d6097 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfae0f5cd iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff60f665 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x180e1a38 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xc6e5f8ae ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0390fa54 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x159c436e mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x26a6bfd1 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3cdb773a mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x52fadc7d mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6ce67411 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7a65c117 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7f6e2c98 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x88751565 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9a911866 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9ccd76ae __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc465ce90 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe335ddfa chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xef8c8fa0 mcb_bus_get drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x441fc9a4 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x7718d974 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xb63bf532 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x57822b6b nvme_passthru_end vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6964d151 nvme_put_ns vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6eaa0607 nvme_passthru_start vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x72c60f38 nvme_command_effects vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc4c47373 nvme_ctrl_from_file vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd0114ae3 nvme_execute_rq vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xefd821c0 nvme_find_get_ns vmlinux +PECI EXPORT_SYMBOL_GPL 0x054474e1 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x11b4a7d9 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2429b6d8 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x284524b0 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2a9b0693 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x371afe4f __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x40ae0d40 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x42bdde03 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4b46482d peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x52c9d6f1 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x543ab8c8 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5e3fef91 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5e8fae45 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6380d818 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x671dc618 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x723e541d peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7985c956 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8a64a717 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x98c15dac peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9b850fd6 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb71e2fde peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc2c37fc1 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd27b93cb peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdbc01ef1 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe15ba2c2 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xef60b2a1 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf2b02626 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf41f6c83 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf49c5a18 peci_request_status drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x0514809b peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x389fa1c1 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x52a19e08 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x613301f9 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x928f339d peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0188c170 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0a73887a pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0e22e178 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x17e4123f pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x28ccd7c3 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x39d38880 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x520af2f3 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5f0faafd pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x614ec3fe pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x66c175c8 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x70558d7d pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x974633e4 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x980651a9 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaee92072 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc28412db pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe1b36f32 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xef912c7a pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf6008deb pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8927056 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfadec8f2 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfb5b80d0 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x12a303d0 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2417a38d sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x40bb5000 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x85749eaf 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 0xea553d15 sx_common_probe drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xf681391a serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x0293f538 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 0x89bfcc1e hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xb37d3584 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xe06a0c5d hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6bf4b2a7 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x7fb6fe37 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xa5e7ac35 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 0x30c3d7da 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 0x36ec6791 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x75d4a6dd cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x7a424e2a cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x7f7e9ea2 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xec787c23 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 0x4dabf39b cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x65a27ce9 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x6b6d8b12 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8d947536 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x90051011 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa912a8cc cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xeb03b241 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 0x2f35d7ab 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 0x560ee507 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 0xa773a3d0 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_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xe05be3d8 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1403a55d cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2609a386 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2fe51a88 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3bb3afa6 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3d4e4f58 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x579441bf cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x76d6382d cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x86d32f0e cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa7965de2 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa9698ee4 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 0xaec50bb4 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb37bfd5f cs42l42_src_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 0xcc20898f cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf6a37b23 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x27b44308 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 0x36f69dab sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xa50e696d sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x13e49548 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 0xb1f72d47 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc9ad5e98 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xe30eabf4 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1980d1b3 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3017809e dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x542c288d dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x61588f37 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7a376d21 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9dd29042 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa7dc6b82 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb93b4947 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd7bd376d dw_spi_dma_setup_mfld 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 0x2ffd1f8f 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 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 0x8c57db73 devm_sunxi_ccu_probe 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 0xbb40937b ccu_helper_wait_for_lock 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 0x00a63dff usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x030fe265 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x10053d82 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x18a40b8b usb_stor_suspend 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 0x1caa7415 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x255b2edc usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x28905bae usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2a0350e1 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x45e10cef usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x475cbd43 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x48353238 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5efdca74 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6d3d9882 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8002b680 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x807a687a usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8ef62e0d usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x938662d8 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xad0dca31 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb43d7952 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcff6709b usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd2479aaf usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd9e6110b usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xddeb025d usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfcdca80f usb_stor_bulk_srb drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/gcp.compiler +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/gcp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/gcp.modules +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/gcp.modules @@ -0,0 +1,7551 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_bcm7271 +8250_dfl +8250_em +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 +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 +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_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +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_brcm +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +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_pc236_common +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-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-flexrm-mailbox +bcm-keypad +bcm-pdc-mailbox +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm2711_thermal +bcm2835 +bcm2835-mmal-vchiq +bcm2835-rng +bcm2835-v4l2 +bcm2835_thermal +bcm2835_wdt +bcm3510 +bcm4908_enet +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm63xx_uart +bcm7038_wdt +bcm7xxx +bcm87xx +bcm_crypto_spu +bcm_iproc_adc +bcm_iproc_tsc +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 +brcm_u-boot +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb-avs-cpufreq +brcmstb-usb-pinmap +brcmstb_memc +brcmstb_nand +brcmstb_thermal +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 +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_pcidas64 +cb_pcidda +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 +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-bcm2711-dvp +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-raspberrypi +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_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 +daqboard2000 +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 +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 +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-brcm +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 +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-brcmstb +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-raspberrypi-exp +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-xgs-iproc +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-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-bcm-iproc +i2c-bcm2835 +i2c-brcmstb +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 +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-sec-update +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-rng200 +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-bcm7120-l2 +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 +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-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 +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 +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_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +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_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +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_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_osf +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_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 +npcm_wdt +nps_enet +ns-thermal +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-apple +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-bcm-ocotp +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-gpmc +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-brcmstb +pcie-iproc +pcie-iproc-platform +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcmcia_core +pcmcia_rsrc +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-bcm-ns-usb2 +phy-bcm-ns-usb3 +phy-bcm-ns2-usbdrd +phy-bcm-sr-pcie +phy-bcm-sr-usb +phy-berlin-sata +phy-berlin-usb +phy-brcm-usb-dvr +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-bcm4908 +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_dte +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-bcm-iproc +pwm-bcm2835 +pwm-beeper +pwm-berlin +pwm-brcmstb +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-raspberrypi-poe +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 +raspberrypi-cpufreq +raspberrypi-hwmon +raspberrypi-ts +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-brcmstb +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-raspberrypi +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-brcmstb-waketimer +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 +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 +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-brcmstb +sdhci-cadence +sdhci-esdhc-imx +sdhci-iproc +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 +shiftfs +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-bcm2835 +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-bcm2835-i2s +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-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 +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-bcm-qspi +spi-bcm2835 +spi-bcm2835aux +spi-bcm63xx-hsspi +spi-bcmbca-hsspi +spi-bitbang +spi-brcmstb-qspi +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-iproc-qspi +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 +spm +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 +sr-thermal +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 +tee_bnxt_fw +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_div64 +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 +v3d +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vc4 +vcan +vchiq +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 +vfio_platform_bcmflexrm +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_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 +zr36067 +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/gcp.modules.builtin +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/gcp.modules.builtin @@ -0,0 +1,562 @@ +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 +apple-rtkit +apple-sart +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 +bcm2835-dma +bcm2835-mailbox +bcm84881 +bgmac +bgmac-platform +binfmt_script +brcmstb_dpfe +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-bcm7038-l1 +irq-brcmstb-l2 +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 +libcrc32c +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-mux +mdio-mux-bcm-iproc +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 +nf_conntrack +nf_conntrack_netlink +nf_defrag_ipv4 +nf_defrag_ipv6 +nfnetlink +nfnetlink_log +nfnetlink_queue +nls_base +nls_cp437 +nvme +nvme-common +nvme-core +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-bcm-ns2-pcie +phy-brcm-sata +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-bcm2835 +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 +raspberrypi +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-brcmstb-rescal +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 +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 +wwan +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-gcp-6.6.0.orig/debian.gcp/abi/arm64/gcp.retpoline +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/gcp.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/ignore.abi +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/ignore.abi @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/ignore.modules +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/ignore.modules @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/arm64/ignore.retpoline +++ linux-gcp-6.6.0/debian.gcp/abi/arm64/ignore.retpoline @@ -0,0 +1 @@ +1 --- linux-gcp-6.6.0.orig/debian.gcp/abi/fwinfo +++ linux-gcp-6.6.0/debian.gcp/abi/fwinfo @@ -0,0 +1,2229 @@ +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: 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-gcp-6.6.0.orig/debian.gcp/abi/version +++ linux-gcp-6.6.0/debian.gcp/abi/version @@ -0,0 +1 @@ +6.6.0-1000.0 --- linux-gcp-6.6.0.orig/debian.gcp/changelog +++ linux-gcp-6.6.0/debian.gcp/changelog @@ -0,0 +1,30765 @@ +linux-gcp (6.6.0-1001.1) noble; urgency=medium + + * noble/linux-gcp: 6.6.0-1001.1 -proposed tracker (LP: #2045153) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + - debian/dkms-versions -- update from kernel-versions (main/d2023.11.21) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after Ubuntu-6.6.0-14.14 rebase + + [ Ubuntu: 6.6.0-14.14 ] + + * noble/linux: 6.6.0-14.14 -proposed tracker (LP: #2045243) + * Noble update: v6.6.3 upstream stable release (LP: #2045244) + - 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) + - wifi: mt76: fix clang-specific fortify warnings + - 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/amdgpu: update retry times for psp vmbx wait + - 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 + - soc: qcom: pmic: Fix resource leaks in a device_for_each_child_node() loop + - arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support + - 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 + - ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card + - ASoC: cs35l56: Use PCI SSID as the firmware UID + - 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 + - gfs2: Fix slab-use-after-free in gfs2_qd_dealloc + - 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 + - riscv: split cache ops out of dma-noncoherent.c + - 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 + - bpf: fix control-flow graph checking in privileged mode + - 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() + - net: ti: icssg-prueth: Add missing icss_iep_put to error path + - net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_region + - 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 + - Revert "net/mlx5: DR, Supporting inline WQE when possible" + - net/mlx5: Free used cpus mask when an IRQ is released + - 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/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload + - 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 + - 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 + - spi: Fix null dereference on suspend + - 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 + - x86/shstk: Delay signal entry SSP write until after user accesses + - 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 + - acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + - 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/core.c: avoid unintentional filtering out of schemes + - 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 + - pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable + - 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 + - pmdomain: amlogic: Fix mask for the second NNA mem PD domain + - 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 + - pmdomain: imx: Make imx pgc power domain also set the fwnode + - 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 + - integrity: powerpc: Do not select CA_MACHINE_KEYRING + - 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: qcom-ep: Add dedicated callback for writing to DBI2 registers + - 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 + - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + - 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: remove catchall element in GC sync path + - 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: Refactor feature check to use resource and feature name + - selftests/resctrl: Fix feature checks + - 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 + - scripts/gdb/vmalloc: disable on no-MMU + - fs: use nth_page() in place of direct struct page manipulation + - mips: use nth_page() in place of direct struct page manipulation + - 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/mm: add missing arch_set_page_dat() call to gmap allocations + - s390/cmma: fix detection of DAT pages + - mm/cma: use nth_page() in place of direct struct page manipulation + - mm/hugetlb: 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 + - Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables + - Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE + - drm/amd/display: enable dsc_clk even if dsc_pg disabled + - torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter + - rcutorture: Fix stuttering races and other issues + - selftests/resctrl: Remove bw_report and bm_type from main() + - selftests/resctrl: Simplify span lifetime + - selftests/resctrl: Make benchmark command const and build it with pointers + - selftests/resctrl: Extend signal handler coverage to unmount on receiving + signal + - 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 + - parisc: fix mmap_base calculation when stack grows upwards + - xhci: Enable RPM on controllers that support low-power states + - 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 + - smb: client: fix mount when dns_resolver key is not available + - 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: do not pass cifs_sb when trying to add channels + - 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 + - tracing: fprobe-event: Fix to check tracepoint event and return + - swiotlb: do not free decrypted pages if dynamic + - swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC + - 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 + - r8169: fix network lost after resume on DASH systems + - r8169: add handling DASH when DASH is disabled + - 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 + - Revert "HID: logitech-dj: Add support for a new lightspeed receiver + iteration" + - Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E" + - ext4: fix race between writepages and remount + - ext4: no need to generate from free list in mballoc + - 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 + - x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block + - drm/amd/display: Add Null check for DPP resource + - 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/amd/pm: Fix error of MACO flag setting code + - 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: Clear dpcd_sink_ext_caps if not set + - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox + - Linux 6.6.3 + + [ Ubuntu: 6.6.0-13.13 ] + + * noble/linux: 6.6.0-13.13 -proposed tracker (LP: #2044107) + * Noble update: v6.6.2 upstream stable release (LP: #2044126) + - 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 + - cgroup/cpuset: Fix load balance state in update_partition_sd_lb() + - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + - x86/boot: Fix incorrect startup_gdt_descr.size + - 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, 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() + - ice: fix pin assignment for E810-T without SMA control + - 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: 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: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vif + - wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driver + - wifi: mt76: mt7921: fix the wrong rate selected in fw for the chanctx driver + - 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 + - libbpf: Fix syscall access arguments on riscv + - selftests/bpf: Define SYS_PREFIX for riscv + - selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv + - r8152: break the loop when the budget is exhausted + - 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 + - virtio-net: fix mismatch of getting tx-frames + - virtio-net: consistently save parameters for per-queue + - virtio-net: fix per queue coalescing parameter setting + - virtio-net: fix the vq coalescing setting for vq resize + - 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() + - net: skb_find_text: Ignore patterns extending past 'to' + - selftests/bpf: Make linked_list failure test more robust + - 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: 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 + - gpio: sim: initialize a managed pointer when declaring it + - regulator: mt6358: Fail probe on unknown chip ID + - clk: imx: Select MXC_CLK for CLK_IMX8QXP + - clk: imx: imx8: Fix an error handling path in + clk_imx_acm_attach_pm_domains() + - clk: imx: imx8: Fix an error handling path if + devm_clk_hw_register_mux_parent_data_table() fails + - clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe() + - 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: ipq5018: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - 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: (pmbus/mp2975) Move PGOOD fix + - 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: 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/loongson: Fix error handling in lsdc_pixel_pll_setup() + - 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/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls + - 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/ssd130x: Fix screen clearing + - 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: 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: 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/msm/adreno: Fix SM6375 GPU ID + - drm/msm/a6xx: Fix unknown speedbin case + - 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: Make struct privcmd_irqfd's layout architecture independent + - xen: irqfd: Use _IOW instead of the internal _IOC() macro + - 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: qrb2210-rb1: Fix regulators + - arm64: dts: qcom: sdm670: Fix pdc mapping + - 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: qcom: sdx75-idp: align RPMh regulator nodes with bindings + - 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() + - kunit: Fix the wrong kfree of copy for kunit_filter_suites() + - kunit: Fix possible memory leak in kunit_filter_suites() + - kunit: test: Fix the possible memory leak in executor_test + - ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines + - firmware: ti_sci: Mark driver as non removable + - arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file + - arm64: dts: ti: verdin-am62: disable MIPI DSI bridge + - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + - arm64: dts: ti: Fix HDMI Audio overlay in Makefile + - 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: Handle mdsync_up reg write errors + - ASoC: cs35l41: Initialize completion object before requesting IRQ + - ASoC: cs35l41: Fix broken shared boost activation + - 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: ccp - Get a free page to use while fetching initial nonce + - crypto: ccp - Fix ioctl unit tests + - crypto: ccp - Fix DBC sample application error handling + - crypto: ccp - Fix sample application signature passing + - crypto: ccp - Fix some unfused tests + - 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: add missing initialization of call_notify_error in update_super_work() + - 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: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + - fs: dlm: Fix the size of a buffer in dlm_create_debug_file() + - dlm: fix creating multiple node structures + - dlm: fix remove member after close call + - dlm: be sure we reset all nodes at forced shutdown + - 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 + - RDMA/hns: Fix unnecessary port_num transition in HW stats allocation + - RDMA/hns: Fix init failure of RoCE VF and HIP08 + - ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran. + - ASoC: intel: sof_sdw: Stop processing CODECs when enough are found + - 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: 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 - consolidate services structure + - crypto: qat - enable dc chaining service + - crypto: qat - refactor fw config related functions + - crypto: qat - use masks for AE groups + - crypto: qat - fix ring to service map for QAT GEN4 + - 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: 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. + - pinctrl: baytrail: fix debounce disable case + - 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: 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 vendor events arm64: Fix for AmpereOne metrics + - 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() + - debugfs: Fix __rcu type comparison warning + - 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: 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: Set ACV enable_mask + - interconnect: qcom: sdm845: Set ACV enable_mask + - interconnect: qcom: sm6350: Set ACV enable_mask + - interconnect: qcom: sm8150: Set ACV enable_mask + - interconnect: qcom: sm8250: Set ACV enable_mask + - interconnect: qcom: sm8350: Set ACV enable_mask + - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() + - 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 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 + - powerpc/vmcore: Add MMU information to vmcoreinfo + - 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: 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: ov13b10: Fix some error checking in probe + - 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: i2c: imx219: Convert to CCI register access helpers + - media: i2c: imx219: Replace register addresses with macros + - media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array + - 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: mediatek: vcodec: Handle invalid encoder vsi + - media: imx-jpeg: notify source chagne event when the first picture parsed + - media: mediatek: vcodec: using encoder device to alloc/free encoder memory + - 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: marvell_gti_wdt: Fix error code in probe() + - 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. + - net: r8169: Disable multicast filter for RTL8168H and RTL8107E + - 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 + - ice: Fix SRIOV LAG disable on non-compliant aggregate + - ice: lag: in RCU, use atomic allocation + - ice: Fix VF-VF filter rules in switchdev mode + - ice: Fix VF-VF direction matching in drop rule in switchdev + - 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 + - virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() + - 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 + - net: ti: icss-iep: fix setting counter value + - drivers: perf: Do not broadcast to other cpus when starting a counter + - module/decompress: use kvmalloc() consistently + - fs: dlm: Simplify buffer size computation in dlm_create_debug_file() + - drm/vc4: tests: Fix UAF in the mock helpers + - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + - ASoC: rt712-sdca: fix speaker route missing issue + - 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 + - ALSA: hda/realtek: Add support dual speaker for Dell + - fbdev: fsl-diu-fb: mark wr_reg_wa() static + - tracing/kprobes: Fix the order of argument descriptions + - eventfs: Check for NULL ef in eventfs_set_attr() + - selftests: mptcp: run userspace pm tests slower + - 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" + - Revert "mmc: core: Capture correct oemid-bits for eMMC cards" + - btrfs: use u64 for buffer sizes in the tree search ioctls + - btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() + - Linux 6.6.2 + * Noble update: v6.6.1 upstream stable release (LP: #2044125) + - drm/amd/display: Don't use fsleep for PSR exit waits + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + - perf evlist: Avoid frequency mode for the dummy event + - tracing: Have trace_event_file have ref counters + - eventfs: Remove "is_freed" union with rcu head + - eventfs: Save ownership and mode + - eventfs: Delete eventfs_inode when the last dentry is freed + - eventfs: Use simple_recursive_removal() to clean up dentries + - 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.6.1 + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.11.21) + - [Packaging] update variants + * 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 + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + * [Mediatek] mt8195-demo: enable CONFIG_MTK_IOMMU as module for multimedia and + PCIE peripherals (LP: #2036587) + - [Config] Enable CONFIG_MTK_IOMMU on arm64 + * 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 + * 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; systemd regression with wait-online (LP: #2036968) + - [Config] Enable virtio-net as built-in to avoid race + * Make backlight module auto detect dell_uart_backlight (LP: #2008882) + - SAUCE: ACPI: video: Dell AIO UART backlight detection + * Enable ASPM for NVMe behind VMD (LP: #2034504) + - 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 + * Missing BT IDs for support for Intel Discrete Misty Peak2/BE202 + (LP: #2033455) + - SAUCE: Bluetooth: btusb: Add support for Intel Misty Peak - 8087:0038 + * 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 + * Miscellaneous Ubuntu changes + - [Packaging] move linux-unstable to linux + - [Config] no change: reorder annotations + * Miscellaneous upstream changes + - 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" + + [ Ubuntu: 6.6.0-12.12 ] + + * noble/linux-unstable: 6.6.0-12.12 -proposed tracker (LP: #2043664) + * Miscellaneous Ubuntu changes + - [Packaging] temporarily disable zfs dkms + + [ Ubuntu: 6.6.0-11.11 ] + + * noble/linux-unstable: 6.6.0-11.11 -proposed tracker (LP: #2043480) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/d2023.11.14) + * Miscellaneous Ubuntu changes + - [Packaging] move to Noble + - [Config] toolchain version update + + [ Ubuntu: 6.6.0-10.10 ] + + * mantic/linux-unstable: 6.6.0-10.10 -proposed tracker (LP: #2043088) + * Bump arm64's CONFIG_NR_CPUS to 512 (LP: #2042897) + - [Config] Bump CONFIG_NR_CPUS to 512 for arm64 + * Miscellaneous Ubuntu changes + - [Config] Include a note for the NR_CPUS setting on riscv64 + - SAUCE: apparmor4.0.0 [83/83]: Fix inode_init for changed prototype + + [ Ubuntu: 6.6.0-9.9 ] + + * mantic/linux-unstable: 6.6.0-9.9 -proposed tracker (LP: #2041852) + * Switch IMA default hash to sha256 (LP: #2041735) + - [Config] Switch IMA_DEFAULT_HASH from sha1 to sha256 + * apparmor restricts read access of user namespace mediation sysctls to root + (LP: #2040194) + - SAUCE: apparmor4.0.0 [82/82]: 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: apparmor4.0.0 [81/82]: apparmor: fix request field from a prompt + reply that denies all access + * apparmor notification files verification (LP: #2040250) + - SAUCE: apparmor4.0.0 [80/82]: apparmor: fix notification header size + * apparmor oops when racing to retrieve a notification (LP: #2040245) + - SAUCE: apparmor4.0.0 [79/82]: apparmor: fix oops when racing to retrieve + notification + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor4.0.0 [78/82]: apparmor: Make + apparmor_restrict_unprivileged_unconfined opt-in + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor4.0.0 [01/82]: add/use fns to print hash string hex value + - SAUCE: apparmor4.0.0 [02/82]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor4.0.0 [03/82]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor4.0.0 [04/82]: add user namespace creation mediation + - SAUCE: apparmor4.0.0 [05/82]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor4.0.0 [06/82]: af_unix mediation + - SAUCE: apparmor4.0.0 [07/82]: Add fine grained mediation of posix mqueues + - SAUCE: apparmor4.0.0 [08/82]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor4.0.0 [09/82]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor4.0.0 [10/82]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor4.0.0 [11/82]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor4.0.0 [12/82]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor4.0.0 [13/82]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor4.0.0 [14/82]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor4.0.0 [15/82]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor4.0.0 [16/82]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor4.0.0 [17/82]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor4.0.0 [18/82]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor4.0.0 [19/82]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor4.0.0 [20/82]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor4.0.0 [21/82]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [22/82]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor4.0.0 [23/82]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor4.0.0 [24/82]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor4.0.0 [25/82]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor4.0.0 [26/82]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor4.0.0 [28/82]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor4.0.0 [29/82]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [30/82]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor4.0.0 [31/82]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor4.0.0 [32/82]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor4.0.0 [33/82]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor4.0.0 [34/82]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor4.0.0 [35/82]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor4.0.0 [36/82]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor4.0.0 [37/82]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor4.0.0 [38/82]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor4.0.0 [39/82]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor4.0.0 [40/82]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor4.0.0 [41/82]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor4.0.0 [42/82]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor4.0.0 [43/82]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor4.0.0 [44/82]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor4.0.0 [45/82]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor4.0.0 [46/82]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor4.0.0 [47/82]: setup slab cache for audit data + - SAUCE: apparmor4.0.0 [48/82]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor4.0.0 [49/82]: pass cred through to audit info. + - SAUCE: apparmor4.0.0 [50/82]: Improve debug print infrastructure + - SAUCE: apparmor4.0.0 [51/82]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor4.0.0 [52/82]: enable userspace upcall for mediation + - SAUCE: apparmor4.0.0 [53/82]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor4.0.0 [54/82]: advertise availability of exended perms + - SAUCE: apparmor4.0.0 [56/82]: cleanup: provide separate audit messages for + file and policy checks + - SAUCE: apparmor4.0.0 [57/82]: prompt - lock down prompt interface + - SAUCE: apparmor4.0.0 [58/82]: prompt - ref count pdb + - SAUCE: apparmor4.0.0 [59/82]: prompt - allow controlling of caching of a + prompt response + - SAUCE: apparmor4.0.0 [60/82]: prompt - add refcount to audit_node in prep or + reuse and delete + - SAUCE: apparmor4.0.0 [61/82]: prompt - refactor to moving caching to + uresponse + - SAUCE: apparmor4.0.0 [62/82]: prompt - Improve debug statements + - SAUCE: apparmor4.0.0 [63/82]: prompt - fix caching + - SAUCE: apparmor4.0.0 [64/82]: prompt - rework build to use append fn, to + simplify adding strings + - SAUCE: apparmor4.0.0 [65/82]: prompt - refcount notifications + - SAUCE: apparmor4.0.0 [66/82]: prompt - add the ability to reply with a + profile name + - SAUCE: apparmor4.0.0 [67/82]: prompt - fix notification cache when updating + - SAUCE: apparmor4.0.0 [68/82]: prompt - add tailglob on name for cache + support + - SAUCE: apparmor4.0.0 [69/82]: prompt - allow profiles to set prompts as + interruptible + - SAUCE: apparmor4.0.0 [74/82]: advertise disconnected.path is available + - SAUCE: apparmor4.0.0 [75/82]: fix invalid reference on profile->disconnected + - SAUCE: apparmor4.0.0 [76/82]: add io_uring mediation + - SAUCE: apparmor4.0.0 [77/82]: 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/82]: prompt - add support for advanced filtering of + notifications + - SAUCE: apparmor4.0.0 [71/82]: userns - add the ability to reference a global + variable for a feature value + - SAUCE: apparmor4.0.0 [72/82]: userns - make it so special unconfined + profiles can mediate user namespaces + - SAUCE: apparmor4.0.0 [73/82]: 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/82]: 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/82]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * Miscellaneous Ubuntu changes + - [Config] SECURITY_APPARMOR_RESTRICT_USERNS=y + + [ Ubuntu: 6.6.0-8.8 ] + + * mantic/linux-unstable: 6.6.0-8.8 -proposed tracker (LP: #2040243) + * Miscellaneous Ubuntu changes + - abi: gc reference to phy-rtk-usb2/phy-rtk-usb3 + + [ Ubuntu: 6.6.0-7.7 ] + + * mantic/linux-unstable: 6.6.0-7.7 -proposed tracker (LP: #2040147) + * 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 + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following v6.6-rc7 rebase + + [ Ubuntu: 6.6.0-6.6 ] + + * mantic/linux-unstable: 6.6.0-6.6 -proposed tracker (LP: #2039780) + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc6 + - [Config] updateconfigs following v6.6-rc6 rebase + * Rebase to v6.6-rc6 + + [ Ubuntu: 6.6.0-5.5 ] + + * mantic/linux-unstable: 6.6.0-5.5 -proposed tracker (LP: #2038899) + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc5 + - [Config] updateconfigs following v6.6-rc5 rebase + * Rebase to v6.6-rc5 + + [ Ubuntu: 6.6.0-4.4 ] + + * mantic/linux-unstable: 6.6.0-4.4 -proposed tracker (LP: #2038423) + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc4 + * Rebase to v6.6-rc4 + + [ Ubuntu: 6.6.0-3.3 ] + + * mantic/linux-unstable: 6.6.0-3.3 -proposed tracker (LP: #2037622) + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following v6.6-rc3 rebase + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: enforce rust availability only on x86_64" + - arm64: rust: Enable Rust support for AArch64 + - arm64: rust: Enable PAC support for Rust. + - arm64: Restrict Rust support to little endian only. + + [ Ubuntu: 6.6.0-2.2 ] + + * Miscellaneous upstream changes + - UBUBNTU: [Config] build all COMEDI drivers as modules + + [ Ubuntu: 6.6.0-1.1 ] + + * Miscellaneous Ubuntu changes + - [Packaging] move linux to linux-unstable + - [Packaging] rebase on v6.6-rc1 + - [Config] updateconfigs following v6.6-rc1 rebase + - [packaging] skip ABI, modules and retpoline checks + - update dropped.txt + - [Config] SHIFT_FS FTBFS with Linux 6.6, disable it + - [Config] DELL_UART_BACKLIGHT FTBFS with Linux 6.6, disable it + - [Packaging] debian/dkms-versions: temporarily disable dkms + - [Packaging] temporarily disable signing for s390x + * Rebase to v6.6-rc1 + + [ Ubuntu: 6.6.0-0.0 ] + + * Empty entry + + -- Paolo Pisati Fri, 01 Dec 2023 09:32:27 +0100 + +linux-gcp (6.6.0-1000.0) noble; urgency=medium + + * Empty entry. + + -- Paolo Pisati Fri, 01 Dec 2023 09:16:56 +0100 + +linux-gcp (6.5.0-1009.9) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1009.9 -proposed tracker (LP: #2041870) + + * No graphic desktop environment on Google GCP instances (LP: #2039732) + - [Config] gcp: Inherit CONFIG_SYSFB_SIMPLEFB from master + + [ 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 + + -- Stefan Bader Tue, 07 Nov 2023 15:34:18 +0200 + +linux-gcp (6.5.0-1008.8) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1008.8 -proposed tracker (LP: #2039197) + + * Kernel oops on 32-0bit kernels due to x86_cache_alignment initialization + (LP: #2039191) + - x86/boot: Move x86_cache_alignment initialization to correct spot + + [ 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 + + -- John Cabaj Fri, 20 Oct 2023 11:29:13 -0500 + +linux-gcp (6.5.0-1007.7) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1007.7 -proposed tracker (LP: #2038691) + + [ 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 + + -- Andrea Righi Fri, 06 Oct 2023 22:07:48 +0200 + +linux-gcp (6.5.0-1006.6) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1006.6 -proposed tracker (LP: #2037626) + + * SEV_SNP failure to init (LP: #2037316) + - x86/sev-es: Allow copy_from_kernel_nofault in earlier boot + - x86/sev-es: Only set x86_virt_bits to correct value + + * Miscellaneous Ubuntu changes + - [Config] update gcc version in annotations + + [ 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 + + [ Ubuntu: 6.5.0-6.6 ] + + * 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 + + [ Ubuntu: 6.5.0-5.5 ] + + * 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 Fri, 29 Sep 2023 15:19:10 +0200 + +linux-gcp (6.5.0-1005.5) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1005.5 -proposed tracker (LP: #2035598) + + * 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:57:22 +0200 + +linux-gcp (6.5.0-1004.4) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1004.4 -proposed tracker (LP: #2034549) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Wed, 06 Sep 2023 16:30:18 +0200 + +linux-gcp (6.5.0-1003.3) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1003.3 -proposed tracker (LP: #2034045) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Mon, 04 Sep 2023 17:20:27 +0200 + +linux-gcp (6.5.0-1002.2) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1002.2 -proposed tracker (LP: #2033023) + + * 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 09:30:25 +0200 + +linux-gcp (6.5.0-1001.1) mantic; urgency=medium + + * mantic/linux-gcp: 6.5.0-1001.1 -proposed tracker (LP: #2029223) + + * Miscellaneous Ubuntu changes + - [packaging] Update anntoations for GCP + - [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 + + [ Ubuntu: 6.3.0-2.2 ] + + * lunar/linux-unstable: 6.3.0-2.2 -proposed tracker (LP: #2017788) + * Miscellaneous Ubuntu changes + - [Packaging] move python3-dev to build-depends + + [ Ubuntu: 6.3.0-1.1 ] + + * 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 + * Rebase to v6.3 + + [ Ubuntu: 6.3.0-0.0 ] + + * Empty entry + + -- Paolo Pisati Wed, 02 Aug 2023 12:56:39 +0200 + +linux-gcp (6.5.0-1000.0) mantic; urgency=medium + + * lunar/linux-gcp: 6.2.0-1011.11 -proposed tracker (LP: #2026478) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + [ Ubuntu: 6.2.0-27.28 ] + + * lunar/linux: 6.2.0-27.28 -proposed tracker (LP: #2026488) + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] update annotations scripts + * CVE-2023-2640 // CVE-2023-32629 + - Revert "UBUNTU: SAUCE: overlayfs: handle idmapped mounts in + ovl_do_(set|remove)xattr" + - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for + trusted.overlayfs.* xattrs" + - SAUCE: overlayfs: default to userxattr when mounted from non initial user + namespace + * UNII-4 5.9G Band support request on 8852BE (LP: #2023952) + - wifi: rtw89: 8851b: add 8851B basic chip_info + - wifi: rtw89: introduce realtek ACPI DSM method + - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip + - wifi: rtw89: support U-NII-4 channels on 5GHz band + * Disable hv-kvp-daemon if /dev/vmbus/hv_kvp is not present (LP: #2024900) + - [Packaging] disable hv-kvp-daemon if needed + * A deadlock issue in scsi rescan task while resuming from S3 (LP: #2018566) + - ata: libata-scsi: Avoid deadlock on rescan after device resume + * [SRU] Intel Sapphire Rapids HBM support needs CONFIG_NUMA_EMU (LP: #2008745) + - [Config] Intel Sapphire Rapids HBM support needs CONFIG_NUMA_EMU + * Lunar update: v6.2.15 upstream stable release (LP: #2025067) + - ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15 + - ASoC: Intel: soc-acpi: add table for Intel 'Rooks County' NUC M15 + - ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm + - x86/hyperv: Block root partition functionality in a Confidential VM + - ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx + (8A22) + - iio: adc: palmas_gpadc: fix NULL dereference on rmmod + - ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750 + - ASoC: da7213.c: add missing pm_runtime_disable() + - net: wwan: t7xx: do not compile with -Werror + - wifi: mt76: mt7921: Fix use-after-free in fw features query. + - selftests mount: Fix mount_setattr_test builds failed + - scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) + - net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II + - platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to s2idle quirk list + - wifi: ath11k: reduce the MHI timeout to 20s + - tracing: Error if a trace event has an array for a __field() + - asm-generic/io.h: suppress endianness warnings for readq() and writeq() + - asm-generic/io.h: suppress endianness warnings for relaxed accessors + - x86/cpu: Add model number for Intel Arrow Lake processor + - wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset + - ASoC: amd: ps: update the acp clock source. + - arm64: Always load shadow stack pointer directly from the task struct + - arm64: Stash shadow stack pointer in the task struct on interrupt + - powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU + - PCI: kirin: Select REGMAP_MMIO + - PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock + - PCI: qcom: Fix the incorrect register usage in v2.7.0 config + - bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990" + - phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes + - IMA: allow/fix UML builds + - wifi: rtw88: usb: fix priority queue to endpoint mapping + - usb: gadget: udc: core: Invoke usb_gadget_connect only when started + - usb: gadget: udc: core: Prevent redundant calls to pullup + - usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive + - USB: dwc3: fix runtime pm imbalance on probe errors + - USB: dwc3: fix runtime pm imbalance on unbind + - hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write + - hwmon: (adt7475) Use device_property APIs when configuring polarity + - tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site + - posix-cpu-timers: Implement the missing timer_wait_running callback + - media: ov8856: Do not check for for module version + - drm/vmwgfx: Fix Legacy Display Unit atomic drm support + - blk-stat: fix QUEUE_FLAG_STATS clear + - blk-mq: release crypto keyslot before reporting I/O complete + - blk-crypto: make blk_crypto_evict_key() return void + - blk-crypto: make blk_crypto_evict_key() more robust + - staging: iio: resolver: ads1210: fix config mode + - tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH + - xhci: fix debugfs register accesses while suspended + - serial: fix TIOCSRS485 locking + - serial: 8250: Fix serial8250_tx_empty() race with DMA Tx + - serial: max310x: fix IO data corruption in batched operations + - tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem + - fs: fix sysctls.c built + - MIPS: fw: Allow firmware to pass a empty env + - ipmi:ssif: Add send_retries increment + - ipmi: fix SSIF not responding under certain cond. + - iio: addac: stx104: Fix race condition when converting analog-to-digital + - iio: addac: stx104: Fix race condition for stx104_write_raw() + - kheaders: Use array declaration instead of char + - wifi: mt76: add missing locking to protect against concurrent rx/status + calls + - wifi: rtw89: correct 5 MHz mask setting + - pwm: meson: Fix axg ao mux parents + - pwm: meson: Fix g12a ao clk81 name + - soundwire: qcom: correct setting ignore bit on v1.5.1 + - pinctrl: qcom: lpass-lpi: set output value before enabling output + - ring-buffer: Ensure proper resetting of atomic variables in + ring_buffer_reset_online_cpus + - ring-buffer: Sync IRQ works before buffer destruction + - crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() + - crypto: safexcel - Cleanup ring IRQ workqueues on load failure + - crypto: arm64/aes-neonbs - fix crash with CFI enabled + - crypto: testmgr - fix RNG performance in fuzz tests + - crypto: ccp - Don't initialize CCP for PSP 0x1649 + - rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe- + ed + - reiserfs: Add security prefix to xattr name in reiserfs_security_write() + - cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exit + - KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available + - KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted + - KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON + - KVM: arm64: Avoid lock inversion when setting the VM register width + - KVM: arm64: Use config_lock to protect data ordered against KVM_RUN + - KVM: arm64: Use config_lock to protect vgic state + - KVM: arm64: vgic: Don't acquire its_lock before config_lock + - relayfs: fix out-of-bounds access in relay_file_read + - drm/amd/display: Remove stutter only configurations + - drm/amd/display: limit timing for single dimm memory + - drm/amd/display: fix PSR-SU/DSC interoperability support + - drm/amd/display: fix a divided-by-zero error + - KVM: RISC-V: Retry fault if vma_lookup() results become invalid + - ksmbd: fix racy issue under cocurrent smb2 tree disconnect + - ksmbd: call rcu_barrier() in ksmbd_server_exit() + - ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() + - ksmbd: fix memleak in session setup + - ksmbd: not allow guest user on multichannel + - ksmbd: fix deadlock in ksmbd_find_crypto_ctx() + - ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530 + - i2c: omap: Fix standard mode false ACK readings + - riscv: mm: remove redundant parameter of create_fdt_early_page_table + - tracing: Fix permissions for the buffer_percent file + - drm/amd/pm: re-enable the gfx imu when smu resume + - iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE + - RISC-V: Align SBI probe implementation with spec + - Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path" + - ubifs: Fix memleak when insert_old_idx() failed + - ubi: Fix return value overwrite issue in try_write_vid_and_data() + - ubifs: Free memory for tmpfile name + - ubifs: Fix memory leak in do_rename + - ceph: fix potential use-after-free bug when trimming caps + - fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten + - xfs: don't consider future format versions valid + - cxl/hdm: Fail upon detecting 0-sized decoders + - bus: mhi: host: Remove duplicate ee check for syserr + - bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state + - bus: mhi: host: Range check CHDBOFF and ERDBOFF + - ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for clocks + - kunit: fix bug in the order of lines in debugfs logs + - rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check + - selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem + - selftests/resctrl: Move ->setup() call outside of test specific branches + - selftests/resctrl: Allow ->setup() to return errors + - selftests/resctrl: Check for return value after write_schemata() + - selinux: fix Makefile dependencies of flask.h + - selinux: ensure av_permissions.h is built when needed + - tpm, tpm_tis: Do not skip reset of original interrupt vector + - tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register + - tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed + - tpm, tpm_tis: Claim locality before writing interrupt registers + - tpm, tpm: Implement usage counter for locality + - tpm, tpm_tis: Claim locality when interrupts are reenabled on resume + - erofs: stop parsing non-compact HEAD index if clusterofs is invalid + - erofs: initialize packed inode after root inode is assigned + - erofs: fix potential overflow calculating xattr_isize + - drm/rockchip: Drop unbalanced obj unref + - drm/i915/dg2: Drop one PCI ID + - drm/vgem: add missing mutex_destroy + - drm/probe-helper: Cancel previous job before starting new one + - drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux + - tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 + - soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring() + - soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe + - arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table + - arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table + - arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels + - arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI channels + - arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels + - drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached + - drm/msm/disp/dpu: check for crtc enable rather than crtc active to release + shared resources + - EDAC/skx: Fix overflows on the DRAM row address mapping arrays + - ARM: dts: qcom-apq8064: Fix opp table child name + - regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since + booted + - arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT + - arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB + - arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property + - arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name + - arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames + - arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename + - arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name + - arm64: dts: qcom: sc7280: fix EUD port properties + - arm64: dts: qcom: sdm845: correct dynamic power coefficients + - arm64: dts: qcom: sdm845: Fix the PCI I/O port range + - arm64: dts: qcom: msm8998: Fix the PCI I/O port range + - arm64: dts: qcom: sc7280: Fix the PCI I/O port range + - arm64: dts: qcom: ipq8074: Fix the PCI I/O port range + - arm64: dts: qcom: ipq6018: Add/remove some newlines + - arm64: dts: qcom: ipq6018: Fix the PCI I/O port range + - arm64: dts: qcom: msm8996: Fix the PCI I/O port range + - arm64: dts: qcom: sm8250: Fix the PCI I/O port range + - arm64: dts: qcom: sc8280xp: Fix the PCI I/O port range + - arm64: dts: qcom: sm8150: Fix the PCI I/O port range + - arm64: dts: qcom: sm8450: Fix the PCI I/O port range + - ARM: dts: qcom: ipq4019: Fix the PCI I/O port range + - ARM: dts: qcom: ipq8064: Fix the PCI I/O port range + - arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc + - ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node + - x86/MCE/AMD: Use an u64 for bank_map + - media: bdisp: Add missing check for create_workqueue + - media: platform: mtk-mdp3: Add missing check and free for ida_alloc + - media: amphion: decoder implement display delay enable + - media: av7110: prevent underflow in write_ts_to_decoder() + - firmware: qcom_scm: Clear download bit during reboot + - drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 + - media: max9286: Free control handler + - accel: Link to compute accelerator subsystem intro + - arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB + - arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB + - drm/msm/adreno: drop bogus pm_runtime_set_active() + - drm: msm: adreno: Disable preemption on Adreno 510 + - virt/coco/sev-guest: Double-buffer messages + - arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property + - drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known + override-init warnings + - ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 + - mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data + - arm64: dts: qcom: sm8450: fix pcie1 gpios properties name + - drm: rcar-du: Fix a NULL vs IS_ERR() bug + - ARM: dts: gta04: fix excess dma channel usage + - firmware: arm_scmi: Fix xfers allocation on Rx channel + - perf/arm-cmn: Move overlapping wp_combine field + - perf/amlogic: Fix config1/config2 parsing issue + - ARM: dts: stm32: fix spi1 pin assignment on stm32mp15 + - arm64: dts: apple: t8103: Disable unused PCIe ports + - cpufreq: mediatek: fix passing zero to 'PTR_ERR' + - cpufreq: mediatek: fix KP caused by handler usage after + regulator_put/clk_put + - cpufreq: mediatek: raise proc/sram max voltage for MT8516 + - cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623 + - cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos + - arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint for Vgpu + - ACPI: VIOT: Initialize the correct IOMMU fwspec + - drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() + - drm/mediatek: dp: Change the aux retries times when receiving AUX_DEFER + - mailbox: mpfs: switch to txdone_poll + - soc: bcm: brcmstb: biuctrl: fix of_iomap leak + - soc: renesas: renesas-soc: Release 'chipid' from ioremap() + - gpu: host1x: Fix potential double free if IOMMU is disabled + - gpu: host1x: Fix memory leak of device names + - arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply + - arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply + - arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad supply + - arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix backlight pin + function" + - arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator + - arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 + regulator + - arm64: dts: qcom: apq8096-db820c: drop unit address from PMI8994 regulator + - drm/ttm/pool: Fix ttm_pool_alloc error path + - regulator: core: Consistently set mutex_owner when using + ww_mutex_lock_slow() + - regulator: core: Avoid lockdep reports when resolving supplies + - x86/apic: Fix atomic update of offset in reserve_eilvt_offset() + - soc: qcom: rpmh-rsc: Support RSC v3 minor versions + - arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping + - arm64: dts: qcom: msm8994-angler: removed clash with smem_region + - arm64: dts: sc7180: Rename qspi data12 as data23 + - arm64: dts: sc7280: Rename qspi data12 as data23 + - arm64: dts: sdm845: Rename qspi data12 as data23 + - media: mtk-jpeg: Fixes jpeghw multi-core judgement + - media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow + - media: mediatek: vcodec: Use 4K frame size when supported by stateful + decoder + - media: mediatek: vcodec: Make MM21 the default capture format + - media: mediatek: vcodec: Force capture queue format to MM21 + - media: mediatek: vcodec: add params to record lat and core lat_buf count + - media: mediatek: vcodec: using each instance lat_buf count replace core + ready list + - media: mediatek: vcodec: move lat_buf to the top of core list + - media: mediatek: vcodec: add core decode done event + - media: mediatek: vcodec: remove unused lat_buf + - media: mediatek: vcodec: making sure queue_work successfully + - media: mediatek: vcodec: change lat thread decode error condition + - media: cedrus: fix use after free bug in cedrus_remove due to race condition + - media: rkvdec: fix use after free bug in rkvdec_remove + - platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe + - platform/x86/amd: pmc: Don't try to read SMU version on Picasso + - platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso + - platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picasso + - platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read` + - platform/x86/amd: pmc: Utilize SMN index 0 for driver probe + - platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init + - media: dm1105: Fix use after free bug in dm1105_remove due to race condition + - media: saa7134: fix use after free bug in saa7134_finidev due to race + condition + - media: platform: mtk-mdp3: fix potential frame size overflow in + mdp_try_fmt_mplane() + - media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called() + - platform: Provide a remove callback that returns no value + - media: rcar_fdp1: Convert to platform remove callback returning void + - media: rcar_fdp1: Fix refcount leak in probe and remove function + - media: v4l: async: Return async sub-devices to subnotifier list + - media: hi846: Fix memleak in hi846_init_controls() + - drm/amd/display: Fix potential null dereference + - media: rc: gpio-ir-recv: Fix support for wake-up + - media: venus: dec: Fix handling of the start cmd + - media: venus: dec: Fix capture formats enumeration order + - regulator: stm32-pwr: fix of_iomap leak + - x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() + - arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step + - perf/arm-cmn: Fix port detection for CMN-700 + - media: mediatek: vcodec: fix decoder disable pm crash + - media: mediatek: vcodec: add remove function for decoder platform driver + - debugobject: Prevent init race with static objects + - drm/i915: Make intel_get_crtc_new_encoder() less oopsy + - tick/common: Align tick period with the HZ tick. + - ACPI: bus: Ensure that notify handlers are not running after removal + - cpufreq: use correct unit when verify cur freq + - rpmsg: glink: Propagate TX failures in intentless mode as well + - hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E + - platform/chrome: cros_typec_switch: Add missing fwnode_handle_put() + - wifi: ath6kl: minor fix for allocation size + - wifi: ath9k: hif_usb: fix memory leak of remain_skbs + - wifi: ath11k: Use platform_get_irq() to get the interrupt + - wifi: ath5k: Use platform_get_irq() to get the interrupt + - wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() + - wifi: ath11k: fix SAC bug on peer addition with sta band migration + - wifi: rtl8xxxu: Remove always true condition in rtl8xxxu_print_chipinfo + - wifi: brcmfmac: support CQM RSSI notification with older firmware + - wifi: ath6kl: reduce WARN to dev_dbg() in callback + - tools: bpftool: Remove invalid \' json escape + - wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() + - wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() + - bpf: take into account liveness when propagating precision + - bpf: fix precision propagation verbose logging + - crypto: qat - fix concurrency issue when device state changes + - scm: fix MSG_CTRUNC setting condition for SO_PASSSEC + - wifi: ath11k: fix deinitialization of firmware resources + - selftests/bpf: Fix a fd leak in an error path in network_helpers.c + - bpf: Remove misleading spec_v1 check on var-offset stack read + - net: pcs: xpcs: remove double-read of link state when using AN + - vlan: partially enable SIOCSHWTSTAMP in container + - net/packet: annotate accesses to po->xmit + - net/packet: convert po->origdev to an atomic flag + - net/packet: convert po->auxdata to an atomic flag + - libbpf: Fix ld_imm64 copy logic for ksym in light skeleton. + - net: dsa: qca8k: remove assignment of an_enabled in pcs_get_state() + - netfilter: keep conntrack reference until IPsecv6 policy checks are done + - bpf: return long from bpf_map_ops funcs + - bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation + - scsi: target: Move sess cmd counter to new struct + - scsi: target: Move cmd counter allocation + - scsi: target: Pass in cmd counter to use during cmd setup + - scsi: target: iscsit: isert: Alloc per conn cmd counter + - scsi: target: iscsit: Stop/wait on cmds during conn close + - scsi: target: Fix multiple LUN_RESET handling + - scsi: target: iscsit: Fix TAS handling during conn cleanup + - scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS + - net: sunhme: Fix uninitialized return code + - f2fs: handle dqget error in f2fs_transfer_project_quota() + - f2fs: fix uninitialized skipped_gc_rwsem + - f2fs: apply zone capacity to all zone type + - f2fs: compress: fix to call f2fs_wait_on_page_writeback() in + f2fs_write_raw_pages() + - f2fs: fix scheduling while atomic in decompression path + - crypto: caam - Clear some memory in instantiate_rng + - crypto: sa2ul - Select CRYPTO_DES + - wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg() + - wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg() + - scsi: hisi_sas: Handle NCQ error when IPTT is valid + - wifi: rt2x00: Fix memory leak when handling surveys + - bpf: rename list_head -> graph_root in field info types + - bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs + - bpf: Migrate release_on_unlock logic to non-owning ref semantics + - bpf: Add basic bpf_rb_{root,node} support + - bpf: Add bpf_rbtree_{add,remove,first} kfuncs + - bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args + - bpf: Add callback validation to kfunc verifier logic + - bpf: factor out fetching basic kfunc metadata + - bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call + - f2fs: fix iostat lock protection + - net: qrtr: correct types of trace event parameters + - selftests: xsk: Use correct UMEM size in testapp_invalid_desc + - selftests: xsk: Disable IPv6 on VETH1 + - selftests: xsk: Deflakify STATS_RX_DROPPED test + - selftests/bpf: Wait for receive in cg_storage_multi test + - bpftool: Fix bug for long instructions in program CFG dumps + - crypto: drbg - Only fail when jent is unavailable in FIPS mode + - xsk: Fix unaligned descriptor validation + - f2fs: fix to avoid use-after-free for cached IPU bio + - wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table + - bpf/btf: Fix is_int_ptr() + - scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() + - net: ethernet: stmmac: dwmac-rk: rework optional clock handling + - net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling + - wifi: ath11k: fix writing to unintended memory region + - bpf, sockmap: fix deadlocks in the sockhash and sockmap + - nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() + - nvmet: fix Identify Namespace handling + - nvmet: fix Identify Controller handling + - nvmet: fix Identify Active Namespace ID list handling + - nvmet: fix I/O Command Set specific Identify Controller + - nvme: fix async event trace event + - nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage" + - selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap + - selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach + - blk-mq: don't plug for head insertions in blk_execute_rq_nowait + - wifi: iwlwifi: debug: fix crash in __iwl_err() + - wifi: iwlwifi: mvm: fix A-MSDU checks + - wifi: iwlwifi: trans: don't trigger d3 interrupt twice + - wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported protocols + - bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap + - f2fs: fix to check return value of f2fs_do_truncate_blocks() + - f2fs: fix to check return value of inc_valid_block_count() + - md/raid10: fix task hung in raid10d + - md/raid10: fix leak of 'r10bio->remaining' for recovery + - md/raid10: fix memleak for 'conf->bio_split' + - md/raid10: fix memleak of md thread + - md/raid10: don't call bio_start_io_acct twice for bio which experienced read + error + - wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames + - wifi: iwlwifi: yoyo: skip dump correctly on hw error + - wifi: iwlwifi: yoyo: Fix possible division by zero + - wifi: iwlwifi: mvm: initialize seq variable + - wifi: iwlwifi: fw: move memset before early return + - jdb2: Don't refuse invalidation of already invalidated buffers + - io_uring/rsrc: use nospec'ed indexes + - wifi: iwlwifi: make the loop for card preparation effective + - wifi: mt76: remove redundent MCU_UNI_CMD_* definitions + - wifi: mt76: mt7921: fix wrong command to set STA channel + - wifi: mt76: mt7921: fix PCI DMA hang after reboot + - wifi: mt76: mt7915: unlock on error in mt7915_thermal_temp_store() + - wifi: mt76: mt7996: fix radiotap bitfield + - wifi: mt76: mt7915: expose device tree match table + - wifi: mt76: mt7915: add error message in + mt7915_thermal_set_cur_throttle_state() + - wifi: mt76: mt7915: rework init flow in mt7915_thermal_init() + - wifi: mt76: handle failure of vzalloc in mt7615_coredump_work + - wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queue + - wifi: mt76: mt7996: fix pointer calculation in ie countdown event + - wifi: mt76: mt7996: fix eeprom tx path bitfields + - wifi: mt76: add flexible polling wait-interval support + - wifi: mt76: mt7921e: fix probe timeout after reboot + - wifi: mt76: fix 6GHz high channel not be scanned + - mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data + - wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe` + - wifi: mt76: mt7921e: improve reliability of dma reset + - wifi: mt76: mt7921e: stop chip reset worker in unregister hook + - wifi: mt76: connac: fix txd multicast rate setting + - wifi: iwlwifi: mvm: check firmware response size + - netfilter: conntrack: restore IPS_CONFIRMED out of + nf_conntrack_hash_check_insert() + - wifi: mt76: mt7996: rely on mt76_connac_txp_common structure + - wifi: mt76: mt7996: fill txd by host driver + - netfilter: conntrack: fix wrong ct->timeout value + - wifi: iwlwifi: fw: fix memory leak in debugfs + - ixgbe: Allow flow hash to be set via ethtool + - ixgbe: Enable setting RSS table to default values + - net/mlx5e: Don't clone flow post action attributes second time + - net/mlx5: E-switch, Create per vport table based on devlink encap mode + - net/mlx5: E-switch, Don't destroy indirect table in split rule + - net/mlx5e: Fix error flow in representor failing to add vport rx rule + - net/mlx5: Remove "recovery" arg from mlx5_load_one() function + - net/mlx5: Suspend auxiliary devices only in case of PCI device suspend + - Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function" + - net/mlx5: Use recovery timeout on sync reset flow + - net/mlx5e: Nullify table pointer when failing to create + - Revert "net/mlx5e: Don't use termination table when redundant" + - net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports + - bpf: Fix race between btf_put and btf_idr walk. + - bpf: Don't EFAULT for getsockopt with optval=NULL + - netfilter: nf_tables: don't write table validation state without mutex + - net: dpaa: Fix uninitialized variable in dpaa_stop() + - net/sched: sch_fq: fix integer overflow of "credit" + - ipv4: Fix potential uninit variable access bug in __ip_make_skb() + - rxrpc: Fix error when reading rxrpc tokens + - Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to + unfinished work" + - netlink: Use copy_to_user() for optval in netlink_getsockopt(). + - net: amd: Fix link leak when verifying config failed + - tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. + - ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it + - ASoC: cs35l41: Only disable internal boost + - drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() + - drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler() + - pstore: Revert pmsg_lock back to a normal mutex + - usb: host: xhci-rcar: remove leftover quirk handling + - usb: dwc3: gadget: Change condition for processing suspend event + - serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are + transmitted + - fpga: bridge: fix kernel-doc parameter description + - iommufd/selftest: Catch overflow of uptr and length + - iio: light: max44009: add missing OF device matching + - serial: 8250_bcm7271: Fix arbitration handling + - spi: atmel-quadspi: Don't leak clk enable count in pm resume + - spi: atmel-quadspi: Free resources even if runtime resume failed in + .remove() + - spi: imx: Don't skip cleanup in remove's error path + - interconnect: qcom: drop obsolete OSM_L3/EPSS defines + - interconnect: qcom: osm-l3: drop unuserd header inclusion + - spi: f_ospi: Add missing spi_mem_default_supports_op() helper + - module/decompress: Never use kunmap() for local un-mappings + - usb: gadget: udc: renesas_usb3: Fix use after free bug in + renesas_usb3_remove due to race condition + - ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE + - PCI: imx6: Install the fault handler only on compatible match + - ASoC: es8316: Handle optional IRQ assignment + - linux/vt_buffer.h: allow either builtin or modular for macros + - spi: qup: Don't skip cleanup in remove's error path + - interconnect: qcom: rpm: drop bogus pm domain attach + - spi: mchp-pci1xxxx: Fix length of SPI transactions not set properly in + driver + - spi: mchp-pci1xxxx: Fix SPI transactions not working after suspend and + resume + - spi: fsl-spi: Fix CPM/QE mode Litte Endian + - vmci_host: fix a race condition in vmci_host_poll() causing GPF + - of: Fix modalias string generation + - PCI/EDR: Clear Device Status after EDR error recovery + - ia64: mm/contig: fix section mismatch warning/error + - ia64: salinfo: placate defined-but-not-used warning + - scripts/gdb: bail early if there are no clocks + - scripts/gdb: bail early if there are no generic PD + - HID: amd_sfh: Correct the structure fields + - HID: amd_sfh: Correct the sensor enable and disable command + - HID: amd_sfh: Fix illuminance value + - HID: amd_sfh: Add support for shutdown operation + - HID: amd_sfh: Correct the stop all command + - HID: amd_sfh: Increase sensor command timeout for SFH1.1 + - HID: amd_sfh: Handle "no sensors" enabled for SFH1.1 + - cacheinfo: Check sib_leaf in cache_leaves_are_shared() + - coresight: etm_pmu: Set the module field + - drm/panel: novatek-nt35950: Improve error handling + - ASoC: fsl_mqs: move of_node_put() to the correct location + - PCI/PM: Extend D3hot delay for NVIDIA HDA controllers + - drm/panel: novatek-nt35950: Only unregister DSI1 if it exists + - spi: cadence-quadspi: fix suspend-resume implementations + - i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path + - i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path + - scripts/gdb: raise error with reduced debugging information + - uapi/linux/const.h: prefer ISO-friendly __typeof__ + - sh: sq: Fix incorrect element size for allocating bitmap buffer + - usb: gadget: tegra-xudc: Fix crash in vbus_draw + - usb: chipidea: fix missing goto in `ci_hdrc_probe` + - usb: mtu3: fix kernel panic at qmu transfer done irq handler + - firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + - tty: serial: fsl_lpuart: adjust buffer length to the intended size + - serial: 8250: Add missing wakeup event reporting + - spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS + - staging: rtl8192e: Fix W_DISABLE# does not work after stop/start + - spmi: Add a check for remove callback when removing a SPMI driver + - virtio_ring: don't update event idx on get_buf + - fbdev: mmp: Fix deferred clk handling in mmphw_probe() + - selftests/powerpc/pmu: Fix sample field check in the + mmcra_thresh_marked_sample_test + - macintosh/windfarm_smu_sat: Add missing of_node_put() + - powerpc/perf: Properly detect mpc7450 family + - powerpc/mpc512x: fix resource printk format warning + - powerpc/wii: fix resource printk format warnings + - powerpc/sysdev/tsi108: fix resource printk format warnings + - macintosh: via-pmu-led: requires ATA to be set + - powerpc/rtas: use memmove for potentially overlapping buffer copy + - sched/fair: Fix inaccurate tally of ttwu_move_affine + - perf/core: Fix hardlockup failure caused by perf throttle + - Revert "objtool: Support addition to set CFA base" + - riscv: Fix ptdump when KASAN is enabled + - sched/rt: Fix bad task migration for rt tasks + - rv: Fix addition on an uninitialized variable 'run' + - tracing/user_events: Ensure write index cannot be negative + - clk: at91: clk-sam9x60-pll: fix return value check + - IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init + - RDMA/siw: Fix potential page_array out of range access + - clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe() + - clk: mediatek: Consistently use GATE_MTK() macro + - clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag + - clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag + - RDMA/rdmavt: Delete unnecessary NULL check + - clk: mediatek: clk-pllfh: fix missing of_node_put() in fhctl_parse_dt() + - clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src + - workqueue: Fix hung time report of worker pools + - rtc: omap: include header for omap_rtc_power_off_program prototype + - RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() + - rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time + - rtc: k3: handle errors while enabling wake irq + - RDMA/rxe: Replace exists by rxe in rxe.c + - RDMA/erdma: Use fixed hardware page size + - fs/ntfs3: Fix memory leak if ntfs_read_mft failed + - fs/ntfs3: Add check for kmemdup + - fs/ntfs3: Fix OOB read in indx_insert_into_buffer + - fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() + - iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN + - RDMA/rxe: Remove tasklet call from rxe_cq.c + - power: supply: generic-adc-battery: fix unit scaling + - clk: add missing of_node_put() in "assigned-clocks" property parsing + - RDMA/siw: Remove namespace check from siw_netdev_event() + - clk: qcom: gcc-sm6115: Mark RCGs shared where applicable + - power: supply: rk817: Fix low SOC bugs + - RDMA/cm: Trace icm_send_rej event before the cm state is reset + - RDMA/srpt: Add a check for valid 'mad_agent' pointer + - IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order + - IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests + - clk: imx: fracn-gppll: fix the rate table + - clk: imx: fracn-gppll: disable hardware select control + - clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents + - NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease + - iommu/amd: Set page size bitmap during V2 domain allocation + - s390/checksum: always use cksm instruction + - clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration + - clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in + lpass_cc_sc7280_desc + - clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling + - clk: qcom: dispcc-qcm2290: get rid of test clock + - clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk + - Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe + - swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup + - swiotlb: fix debugfs reporting of reserved memory pools + - RDMA/rxe: Convert tasklet args to queue pairs + - RDMA/rxe: Remove __rxe_do_task() + - RDMA/rxe: Fix the error "trying to register non-static key in + rxe_cleanup_task" + - RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR + - RDMA/mlx5: Fix flow counter query via DEVX + - SUNRPC: remove the maximum number of retries in call_bind_status + - RDMA/mlx5: Use correct device num_ports when modify DC + - clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when + init fails + - openrisc: Properly store r31 to pt_regs on unhandled exceptions + - timekeeping: Fix references to nonexistent ktime_get_fast_ns() + - SMB3: Add missing locks to protect deferred close file list + - SMB3: Close deferred file handles in case of handle lease break + - ext4: fix i_disksize exceeding i_size problem in paritally written case + - ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline + - pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration + - pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group + - pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions + - pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions + - pinctrl: renesas: r8a779g0: Fix ERROROUTC function names + - leds: TI_LMU_COMMON: select REGMAP instead of depending on it + - pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string + - dmaengine: mv_xor_v2: Fix an error code. + - leds: tca6507: Fix error handling of using fwnode_property_read_string + - pwm: mtk-disp: Disable shadow registers before setting backlight values + - pwm: mtk-disp: Configure double buffering before reading in .get_state() + - soundwire: intel: don't save hw_params for use in prepare + - phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and + ulpi_port + - phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() + - dma: gpi: remove spurious unlock in gpi_ch_init + - dmaengine: dw-edma: Fix to change for continuous transfer + - dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing + - dmaengine: at_xdmac: do not enable all cyclic channels + - pinctrl-bcm2835.c: fix race condition when setting gpio dir + - thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in + mtk_thermal_probe + - mfd: tqmx86: Do not access I2C_DETECT register through io_base + - mfd: tqmx86: Specify IO port register range more precisely + - mfd: tqmx86: Correct board names for TQMxE39x + - mfd: ocelot-spi: Fix unsupported bulk read + - mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE + - hte: tegra: fix 'struct of_device_id' build error + - hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() + - ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini + - PM: hibernate: Turn snapshot_test into global variable + - PM: hibernate: Do not get block device exclusively in test_resume mode + - afs: Fix updating of i_size with dv jump from server + - afs: Fix getattr to report server i_size on dirs, not local size + - afs: Avoid endless loop if file is larger than expected + - parisc: Fix argument pointer in real64_call_asm() + - parisc: Ensure page alignment in flush functions + - ALSA: usb-audio: Add quirk for Pioneer DDJ-800 + - ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 + - ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED + - nilfs2: do not write dirty data after degenerating to read-only + - nilfs2: fix infinite loop in nilfs_mdt_get_block() + - mm: do not reclaim private data from pinned page + - drbd: correctly submit flush bio on barrier + - md/raid10: fix null-ptr-deref in raid10_sync_request + - md/raid5: Improve performance for sequential IO + - kasan: hw_tags: avoid invalid virt_to_page() + - mtd: core: provide unique name for nvmem device, take two + - mtd: core: fix nvmem error reporting + - mtd: core: fix error path for nvmem provider + - mtd: spi-nor: core: Update flash's current address mode when changing + address mode + - drivers: remoteproc: xilinx: Fix carveout names + - mailbox: zynqmp: Fix IPI isr handling + - kcsan: Avoid READ_ONCE() in read_instrumented_memory() + - mailbox: zynqmp: Fix typo in IPI documentation + - nfp: fix incorrect pointer deference when offloading IPsec with bonding + - wifi: rtl8xxxu: RTL8192EU always needs full init + - wifi: rtw88: rtw8821c: Fix rfe_option field width + - wifi: rtw89: fix potential race condition between napi_init and napi_enable + - clk: microchip: fix potential UAF in auxdev release callback + - clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent + - scripts/gdb: fix lx-timerlist for Python3 + - btrfs: scrub: reject unsupported scrub flags + - s390/dasd: fix hanging blockdevice after request requeue + - ia64: fix an addr to taddr in huge_pte_offset() + - mm/mempolicy: correctly update prev when policy is equal on mbind + - vhost_vdpa: fix unmap process in no-batch mode + - dm verity: fix error handling for check_at_most_once on FEC + - dm clone: call kmem_cache_destroy() in dm_clone_init() error path + - dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path + - dm flakey: fix a crash with invalid table line + - dm ioctl: fix nested locking in table_clear() to remove deadlock concern + - dm: don't lock fs when the map is NULL in process of resume + - blk-iocost: avoid 64-bit division in ioc_timer_fn + - cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname + - cifs: protect session status check in smb2_reconnect() + - cifs: fix sharing of DFS connections + - cifs: fix potential race when tree connecting ipc + - cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath + - thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype + - perf auxtrace: Fix address filter entire kernel size + - perf intel-pt: Fix CYC timestamps after standalone CBR + - i40e: Remove unused i40e status codes + - i40e: Remove string printing for i40e_status + - i40e: use int for i40e_status + - debugobject: Ensure pool refill (again) + - Linux 6.2.15 + * Lunar update: v6.2.14 upstream stable release (LP: #2025066) + - rust: arch/um: Disable FP/SIMD instruction to match x86 + - um: Only disable SSE on clang to work around old GCC bugs + - rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period + - mm/mempolicy: fix use-after-free of VMA iterator + - drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var + - gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU + - bluetooth: Perform careful capability checks in hci_sock_ioctl() + - wifi: brcmfmac: add Cypress 43439 SDIO ids + - btrfs: fix uninitialized variable warnings + - USB: serial: option: add UNISOC vendor and TOZED LT70C product + - driver core: Don't require dynamic_debug for initcall_debug probe timing + - riscv: Move early dtb mapping into the fixmap region + - riscv: Do not set initial_boot_params to the linear address of the dtb + - riscv: No need to relocate the dtb as it lies in the fixmap region + - Linux 6.2.14 + * CVE-2023-35001 + - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + * CVE-2023-31248 + - netfilter: nf_tables: do not ignore genmask when looking up chain by id + * CVE-2023-3389 + - io_uring/poll: serialize poll linked timer start with poll removal + * CVE-2023-3269 + - mm: introduce new 'lock_mm_and_find_vma()' page fault helper + - mm: make the page fault mmap locking killable + - arm64/mm: Convert to using lock_mm_and_find_vma() + - powerpc/mm: Convert to using lock_mm_and_find_vma() + - mips/mm: Convert to using lock_mm_and_find_vma() + - riscv/mm: Convert to using lock_mm_and_find_vma() + - arm/mm: Convert to using lock_mm_and_find_vma() + - mm/fault: convert remaining simple cases to lock_mm_and_find_vma() + - powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma() + - mm: make find_extend_vma() fail if write lock not held + - execve: expand new process stack manually ahead of time + - mm: always expand the stack with the mmap write lock held + - [CONFIG]: Set CONFIG_LOCK_MM_AND_FIND_VMA + * CVE-2023-3390 + - netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE + * CVE-2023-3141 + - memstick: r592: Fix UAF bug in r592_remove due to race condition + * CVE-2023-3090 + - ipvlan:Fix out-of-bounds caused by unclear skb->cb + + -- Roxana Nicolescu Tue, 25 Jul 2023 14:00:35 +0200 + +linux-gcp (6.2.0-1010.10) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1010.10 -proposed tracker (LP: #2026743) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/s2023.06.12) + + [ Ubuntu: 6.2.0-26.26 ] + + * lunar/linux: 6.2.0-26.26 -proposed tracker (LP: #2026753) + * CVE-2023-2640 // CVE-2023-32629 + - Revert "UBUNTU: SAUCE: overlayfs: handle idmapped mounts in + ovl_do_(set|remove)xattr" + - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for + trusted.overlayfs.* xattrs" + - SAUCE: overlayfs: default to userxattr when mounted from non initial user + namespace + * CVE-2023-35001 + - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + * CVE-2023-31248 + - netfilter: nf_tables: do not ignore genmask when looking up chain by id + * CVE-2023-3389 + - io_uring/poll: serialize poll linked timer start with poll removal + * CVE-2023-3390 + - netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE + * CVE-2023-3090 + - ipvlan:Fix out-of-bounds caused by unclear skb->cb + * CVE-2023-3269 + - mm: introduce new 'lock_mm_and_find_vma()' page fault helper + - mm: make the page fault mmap locking killable + - arm64/mm: Convert to using lock_mm_and_find_vma() + - powerpc/mm: Convert to using lock_mm_and_find_vma() + - mips/mm: Convert to using lock_mm_and_find_vma() + - riscv/mm: Convert to using lock_mm_and_find_vma() + - arm/mm: Convert to using lock_mm_and_find_vma() + - mm/fault: convert remaining simple cases to lock_mm_and_find_vma() + - powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma() + - mm: make find_extend_vma() fail if write lock not held + - execve: expand new process stack manually ahead of time + - mm: always expand the stack with the mmap write lock held + - [CONFIG]: Set CONFIG_LOCK_MM_AND_FIND_VMA + + -- Roxana Nicolescu Fri, 14 Jul 2023 10:51:44 +0200 + +linux-gcp (6.2.0-1009.9) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1009.9 -proposed tracker (LP: #2024535) + + [ Ubuntu: 6.2.0-25.25 ] + + * lunar/linux: 6.2.0-25.25 -proposed tracker (LP: #2024167) + * ftrace in ubuntu_kernel_selftests failed with "check if duplicate events are + caught" on J-5.15 P9 / J-kvm / L-kvm (LP: #1977827) + - SAUCE: selftests/ftrace: Add test dependency + * Add microphone support of the front headphone port on P3 Tower + (LP: #2023650) + - ALSA: hda/realtek: Add Lenovo P3 Tower platform + * Add audio support for ThinkPad P1 Gen 6 and Z16 Gen 2 (LP: #2023539) + - ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 + * Fix Disable thunderbolt clx make edp-monitor garbage while moving the + touchpad (LP: #2023004) + - drm/i915: Use 18 fast wake AUX sync len + * Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C + dongle (LP: #2021949) + - thunderbolt: Increase timeout of DP OUT adapter handshake + - thunderbolt: Do not touch CL state configuration during discovery + - thunderbolt: Increase DisplayPort Connection Manager handshake timeout + * Enable Tracing Configs for OSNOISE and TIMERLAT (LP: #2018591) + - [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs + * Fix only reach PC3 when ethernet is plugged r8169 (LP: #1946433) + - r8169: use spinlock to protect mac ocp register access + - r8169: use spinlock to protect access to registers Config2 and Config5 + - r8169: enable cfg9346 config register access in atomic context + - r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic context + - r8169: disable ASPM during NAPI poll + - r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll + * introduce do_lib_rust=true|false to enable/disable linux-lib-rust package + (LP: #2021605) + - [Packaging] introduce do_lib_rust and enable it only on generic amd64 + * System either hang with black screen or rebooted on entering suspend on AMD + Ryzen 9 PRO 7940HS w/ Radeon 780M Graphics (LP: #2020685) + - drm/amdgpu: refine get gpu clock counter method + - drm/amdgpu/gfx11: update gpu_clock_counter logic + * generate linux-lib-rust only on amd64 (LP: #2020356) + - [Packaging] generate linux-lib-rust only on amd64 + * No HDMI/DP audio output on dock(Nvidia GPU) (LP: #2020062) + - ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table + * Add support for mdev_set_iommu_device() kABI in Ubuntu 22.10 kernel + (LP: #1988806) + - SAUCE: Add mdev_set_iommu_device() kABI. + * Enable audio LEDs on HP laptops (LP: #2019915) + - ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop + - ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop + * 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 + * Lunar update: v6.2.13 upstream stable release (LP: #2023929) + - ARM: dts: rockchip: fix a typo error for rk3288 spdif node + - arm64: dts: rockchip: Lower sd speed on rk3566-soquartz + - arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node + - arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node + - arm64: dts: meson-g12-common: specify full DMC range + - arm64: dts: meson-g12-common: resolve conflict between canvas & pmu + - perf/amlogic: adjust register offsets + - arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registers + - arm64: dts: imx8mm-evk: correct pmic clock source + - arm64: dts: imx8mm-verdin: correct off-on-delay + - arm64: dts: imx8mp-verdin: correct off-on-delay + - netfilter: br_netfilter: fix recent physdev match breakage + - netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT + - rust: str: fix requierments->requirements typo + - regulator: fan53555: Explicitly include bits header + - regulator: fan53555: Fix wrong TCS_SLEW_MASK + - virtio_net: bugfix overflow inside xdp_linearize_page() + - sfc: Fix use-after-free due to selftest_work + - netfilter: nf_tables: fix ifdef to also consider nf_tables=m + - i40e: fix accessing vsi->active_filters without holding lock + - i40e: fix i40e_setup_misc_vector() error handling + - netfilter: nf_tables: validate catch-all set elements + - cxgb4: fix use after free bugs caused by circular dependency problem + - netfilter: nf_tables: tighten netlink attribute requirements for catch-all + elements + - bnxt_en: Do not initialize PTP on older P3/P4 chips + - mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next() + - LoongArch: Fix build error if CONFIG_SUSPEND is not set + - bonding: Fix memory leak when changing bond type to Ethernet + - net: rpl: fix rpl header size calculation + - mlxsw: pci: Fix possible crash during initialization + - spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() + - bpf: Fix incorrect verifier pruning due to missing register precision taints + - net: dsa: microchip: ksz8795: Correctly handle huge frame configuration + - bnxt_en: fix free-runnig PHC mode + - e1000e: Disable TSO on i219-LM card to increase speed + - net: bridge: switchdev: don't notify FDB entries with "master dynamic" + - f2fs: Fix f2fs_truncate_partial_nodes ftrace event + - platform/x86/intel: vsec: Fix a memory leak in intel_vsec_add_aux + - platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2 + - selftests: sigaltstack: fix -Wuninitialized + - scsi: megaraid_sas: Fix fw_crash_buffer_show() + - scsi: core: Improve scsi_vpd_inquiry() checks + - net: dsa: b53: mmap: add phy ops + - platform/x86: gigabyte-wmi: add support for B650 AORUS ELITE AX + - s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling + - drm: buddy_allocator: Fix buddy allocator init on 32-bit systems + - drm: test: Fix 32-bit issue in drm_buddy_test + - nvme-tcp: fix a possible UAF when failing to allocate an io queue + - xen/netback: use same error messages for same errors + - platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE + - platform/x86: asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG Flow X13 + models + - mtd: spi-nor: fix memory leak when using debugfs_lookup() + - pwm: Zero-initialize the pwm_state passed to driver's .get_state() + - Revert "userfaultfd: don't fail on unrecognized features" + - Revert "ACPICA: Events: Support fixed PCIe wake event" + - iio: dac: ad5755: Add missing fwnode_handle_put() + - iio: light: tsl2772: fix reading proximity-diodes from device tree + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - btrfs: set default discard iops_limit to 1000 + - btrfs: reinterpret async discard iops_limit=0 as no delay + - rust: kernel: Mark rust_fmt_argument as extern "C" + - LoongArch: module: set section addresses to 0x0 + - LoongArch: Check unwind_error() in arch_stack_walk() + - LoongArch: Fix probing of the CRC32 feature + - LoongArch: Mark 3 symbol exports as non-GPL + - wifi: ath9k: Don't mark channelmap stack variable read-only in + ath9k_mci_update_wlan_channels() + - maple_tree: make maple state reusable after mas_empty_area_rev() + - maple_tree: fix mas_empty_area() search + - maple_tree: fix a potential memory leak, OOB access, or other unpredictable + bug + - ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_module + - nilfs2: initialize unused bytes in segment summary blocks + - mptcp: stops worker on unaccepted sockets at listener close + - mptcp: fix accept vs worker race + - tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used + - memstick: fix memory leak if card device is never registered + - kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() + - writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs + - mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25 + - drm/amdgpu: Fix desktop freezed after gpu-reset + - drm/amd/display: set dcn315 lb bpp to 48 + - drm/rockchip: vop2: fix suspend/resume + - drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume + - mm: fix memory leak on mm_init error handling + - mm/userfaultfd: fix uffd-wp handling for THP migration entries + - mm/khugepaged: check again on anon uffd-wp during isolation + - mm/huge_memory.c: warn with pr_warn_ratelimited instead of + VM_WARN_ON_ONCE_FOLIO + - mm: kmsan: handle alloc failures in kmsan_ioremap_page_range() + - mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush() + - mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages + - mm/mmap: regression fix for unmapped_area{_topdown} + - cifs: avoid dup prefix path in dfs_get_automount_devname() + - KVM: arm64: Make vcpu flag updates non-preemptible + - KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg() + - MIPS: Define RUNTIME_DISCARD_EXIT in LD script + - LoongArch: Make -mstrict-align configurable + - LoongArch: Make WriteCombine configurable for ioremap() + - purgatory: fix disabling debug info + - PCI/MSI: Remove over-zealous hardware size check in + pci_msix_validate_entries() + - [Config] updateconfigs for GCC12_NO_ARRAY_BOUNDS + - gcc: disable '-Warray-bounds' for gcc-13 too + - Input: cyttsp5 - fix sensing configuration data structure + - Input: pegasus-notetaker - check pipe type when probing + - iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger() + - fpga: bridge: properly initialize bridge device before populating children + - mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock + - ASoC: SOF: pm: Tear down pipelines only if DSP was active + - ASoC: fsl_asrc_dma: fix potential null-ptr-deref + - ASoC: fsl_sai: Fix pins setting for i.MX8QM platform + - ASN.1: Fix check for strdup() success + - Linux 6.2.13 + * CVE-2023-2124 + - xfs: verify buffer contents when we skip log replay + * cls_flower: off-by-one in fl_set_geneve_opt (LP: #2023577) + - net/sched: flower: fix possible OOB write in fl_set_geneve_opt() + * Some INVLPG implementations can leave Global translations unflushed when + PCIDs are enabled (LP: #2023220) + - x86/mm: Avoid incomplete Global INVLPG flushes + * CVE-2023-2176 + - RDMA/core: Refactor rdma_bind_addr + * support python < 3.9 with annotations (LP: #2020531) + - [Packaging] kconfig/annotations.py: support older way of merging dicts + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + + -- Stefan Bader Wed, 28 Jun 2023 17:33:02 +0200 + +linux-gcp (6.2.0-1008.8) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1008.8 -proposed tracker (LP: #2024051) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + + [ Ubuntu: 6.2.0-24.24 ] + + * lunar/linux: 6.2.0-24.24 -proposed tracker (LP: #2024058) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + * cls_flower: off-by-one in fl_set_geneve_opt (LP: #2023577) + - net/sched: flower: fix possible OOB write in fl_set_geneve_opt() + * Some INVLPG implementations can leave Global translations unflushed when + PCIDs are enabled (LP: #2023220) + - x86/mm: Avoid incomplete Global INVLPG flushes + + -- Khalid Elmously Tue, 20 Jun 2023 20:13:29 -0400 + +linux-gcp (6.2.0-1007.7) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1007.7 -proposed tracker (LP: #2019838) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Config]: Disable CONFIG_INTEL_ATOMISP + + [ Ubuntu: 6.2.0-23.23 ] + + * lunar/linux: 6.2.0-23.23 -proposed tracker (LP: #2019845) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/2023.05.15) + * Fix flicker display problem on some panels which support PSR2 (LP: #2002968) + - drm/i915/psr: Add continuous full frame bit together with single + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + * Update I915 PSR calculation on Linux 6.2 (LP: #2018655) + - drm/i915: Fix fast wake AUX sync len + - drm/i915: Explain the magic numbers for AUX SYNC/precharge length + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Config]: Disable CONFIG_INTEL_ATOMISP + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) + - SAUCE: (no-up) Stacking v38: Fix prctl() syscall with apparmor=0 + * CVE-2023-32233 + - netfilter: nf_tables: deactivate anonymous set from preparation phase + * CVE-2023-2612 + - SAUCE: shiftfs: prevent lock unbalance in shiftfs_create_object() + * CVE-2023-31436 + - net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg + * CVE-2023-1380 + - wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() + * 5.19 not reporting cgroups v1 blkio.throttle.io_serviced (LP: #2016186) + - SAUCE: blk-throttle: Fix io statistics for cgroup v1 + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) + - SAUCE: (no-up) apparmor: fix policy_compat perms remap for file dfa + - SAUCE: (no-up) apparmor: fix profile verification and enable it + - SAUCE: (no-up) apparmor: fix: add missing failure check in + compute_xmatch_perms + - SAUCE: (no-up) apparmor: fix: kzalloc perms tables for shared dfas + * Lunar update: v6.2.12 upstream stable release (LP: #2017219) + - Revert "pinctrl: amd: Disable and mask interrupts on resume" + - drm/amd/display: Pass the right info to drm_dp_remove_payload + - drm/i915: Workaround ICL CSC_MODE sticky arming + - ALSA: emu10k1: fix capture interrupt handler unlinking + - ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard + - ALSA: i2c/cs8427: fix iec958 mixer control deactivation + - ALSA: hda: patch_realtek: add quirk for Asus N7601ZM + - ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 + - ALSA: firewire-tascam: add missing unwind goto in + snd_tscm_stream_start_duplex() + - ALSA: emu10k1: don't create old pass-through playback device on Audigy + - ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards + - ALSA: hda/hdmi: disable KAE for Intel DG2 + - Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp} + - Bluetooth: Fix race condition in hidp_session_thread + - bluetooth: btbcm: Fix logic error in forming the board name. + - Bluetooth: Free potentially unfreed SCO connection + - Bluetooth: hci_conn: Fix possible UAF + - btrfs: restore the thread_pool= behavior in remount for the end I/O + workqueues + - btrfs: fix fast csum implementation detection + - fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace + - mtdblock: tolerate corrected bit-flips + - mtd: rawnand: meson: fix bitmask for length in command word + - mtd: rawnand: stm32_fmc2: remove unsupported EDO mode + - mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min + - KVM: arm64: PMU: Restore the guest's EL0 event counting after migration + - fbcon: Fix error paths in set_con2fb_map + - fbcon: set_con2fb_map needs to set con2fb_map! + - drm/i915/dsi: fix DSS CTL register offsets for TGL+ + - io_uring: complete request via task work in case of DEFER_TASKRUN + - clk: sprd: set max_register according to mapping range + - RDMA/irdma: Do not generate SW completions for NOPs + - RDMA/irdma: Fix memory leak of PBLE objects + - RDMA/irdma: Increase iWARP CM default rexmit count + - RDMA/irdma: Add ipv4 check to irdma_find_listener() + - IB/mlx5: Add support for 400G_8X lane speed + - RDMA/erdma: Fix some typos + - RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192 + - RDMA/erdma: Inline mtt entries into WQE if supported + - RDMA/erdma: Defer probing if netdevice can not be found + - clk: rs9: Fix suspend/resume + - RDMA/cma: Allow UD qp_type to join multicast only + - bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp + - LoongArch, bpf: Fix jit to skip speculation barrier opcode + - dmaengine: apple-admac: Handle 'global' interrupt flags + - dmaengine: apple-admac: Set src_addr_widths capability + - dmaengine: apple-admac: Fix 'current_tx' not getting freed + - 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race + condition + - bpf, arm64: Fixed a BTI error on returning to patched function + - KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs + - niu: Fix missing unwind goto in niu_alloc_channels() + - tcp: restrict net.ipv4.tcp_app_win + - bonding: fix ns validation on backup slaves + - iavf: refactor VLAN filter states + - iavf: remove active_cvlans and active_svlans bitmaps + - net: openvswitch: fix race on port output + - Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure + - Bluetooth: Fix printing errors if LE Connection times out + - Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt + - Bluetooth: Set ISO Data Path on broadcast sink + - drm/nouveau/fb: add missing sysmen flush callbacks + - drm/armada: Fix a potential double free in an error handling path + - qlcnic: check pci_reset_function result + - smc: Fix use-after-free in tcp_write_timer_handler(). + - net: wwan: iosm: Fix error handling path in ipc_pcie_probe() + - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex + - rtnetlink: Restore RTM_NEW/DELLINK notification behavior + - net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() + - sctp: fix a potential overflow in sctp_ifwdtsn_skip + - RDMA/core: Fix GID entry ref leak when create_ah fails + - selftests: openvswitch: adjust datapath NL message declaration + - udp6: fix potential access to stale information + - selftests: add the missing CONFIG_IP_SCTP in net config + - net: macb: fix a memory corruption in extended buffer descriptor mode + - skbuff: Fix a race between coalescing and releasing SKBs + - ARM: 9290/1: uaccess: Fix KASAN false-positives + - ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory + - arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmware + - power: supply: rk817: Fix unsigned comparison with less than zero + - power: supply: cros_usbpd: reclassify "default case!" as debug + - power: supply: axp288_fuel_gauge: Added check for negative values + - selftests/bpf: Fix progs/find_vma_fail1.c build error. + - wifi: mwifiex: mark OF related data as maybe unused + - i2c: imx-lpi2c: clean rx/tx buffers upon new message + - i2c: hisi: Avoid redundant interrupts + - efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L + - block: ublk_drv: mark device as LIVE before adding disk + - ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG + - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F + - hwmon: (peci/cputemp) Fix miscalculated DTS for SKX + - hwmon: (xgene) Fix ioremap and memremap leak + - verify_pefile: relax wrapper length check + - asymmetric_keys: log on fatal failures in PE/pkcs7 + - nvme: send Identify with CNS 06h only to I/O controllers + - wifi: iwlwifi: mvm: fix mvmtxq->stopped handling + - wifi: iwlwifi: mvm: protect TXQ list manipulation + - drm/amdgpu: add mes resume when do gfx post soft reset + - drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs + - drm/amdgpu/gfx: set cg flags to enter/exit safe mode + - ACPI: resource: Add Medion S17413 to IRQ override quirk + - tracing: Add trace_array_puts() to write into instance + - tracing: Have tracing_snapshot_instance_cond() write errors to the + appropriate instance + - maple_tree: fix write memory barrier of nodes once dead for RCU mode + - ksmbd: avoid out of bounds access in decode_preauth_ctxt() + - riscv: add icache flush for nommu sigreturn trampoline + - HID: intel-ish-hid: Fix kernel panic during warm reset + - net: sfp: initialize sfp->i2c_block_size at sfp allocation + - net: phy: nxp-c45-tja11xx: add remove callback + - net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow + - scsi: ses: Handle enclosure with just a primary component gracefully + - thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bits + - drm/amd/pm: correct the pcie link state check for SMU13 + - PCI: Fix use-after-free in pci_bus_release_domain_nr() + - PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn() + - x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot + - cgroup: fix display of forceidle time at root + - cgroup/cpuset: Fix partition root's cpuset.cpus update bug + - cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach() + - cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly + - cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods + - drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings + - drm/amd/pm: correct SMU13.0.7 max shader clock reporting + - mptcp: use mptcp_schedule_work instead of open-coding it + - mptcp: stricter state check in mptcp_worker + - mptcp: fix NULL pointer dereference on fastopen early fallback + - selftests: mptcp: userspace pm: uniform verify events + - ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size + - ubi: Fix deadlock caused by recursively holding work_sem + - i2c: mchp-pci1xxxx: Update Timing registers + - powerpc/papr_scm: Update the NUMA distance table for the target node + - sched/fair: Fix imbalance overflow + - x86/rtc: Remove __init for runtime functions + - i2c: ocores: generate stop condition after timeout in polling mode + - cifs: fix negotiate context parsing + - nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN + - nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD + - Linux 6.2.12 + * RFC: virtio and virtio-scsi should be built in (LP: #1685291) + - [Config] Mark CONFIG_SCSI_VIRTIO built-in + * Dell: Enable speaker mute hotkey LED indicator (LP: #2015972) + - platform/x86: dell-laptop: Register ctl-led for speaker-mute + * Debian autoreconstruct Fix restoration of execute permissions (LP: #2015498) + - [Debian] autoreconstruct - fix restoration of execute permissions + * Lost display on built-in monitor after suspend (LP: #2001599) + - drm/i915: Generalize the PPS vlv_pipe_check() stuff + - drm/i915: Try to use the correct power sequencer intiially on bxt/glk + - drm/i915: Extend dual PPS handlind for ICP+ + - drm/i915: Reject unusable power sequencers + - drm/i915: Print the PPS registers using consistent format + - drm/i915: Fix whitespace + - drm/i915: Improve PPS debugs + * [SRU][Jammy] CONFIG_PCI_MESON is not enabled (LP: #2007745) + - [Config] arm64: Enable PCI_MESON module + * sched: cpumask: improve on cpumask_local_spread() locality (LP: #2008824) + - lib/find: introduce find_nth_and_andnot_bit + - cpumask: introduce cpumask_nth_and_andnot + - sched: add sched_numa_find_nth_cpu() + - cpumask: improve on cpumask_local_spread() locality + - lib/cpumask: reorganize cpumask_local_spread() logic + - sched/topology: Introduce sched_numa_hop_mask() + - sched/topology: Introduce for_each_numa_hop_mask() + - net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints + - lib/cpumask: update comment for cpumask_local_spread() + - sched/topology: fix KASAN warning in hop_cmp() + * Fix E-star testing failure with RTK 8852BE (LP: #2012019) + - wifi: rtw89: 8852be: enable CLKREQ of PCI capability + - wifi: rtw89: release RX standby timer of beamformee CSI to save power + * 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.11 upstream stable release (LP: #2016879) + - dm cache: Add some documentation to dm-cache-background-tracker.h + - dm integrity: Remove bi_sector that's only used by commented debug code + - dm: change "unsigned" to "unsigned int" + - dm: fix improper splitting for abnormal bios + - drm/i915: Move the DSB setup/cleaup into the color code + - drm/i915: Add a .color_post_update() hook + - gpio: GPIO_REGMAP: select REGMAP instead of depending on it + - Drivers: vmbus: Check for channel allocation before looking up relids + - ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data() + - pwm: hibvt: Explicitly set .polarity in .get_state() + - pwm: cros-ec: Explicitly set .polarity in .get_state() + - pwm: iqs620a: Explicitly set .polarity in .get_state() + - pwm: sprd: Explicitly set .polarity in .get_state() + - pwm: meson: Explicitly set .polarity in .get_state() + - ASoC: codecs: lpass: fix the order or clks turn off during suspend + - KVM: s390: pv: fix external interruption loop not always detected + - wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap() + - wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded + sta + - net: qrtr: Fix a refcount bug in qrtr_recvmsg() + - net: phylink: add phylink_expects_phy() method + - net: stmmac: check if MAC needs to attach to a PHY + - net: stmmac: remove redundant fixup to support fixed-link mode + - wifi: brcmfmac: Fix SDIO suspend/resume regression + - NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL + - nfsd: call op_release, even when op_func returns an error + - icmp: guard against too small mtu + - ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement + - net: don't let netpoll invoke NAPI if in xmit context + - net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit + - net: ethernet: mtk_eth_soc: fix remaining throughput regression + - sctp: check send stream number after wait_for_sndbuf + - drm/i915/huc: Cancel HuC delayed load timer on reset. + - net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT + - ipv6: Fix an uninit variable access bug in __ip6_make_skb() + - platform/x86: think-lmi: Fix memory leak when showing current settings + - platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI + strings + - platform/x86: think-lmi: Clean up display of current_value on Thinkstation + - gpio: davinci: Do not clear the bank intr enable bit in save_context + - gpio: davinci: Add irq chip flag to skip set wake + - net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe + - net: stmmac: fix up RX flow hash indirection table when setting channels + - sunrpc: only free unix grouplist after RCU settles + - NFSD: callback request does not use correct credential for AUTH_SYS + - ice: fix wrong fallback logic for FDIR + - ice: Reset FDIR counter in FDIR init stage + - raw: use net_hash_mix() in hash function + - raw: Fix NULL deref in raw_get_next(). + - ping: Fix potentail NULL deref for /proc/net/icmp. + - ethtool: reset #lanes when lanes is omitted + - netlink: annotate lockless accesses to nlk->max_recvmsg_len + - gve: Secure enough bytes in the first TX desc for all TCP pkts + - arm64: compat: Work around uninitialized variable warning + - net: stmmac: check fwnode for phy device before scanning for phy + - cxl/pci: Fix CDAT retrieval on big endian + - cxl/pci: Handle truncated CDAT header + - cxl/pci: Handle truncated CDAT entries + - cxl/pci: Handle excessive CDAT length + - PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y + - PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y + - Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" + - usb: xhci: tegra: fix sleep in atomic call + - xhci: Free the command allocated for setting LPM if we return early + - xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu + - usb: cdnsp: Fixes error: uninitialized symbol 'len' + - usb: dwc3: pci: add support for the Intel Meteor Lake-S + - USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs + - usb: typec: altmodes/displayport: Fix configure initial pin assignment + - USB: serial: option: add Telit FE990 compositions + - USB: serial: option: add Quectel RM500U-CN modem + - drivers: iio: adc: ltc2497: fix LSB shift + - iio: adis16480: select CONFIG_CRC32 + - iio: adc: qcom-spmi-adc5: Fix the channel name + - iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip + - iio: dac: cio-dac: Fix max DAC write value check for 12-bit + - iio: adc: max11410: fix read_poll_timeout() usage + - iio: accel: kionix-kx022a: Get the timestamp from the driver's private data + in the trigger_handler + - iio: buffer: correctly return bytes written in output buffers + - iio: buffer: make sure O_NONBLOCK is respected + - iio: light: cm32181: Unregister second I2C client if present + - iio: light: vcnl4000: Fix WARN_ON on uninitialized lock + - tty: serial: sh-sci: Fix transmit end interrupt handler + - tty: serial: sh-sci: Fix Rx on RZ/G2L SCI + - tty: serial: fsl_lpuart: avoid checking for transfer complete when + UARTCTRL_SBK is asserted in lpuart32_tx_empty + - tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active + - nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() + - nilfs2: fix sysfs interface lifetime + - fsdax: dedupe should compare the min of two iters' length + - fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN + - fsdax: force clear dirty mark if CoW + - dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs + - serial: 8250: Prevent starting up DMA Rx on THRI interrupt + - ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN + - ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr + - ALSA: hda/realtek: Add quirk for Clevo X370SNW + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - x86/acpi/boot: Correct acpi_is_processor_usable() check + - x86/ACPI/boot: Use FADT version to check support for online capable + - KVM: x86: Clear "has_error_code", not "error_code", for RM exception + injection + - KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode + - KVM: SVM: Flush Hyper-V TLB when required + - mm: kfence: fix PG_slab and memcg_data clearing + - mm: kfence: fix handling discontiguous page + - coresight: etm4x: Do not access TRCIDR1 for identification + - coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug + - counter: 104-quad-8: Fix race condition between FLAG and CNTR reads + - counter: 104-quad-8: Fix Synapse action reported for Index signals + - blk-mq: directly poll requests + - ftrace: Mark get_lock_parent_ip() __always_inline + - ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct() + - fs: drop peer group ids under namespace lock + - can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access + - can: isotp: fix race between isotp_sendsmg() and isotp_release() + - can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events + - can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL + infos + - ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type() + - ACPI: video: Make acpi_backlight=video work independent from GPU driver + - ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2 + - ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530 + - net: stmmac: Add queue reset into stmmac_xdp_open() function + - tracing/synthetic: Fix races on freeing last_cmd + - tracing/timerlat: Notify new max thread latency + - tracing/osnoise: Fix notify new tracing_max_latency + - tracing: Free error logs of tracing instances + - iommufd: Check for uptr overflow + - iommufd: Fix unpinning of pages when an access is present + - iommufd: Do not corrupt the pfn list when doing batch carry + - ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() + - ASoC: SOF: avoid a NULL dereference with unsupported widgets + - iio: adc: ad7791: fix IRQ flags + - io_uring: fix return value when removing provided buffers + - io_uring: fix memory leak when removing provided buffers + - scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() + - scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param() + - nvme: fix discard support without oncs + - cifs: sanitize paths in cifs_update_super_prepath. + - block: ublk: make sure that block size is set correctly + - block: don't set GD_NEED_PART_SCAN if scan partition failed + - perf: Optimize perf_pmu_migrate_context() + - perf/core: Fix the same task check in perf_event_set_output + - tracing/synthetic: Make lastcmd_mutex static + - zsmalloc: document freeable stats + - mm: vmalloc: avoid warn_alloc noise caused by fatal signal + - wifi: mt76: mt7921: fix fw used for offload check for mt7922 + - wifi: mt76: ignore key disable commands + - ublk: read any SQE values upfront + - drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path + - drm/nouveau/disp: Support more modes by checking with lower bpc + - drm/i915: Fix context runtime accounting + - drm/i915: fix race condition UAF in i915_perf_add_config_ioctl + - ring-buffer: Fix race while reader and writer are on the same page + - mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() + - mm/hugetlb: fix uffd wr-protection for CoW optimization path + - maple_tree: fix get wrong data_end in mtree_lookup_walk() + - maple_tree: fix a potential concurrency bug in RCU mode + - drm/amd/display: Clear MST topology if it fails to resume + - drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume + - drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset + - drm/bridge: lt9611: Fix PLL being unable to lock + - mm: take a page reference when removing device exclusive entries + - maple_tree: remove GFP_ZERO from kmem_cache_alloc() and + kmem_cache_alloc_bulk() + - maple_tree: fix potential rcu issue + - maple_tree: reduce user error potential + - maple_tree: fix handle of invalidated state in mas_wr_store_setup() + - maple_tree: fix mas_prev() and mas_find() state handling + - maple_tree: be more cautious about dead nodes + - maple_tree: refine ma_state init from mas_start() + - maple_tree: detect dead nodes in mas_start() + - maple_tree: fix freeing of nodes in rcu mode + - maple_tree: remove extra smp_wmb() from mas_dead_leaves() + - maple_tree: add smp_rmb() to dead node detection + - maple_tree: add RCU lock checking to rcu callback functions + - mm: enable maple tree RCU mode by default. + - Linux 6.2.11 + * Lunar update: v6.2.10 upstream stable release (LP: #2016878) + - thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers + - cifs: update ip_addr for ses only for primary chan setup + - cifs: prevent data race in cifs_reconnect_tcon() + - cifs: avoid race conditions with parallel reconnects + - zonefs: Reorganize code + - zonefs: Simplify IO error handling + - zonefs: Reduce struct zonefs_inode_info size + - zonefs: Separate zone information from inode information + - zonefs: Fix error message in zonefs_file_dio_append() + - btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING + - btrfs: zoned: count fresh BG region as zone unusable + - btrfs: zoned: drop space_info->active_total_bytes + - fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY + - cifs: fix missing unload_nls() in smb2_reconnect() + - xfrm: Zero padding when dumping algos and encap + - ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds + - ASoC: Intel: avs: max98357a: Explicitly define codec format + - ASoC: Intel: avs: da7219: Explicitly define codec format + - ASoC: Intel: avs: rt5682: Explicitly define codec format + - ASoC: Intel: avs: ssm4567: Remove nau8825 bits + - ASoC: Intel: avs: nau8825: Adjust clock control + - lib: zstd: Backport fix for in-place decompression + - zstd: Fix definition of assert() + - ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535 + - ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper + - ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750 + - ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 + - ASoC: SOF: ipc3: Check for upper size limit for the received message + - ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit + - ASoC: SOF: Intel: pci-tng: revert invalid bar size setting + - ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence + - ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and exiting reset + - ASoC: SOF: IPC4: update gain ipc msg definition to align with fw + - ASoC: hdmi-codec: only startup/shutdown on supported streams + - wifi: mac80211: check basic rates validity + - md: avoid signed overflow in slot_store() + - x86/PVH: obtain VGA console info in Dom0 + - drm/amdkfd: Fix BO offset for multi-VMA page migration + - drm/amdkfd: fix a potential double free in pqm_create_queue + - drm/amdgpu/vcn: custom video info caps for sriov + - drm/amdkfd: fix potential kgd_mem UAFs + - drm/amd/display: Fix HDCP failing to enable after suspend + - net: hsr: Don't log netdev_err message on unknown prp dst node + - ALSA: asihpi: check pao in control_message() + - ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() + - fbdev: tgafb: Fix potential divide by zero + - ACPI: tools: pfrut: Check if the input of level and type is in the right + numeric range + - sched_getaffinity: don't assume 'cpumask_size()' is fully initialized + - nvme-pci: fixing memory leak in probe teardown path + - nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620 + - drm/amdkfd: Fixed kfd_process cleanup on module exit. + - net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites + - fbdev: nvidia: Fix potential divide by zero + - fbdev: intelfb: Fix potential divide by zero + - fbdev: lxfb: Fix potential divide by zero + - fbdev: au1200fb: Fix potential divide by zero + - tools/power turbostat: Fix /dev/cpu_dma_latency warnings + - tools/power turbostat: fix decoding of HWP_STATUS + - tracing: Fix wrong return in kprobe_event_gen_test.c + - btrfs: fix uninitialized variable warning in btrfs_update_block_group + - btrfs: use temporary variable for space_info in btrfs_update_block_group + - mtd: rawnand: meson: initialize struct with zeroes + - mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq + is used + - ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx() + - riscv/kvm: Fix VM hang in case of timer delta being zero. + - mips: bmips: BCM6358: disable RAC flush for TP1 + - ALSA: usb-audio: Fix recursive locking at XRUN during syncing + - PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled + - platform/x86: think-lmi: add missing type attribute + - platform/x86: think-lmi: use correct possible_values delimiters + - platform/x86: think-lmi: only display possible_values if available + - platform/x86: think-lmi: Add possible_values for ThinkStation + - platform/surface: aggregator: Add missing fwnode_handle_put() + - mtd: rawnand: meson: invalidate cache on polling ECC bit + - SUNRPC: fix shutdown of NFS TCP client socket + - sfc: ef10: don't overwrite offload features at NIC reset + - scsi: megaraid_sas: Fix crash after a double completion + - scsi: mpt3sas: Don't print sense pool info twice + - net: dsa: realtek: fix out-of-bounds access + - ptp_qoriq: fix memory leak in probe() + - net: dsa: microchip: ksz8: fix ksz8_fdb_dump() + - net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entries + - net: dsa: microchip: ksz8: fix offset for the timestamp filed + - net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from + empty dynamic MAC table. + - net: dsa: microchip: ksz8863_smi: fix bulk access + - net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID + - r8169: fix RTL8168H and RTL8107E rx crc error + - regulator: Handle deferred clk + - net/net_failover: fix txq exceeding warning + - net: stmmac: don't reject VLANs when IFF_PROMISC is set + - drm/i915/pmu: Use functions common with sysfs to read actual freq + - drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state + - drm/i915/perf: Drop wakeref on GuC RC error + - platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix + - can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write + - s390/vfio-ap: fix memory leak in vfio_ap device driver + - ACPI: bus: Rework system-level device notification handling + - loop: LOOP_CONFIGURE: send uevents for partitions + - net: mvpp2: classifier flow fix fragmentation flags + - net: mvpp2: parser fix QinQ + - net: mvpp2: parser fix PPPoE + - smsc911x: avoid PHY being resumed when interface is not up + - ice: Fix ice_cfg_rdma_fltr() to only update relevant fields + - ice: add profile conflict check for AVF FDIR + - ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() + - net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G + links + - ALSA: ymfpci: Create card with device-managed snd_devm_card_new() + - ALSA: ymfpci: Fix BUG_ON in probe function + - net: wwan: iosm: fixes 7560 modem crash + - drm/nouveau/kms: Fix backlight registration + - net: ipa: compute DMA pool size properly + - bnx2x: use the right build_skb() helper + - i40e: fix registers dump after run ethtool adapter self test + - bnxt_en: Fix reporting of test result in ethtool selftest + - bnxt_en: Fix typo in PCI id to device description string mapping + - bnxt_en: Add missing 200G link speed reporting + - net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only + - net: dsa: sync unicast and multicast addresses for VLAN filters too + - net: ethernet: mtk_eth_soc: fix flow block refcounting logic + - net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offload + - net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flow + - pinctrl: ocelot: Fix alt mode for ocelot + - Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTON + - iommu/vt-d: Allow zero SAGAW if second-stage not supported + - Revert "venus: firmware: Correct non-pix start and end addresses" + - Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fix + - Input: alps - fix compatibility with -funsigned-char + - Input: focaltech - use explicitly signed char type + - cifs: prevent infinite recursion in CIFSGetDFSRefer() + - cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL + - Input: i8042 - add quirk for Fujitsu Lifebook A574/H + - Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table + - btrfs: fix deadlock when aborting transaction during relocation with scrub + - btrfs: fix race between quota disable and quota assign ioctls + - btrfs: scan device in non-exclusive mode + - btrfs: ignore fiemap path cache when there are multiple paths for a node + - zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space + - io_uring/poll: clear single/double poll flags on poll arming + - io_uring/rsrc: fix rogue rsrc node grabbing + - io_uring: fix poll/netmsg alloc caches + - vmxnet3: use gro callback when UPT is enabled + - zonefs: Always invalidate last cached page on append write + - dm: fix __send_duplicate_bios() to always allow for splitting IO + - can: j1939: prevent deadlock by moving j1939_sk_errqueue() + - xen/netback: don't do grant copy across page boundary + - net: phy: dp83869: fix default value for tx-/rx-internal-delay + - modpost: Fix processing of CRCs on 32-bit build machines + - pinctrl: amd: Disable and mask interrupts on resume + - pinctrl: at91-pio4: fix domain name assignment + - platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE + - thermal: intel: int340x: processor_thermal: Fix additional deadlock + - powerpc: Don't try to copy PPR for task with NULL pt_regs + - powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not + enabled + - powerpc/64s: Fix __pte_needs_flush() false positive warning + - NFSv4: Fix hangs when recovering open state after a server reboot + - ALSA: hda/conexant: Partial revert of a quirk for Lenovo + - ALSA: usb-audio: Fix regression on detection of Roland VS-100 + - ALSA: hda/realtek: Add quirks for some Clevo laptops + - ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z + - xtensa: fix KASAN report for show_stack + - rcu: Fix rcu_torture_read ftrace event + - dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support + - s390/uaccess: add missing earlyclobber annotations to __clear_user() + - s390: reintroduce expoline dependence to scripts + - drm/etnaviv: fix reference leak when mmaping imported buffer + - drm/amdgpu: allow more APUs to do mode2 reset when go to S4 + - drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub + - drm/amd/display: Take FEC Overhead into Timeslot Calculation + - drm/i915/gem: Flush lmem contents after construction + - drm/i915/dpt: Treat the DPT BO as a framebuffer + - drm/i915: Disable DC states for all commits + - drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm() + - drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on + skl/glk + - KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value + - KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU + - KVM: arm64: Retry fault if vma_lookup() results become invalid + - KVM: arm64: Disable interrupts while walking userspace PTs + - KVM: arm64: Check for kvm_vma_mte_allowed in the critical section + - usb: ucsi: Fix ucsi->connector race + - libbpf: Fix BTF-to-C converter's padding logic + - selftests/bpf: Add few corner cases to test padding handling of btf_dump + - libbpf: Fix btf_dump's packed struct determination + - drm/amdkfd: Get prange->offset after svm_range_vram_node_new + - hsr: ratelimit only when errors are printed + - x86/PVH: avoid 32-bit build warning when obtaining VGA console info + - Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*" + - Linux 6.2.10 + * Lunar update: v6.2.9 upstream stable release (LP: #2016877) + - interconnect: qcom: osm-l3: fix icc_onecell_data allocation + - interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function + - interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT + - perf/core: Fix perf_output_begin parameter is incorrectly invoked in + perf_event_bpf_output + - perf: fix perf_event_context->time + - tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr + - drm/amd/display: fix k1 k2 divider programming for phantom streams + - drm/amd/display: Remove OTG DIV register write for Virtual signals. + - drm/amd/display: Fix DP MST sinks removal issue + - arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order + - arm64: dts: qcom: sc8280xp: Add label property to vadc channel nodes + - arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP + - arm64: dts: qcom: sm8450: correct WSA2 assigned clocks + - arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent + - power: supply: bq24190: Fix use after free bug in bq24190_remove due to race + condition + - power: supply: da9150: Fix use after free bug in da9150_charger_remove due + to race condition + - wifi: mt76: do not run mt76_unregister_device() on unregistered hw + - wifi: mt76: connac: do not check WED status for non-mmio devices + - efi: earlycon: Reprobe after parsing config tables + - arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 for EQOS + - arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio + - ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl + - ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl + - ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl + - arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes + - arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes + - NFS: Fix /proc/PID/io read_bytes for buffered reads + - xsk: Add missing overflow check in xdp_umem_reg + - iavf: fix inverted Rx hash condition leading to disabled hash + - iavf: fix non-tunneled IPv6 UDP packet type and hashing + - iavf: do not track VLAN 0 filters + - intel/igbvf: free irq on the error path in igbvf_request_msix() + - igbvf: Regard vf reset nack as success + - igc: fix the validation logic for taprio's gate list + - i2c: imx-lpi2c: check only for enabled interrupt flags + - i2c: mxs: ensure that DMA buffers are safe for DMA + - i2c: hisi: Only use the completion interrupt to finish the transfer + - scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() + - nfsd: don't replace page in rq_pages if it's a continuation of last page + - net: dsa: b53: mmap: fix device tree support + - net: usb: smsc95xx: Limit packet length to skb->len + - qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info + - xirc2ps_cs: Fix use after free bug in xirc2ps_detach + - net: phy: Ensure state transitions are processed from phy_stop() + - net: mdio: fix owner field for mdio buses registered using device-tree + - net: mdio: fix owner field for mdio buses registered using ACPI + - net: stmmac: Fix for mismatched host/device DMA address width + - thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function + - mlxsw: core_thermal: Fix fan speed in maximum cooling state + - drm/i915/fbdev: lock the fbdev obj before vma pin + - drm/i915/mtl: Disable MC6 for MTL A step + - drm/i915/guc: Rename GuC register state capture node to be more obvious + - drm/i915/guc: Fix missing ecodes + - drm/i915/gt: perform uc late init after probe error injection + - drm/i915: Fix format for perf_limit_reasons + - drm/i915: Update vblank timestamping stuff on seamless M/N change + - net: dsa: report rx_bytes unadjusted for ETH_HLEN + - net: qcom/emac: Fix use after free bug in emac_remove due to race condition + - net: usb: lan78xx: Limit packet length to skb->len + - net/ps3_gelic_net: Fix RX sk_buff length + - net/ps3_gelic_net: Use dma_mapping_error + - octeontx2-vf: Add missing free for alloc_percpu + - bootconfig: Fix testcase to increase max node + - keys: Do not cache key in task struct if key is requested from kernel thread + - ice: check if VF exists before mode check + - iavf: fix hang on reboot with ice + - i40e: fix flow director packet filter programming + - bpf: Adjust insufficient default bpf_jit_limit + - net/mlx5e: Set uplink rep as NETNS_LOCAL + - net/mlx5e: Block entering switchdev mode with ns inconsistency + - net/mlx5: Fix steering rules cleanup + - net/mlx5e: Overcome slow response for first macsec ASO WQE + - net/mlx5: Read the TC mapping of all priorities on ETS query + - net/mlx5: E-Switch, Fix an Oops in error handling code + - net: dsa: tag_brcm: legacy: fix daisy-chained switches + - atm: idt77252: fix kmemleak when rmmod idt77252 + - erspan: do not use skb_mac_header() in ndo_start_xmit() + - net: mscc: ocelot: fix stats region batching + - net/sonic: use dma_mapping_error() for error check + - nvme-tcp: fix nvme_tcp_term_pdu to match spec + - mlxsw: spectrum_fid: Fix incorrect local port type + - hvc/xen: prevent concurrent accesses to the shared ring + - ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA + - ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES + - ksmbd: fix possible refcount leak in smb2_open() + - Bluetooth: hci_sync: Resume adv with no RPA when active scan + - Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet + - Bluetooth: btusb: Remove detection of ISO packets over bulk + - Bluetooth: ISO: fix timestamped HCI ISO data packet parsing + - Bluetooth: Remove "Power-on" check from Mesh feature + - gve: Cache link_speed value from device + - net: asix: fix modprobe "sysfs: cannot create duplicate filename" + - net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup() + - net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() + - net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case + - net: mdio: thunder: Add missing fwnode_handle_put() + - efi/libstub: Use relocated version of kernel's struct screen_info + - drm/amd/display: Set dcn32 caps.seamless_odm + - Bluetooth: btqcomsmd: Fix command timeout after setting BD address + - Bluetooth: L2CAP: Fix responding with wrong PDU type + - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished + work + - Bluetooth: mgmt: Fix MGMT add advmon with RSSI command + - Bluetooth: HCI: Fix global-out-of-bounds + - platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl + - entry: Fix noinstr warning in __enter_from_user_mode() + - perf/x86/amd/core: Always clear status for idx + - entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up + - hwmon: fix potential sensor registration fail if of_node is missing + - hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs + - scsi: qla2xxx: Synchronize the IOCB count to be in order + - scsi: qla2xxx: Perform lockless command completion in abort path + - smb3: lower default deferred close timeout to address perf regression + - smb3: fix unusable share after force unmount failure + - uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 + - thunderbolt: Use scale field when allocating USB3 bandwidth + - thunderbolt: Call tb_check_quirks() after initializing adapters + - thunderbolt: Add quirk to disable CLx + - thunderbolt: Fix memory leak in margining + - thunderbolt: Disable interrupt auto clear for rings + - thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access + - thunderbolt: Use const qualifier for `ring_interrupt_index` + - thunderbolt: Rename shadowed variables bit to interrupt_bit and + auto_clear_bit + - ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks + - ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a amplifier + - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43) + - ACPI: x86: Drop quirk for HP Elitebook + - ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable + - riscv: Bump COMMAND_LINE_SIZE value to 1024 + - drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update() + - HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded + - ca8210: fix mac_len negative array access + - HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse + - HID: intel-ish-hid: ipc: Fix potential use-after-free in work function + - m68k: mm: Fix systems with memory at end of 32-bit address space + - m68k: Only force 030 bus error if PC not in exception table + - selftests/bpf: check that modifier resolves after pointer + - cpumask: fix incorrect cpumask scanning result checks + - scsi: target: iscsi: Fix an error message in iscsi_check_key() + - scsi: qla2xxx: Add option to disable FC2 Target support + - scsi: hisi_sas: Check devm_add_action() return value + - scsi: ufs: core: Add soft dependency on governor_simpleondemand + - scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() + - scsi: lpfc: Avoid usage of list iterator variable after loop + - scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled + - scsi: mpi3mr: Wait for diagnostic save during controller init + - scsi: mpi3mr: NVMe command size greater than 8K fails + - scsi: mpi3mr: Bad drive in topology results kernel crash + - scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file + - platform/x86: int3472: Add GPIOs to Surface Go 3 Board data + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 + - net: usb: qmi_wwan: add Telit 0x1080 composition + - drm/amd/display: Update clock table to include highest clock setting + - sh: sanitize the flags on sigreturn + - drm/amdgpu: Fix call trace warning and hang when removing amdgpu device + - drm/amd: Fix initialization mistake for NBIO 7.3.0 + - net/sched: act_mirred: better wording on protection against excessive stack + growth + - act_mirred: use the backlog for nested calls to mirred ingress + - cifs: lock chan_lock outside match_session + - cifs: append path to open_enter trace event + - cifs: do not poll server interfaces too regularly + - cifs: empty interface list when server doesn't support query interfaces + - cifs: dump pending mids for all channels in DebugData + - cifs: print session id while listing open files + - cifs: fix dentry lookups in directory handle cache + - x86/mm: Do not shuffle CPU entry areas without KASLR + - x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf() + - selftests/x86/amx: Add a ptrace test + - scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR + - usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hub + - usb: dwc2: fix a race, don't power off/on phy for dual-role mode + - usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" + - usb: dwc2: fix a devres leak in hw_enable upon suspend resume + - block/io_uring: pass in issue_flags for uring_cmd task_work handling + - usb: gadget: u_audio: don't let userspace block driver unbind + - btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile + - Bluetooth: Fix race condition in hci_cmd_sync_clear + - efi: sysfb_efi: Fix DMI quirks not working for simpledrm + - mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP + - efi/libstub: zboot: Mark zboot EFI application as NX compatible + - arm64: efi: Set NX compat flag in PE/COFF header + - fscrypt: destroy keyring after security_sb_delete() + - fsverity: Remove WQ_UNBOUND from fsverity read workqueue + - lockd: set file_lock start and end when decoding nlm4 testargs + - arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name + - igb: revert rtnl_lock() that causes deadlock + - dm thin: fix deadlock when swapping to thin device + - usb: typec: tcpm: fix create duplicate source-capabilities file + - usb: typec: tcpm: fix warning when handle discover_identity message + - usb: cdns3: Fix issue with using incorrect PCI device function + - usb: cdnsp: Fixes issue with redundant Status Stage + - usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver + - usb: chipdea: core: fix return -EINVAL if request role is the same with + current role + - usb: chipidea: core: fix possible concurrent when switch role + - usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC + - usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() + - usb: ucsi_acpi: Increase the command completion timeout + - mm: kfence: fix using kfence_metadata without initialization in + show_object() + - kfence: avoid passing -g for test + - io_uring/net: avoid sending -ECONNABORTED on repeated connection requests + - io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() + - Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" + - kcsan: avoid passing -g for test + - test_maple_tree: add more testing for mas_empty_area() + - maple_tree: fix mas_skip_node() end slot detection + - ksmbd: fix wrong signingkey creation when encryption is AES256 + - ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION + - ksmbd: don't terminate inactive sessions after a few seconds + - ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect + - ksmbd: return unsupported error on smb1 mount + - wifi: mac80211: fix qos on mesh interfaces + - wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() + - nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() + - drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found + - drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk + - drm/meson: fix missing component unbind on bind errors + - drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi + - drm/i915/active: Fix missing debug object activation + - drm/i915: Preserve crtc_state->inherited during state clearing + - drm/amdgpu: skip ASIC reset for APUs when go to S4 + - drm/amdgpu: reposition the gpu reset checking for reuse + - riscv: mm: Fix incorrect ASID argument when flushing TLB + - riscv: Handle zicsr/zifencei issues between clang and binutils + - tee: amdtee: fix race condition in amdtee_open_session + - firmware: arm_scmi: Fix device node validation for mailbox transport + - arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as always-on + - arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent + - arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe controllers + - soc: qcom: llcc: Fix slice configuration values for SC8280XP + - mm/ksm: fix race with VMA iteration and mm_struct teardown + - bus: imx-weim: fix branch condition evaluates to a garbage value + - i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer() + - dm stats: check for and propagate alloc_percpu failure + - dm crypt: add cond_resched() to dmcrypt_write() + - dm crypt: avoid accessing uninitialized tasklet + - sched/fair: sanitize vruntime of entity being placed + - sched/fair: Sanitize vruntime of entity being migrated + - Linux 6.2.9 + - [Config] ppc64: updateconfigs following v6.2.9 stable updates + * Lunar update: v6.2.8 upstream stable release (LP: #2016876) + - xfrm: Allow transport-mode states with AF_UNSPEC selector + - drm/virtio: Pass correct device to dma_sync_sgtable_for_device() + - drm/msm/gem: Prevent blocking within shrinker loop + - drm/panfrost: Don't sync rpm suspension after mmu flushing + - fbdev: chipsfb: Fix error codes in chipsfb_pci_init() + - cifs: Move the in_send statistic to __smb_send_rqst() + - drm/meson: fix 1px pink line on GXM when scaling video overlay + - clk: HI655X: select REGMAP instead of depending on it + - selftests: amd-pstate: fix TEST_FILES + - ASoC: SOF: Intel: MTL: Fix the device description + - ASoC: SOF: Intel: HDA: Fix device description + - ASoC: SOF: Intel: SKL: Fix device description + - ASOC: SOF: Intel: pci-tgl: Fix device description + - ASoC: SOF: ipc4-topology: set dmic dai index from copier + - docs: Correct missing "d_" prefix for dentry_operations member + d_weak_revalidate + - scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() + - scsi: mpi3mr: Fix throttle_groups memory leak + - scsi: mpi3mr: Fix config page DMA memory leak + - scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() + - scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() + - scsi: mpi3mr: Return proper values for failures in firmware init path + - scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() + - scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt + - scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() + - ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() + - netfilter: nft_nat: correct length for loading protocol registers + - netfilter: nft_masq: correct length for loading protocol registers + - netfilter: nft_redir: correct length for loading protocol registers + - netfilter: nft_redir: correct value of inet type `.maxattrs` + - scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD + - scsi: core: Fix a procfs host directory removal regression + - ftrace,kcfi: Define ftrace_stub_graph conditionally + - tcp: tcp_make_synack() can be called from process context + - vdpa/mlx5: should not activate virtq object when suspended + - wifi: nl80211: fix NULL-ptr deref in offchan check + - wifi: cfg80211: fix MLO connection ownership + - selftests: fix LLVM build for i386 and x86_64 + - nfc: pn533: initialize struct pn533_out_arg properly + - ipvlan: Make skb->skb_iif track skb->dev for l3s mode + - i40e: Fix kernel crash during reboot when adapter is in recovery mode + - vhost-vdpa: free iommu domain after last use during cleanup + - vdpa_sim: not reset state in vdpasim_queue_ready + - vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready + - PCI: s390: Fix use-after-free of PCI resources with per-function hotplug + - bnxt_en: reset PHC frequency in free-running mode + - net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() + - qed/qed_dev: guard against a possible division by zero + - net: dsa: mt7530: remove now incorrect comment regarding port 5 + - net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used + - block: do not reverse request order when flushing plug list + - loop: Fix use-after-free issues + - blk-mq: fix "bad unlock balance detected" on q->srcu in + __blk_mq_run_dispatch_ops + - net: tunnels: annotate lockless accesses to dev->needed_headroom + - net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails + - tcp: Fix bind() conflict check for dual-stack wildcard address. + - nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition + - mlxsw: spectrum: Fix incorrect parsing depth after reload + - net/smc: fix deadlock triggered by cancel_delayed_work_syn() + - net: usb: smsc75xx: Limit packet length to skb->len + - net: ethernet: mtk_eth_soc: reset PCS state + - net: ethernet: mtk_eth_soc: only write values if needed + - drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc + - powerpc/mm: Fix false detection of read faults + - block: null_blk: Fix handling of fake timeout request + - nvme: fix handling single range discard request + - nvmet: avoid potential UAF in nvmet_req_complete() + - block: sunvdc: add check for mdesc_grab() returning NULL + - block: count 'ios' and 'sectors' when io is done for bio-based device + - net/mlx5e: Fix macsec ASO context alignment + - net/mlx5e: Don't cache tunnel offloads capability + - net/mlx5: Fix setting ec_function bit in MANAGE_PAGES + - net/mlx5: Disable eswitch before waiting for VF pages + - net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules + - net/mlx5: E-switch, Fix missing set of split_count when forward to ovs + internal port + - net/mlx5e: Fix cleanup null-ptr deref on encap lock + - net/mlx5: Set BREAK_FW_WAIT flag first when removing driver + - veth: Fix use after free in XDP_REDIRECT + - ice: xsk: disable txq irq before flushing hw + - net: dsa: don't error out when drivers return ETH_DATA_LEN in + .port_max_mtu() + - net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290 + - ravb: avoid PHY being resumed when interface is not up + - sh_eth: avoid PHY being resumed when interface is not up + - ipv4: Fix incorrect table ID in IOCTL path + - net: usb: smsc75xx: Move packet length check to prevent kernel panic in + skb_pull + - net: atlantic: Fix crash when XDP is enabled but no program is loaded + - net/iucv: Fix size of interrupt data + - i825xx: sni_82596: use eth_hw_addr_set() + - qed/qed_mng_tlv: correctly zero out ->min instead of ->hour + - net: dsa: microchip: fix RGMII delay configuration on + KSZ8765/KSZ8794/KSZ8795 + - ethernet: sun: add check for the mdesc_grab() + - net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue + - net: renesas: rswitch: Fix the output value of quote from rswitch_rx() + - bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change + - bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails + - hwmon: (adt7475) Display smoothing attributes in correct order + - hwmon: (adt7475) Fix masking of hysteresis registers + - hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race + condition + - hwmon: (ina3221) return prober error code + - hwmon: (ucd90320) Add minimum delay between bus accesses + - hwmon: tmp512: drop of_match_ptr for ID table + - kconfig: Update config changed flag before calling callback + - hwmon: (adm1266) Set `can_sleep` flag for GPIO chip + - hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip + - media: m5mols: fix off-by-one loop termination error + - ext4: update s_journal_inum if it changes after journal replay + - ext4: fix task hung in ext4_xattr_delete_inode + - drm/amdkfd: Fix an illegal memory access + - net/9p: fix bug in client create for .L + - LoongArch: Only call get_timer_irq() once in constant_clockevent_init() + - sh: intc: Avoid spurious sizeof-pointer-div warning + - drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini + - drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes + - ext4: fix possible double unlock when moving a directory + - Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config + dependency" + - tty: serial: fsl_lpuart: fix race on RX DMA shutdown + - tty: serial: fsl_lpuart: skip waiting for transmission complete when + UARTCTRL_SBK is asserted + - serial: 8250_em: Fix UART port type + - serial: 8250_fsl: fix handle_irq locking + - serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it + - firmware: xilinx: don't make a sleepable memory allocation from an atomic + context + - memory: tegra: fix interconnect registration race + - memory: tegra20-emc: fix interconnect registration race + - memory: tegra124-emc: fix interconnect registration race + - memory: tegra30-emc: fix interconnect registration race + - drm/ttm: Fix a NULL pointer dereference + - s390/ipl: add missing intersection check to ipl_report handling + - interconnect: fix icc_provider_del() error handling + - interconnect: fix provider registration API + - interconnect: imx: fix registration race + - interconnect: fix mem leak when freeing nodes + - interconnect: qcom: osm-l3: fix registration race + - interconnect: qcom: rpm: fix probe child-node error handling + - interconnect: qcom: rpm: fix registration race + - interconnect: qcom: rpmh: fix probe child-node error handling + - interconnect: qcom: rpmh: fix registration race + - interconnect: qcom: msm8974: fix registration race + - interconnect: exynos: fix node leak in probe PM QoS error path + - interconnect: exynos: fix registration race + - md: select BLOCK_LEGACY_AUTOLOAD + - cifs: generate signkey for the channel that's reconnecting + - tracing: Make splice_read available again + - tracing: Do not let histogram values have some modifiers + - tracing: Check field value in hist_field_name() + - tracing: Make tracepoint lockdep check actually test something + - cifs: Fix smb2_set_path_size() + - cifs: set DFS root session in cifs_get_smb_ses() + - cifs: fix use-after-free bug in refresh_cache_worker() + - cifs: return DFS root session id in DebugData + - cifs: use DFS root session instead of tcon ses + - KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask + - KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs + - ALSA: hda: intel-dsp-config: add MTL PCI id + - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro + - Revert "riscv: mm: notify remote harts about mmu cache updates" + - riscv: asid: Fixup stale TLB entry cause application crash + - drm/edid: fix info leak when failing to get panel id + - drm/shmem-helper: Remove another errant put in error path + - drm/sun4i: fix missing component unbind on bind errors + - drm/i915/active: Fix misuse of non-idle barriers as fence trackers + - drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz + - drm/amdgpu: Don't resume IOMMU after incomplete init + - drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume + - drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes + - drm/amd/pm: bump SMU 13.0.4 driver_if header version + - drm/amd/display: Do not set DRR on pipe Commit + - drm/amd/display: disconnect MPCC only on OTG change + - drm/amd/display: Write to correct dirty_rect + - mptcp: fix possible deadlock in subflow_error_report + - mptcp: refactor passive socket initialization + - mptcp: use the workqueue to destroy unaccepted sockets + - mptcp: fix UaF in listener shutdown + - mptcp: add ro_after_init for tcp{,v6}_prot_override + - mptcp: avoid setting TCP_CLOSE state twice + - mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() + - ftrace: Fix invalid address access in lookup_rec() when index is 0 + - ocfs2: fix data corruption after failed write + - nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 + - ice: avoid bonding causing auxiliary plug/unplug under RTNL lock + - vp_vdpa: fix the crash in hot unplug with vp_vdpa + - mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage + - mm: teach mincore_hugetlb about pte markers + - powerpc/64: Set default CPU in Kconfig + - powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage + - mmc: sdhci_am654: lower power-on failed message severity + - fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks + - trace/hwlat: Do not wipe the contents of per-cpu thread data + - trace/hwlat: Do not start per-cpu thread if it is already running + - ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent + - net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit + - fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release() + - RISC-V: mm: Support huge page in vmalloc_fault() + - io_uring/msg_ring: let target know allocated index + - cpuidle: psci: Iterate backwards over list in psci_pd_remove() + - ASoC: Intel: soc-acpi: fix copy-paste issue in topology names + - ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP + - x86/mce: Make sure logged MCEs are processed after sysfs update + - x86/mm: Fix use of uninitialized buffer in sme_enable() + - x86/resctrl: Clear staged_config[] before and after it is used + - powerpc: Pass correct CPU reference to assembler + - virt/coco/sev-guest: Check SEV_SNP attribute at probe time + - virt/coco/sev-guest: Simplify extended guest request handling + - virt/coco/sev-guest: Remove the disable_vmpck label in + handle_guest_request() + - virt/coco/sev-guest: Carve out the request issuing logic into a helper + - virt/coco/sev-guest: Do some code style cleanups + - virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case + - virt/coco/sev-guest: Add throttling awareness + - perf: Fix check before add_event_to_groups() in perf_group_detach() + - powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG + - powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500 + - Linux 6.2.8 + - [Config] ppc64: updateconfigs following v6.2.8 stable updates + * Lunar update: v6.2.8 upstream stable release (LP: #2016876) // + CVE-2023-30456 + - KVM: nVMX: add missing consistency checks for CR0 and CR4 + * Lunar update: v6.2.7 upstream stable release (LP: #2016875) + - fs: prevent out-of-bounds array speculation when closing a file descriptor + - btrfs: fix unnecessary increment of read error stat on write error + - btrfs: fix percent calculation for bg reclaim message + - btrfs: fix block group item corruption after inserting new block group + - io_uring/uring_cmd: ensure that device supports IOPOLL + - erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms + - perf inject: Fix --buildid-all not to eat up MMAP2 + - fork: allow CLONE_NEWTIME in clone3 flags + - RISC-V: Stop emitting attributes + - thermal: intel: int340x: processor_thermal: Fix deadlock + - x86/CPU/AMD: Disable XSAVES on AMD family 0x17 + - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15 + - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc21 + - drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nv + - drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF + - drm/connector: print max_requested_bpc in state debugfs + - drm/msm/adreno: fix runtime PM imbalance at unbind + - staging: rtl8723bs: Fix key-store index handling + - staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss() + - ext4: fix cgroup writeback accounting with fs-layer encryption + - ext4: fix RENAME_WHITEOUT handling for inline directories + - ext4: fix another off-by-one fsmap error on 1k block filesystems + - ext4: move where set the MAY_INLINE_DATA flag is set + - ext4: fix WARNING in ext4_update_inline_data + - ext4: zero i_disksize when initializing the bootloader inode + - HID: core: Provide new max_buffer_size attribute to over-ride the default + - HID: uhid: Over-ride the default maximum data buffer value with our own + - nfc: change order inside nfc_se_io error path + - KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling + - KVM: VMX: Don't bother disabling eVMCS static key on module exit + - KVM: x86: Move guts of kvm_arch_init() to standalone helper + - KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace + - udf: Fix off-by-one error when discarding preallocation + - bus: mhi: ep: Power up/down MHI stack during MHI RESET + - bus: mhi: ep: Change state_lock to mutex + - drm/i915: Introduce intel_panel_init_alloc() + - drm/i915: Do panel VBT init early if the VBT declares an explicit panel type + - drm/i915: Populate encoder->devdata for DSI on icl+ + - block: Revert "block: Do not reread partition table on exclusively open + device" + - block: fix scan partition for exclusively open device again + - riscv: Add header include guards to insn.h + - scsi: core: Remove the /proc/scsi/${proc_name} directory earlier + - ext4: Fix possible corruption when moving a directory + - drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype + - drm/nouveau/fb/gp102-: cache scrubber binary on first load + - drm/msm: Fix potential invalid ptr free + - drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register + - drm/msm/a5xx: fix highest bank bit for a530 + - drm/msm/a5xx: fix the emptyness check in the preempt code + - drm/msm/a5xx: fix context faults during ring switch + - bgmac: fix *initial* chip reset to support BCM5358 + - nfc: fdp: add null check of devm_kmalloc_array in + fdp_nci_i2c_read_device_properties + - powerpc: dts: t1040rdb: fix compatible string for Rev A boards + - tls: rx: fix return value for async crypto + - drm/msm/dpu: disable features unsupported by QCM2290 + - ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() + - net: lan966x: Fix port police support using tc-matchall + - selftests: nft_nat: ensuring the listening side is up before starting the + client + - netfilter: nft_last: copy content when cloning expression + - netfilter: nft_quota: copy content when cloning expression + - net: tls: fix possible race condition between do_tls_getsockopt_conf() and + do_tls_setsockopt_conf() + - net: use indirect calls helpers for sk_exit_memory_pressure() + - perf stat: Fix counting when initial delay configured + - net: lan78xx: fix accessing the LAN7800's internal phy specific registers + from the MAC driver + - net: caif: Fix use-after-free in cfusbl_device_notify() + - ice: copy last block omitted in ice_get_module_eeprom() + - nfp: fix incorrectly set csum flag for nfd3 path + - nfp: fix esp-tx-csum-offload doesn't take effect + - bpf, sockmap: Fix an infinite loop error when len is 0 in + tcp_bpf_recvmsg_parser() + - drm/msm/dpu: fix len of sc7180 ctl blocks + - drm/msm/dpu: fix sm6115 and qcm2290 mixer width limits + - drm/msm/dpu: correct sm8250 and sm8350 scaler + - drm/msm/dpu: correct sm6115 scaler + - drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK + - drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks + - drm/msm/disp/dpu: fix sc7280_pp base offset + - drm/msm/dpu: clear DSPP reservations in rm release + - net: stmmac: add to set device wake up flag when stmmac init phy + - net: phylib: get rid of unnecessary locking + - bnxt_en: Avoid order-5 memory allocation for TPA data + - netfilter: ctnetlink: revert to dumping mark regardless of event type + - netfilter: tproxy: fix deadlock due to missing BH disable + - m68k: mm: Move initrd phys_to_virt handling after paging_init() + - btrfs: fix extent map logging bit not cleared for split maps after dropping + range + - bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES + - btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR + - net: phy: smsc: fix link up detection in forced irq mode + - net: ethernet: mtk_eth_soc: fix RX data corruption issue + - net: tls: fix device-offloaded sendpage straddling records + - scsi: megaraid_sas: Update max supported LD IDs to 240 + - scsi: sd: Fix wrong zone_write_granularity value during revalidate + - netfilter: conntrack: adopt safer max chain length + - platform/x86: dell-ddv: Return error if buffer is empty + - platform/x86: dell-ddv: Fix temperature scaling + - platform: mellanox: select REGMAP instead of depending on it + - platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it + - block: fix wrong mode for blkdev_put() from disk_scan_partitions() + - NFSD: Protect against filesystem freezing + - ice: Fix DSCP PFC TLV creation + - ethernet: ice: avoid gcc-9 integer overflow warning + - net/smc: fix fallback failed while sendmsg with fastopen + - octeontx2-af: Unlock contexts in the queue context cache in case of fault + detection + - SUNRPC: Fix a server shutdown leak + - net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC + - af_unix: fix struct pid leaks in OOB support + - erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" + - riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode + - RISC-V: Don't check text_mutex during stop_machine + - drm/amdgpu: fix return value check in kfd + - ext4: Fix deadlock during directory rename + - RISC-V: take text_mutex during alternative patching + - drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested + - drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4 + - watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths + - tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address + - MIPS: Fix a compilation issue + - powerpc/64: Don't recurse irq replay + - powerpc/iommu: fix memory leak with using debugfs_lookup() + - clk: renesas: rcar-gen3: Disable R-Car H3 ES1.* + - powerpc: Remove __kernel_text_address() in show_instructions() + - powerpc/bpf/32: Only set a stack frame when necessary + - powerpc/64: Fix task_cpu in early boot when booting non-zero cpuid + - powerpc/64: Move paca allocation to early_setup() + - powerpc/kcsan: Exclude udelay to prevent recursive instrumentation + - alpha: fix R_ALPHA_LITERAL reloc for large modules + - macintosh: windfarm: Use unsigned type for 1-bit bitfields + - PCI: Add SolidRun vendor ID + - scripts: handle BrokenPipeError for python scripts + - media: ov5640: Fix analogue gain control + - media: rc: gpio-ir-recv: add remove function + - drm/amd/display: Allow subvp on vactive pipes that are 2560x1440@60 + - drm/amd/display: adjust MALL size available for DCN32 and DCN321 + - filelocks: use mount idmapping for setlease permission check + - Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" + - RISC-V: fix taking the text_mutex twice during sifive errata patching + - UML: define RUNTIME_DISCARD_EXIT + - Linux 6.2.7 + * 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 + * Miscellaneous upstream changes + - Revert "Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated + pool"" + + [ Ubuntu: 6.2.0-21.21 ] + + * 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"" + + -- Khalid Elmously Mon, 12 Jun 2023 00:10:26 -0400 + +linux-gcp (6.2.0-1006.6) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1006.6 -proposed tracker (LP: #2016267) + + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Config] disable Rust support + + * 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 16:41:55 +0200 + +linux-gcp (6.2.0-1005.5) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1005.5 -proposed tracker (LP: #2015431) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + [ 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 + + [ Ubuntu: 6.2.0-18.18 ] + + * 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" + + [ Ubuntu: 6.2.0-17.17 ] + + * 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 + + -- Paolo Pisati Thu, 06 Apr 2023 11:27:17 +0200 + +linux-gcp (6.2.0-1004.4) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1004.4 -proposed tracker (LP: #2011460) + + -- Paolo Pisati Mon, 13 Mar 2023 18:31:04 +0100 + +linux-gcp (6.2.0-1003.3) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1003.3 -proposed tracker (LP: #2011391) + + * Miscellaneous Ubuntu changes + - [Packaging] add python3 as a build dependency + + -- Paolo Pisati Mon, 13 Mar 2023 09:04:44 +0100 + +linux-gcp (6.2.0-1002.2) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1002.2 -proposed tracker (LP: #2011386) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] gcp: add rust dependencies + + -- Paolo Pisati Mon, 13 Mar 2023 08:20:51 +0100 + +linux-gcp (6.2.0-1001.1) lunar; urgency=medium + + * lunar/linux-gcp: 6.2.0-1001.1 -proposed tracker (LP: #2009839) + + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - [Packaging] update update.conf + + * Kinetic update: upstream stable patchset 2022-11-14 (LP: #1996540) + - [Config] gcp: updateconfigs for HID_TOPRE + + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + + * Miscellaneous Ubuntu changes + - move to 6.2 + - [Config] updateconfigs following 6.2 rebase + - [Config] gcp: enable RUST + + -- Paolo Pisati Fri, 10 Mar 2023 15:34:53 +0100 + +linux-gcp (6.2.0-1000.0) lunar; urgency=medium + + * lunar/linux-gcp: 6.1.0-1001.1 -proposed tracker (LP: #1998334) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following unstable rebase + - [Config] migrateconfigs to annotations + - [packaging] switch to Lunar and Linux 6.1 + + -- Paolo Pisati Wed, 30 Nov 2022 18:06:10 +0100 + +linux-gcp (5.19.0-1008.8) lunar; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1008.8 -proposed tracker (LP: #1992745) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-21.21 rebase + + -- Paolo Pisati Thu, 13 Oct 2022 12:09:39 +0200 + +linux-gcp (5.19.0-1007.7) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1007.7 -proposed tracker (LP: #1991266) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-19.19 rebase + + -- Paolo Pisati Mon, 03 Oct 2022 10:41:13 +0200 + +linux-gcp (5.19.0-1006.6) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1006.6 -proposed tracker (LP: #1990498) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-18.18 rebase + + -- Paolo Pisati Thu, 22 Sep 2022 19:19:29 +0200 + +linux-gcp (5.19.0-1005.5) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1005.5 -proposed tracker (LP: #1988718) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-16.16 rebase + + -- Paolo Pisati Tue, 06 Sep 2022 16:03:19 +0200 + +linux-gcp (5.19.0-1004.4) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1004.4 -proposed tracker (LP: #1983444) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-15.15 rebase + + -- Paolo Pisati Wed, 03 Aug 2022 15:23:43 +0200 + +linux-gcp (5.19.0-1003.3) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1003.3 -proposed tracker (LP: #1983079) + + -- Paolo Pisati Fri, 29 Jul 2022 10:54:37 +0200 + +linux-gcp (5.19.0-1002.2) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1002.2 -proposed tracker (LP: #1982806) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following Ubuntu-5.19.0-12.12 rebase + + [ Ubuntu: 5.19.0-12.12 ] + + * kinetic/linux: 5.19.0-12.12 -proposed tracker (LP: #1982741) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * Miscellaneous Ubuntu changes + - [Packaging]: always use fully qualified -gcc-VER toolchain + + [ Ubuntu: 5.19.0-11.11 ] + + * kinetic/linux: 5.19.0-11.11 -proposed tracker (LP: #1982726) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/master) + * GPIO character device v1 API not enabled in kernel (LP: #1953613) + - [Config] Enable CONFIG_GPIO_CDEV_V1 + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * Support AMD P-State cpufreq control mechanism (LP: #1956509) + - [Config] enable X86_AMD_PSTATE as built-in on amd64 + * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms + (LP: #1942160) + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD + - SAUCE: vmd: fixup bridge ASPM by driver name instead + * Miscellaneous Ubuntu changes + - [Packaging] Double the speed of updateconfigs + - Remove ubuntu/hio driver + - [Config] update config after rebase to 5.19-rc8 + * Rebase to v5.19-rc8 + + [ Ubuntu: 5.19.0-10.10 ] + + * kinetic/linux: 5.19.0-10.10 -proposed tracker (LP: #1982013) + * enable config for fixing 5.17 kernel won't load mok (LP: #1972802) + - [Config] enable configs for fixing kernel won't load mok + * RISC-V kernel config is out of sync with other archs (LP: #1981437) + - [Config] Disable CONFIG_CXL_MEM_RAW_COMMANDS on riscv64 + - [Config] Disable CONFIG_EROFS_FS_ZIP_LZMA on riscv64 + - [Config] Disable CONFIG_FONT_6x8 on riscv64 + - [Config] Disable CONFIG_NTFS3_64BIT_CLUSTER on riscv64 + - [Config] Disable CONFIG_SCSI_IZIP_EPP16 on riscv64 + - [Config] Disable CONFIG_SCSI_UFS_HWMON on riscv64 + - [Config] Disable CONFIG_SPI_AX88796C_COMPRESSION on riscv64 + - [Config] Disable CONFIG_VIDEO_ZORAN on riscv64 + - [Config] Enable CONFIG_BPF_KPROBE_OVERRIDE on riscv64 + - [Config] Enable CONFIG_CACHEFILES_ERROR_INJECTION on riscv64 + - [Config] Enable CONFIG_DRM_AMD_DC_SI on riscv64 + - [Config] Enable CONFIG_NUMA_BALANCING on riscv64 + - [Config] Enable CONFIG_PROC_VMCORE_DEVICE_DUMP on riscv64 + - [Config] Enable CONFIG_WLAN_VENDOR_MICROCHIP on riscv64 + - [Config] Set CONFIG_MHI_WWAN_CTRL=m on riscv64 + - [Config] Set CONFIG_NFC_S3FWRN82_UART=m on riscv64 + - [Config] Enable CONFIG_EFIVAR_FS on riscv64 + - [Config] Enable CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES on riscv64 + - [Config] Enable CONFIG_STRICT_DEVMEM on riscv64 + - [Config] Enable CONFIG_VMAP_STACK on riscv64 + - [Config] Enable CONFIG_KEXEC_FILE on riscv64 + - [Config] Set CONFIG_MTD_PSTORE=m on riscv64 + - [Config] Set CONFIG_KFENCE_SAMPLE_INTERVAL=0 on riscv64 + - [Config] Enable CONFIG_KEXEC_FILE on s390x + * Ubuntu 22.04 and 20.04 DPC Fixes for Failure Cases of DownPort Containment + events (LP: #1965241) + - Enable config option CONFIG_PCIE_EDR + - Correct CONFIG_PCIE_EDR annotation on arm64 + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] CONFIG_HISI_PMU=m + * Skip setting ethernet LED on Dell EMC board (LP: #1971667) + - SAUCE: net: phy: marvell: Skip setting LED on Dell EMC board + * Miscellaneous Ubuntu changes + - [Packaging] ignore warnings from the output of ld.bfd + - [Packaging] Fix bashism in dkms-build script + - [Packaging] Always catch errors in dkms-build scripts + - [Packaging] Fix dkms builds with linker @module.mod files + - [Packaging] mark dkms-build-configure--zfs executable + - [Config] update configs and annotations after rebase to 5.19-rc7 + * Rebase to v5.19-rc7 + + [ Ubuntu: 5.19.0-9.9 ] + + * kinetic/linux: 5.19.0-9.9 -proposed tracker (LP: #1980622) + * Miscellaneous Ubuntu changes + - [Config] update config after rebase to 5.19-rc5 + * Rebase to v5.19-rc5 + + [ Ubuntu: 5.19.0-8.8 ] + + * kinetic/linux: 5.19.0-8.8 -proposed tracker (LP: #1980482) + * temporarily disable CONFIG_X86_KERNEL_IBT (LP: #1980484) + - [Config] temporarily disable CONFIG_X86_KERNEL_IBT + + [ Ubuntu: 5.19.0-7.7 ] + + * kinetic/linux: 5.19.0-7.7 -proposed tracker (LP: #1980056) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + * RISC-V enables CONFIG_COMPAT in the unstable branch (LP: #1980061) + - [Config] Disable CONFIG_COMPAT on RISC-V + * No RISC-V configuration in the unstable tree (LP: #1979647) + - [Config] Merge riscv64 config and annotations + + [ Ubuntu: 5.19.0-6.6 ] + + * Empty entry + + [ Ubuntu: 5.19.0-6.6 ] + + * kinetic/linux-unstable: 5.19.0-6.6 -proposed tracker (LP: #1979948) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * Miscellaneous Ubuntu changes + - [Packaging] Remove 'family=ubuntu' concept + - [Packaging] final-checks: Remove useless sourcing of kernelconfig + - [Config] update config after rebase to 5.19-rc4 + * Rebase to v5.19-rc4 + + [ Ubuntu: 5.19.0-5.5 ] + + * kinetic/linux-unstable: 5.19.0-5.5 -proposed tracker (LP: #1979611) + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable signing for ppc64el and + s390x" + + [ Ubuntu: 5.19.0-4.4 ] + + * kinetic/linux-unstable: 5.19.0-4.4 -proposed tracker (LP: #1979177) + * Miscellaneous Ubuntu changes + - [Config] update configs after rebase to 5.19-rc3 + * Rebase to v5.19-rc3 + + [ Ubuntu: 5.19.0-3.3 ] + + * kinetic/linux-unstable: 5.19.0-3.3 -proposed tracker (LP: #1978439) + * Miscellaneous Ubuntu changes + - [Config] update annotations for 5.19 + * Rebase to v5.19-rc2 + + [ Ubuntu: 5.19.0-2.2 ] + + * kinetic/linux-unstable: 5.19.0-2.2 -proposed tracker (LP: #1978313) + + [ Ubuntu: 5.19.0-1.1 ] + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * linux: Staging modules should be unsigned (LP: #1642368) + - [Packaging] Move and update signature inclusion list + - [Packaging] Strip signatures from untrusted staging modules + - [Packaging] Add module-signature-check + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.19-rc1 + - [Packaging] move to kernel 5.19 + - [Packaging] workaround missing python3-dev dependency + - SAUCE: Revert "perf tools: Use Python devtools for version autodetection + rather than runtime" + - SAUCE: watchdog: gxp: Add missing MODULE_LICENSE + - [Packaging] add python3-dev as build dependency + + [ Ubuntu: 5.19.0-0.0 ] + + * Empty entry + + [ Ubuntu: 5.18.0-6.6 ] + + * kinetic/linux: 5.18.0-6.6 -proposed tracker (LP: #1976327) + * Miscellaneous Ubuntu changes + - [Packaging] temporarily disable signing for ppc64el and s390x + - [Config] update toolchain versions + - [Config] enable CONFIG_X86_KERNEL_IBT + + [ Ubuntu: 5.18.0-5.5 ] + + * Empty entry + + [ Ubuntu: 5.18.0-5.5 ] + + * kinetic/linux-unstable: 5.18.0-5.5 -proposed tracker (LP: #1975458) + * enable CONFIG_DEVTMPFS_SAFE (LP: #1974442) + - [Config] enable CONFIG_DEVTMPFS_SAFE + * build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI (LP: #1969434) + - [Packaging] drop do_ arch specific configs + * prevent kernel panic with overlayfs + shiftfs (LP: #1973620) + - SAUCE: overlayfs: prevent dereferencing struct file in ovl_vm_prfile_set() + * 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 + * Rebase to v5.18 + + [ Ubuntu: 5.18.0-4.4 ] + + * kinetic/linux-unstable: 5.18.0-4.4 -proposed tracker (LP: #1973587) + * build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI (LP: #1969434) + - [Packaging] support standalone dkms module builds + * Enable speakup kernel modules to allow the speakup screen reader to function + (LP: #1967702) + - [Config] CONFIG_SPEAKUP=m for all but s390x + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable v4l2loopback" + - Revert "UBUNTU: [Packaging] temporarily disable zfs" + * Rebase to v5.18-rc7 + + [ Ubuntu: 5.18.0-3.3 ] + + * kinetic/linux-unstable: 5.18.0-3.3 -proposed tracker (LP: #1972162) + * disable Intel DMA remapping by default (LP: #1971699) + - Revert "UBUNTU: [Config] enable Intel DMA remapping options by default" + * Rebase to v5.18-rc6 + + [ Ubuntu: 5.18.0-2.2 ] + + * kinetic/linux-unstable: 5.18.0-2.2 -proposed tracker (LP: #1971340) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * Miscellaneous Ubuntu changes + - [Config] update configs after rebase + * Rebase to v5.18-rc5 + + [ Ubuntu: 5.18.0-1.1 ] + + * Empty entry + + [ Ubuntu: 5.18.0-1.1 ] + + * kinetic/linux-unstable: 5.18.0-1.1 -proposed tracker (LP: #1969476) + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.18 + - [Packaging] temporarily disable zfs + - [Packaging] temporarily disable v4l2loopback + * Rebase to v5.18-rc3 + + [ Ubuntu: 5.18.0-0.0 ] + + * Empty entry + + [ Ubuntu: 5.17.0-8.8 ] + + * jammy/linux-unstable: 5.17.0-8.8 -proposed tracker (LP: #1969016) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + [ Ubuntu: 5.17.0-7.7 ] + + * jammy/linux-unstable: 5.17.0-7.7 -proposed tracker (LP: #1968988) + * zfcpdump-kernel update to v5.15 (LP: #1965766) + - SAUCE: Audit: Fix incorrect static inline function declration. + * 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 + * Jammy update: v5.17.3 upstream stable release (LP: #1968986) + - 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 + - net: dsa: felix: fix possible NULL pointer dereference + - mm: kfence: fix objcgs vector allocation + - 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 + - Bluetooth: hci_sync: Fix compilation warning + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt + - drm/amd/display: Add signal type check when verify stream backends same + - drm/amdkfd: enable heavy-weight TLB flush on Arcturus + - drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800. + - drm/edid: improve non-desktop quirk logging + - Bluetooth: hci_event: Ignore multiple conn complete events + - 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 + - Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set + - selftests, xsk: Fix bpf_res cleanup test + - net/mlx5e: TC, Hold sample_attr on stack instead of pointer + - drm/amdkfd: Don't take process mutex for svm ioctls + - drm/amdkfd: Ensure mm remain valid in svm deferred_list work + - drm/amdkfd: svm range restore work deadlock when process exit + - drm/amdgpu: Fix an error message in rmmod + - mlxsw: spectrum: Guard against invalid local ports + - RDMA/rtrs-clt: Do stop and failover outside reconnect work. + - powerpc/xive: Export XIVE IPI information for online-only processors. + - 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 + - i40e: Add sending commands in atomic context + - cfg80211: don't add non transmitted BSS to 6GHz scanned channels + - libbpf: Fix build issue with llvm-readelf + - ipv6: make mc_forwarding atomic + - ref_tracker: implement use-after-free detection + - net: initialize init_net earlier + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - scsi: smartpqi: Fix rmmod stack trace + - scsi: smartpqi: Fix kdump issue when controller is locked up + - PCI: aardvark: Fix support for MSI interrupts + - kvm: selftests: aarch64: fix assert in gicv3_access_reg + - kvm: selftests: aarch64: pass vgic_irq guest args as a pointer + - kvm: selftests: aarch64: fix the failure check in + kvm_set_gsi_routing_irqchip_check + - kvm: selftests: aarch64: fix some vgic related comments + - kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq() + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - KVM: arm64: Do not change the PMU event filter after a VCPU has run + - libbpf: Fix accessing syscall arguments on powerpc + - libbpf: Fix accessing the first syscall argument on arm64 + - libbpf: Fix accessing the first syscall argument on s390 + - 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 deadlock while canceling the fw event + - 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 + - drm/sprd: fix potential NULL dereference + - drm/sprd: check the platform_get_resource() return value + - drm/amd/display: reset lane settings after each PHY repeater LT + - net/mlx5e: Disable TX queues before registering the netdev + - HID: apple: Report Magic Keyboard 2021 battery over USB + - HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over + USB + - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() + - iwlwifi: mvm: Correctly set fragmented EBS + - iwlwifi: fix small doc mistake for iwl_fw_ini_addr_val + - iwlwifi: mvm: move only to an enabled channel + - ipv6: annotate some data-races around sk->sk_prot + - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag + - x86/mce: Work around an erratum on fast string copy instructions + - rtw89: fix RCU usage in rtw89_core_txq_push() + - ath11k: Fix frames flush failure caused by deadlock + - ipv4: Invalidate neighbour for broadcast address upon address addition + - rtw88: change rtw_info() to proper message level + - 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 tag values handling + - 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 + - mctp: make __mctp_dev_get() take a refcount hold + - powerpc/64s/hash: Make hash faults work in NMI context + - mt76: mt7615: Fix assigning negative values to unsigned variable + - power: supply: axp288_charger: Use acpi_quirk_skip_acpi_ac_and_battery() + - power: supply: axp288_fuel_gauge: Use acpi_quirk_skip_acpi_ac_and_battery() + - 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() + - iavf: stop leaking iavf_status as "errno" values + - macvtap: advertise link netns via netlink + - platform/x86: thinkpad_acpi: Add dual fan probe + - tuntap: add sanity checks about msg_controllen in sendmsg + - Bluetooth: mediatek: fix the conflict between mtk and msft vendor event + - 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/code-patching: Pre-map patch area + - 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() + - platform/x86: x86-android-tablets: Depend on EFI and SPI + - 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 + - platform/x86: hp-wmi: Fix SW_TABLET_MODE detection method + - platform/x86: hp-wmi: Fix 0x05 error code reported by several WMI calls + - net: sfp: add 2500base-X quirk for Lantech SFP module + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - xen/usb: harden xen_hcd against malicious backends + - mt76: fix monitor mode crash with sdio driver + - xtensa: fix DTC warning unit_address_format + - iwlwifi: mei: fix building iwlmei + - 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 + - clk: mediatek: Fix memory leaks on probe + - 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: apply the necessary SDIO quirks for the Silabs WF200 + - 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 + - habanalabs: reject host map with mmu disabled + - habanalabs/gaudi: handle axi errors from NIC engines + - 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/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 + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix initialization of device object in + vmbus_device_register() + - Drivers: hv: vmbus: Fix potential crash on module unload + - netfilter: bitwise: fix reduce comparisons + - Revert "NFSv4: Handle the special Linux file open access mode" + - NFSv4: fix open failure with O_ACCMODE flag + - scsi: core: scsi_logging: Fix a BUG + - 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: 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 + - Revert "net: dsa: stop updating master MTU from master.c" + - ice: Clear default forwarding VSI during VSI release + - ice: Fix MAC address setting + - mctp: Fix check for dev_hard_header() result + - mctp: Use output netdev to allocate skb headroom + - 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 + - spi: rpc-if: Fix RPM imbalance in probe error path + - 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 + - cifs: fix potential race with cifsd thread + - 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() + - ice: clear cmd_type_offset_bsz for TX rings + - 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() + - drm/amd/display: Fix for dmub outbox notification enable + - drm/amd/display: Remove redundant dsc power gating from init_hw + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - scsi: sd: sd_read_cpr() requires VPD pages + - 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 unwind: Don't show unwind error messages when augmenting frame pointer + stack + - 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: special 4tap settings only apply to HS400 + - 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: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone + - btrfs: remove device item and update super block in the same transaction + - btrfs: avoid defragging extents whose next extents are not targets + - btrfs: prevent subvol with swapfile from being deleted + - spi: core: add dma_map_dev for __spi_unmap_msg() + - cifs: force new session setup and tcon for dfs + - qed: fix ethtool register dump + - arm64: patch_text: Fixup last cpu should be master + - RDMA/hfi1: Fix use-after-free bug for mm struct + - drbd: fix an invalid memory access caused by incorrect use of list iterator + - 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 + - drm/panel: ili9341: fix optional regulator handling + - drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw + - 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 + - SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() + - Revert "ACPI: processor: idle: Only flush cache on entering C3" + - drm/amdkfd: Fix variable set but not used warning + - 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 + - bpf: Treat bpf_sk_lookup remote_port as a 2-byte field + - 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 + - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() + - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit + - Revert "powerpc: Set max_mapnr correctly" + - x86/bug: Prevent shadowing in __WARN_FLAGS + - objtool: Fix SLS validation for kcov tail-call replacement + - sched/core: Fix forceidle balancing + - sched: Teach the forced-newidle balancer about CPU affinity limitation. + - x86,static_call: Fix __static_call_return0 for i386 + - x86/extable: Prefer local labels in .set directives + - 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 + - io_uring: move read/write file prep state into actual opcode handler + - io_uring: propagate issue_flags state down to file assignment + - io_uring: defer file assignment + - io_uring: drop the old style inflight file tracking + - Linux 5.17.3 + * Jammy update: v5.17.2 upstream stable release Edit (LP: #1968984) + - 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 + - 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 + - block: flush plug based on hardware and software queue order + - block: ensure plug merging checks the correct queue at least once + - 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 pm_state conversion to string + - 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 + - dt-bindings: iio: adc: zynqmp_ams: Add clock entry + - iio: adc: xilinx-ams: Fix single channel switching sequence + - iio: accel: mma8452: use the correct logic to get mma8452_data + - iio: adc: aspeed: Add divider flag to fix incorrect voltage reading. + - iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev struct + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: adc: xilinx-ams: Fixed missing PS channels + - iio: adc: xilinx-ams: Fixed wrong sequencer register settings + - 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 + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + - cifs: truncate the inode and mapping when we simulate fcollapse + - 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() + - SUNRPC: Do not dereference non-socket transports in sysfs + - 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: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set + - 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: don't skip swap entry even if zap_details specified + - 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 + - RISC-V: Declare per cpu boot data as static + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - cifs: do not skip link targets when an I/O fails + - cifs: fix incorrect use of list iterator after the loop + - 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 + - io_uring: ensure that fsnotify is always called + - 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: only re-generate demotion targets when a numa node changes its N_CPU + state + - 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 + - can: isotp: sanitize CAN ID checks in isotp_bind() + - 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 + - arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - mmc: core: use sysfs_emit() instead of sprintf() + - 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 option work with set/unset mount cmd + - ext4: make mb_optimize_scan performance mount option work with extents + - samples/landlock: Fix path_list memory leak + - landlock: Use square brackets around "landlock-ruleset" + - mailbox: tegra-hsp: Flush whole channel + - btrfs: zoned: put block group after final usage + - block: fix rq-qos breakage from skipping rq_qos_done_bio() + - 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: omap3isp: Use struct_group() for memcpy() region + - media: venus: vdec: fixed possible memory leak issue + - 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 + - media: davinci: vpif: fix use-after-free on driver unbind + - mips: Always permit to build u-boot images + - 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 + - KVM: s390x: fix SCK locking + - 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: Use inbound resources for setup" + - 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() + - crypto: qat - fix a signedness bug in get_service_enabled() + - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER + - crypto: sun8i-ss - really disable hash on A80 + - crypto: kdf - Select hmac in addition to sha256 + - crypto: qat - fix access to PFVF interrupt registers for GEN4 + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: octeontx2 - select CONFIG_NET_DEVLINK + - 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 + - perf: MARVELL_CN10K_TAD_PMU should depend on ARCH_THUNDER + - selftests/sgx: Fix NULL-pointer-dereference upon early test failure + - selftests/sgx: Do not attempt enclave build without valid enclave + - selftests/sgx: Ensure enclave data available during debug print + - stack: Constrain and fix stack offset randomization with Clang builds + - arm64/mm: avoid fixmap race condition when create pud mapping + - security: add sctp_assoc_established hook + - 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 + - block: update io_ticks when io hang + - 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: 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 + - perf/arm-cmn: Hide XP PUB events for CMN-600 + - perf/arm-cmn: Update watchpoint format + - 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() + - crypto: qat - fix initialization of pfvf cap_msg structures + - crypto: qat - fix initialization of pfvf rts_map_msg structures + - 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/sugov: Ignore 'busy' filter when rq is capped by uclamp_max + - 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 + - ext4: fix remount with 'abort' option + - 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 + - iomap: Fix iomap_invalidatepage tracepoint + - fs: erofs: add sanity check for kobject in erofs_unregister_sysfs + - f2fs: fix compressed file start atomic write may cause data corruption + - cifs: use a different reconnect helper for non-cifsd threads + - 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 + - memory: tegra20-emc: Correct memory device mask + - 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: ov2740: identify module after subdev initialisation + - 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 + - ASoC: max98927: add missing header file + - arm64: dts: qcom: sc7280: Fix gmu unit address + - 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: Fix missing put_device call in qmp_get + - 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: qcom: msm8916-j5: Fix typo + - 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 + - arm64: dts: qcom: sm8450: Update cpuidle states parameters + - arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk" to GCC + - arm64: dts: qcom: ipq6018: fix usb reference period + - 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 + - cpuidle: qcom-spm: Check if any CPU is managed by SPM + - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 + - vsprintf: Fix potential unaligned access + - ARM: dts: qcom: sdx55: Fix the address used for PCIe EP local addr space + - 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: uapi: Init VP9 stateless decode params + - 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 + - arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for + wkup_gpioX instances + - 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: hantro: sunxi: Fix VP9 steps + - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated + - selftests: vm: remove dependecy from internal kernel macros + - selftests/lkdtm: Add UBSAN config + - 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() + - ASoC: acp: check the return value of devm_kzalloc() in + acp_legacy_dai_links_create() + - 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 + - media: i2c: Fix pixel array positions in ov8865 + - 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: cs35l41: Fix GPIO2 configuration + - ASoC: cs35l41: Fix max number of TX channels + - 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: 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 + - rtla/osnoise: Fix osnoise hist stop tracing message + - ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume + - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - ASoC: mediatek: mt8195: Fix error handling in + mt8195_mt6359_rt1019_rt5682_dev_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/bridge: sn65dsi83: Fix an error handling path in sn65dsi83_probe() + - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops + - 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 + - ath11k: add missing of_node_put() to avoid leak + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - drm/v3d/v3d_drv: Check for error num after setting mask + - Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt() + - ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 + - drm/panfrost: Check for error num after setting mask + - bpftool: Fix error check when calling hashmap__new() + - libbpf: Fix possible NULL pointer dereference when destroying skeleton + - bpftool: Only set obj->skeleton on complete success + - ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk() + - 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 + - drm/locking: fix drm_modeset_acquire_ctx kernel-doc + - 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() + - Bluetooth: mt7921s: fix firmware coredump retrieve + - Bluetooth: mt7921s: fix bus hang with wrong privilege + - Bluetooth: btmtksdio: refactor btmtksdio_runtime_[suspend|resume]() + - Bluetooth: mt7921s: fix btmtksdio_[drv|fw]_pmctrl() + - Bluetooth: btmtksdio: mask out interrupt status + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - selftests, xsk: Fix rx_full stats test + - 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 + - ionic: fix up printing of timeout error + - ionic: Correctly print AQ errors if completions aren't received + - net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave + - net: dsa: Avoid cross-chip syncing of VLAN filtering + - Bluetooth: hci_event: Fix HCI_EV_VENDOR max_len + - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() + - drm/amd/display: Call dc_stream_release for remove link enc assignment + - 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/test_xdp_redirect_multi: use temp netns for testing + - ath9k_htc: fix uninit value bugs + - ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz + - 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 + - rtw88: check for validity before using a pointer + - rtw88: fix idle mode flow for hw scan + - rtw88: fix memory overrun and memory leak during hw_scan + - drm/bridge: lt9611: Fix an error handling path in lt9611_probe() + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - i40e: respect metadata on XSK Rx to skb + - ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ice: 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: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error + - mt76: mt7921: set EDCA parameters with the MCU CE command + - mt76: mt7921: do not always disable fw runtime-pm + - mt76: mt7921: fix a leftover race in runtime-pm + - mt76: mt7615: fix a leftover race in runtime-pm + - mt76: mt7915: fix ht mcs in mt7915_mac_add_txs_skb() + - mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb() + - mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrl + - mt76: mt7921e: fix possible probe failure after reboot + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - mt76: mt7915: fix possible memory leak in mt7915_mcu_add_sta + - mt76: mt7921s: fix a possible memory leak in mt7921_load_patch + - mt76: mt7915: fix mcs_map in mt7915_mcu_set_sta_he_mcs() + - mt76: mt7915: fix the nss setting in bitrates + - ptp: unregister virtual clocks when unregistering physical clock. + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - bpf: Fix a btf decl_tag bug when tagging a function + - 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: Fix the error handling in 'bcm2835_i2c_probe()' + - mtd: mchp23k256: Add SPI ID table + - mtd: mchp48l640: Add SPI ID table + - selftests/bpf: Extract syscall wrapper + - selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper + - igc: avoid kernel warning when changing RX ring parameters + - igb: refactor XDP registration + - drm/amdgpu: Don't offset by 2 in FRU EEPROM + - 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() + - libbpf: Fix riscv register names + - cxl/core: Fix cxl_probe_component_regs() error message + - tools/testing/cxl: Fix root port to host bridge assignment + - cxl/regs: Fix size of CXL Capability Header Register + - Netvsc: Call hv_unmap_memory() in the netvsc_device_remove() + - net:enetc: allocate CBD ring data memory using DMA coherent methods + - libbpf: Fix compilation warning due to mismatched printf format + - rtw88: fix use after free in rtw_hw_scan_update_probe_req() + - drm/bridge: dw-hdmi: use safe format when first in bridge chain + - power: supply: ab8500: Swap max and overvoltage + - libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0 + - 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 + - ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl() + - i2c: pasemi: Drop I2C classes from platform driver variant + - 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 + - bpftool: Fix pretty print dump for maps without BTF loaded + - libbpf: Fix memleak in libbpf_netlink_recv() + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - cxl/core/port: Rename bus.c to port.c + - cxl/port: Hold port reference until decoder release + - 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: yoyo: Avoid using dram data if allocation failed + - iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs() + - 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: do not initialize phy until plugin interrupt received + - 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 + - drm/msm/dpu: remove msm_dp cached in dpu_encoder_virt + - drm/msm/dp: fix panel bridge attachment + - i40e: remove dead stores on XSK hotpath + - ath11k: Invalidate cached reo ring entry before accessing it + - mips: Enable KCSAN + - 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 + - mt76: do not always copy ethhdr in reverse_frag0_hdr_trans + - mt76: fix endianness errors in reverse_frag0_hdr_trans + - mt76: mt7921s: fix missing fc type/sub-type for 802.11 pkts + - net: dsa: realtek-smi: fix kdoc warnings + - net: dsa: realtek-smi: move to subdirectory + - 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 + - mt76: mt7915: enlarge wcid size to 544 + - mt76: mt7915: fix the muru tlv issue + - drm/dp: Fix OOB read when handling Post Cursor2 register + - 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 + - libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning + - gpu: host1x: Fix an error handling path in 'host1x_probe()' + - 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() + - KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors + - hv_balloon: rate-limit "Unhandled message" warning + - KVM: arm64: Enable Cortex-A510 erratum 2077057 by default + - i2c: xiic: Make bus names unique + - net: phy: micrel: Fix concurrent register access + - Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync() + - Bluetooth: Fix skb allocation in mgmt_remote_name() & + mgmt_device_connected() + - 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 + - xtensa: add missing XCHAL_HAVE_WINDOWED check + - iwlwifi: pcie: fix SW error MSI-X mapping + - 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/amd/display: Fix double free during GPU reset on DC streams + - RDMA/rxe: Change variable and function argument to proper type + - RDMA/rxe: Fix ref error in rxe_av.c + - powerpc/xive: fix return value of __setup handler + - powerpc/time: Fix KVM host re-arming a timer beyond decrementer range + - drm/i915/display: Fix HPD short pulse handling for eDP + - drm/i915/display: Do not re-enable PSR after it was marked as not reliable + - netfilter: flowtable: Fix QinQ and pppoe support for inet table + - mt76: mt7921: fix mt7921_queues_acq implementation + - 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 + - PCI: imx6: Invoke the PHY exit function after PHY power off + - PCI: imx6: Assert i.MX8MM CLKREQ# even if no device present + - 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 + - RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() + - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates + - mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release + skb + - 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() + - ax25: Fix refcount leaks caused by ax25_cb_del() + - ax25: Fix NULL pointer dereferences in ax25 timers + - drm/i915: Fix renamed struct field + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - bpftool: Fix print error when show bpf map + - 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 + - net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR() + - 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 + - clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3 + - 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: restore traffic class defaults after wq reset + - iio: mma8452: Fix probe failing when an i2c_device_id is used + - staging: qlge: add unregister_netdev in qlge_probe + - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - clk: renesas: r8a779f0: Fix RSW2 clock divider + - 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 + - clk: starfive: jh7100: Don't round divisor up twice + - clk: starfive: jh7100: Handle audio_div clock properly + - 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: ocelot: fix confops resource index + - pinctrl: ocelot: fix duplicate debugfs entry + - 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: ocelot: Fix interrupt parsing + - 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 + - clk: visconti: prevent array overflow in visconti_clk_register_gates() + - 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 + - perf test arm64: Test unwinding using fame-pointer (fp) mode + - jfs: fix divide error in dbNextAG + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC + - SUNRPC: Don't call connect() more than once on a TCP socket + - perf parse-events: Move slots only with topdown + - netfilter: egress: Report interface as outgoing + - 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 + - net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume + - 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: 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() + - libperf tests: Fix typo in perf_evlist__open() failure error messages + - net: hns3: fix ethtool tx copybreak buf size indicating not aligned issue + - net: hns3: add max order judgement for tx spare buffer + - net: hns3: clean residual vf config after disable sriov + - net: hns3: add netdev reset check for hns3_set_tunable() + - net: hns3: add NULL pointer check for hns3_set/get_ringparam() + - net: hns3: fix phy can not link up when autoneg off and reset + - 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 + - selftests: tls: skip cmsg_to_pipe tests with TLS=n + - 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 + - crypto: octeontx2 - CN10K CPT to RNM workaround + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion + - pinctrl: npcm: Fix broken references to chip->parent_device + - rcu: Mark writes to the rcu_segcblist structure's ->flags field + - block: throttle split bio in case of iops limit + - memstick/mspro_block: fix handling of read-only devices + - 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 + - powercap/dtpm_cpu: Reset per_cpu variable in the release function + - 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 + - hwrng: cavium - fix NULL but dereferenced coccicheck error + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8 + - ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L + - 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 non-access data TLB cache flush faults + - parisc: Fix handling off probe non-access faults + - nvme-tcp: lockdep: annotate in-kernel sockets + - spi: tegra20: Use of_device_get_match_data() + - spi: fsi: Implement a timeout for polling status + - 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 + - btrfs: handle csum lookup errors properly on reads + - btrfs: do not double complete bio on errors during compressed reads + - btrfs: do not clean up repair bio if submit fails + - 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: cs42l42: Report full jack status when plug is detected + - ASoC: SOF: Intel: match sdw version on link_slaves_found + - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers + - ASoC: SOF: Intel: hda: Remove link assignment limitation + - 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 + - ALSA: hda: Fix driver index handling at re-binding + - 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 + - ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021 + - media: imx-jpeg: fix a bug of accessing array out of bounds + - media: cx88-mpeg: clear interrupt status register before streaming video + - ASoC: rt5682s: Fix the wrong jack type detected + - ARM: tegra: transformer: Drop reg-shift for Tegra HS UART + - 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 + - ASoC: amd: vangogh: fix uninitialized symbol warning in machine driver + - 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: SOF: debug: clarify operator precedence + - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" + - ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boards + - ALSA: intel-nhlt: add helper to detect SSP link mask + - ALSA: intel-dsp-config: add more ACPI HIDs for ES83x6 devices + - ASoC: Intel: soc-acpi: add more ACPI HIDs for ES83x6 devices + - ALSA: intel-dspconfig: add ES8336 support for CNL + - ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021" + - ASoC: Intel: sof_es8336: log all quirks + - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probe + - media: atomisp: fix bad usage at error handling logic + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255 + - KVM: x86: Reinitialize context if host userspace toggles EFER.LME + - KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook + - 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/tm: Fix more userspace r13 corruption + - 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 laggy FC remote port session recovery + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix crash during module load unload test + - 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 + - MIPS: crypto: Fix CRC32 code + - 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: x86/mmu: do compare-and-exchange of gPTE via the user address + - 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 + - KVM: avoid double put_page with gfn-to-pfn cache + - 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: Include bitmap.h from xarray.h + - XArray: Update the LRU list in xas_split() + - modpost: restore the warning message for missing symbol versions + - rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram + - rtc: check if __rtc_read_time was successful + - loop: fix ioctl calls using compat_loop_info + - gfs2: gfs2_setattr_size error path fix + - gfs2: Fix gfs2_file_buffered_write endless loop workaround + - 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: x86/poly1305 - Fixup SLS + - 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: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B + - 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() + - block: restore the old set_task_ioprio() behaviour wrt PF_EXITING + - Revert "virtio-pci: harden INTX interrupts" + - Revert "virtio_pci: harden MSI-X interrupts" + - virtio: use virtio_device_ready() in virtio_device_restore() + - io_uring: remove poll entry from list when canceling all + - io_uring: bump poll refs to full 31-bits + - 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 + - platform/x86: asus-wmi: Fix regression when probing for fan curve control + - can: isotp: restore accidentally removed MSG_PEEK feature + - proc: bootconfig: Add null pointer check + - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation + - x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO + - 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 + - docs: fix 'make htmldocs' warning in SCTP.rst + - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition + - ASoC: soc-compress: Change the check for codec_dai + - KVM: x86: SVM: fix avic spec based definitions again + - ax25: fix UAF bug in ax25_send_control() + - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - tracing: Have type enum modifications copy the strings + - mips: Enable KCSAN - take 2 + - net: add skb_set_end_offset() helper + - 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. + - libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors + - bpf: Adjust BPF stack helper functions to accommodate skip > 0 + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - nbd: fix possible overflow on 'first_minor' in nbd_dev_add() + - 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 + - media: dt-binding: media: hynix,hi846: use $defs/port-base port description + - media: dt-bindings: media: hynix,hi846: add link-frequencies description + - dt-bindings: memory: mtk-smi: Rename clock to clocks + - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167 + - dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocks + - dt-bindings: pinctrl: mt8195: fix bias-pull-{up,down} checks + - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - net: preserve skb_end_offset() in skb_unclone_keeptruesize() + - 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 + - pinctrl: canonical rsel resistance selection property + - 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 + - xsk: Do not write NULL in SW ring at allocation failure + - ice: xsk: Fix indexing in ice_tx_xsk_pool() + - vdpa/mlx5: Avoid processing works if workqueue was destroyed + - 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 + - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" + - mmc: rtsx: Let MMC core handle runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - 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 + - Linux 5.17.2 + * Jammy update: v5.17.1 upstream stable release (LP: #1968982) + - 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 + - netfilter: nf_tables: initialize registers in nft_do_chain() + - netfilter: nf_tables: validate registers coming from userspace. + - 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 + - Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL + - Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR + controllers + - Revert "ath: add support for special 0x0 regulatory domain" + - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() + - jbd2: fix use-after-free of transaction_t race + - 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: fix reference counting for struct tpm_chip + - 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 + - drm/msm/gpu: Fix crash on devices without devfreq support (v2) + - llc: only change llc->dev when bind() succeeds + - Linux 5.17.1 + * Miscellaneous Ubuntu changes + - SAUCE: shiftfs: always rely on init_user_ns + - [Config] update configs and annotations after stable updates + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + - [Packaging] remove references to lowlatency flavor + + [ Ubuntu: 5.17.0-6.6 ] + + * jammy/linux-unstable: 5.17.0-6.6 -proposed tracker (LP: #1965731) + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + * Miscellaneous Ubuntu changes + - [Config] disable CONFIG_SYSFB_SIMPLEFB on amd64 + * Rebase to v5.17 + + [ Ubuntu: 5.17.0-5.5 ] + + * jammy/linux-unstable: 5.17.0-5.5 -proposed tracker (LP: #1964766) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to v5.17-rc8 + * Rebase to v5.17-rc8 + + [ Ubuntu: 5.17.0-4.4 ] + + * jammy/linux-unstable: 5.17.0-4.4 -proposed tracker (LP: #1963880) + * Rebase to v5.17-rc7 + + [ Ubuntu: 5.17.0-3.3 ] + + * jammy/linux-unstable: 5.17.0-3.3 -proposed tracker (LP: #1962450) + * 5.15 stuck at boot on c4.large (LP: #1956780) + - Revert "PCI/MSI: Mask MSI-X vectors only on success" + * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction + handled by userspace (LP: #1933179) + - 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: 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: 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 + * Rebase to v5.17-rc6 + + [ Ubuntu: 5.17.0-2.2 ] + + * jammy/linux-unstable: 5.17.0-2.2 -proposed tracker (LP: #1962137) + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - debian/dkms-versions -- update from kernel-versions (main/master) + * Jammy update: v5.15.22 upstream stable release (LP: #1960516) + - Revert "ASoC: mediatek: Check for error clk pointer" + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION + * Jammy update: v5.15.20 upstream stable release (LP: #1960509) + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"" + * Jammy update: v5.15.19 upstream stable release (LP: #1959879) + - drm/etnaviv: relax submit size limits + * Jammy update: v5.15.17 upstream stable release (LP: #1959376) + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC + - ASoC: mediatek: Check for error clk pointer + - regulator: da9121: Prevent current limit change when enabled + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - drm/etnaviv: limit submit sizes + - Bluetooth: hci_sync: Fix not setting adv set duration + - net: axienet: Wait for PhyRstCmplt after core reset + * 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.15 upstream stable release (LP: #1958418) + - Bluetooth: btusb: Add support for Foxconn MT7922A + - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 + - platform/x86/intel: hid: add quirk to support Surface Go 3 + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008) + - SAUCE: drm/amd/display: Fixup previous PSR policy commit + * alsa/sdw: add sdw audio machine driver for several ADL machines + (LP: #1951563) + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product + * Improve performance and idle power consumption (LP: #1941893) + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443) + - net: wwan: iosm: Keep device at D0 for s2idle case + * Jammy update: v5.15.13 upstream stable release (LP: #1956926) + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: Fix tc max supported prio for nic mode + * Miscellaneous Ubuntu changes + - [Packaging] Update dependency of pahole / dwarves + - [packaging] unhook lowlatency flavours from the build + - [Packaging] use default zstd compression + - [Packaging] do not use compression for image packages + - [Packaging] use xz compression for ddebs + - SAUCE: Makefile: Remove inclusion of lbm header files + - SAUCE: Makefile: Fix compiler warnings + - [Config] drop unused lowlatency configs + - [Config] update configs and annotations after rebase to v5.17-rc5 + * Miscellaneous upstream changes + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE" + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section + - kbuild: Add CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ + - Revert "UBUNTU: [Packaging] temporarily disable zfs" + + [ Ubuntu: 5.17.0-1.1 ] + + * Rebase to 5.17-rc1 + + [ Ubuntu: 5.17.0-0.0 ] + + * Empty entry + + -- Paolo Pisati Wed, 27 Jul 2022 12:08:21 +0200 + +linux-gcp (5.19.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.19.0-1001.1 -proposed tracker (LP: #1980071) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.19.0 + - [Config] updateconfigs and annotations following 5.19.0-7.7 rebase + + -- Paolo Pisati Wed, 29 Jun 2022 12:18:32 +0200 + +linux-gcp (5.19.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Wed, 29 Jun 2022 12:08:07 +0200 + +linux-gcp (5.18.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-gcp: 5.18.0-1001.1 -proposed tracker (LP: #1975967) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2022.05.30) + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.18.0 + - [Config] updateconfigs and annotations following 5.18.0-6.6 rebase + + -- Paolo Pisati Thu, 09 Jun 2022 09:06:52 +0200 + +linux-gcp (5.18.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Wed, 08 Jun 2022 16:11:49 +0200 + +linux-gcp (5.15.0-1004.7) jammy; urgency=medium + + * jammy/linux-gcp: 5.15.0-1004.7 -proposed tracker (LP: #1969492) + + [ 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* + + -- Paolo Pisati Wed, 20 Apr 2022 06:14:31 +0200 + +linux-gcp (5.15.0-1003.6) jammy; urgency=medium + + * jammy/linux-gcp: 5.15.0-1003.6 -proposed tracker (LP: #1966482) + + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + + * Miscellaneous Ubuntu changes + - [gcp] add arm64 to getabis + - [Config] updateconfigs + + [ 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" + + [ 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" + + -- Paolo Pisati Thu, 31 Mar 2022 17:47:52 +0200 + +linux-gcp (5.15.0-1002.5) jammy; urgency=medium + + * jammy/linux-gcp: 5.15.0-1002.5 -proposed tracker (LP: #1965077) + + * arm64 suport (LP: #1965075) + - [packaging] arm64 bringup + - [config] Import arm64 config from master and update-configs + - [packaging] update annotations for arm64 + + -- Khalid Elmously Tue, 15 Mar 2022 23:44:47 -0400 + +linux-gcp (5.15.0-1001.3) jammy; urgency=medium + + * jammy/linux-gcp: 5.15.0-1001.3 -proposed tracker (LP: #1960473) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [oracle] jammy/gcp bring-up + - [packaging] Fix up annotations + - [config] gcp: Enable GCP-specific configs based on annotations + - [packaging] Override master annotations + + [ Ubuntu: 5.15.0-22.22 ] + + * jammy/linux: 5.15.0-22.22 -proposed tracker (LP: #1960290) + + [ Ubuntu: 5.15.0-21.21 ] + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + + [ Ubuntu: 5.15.0-20.20 ] + + * 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 + + [ Ubuntu: 5.15.0-19.19 ] + + * 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" + + [ Ubuntu: 5.15.0-18.18 ] + + * 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 + + [ Ubuntu: 5.15.0-17.17 ] + + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) + + [ Ubuntu: 5.15.0-16.16 ] + + * 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" + + [ Ubuntu: 5.15.0-15.15 ] + + * 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 + + [ Ubuntu: 5.15.0-14.14 ] + + * 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" + + [ Ubuntu: 5.15.0-13.13 ] + + * 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 + + [ Ubuntu: 5.15.0-12.12 ] + + * 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" + + [ Ubuntu: 5.15.0-11.11 ] + + * 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" + + [ Ubuntu: 5.15.0-10.10 ] + + * 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 + + [ Ubuntu: 5.15.0-9.9 ] + + * 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 + + [ Ubuntu: 5.15.0-0.0 ] + + * Empty entry + + [ Ubuntu: 5.15.0-8.8 ] + + * 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 + * Rebase to v5.15 + + [ Ubuntu: 5.15.0-7.7 ] + + * 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 + * Rebase to v5.15-rc7 + + [ Ubuntu: 5.15.0-6.6 ] + + * 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" + * Rebase to v5.15-rc6 + + [ Ubuntu: 5.15.0-5.5 ] + + * 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 + * Rebase to v5.15-rc5 + + [ Ubuntu: 5.15.0-4.4 ] + + * 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" + * Rebase to v5.15-rc4 + + [ Ubuntu: 5.15.0-3.3 ] + + * 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 + * Rebase to v5.15-rc3 + + [ Ubuntu: 5.15.0-2.2 ] + + * 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 + * Rebase to v5.15-rc2 + + [ Ubuntu: 5.15.0-1.1 ] + + * 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" + * Rebase to v5.15-rc1 + + [ Ubuntu: 5.15.0-0.0 ] + + * Empty entry + + [ Ubuntu: 5.14.0-9.9 ] + + * 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 + + [ Ubuntu: 5.14.0-8.8 ] + + * 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" + * Rebase to v5.14 + + [ Ubuntu: 5.14.0-7.7 ] + + * 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" + * Rebase to v5.14-rc7 + + [ Ubuntu: 5.14.0-6.6 ] + + * Miscellaneous Ubuntu changes + - no changes upload (to avoid picking up libc6 from -proposed) + * No changes upload (to avoid picking up libc6 from -proposed) + + [ Ubuntu: 5.14.0-5.5 ] + + * 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 + * Rebase to v5.14-rc6 + + [ Ubuntu: 5.14.0-4.4 ] + + * 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" + + [ Ubuntu: 5.14.0-3.3 ] + + * 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 + * Rebase to v5.14-rc3 + + [ Ubuntu: 5.14.0-2.2 ] + + * 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" + * Rebase to v5.14-rc2 + + [ Ubuntu: 5.14.0-1.1 ] + + * 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" + * Rebase to v5.14-rc1 + + [ Ubuntu: 5.14.0-0.0 ] + + * Empty entry + + -- Khalid Elmously Thu, 10 Feb 2022 00:35:08 -0500 + +linux-gcp (5.15.0-1000.0) jammy; urgency=medium + + * jammy/linux-gcp: Initial bring-up of jammy-linux-gcp + + [ Ubuntu: 5.13.0-30.33 ] + + -- Khalid Elmously Tue, 09 Feb 2022 04:48:49 -0500 + +linux (5.15.0-22.22) jammy; urgency=medium + + * jammy/linux: 5.15.0-22.22 -proposed tracker (LP: #1960290) + + -- Paolo Pisati Tue, 08 Feb 2022 10:48:49 +0100 + +linux (5.15.0-21.21) jammy; urgency=medium + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + + -- Paolo Pisati Mon, 07 Feb 2022 11:30:18 +0100 + +linux (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-gcp-6.6.0.orig/debian.gcp/config/annotations +++ linux-gcp-6.6.0/debian.gcp/config/annotations @@ -0,0 +1,330 @@ +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-gcp arm64-gcp + +include "../../debian.master/config/annotations" + +CONFIG_ACCESSIBILITY policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_ACCESSIBILITY note<'LP: #1967702'> + +CONFIG_BLK_DEV_FD policy<{'amd64': 'n'}> +CONFIG_BLK_DEV_FD note<'LP:1729673'> + +CONFIG_BLK_DEV_NVME policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_BLK_DEV_NVME note<'Needed for minimal images'> + +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC policy<{'amd64': 'y', 'arm64': 'n'}> +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC note<'initial packaging'> + +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC note<'initial packaging'> + +CONFIG_GPIO_CDEV_V1 policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_GPIO_CDEV_V1 note<'LP: #1953613'> + +CONFIG_KERNEL_ZSTD policy<{'amd64': 'y', 'arm64': 'n'}> +CONFIG_KERNEL_ZSTD note<'LP: #1931725'> + +CONFIG_NETFILTER_NETLINK_LOG policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NETFILTER_NETLINK_LOG note<'initial packaging'> + +CONFIG_NETFILTER_NETLINK_QUEUE policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NETFILTER_NETLINK_QUEUE note<'initial packaging'> + +CONFIG_NF_CONNTRACK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NF_CONNTRACK note<'initial packaging'> + +CONFIG_NF_CONNTRACK_PROCFS policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NF_CONNTRACK_PROCFS note<'initial packaging'> + +CONFIG_NF_CT_NETLINK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NF_CT_NETLINK note<'initial packaging'> + +CONFIG_PANIC_ON_OOPS policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_PANIC_ON_OOPS note<'keep working if at all possible'> + +CONFIG_RAID6_PQ_DEFAULT_ALG policy<{'amd64': '-'}> +CONFIG_RAID6_PQ_DEFAULT_ALG note<'LP:1812728'> + +CONFIG_RAID6_PQ_DEFAULT_ALG_BOOL policy<{'amd64': '-'}> +CONFIG_RAID6_PQ_DEFAULT_ALG_BOOL note<'LP:1812728'> + +CONFIG_RUST policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_RUST note<'required to enable Rust support, LP: #1993183'> + + +# ---- Annotations without notes ---- + +CONFIG_A11Y_BRAILLE_CONSOLE policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_AAEON_IWMI_WDT policy<{'amd64': '-'}> +CONFIG_AHCI_BRCM policy<{'arm64': 'm'}> +CONFIG_APPLE_RTKIT policy<{'arm64': 'y'}> +CONFIG_APPLE_SART policy<{'arm64': 'y'}> +CONFIG_ARCH_BCM policy<{'arm64': 'y'}> +CONFIG_ARCH_BCM2835 policy<{'arm64': 'y'}> +CONFIG_ARCH_BCMBCA policy<{'arm64': 'y'}> +CONFIG_ARCH_BCM_IPROC policy<{'arm64': 'y'}> +CONFIG_ARCH_BRCMSTB policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_LOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_UNLOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_UNLOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_READ_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_LOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_TRYLOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_TRYLOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_UNLOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_LOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_UNLOCK policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_ARCH_NR_GPIO policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_ARM_BRCMSTB_AVS_CPUFREQ policy<{'arm64': 'm'}> +CONFIG_ARM_RASPBERRYPI_CPUFREQ policy<{'arm64': 'm'}> +CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE policy<{'arm64': 'n'}> +CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_ATOMIC_ENABLE policy<{'arm64': 'n'}> +CONFIG_ARM_SMMU_QCOM_DEBUG policy<{'arm64': 'n'}> +CONFIG_BCM2711_THERMAL policy<{'arm64': 'm'}> +CONFIG_BCM2835_MBOX policy<{'arm64': 'y'}> +CONFIG_BCM2835_POWER policy<{'arm64': 'y'}> +CONFIG_BCM2835_THERMAL policy<{'arm64': 'm'}> +CONFIG_BCM2835_VCHIQ policy<{'arm64': 'm'}> +CONFIG_BCM2835_VCHIQ_MMAL policy<{'arm64': 'm'}> +CONFIG_BCM2835_WDT policy<{'arm64': 'm'}> +CONFIG_BCM4908_ENET policy<{'arm64': 'm'}> +CONFIG_BCM7038_L1_IRQ policy<{'arm64': 'y'}> +CONFIG_BCM7038_WDT policy<{'arm64': 'm'}> +CONFIG_BCM7120_L2_IRQ policy<{'arm64': 'm'}> +CONFIG_BCMASP policy<{'arm64': 'm'}> +CONFIG_BCM_FLEXRM_MBOX policy<{'arm64': 'm'}> +CONFIG_BCM_IPROC_ADC policy<{'arm64': 'm'}> +CONFIG_BCM_NS_THERMAL policy<{'arm64': 'm'}> +CONFIG_BCM_PDC_MBOX policy<{'arm64': 'm'}> +CONFIG_BCM_PMB policy<{'arm64': 'y'}> +CONFIG_BCM_SR_THERMAL policy<{'arm64': 'm'}> +CONFIG_BCM_VIDEOCORE policy<{'arm64': 'm'}> +CONFIG_BGMAC policy<{'arm64': 'y'}> +CONFIG_BGMAC_PLATFORM policy<{'arm64': 'y'}> +CONFIG_BINDGEN_VERSION_TEXT policy<{'amd64': '-'}> +CONFIG_BLK_DEV_FD_RAWCMD policy<{'amd64': '-'}> +CONFIG_BRCMSTB_DPFE policy<{'arm64': 'y'}> +CONFIG_BRCMSTB_L2_IRQ policy<{'arm64': 'y'}> +CONFIG_BRCMSTB_MEMC policy<{'arm64': 'm'}> +CONFIG_BRCMSTB_PM policy<{'arm64': '-'}> +CONFIG_BRCMSTB_THERMAL policy<{'arm64': 'm'}> +CONFIG_BRCM_USB_PINMAP policy<{'arm64': 'm'}> +CONFIG_BUILD_BIN2C policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CACHEFILES_ERROR_INJECTION policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_CEC_GPIO policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CEC_PIN policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CEC_PIN_ERROR_INJ policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CLK_BCM2711_DVP policy<{'arm64': 'm'}> +CONFIG_CLK_BCM2835 policy<{'arm64': 'y'}> +CONFIG_CLK_BCM_63XX policy<{'arm64': 'y'}> +CONFIG_CLK_BCM_NS2 policy<{'arm64': 'y'}> +CONFIG_CLK_BCM_SR policy<{'arm64': 'y'}> +CONFIG_CLK_RASPBERRYPI policy<{'arm64': 'm'}> +CONFIG_COMEDI_TESTS_EXAMPLE policy<{'amd64': 'n', 'arm64': 'm'}> +CONFIG_COMEDI_TESTS_NI_ROUTES policy<{'amd64': 'n', 'arm64': 'm'}> +CONFIG_COMMON_CLK_IPROC policy<{'arm64': 'y'}> +CONFIG_CONSTRUCTORS policy<{'amd64': '-'}> +CONFIG_CRYPTO_DEV_BCM_SPU policy<{'arm64': 'm'}> +CONFIG_CRYPTO_GF128MUL policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CS_DSP policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DA_MON_EVENTS policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DA_MON_EVENTS_ID policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DEBUG_PREEMPT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DMA_BCM2835 policy<{'arm64': 'y'}> +CONFIG_DRM_NOMODESET policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DRM_USE_DYNAMIC_DEBUG policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_DRM_V3D policy<{'arm64': 'm'}> +CONFIG_DRM_VC4 policy<{'arm64': 'm'}> +CONFIG_DRM_VC4_HDMI_CEC policy<{'arm64': 'y'}> +CONFIG_DTPM_DEVFREQ policy<{'arm64': 'y'}> +CONFIG_EROFS_FS_ZIP_LZMA policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_FORCE_MAX_ZONEORDER policy<{'arm64': '-'}> +CONFIG_FPGA_M10_BMC_SEC_UPDATE policy<{'amd64': 'm', 'arm64': 'm'}> +CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS policy<{'arm64': '-'}> +CONFIG_GENERIC_MSI_IRQ_DOMAIN policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_GPIO_AAEON policy<{'amd64': '-'}> +CONFIG_GPIO_BCM_XGS_IPROC policy<{'arm64': 'm'}> +CONFIG_GPIO_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_GPIO_RASPBERRYPI_EXP policy<{'arm64': 'm'}> +CONFIG_HID_NINTENDO policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_HID_RAZER policy<{'amd64': 'n', 'arm64': 'm'}> +CONFIG_HW_RANDOM_BCM2835 policy<{'arm64': 'm'}> +CONFIG_HW_RANDOM_IPROC_RNG200 policy<{'arm64': 'm'}> +CONFIG_I2C_BCM2835 policy<{'arm64': 'm'}> +CONFIG_I2C_BCM_IPROC policy<{'arm64': 'm'}> +CONFIG_I2C_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_I8K policy<{'amd64': 'n'}> +CONFIG_INLINE_READ_LOCK policy<{'arm64': 'y'}> +CONFIG_INLINE_READ_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_READ_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_INLINE_READ_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_INLINE_READ_UNLOCK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_INLINE_READ_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_READ_UNLOCK_IRQ policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_INLINE_READ_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_LOCK policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_TRYLOCK policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_TRYLOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_SPIN_UNLOCK_IRQ policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_LOCK policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_LOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_LOCK_IRQ policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_LOCK_IRQSAVE policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_UNLOCK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_INLINE_WRITE_UNLOCK_BH policy<{'arm64': 'y'}> +CONFIG_INLINE_WRITE_UNLOCK_IRQ policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE policy<{'arm64': 'y'}> +CONFIG_KERNEL_GZIP policy<{'amd64': 'n', 'arm64': 'y'}> +CONFIG_LEDS_AAEON policy<{'amd64': '-'}> +CONFIG_LEDS_BCM63138 policy<{'arm64': 'm'}> +CONFIG_LIBCRC32C policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_MARVELL_GTI_WDT policy<{'arm64': 'm'}> +CONFIG_MDIO_BCM_IPROC policy<{'arm64': 'n'}> +CONFIG_MDIO_BUS_MUX policy<{'arm64': 'y'}> +CONFIG_MDIO_BUS_MUX_BCM_IPROC policy<{'arm64': 'y'}> +CONFIG_MESON_EFUSE policy<{'arm64': '-'}> +CONFIG_MFD_AAEON policy<{'amd64': '-'}> +CONFIG_MLX5_EN_MACSEC policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_MMC_BCM2835 policy<{'arm64': 'm'}> +CONFIG_MMC_SDHCI_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_MMC_SDHCI_IPROC policy<{'arm64': 'm'}> +CONFIG_MTD_BRCM_U_BOOT policy<{'arm64': 'm'}> +CONFIG_MTD_OF_PARTS_BCM4908 policy<{'arm64': 'y'}> +CONFIG_MTD_OF_PARTS_LINKSYS_NS policy<{'arm64': 'y'}> +CONFIG_NETFILTER_NETLINK policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NFSD_V2_ACL policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_NF_DEFRAG_IPV4 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NF_DEFRAG_IPV6 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NINTENDO_FF policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_NPCM7XX_WATCHDOG policy<{'arm64': 'm'}> +CONFIG_NVMEM_BCM_OCOTP policy<{'arm64': 'm'}> +CONFIG_NVME_COMMON policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NVME_CORE policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_OMAP_GPMC policy<{'arm64': 'm'}> +CONFIG_PANIC_ON_OOPS_VALUE policy<{'amd64': '1', 'arm64': '1'}> +CONFIG_PCIE_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_PCIE_IPROC policy<{'arm64': 'm'}> +CONFIG_PCIE_IPROC_MSI policy<{'arm64': 'y'}> +CONFIG_PCIE_IPROC_PLATFORM policy<{'arm64': 'm'}> +CONFIG_PCI_MSI_IRQ_DOMAIN policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PHY_BCM_NS_USB2 policy<{'arm64': 'm'}> +CONFIG_PHY_BCM_NS_USB3 policy<{'arm64': 'm'}> +CONFIG_PHY_BCM_SR_PCIE policy<{'arm64': 'm'}> +CONFIG_PHY_BCM_SR_USB policy<{'arm64': 'm'}> +CONFIG_PHY_BRCM_SATA policy<{'arm64': 'y'}> +CONFIG_PHY_BRCM_USB policy<{'arm64': 'm'}> +CONFIG_PHY_NS2_PCIE policy<{'arm64': 'y'}> +CONFIG_PHY_NS2_USB_DRD policy<{'arm64': 'm'}> +CONFIG_PINCTRL_BCM2835 policy<{'arm64': 'y'}> +CONFIG_PINCTRL_BCM4908 policy<{'arm64': 'm'}> +CONFIG_PINCTRL_IPROC_GPIO policy<{'arm64': 'y'}> +CONFIG_PINCTRL_NS2_MUX policy<{'arm64': 'y'}> +CONFIG_PREEMPTION policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PREEMPT_BUILD policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PREEMPT_COUNT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PREEMPT_DYNAMIC policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_PREEMPT_RCU policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PREEMPT_TRACER policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_PREEMPT_VOLUNTARY_BUILD policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_PTE_MARKER policy<{'amd64': '-'}> +CONFIG_PTP_1588_CLOCK_DTE policy<{'arm64': 'm'}> +CONFIG_PWM_BCM2835 policy<{'arm64': 'm'}> +CONFIG_PWM_BCM_IPROC policy<{'arm64': 'm'}> +CONFIG_PWM_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_PWM_RASPBERRYPI_POE policy<{'arm64': 'm'}> +CONFIG_QCOM_SPM policy<{'arm64': 'm'}> +CONFIG_RASPBERRYPI_FIRMWARE policy<{'arm64': 'y'}> +CONFIG_RASPBERRYPI_POWER policy<{'arm64': 'y'}> +CONFIG_RESET_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_RESET_BRCMSTB_RESCAL policy<{'arm64': 'y'}> +CONFIG_RESET_RASPBERRYPI policy<{'arm64': 'm'}> +CONFIG_RTC_DRV_BRCMSTB policy<{'arm64': 'm'}> +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_RV_MON_WWNR policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_SAMPLES_RUST policy<{'amd64': '-'}> +CONFIG_SCSI_UFS_HWMON policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_SENSORS_AAEON policy<{'amd64': '-'}> +CONFIG_SENSORS_RASPBERRYPI_HWMON policy<{'arm64': 'm'}> +CONFIG_SERIAL_8250_BCM2835AUX policy<{'arm64': 'n'}> +CONFIG_SERIAL_8250_BCM7271 policy<{'arm64': 'm'}> +CONFIG_SERIAL_8250_EM policy<{'arm64': 'm'}> +CONFIG_SERIAL_BCM63XX policy<{'arm64': 'm'}> +CONFIG_SERIAL_SAMSUNG_CONSOLE policy<{'arm64': 'n'}> +CONFIG_SFC_SIENA_SRIOV policy<{'amd64': 'y', 'arm64': 'n'}> +CONFIG_SND_BCM2835 policy<{'arm64': 'm'}> +CONFIG_SND_BCM2835_SOC_I2S policy<{'arm64': 'm'}> +CONFIG_SND_CTL_FAST_LOOKUP policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_SND_SOC_AMD_PS policy<{'amd64': 'n'}> +CONFIG_SND_SOC_AMD_PS_MACH policy<{'amd64': '-'}> +CONFIG_SND_TEST_COMPONENT policy<{'arm64': 'n'}> +CONFIG_SPEAKUP policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_ACNTSA policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_APOLLO policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_AUDPTR policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_BNS policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_DECEXT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_DECTLK policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_DUMMY policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_LTLK policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_SOFT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_SPKOUT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPEAKUP_SYNTH_TXPRT policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_SPI_AX88796C_COMPRESSION policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_SPI_BCM2835 policy<{'arm64': 'm'}> +CONFIG_SPI_BCM2835AUX policy<{'arm64': 'm'}> +CONFIG_SPI_BCM63XX_HSSPI policy<{'arm64': 'm'}> +CONFIG_SPI_BCMBCA_HSSPI policy<{'arm64': 'm'}> +CONFIG_SPI_BCM_QSPI policy<{'arm64': 'm'}> +CONFIG_SPI_INTEL policy<{'amd64': '-'}> +CONFIG_SPI_INTEL_PCI policy<{'amd64': 'n'}> +CONFIG_SPI_INTEL_PLATFORM policy<{'amd64': 'n'}> +CONFIG_TASKS_RCU policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_TEE_BNXT_FW policy<{'arm64': 'm'}> +CONFIG_TEST_DIV64 policy<{'amd64': 'n', 'arm64': 'm'}> +CONFIG_TEST_SIPHASH policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_TOUCHSCREEN_IPROC policy<{'arm64': 'm'}> +CONFIG_TOUCHSCREEN_RASPBERRYPI_FW policy<{'arm64': 'm'}> +CONFIG_TRACE_MMIO_ACCESS policy<{'arm64': 'n'}> +CONFIG_TYPEC_WCOVE policy<{'amd64': 'n'}> +CONFIG_UBUNTU_ODM_DRIVERS policy<{'amd64': '-'}> +CONFIG_UNINLINE_SPIN_UNLOCK policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_USB_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_USB_EHCI_BRCMSTB policy<{'arm64': 'm'}> +CONFIG_VCHIQ_CDEV policy<{'arm64': 'y'}> +CONFIG_VERSION_SIGNATURE policy<{'amd64': '"Ubuntu 5.15.0-22.22-generic 5.15.19"', 'arm64': '"Ubuntu 5.15.0-22.22-generic 5.15.19"'}> +CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET policy<{'arm64': 'm'}> +CONFIG_VIDEO_BCM2835 policy<{'arm64': 'm'}> +CONFIG_VIDEO_ZORAN policy<{'amd64': 'm', 'arm64': 'm'}> +CONFIG_VIDEO_ZORAN_AVS6EYES policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_BUZ policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_DC10 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_DC30 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_LML33 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_LML33R10 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIDEO_ZORAN_ZR36060 policy<{'amd64': 'y', 'arm64': 'y'}> --- linux-gcp-6.6.0.orig/debian.gcp/control.d/flavour-control.stub +++ linux-gcp-6.6.0/debian.gcp/control.d/flavour-control.stub @@ -0,0 +1,131 @@ +# 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 +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, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR, initramfs-tools | linux-initramfs-tool +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}, wireless-regdb, linux-modules-PKGVER-ABINUM-FLAVOUR +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: 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=. + --- linux-gcp-6.6.0.orig/debian.gcp/control.d/gcp.inclusion-list +++ linux-gcp-6.6.0/debian.gcp/control.d/gcp.inclusion-list @@ -0,0 +1,258 @@ +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/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/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/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/gpu/drm/vboxvideo/vboxvideo.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/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/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/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.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/google/gve/gve.ko +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/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/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.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/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/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/host/vmd.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/aacraid/* +drivers/scsi/BusLogic.ko +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_debug.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/vmw_pvscsi.ko +drivers/target/target_core*.ko +drivers/target/loopback/tcm_loop.ko +drivers/tty/serial/jsm/* +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.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/coco/sev-guest/sev-guest.ko +drivers/virt/vboxguest/vboxguest.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +! find sound/core -name oss -prune -o -name *.ko -print +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/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/bpfilter.ko +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/irda/* +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/* +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/snd-ens1370.ko +sound/soundcore.ko +zfs/* +ubuntu/ubuntu-host/ubuntu-host.ko --- linux-gcp-6.6.0.orig/debian.gcp/control.d/vars.gcp +++ linux-gcp-6.6.0/debian.gcp/control.d/vars.gcp @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="amd64" +target="Geared toward GCP/GKE systems." +desc="=HUMAN= SMP" +bootloader="grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo | grub-efi-arm64 [arm64]" +provides="" --- linux-gcp-6.6.0.orig/debian.gcp/control.stub.in +++ linux-gcp-6.6.0/debian.gcp/control.stub.in @@ -0,0 +1,90 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper-compat (= 10), + cpio, + kernel-wedge , + dctrl-tools , + kmod , + libcap-dev , + makedumpfile [amd64] , + libelf-dev , + libnewt-dev , + libiberty-dev , + rsync , + 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 , +Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-gcp/+git/=SERIES= +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Breaks: iscsitarget-dkms (<< 1.4.20.3+svn502-2ubuntu4.4) +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-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-. --- linux-gcp-6.6.0.orig/debian.gcp/copyright +++ linux-gcp-6.6.0/debian.gcp/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-gcp-6.6.0.orig/debian.gcp/d-i/firmware/README.txt +++ linux-gcp-6.6.0/debian.gcp/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# --- linux-gcp-6.6.0.orig/debian.gcp/d-i/kernel-versions +++ linux-gcp-6.6.0/debian.gcp/d-i/kernel-versions @@ -0,0 +1 @@ +# arch version flavour installedname suffix bdep --- linux-gcp-6.6.0.orig/debian.gcp/d-i/modules/none +++ linux-gcp-6.6.0/debian.gcp/d-i/modules/none @@ -0,0 +1 @@ +# Empty placeholder --- linux-gcp-6.6.0.orig/debian.gcp/d-i/package-list +++ linux-gcp-6.6.0/debian.gcp/d-i/package-list @@ -0,0 +1,203 @@ +Package: kernel-image +Provides: ext3-modules, ext4-modules, squashfs-modules +Provides_amd64: efi-modules, ext3-modules, ext4-modules, squashfs-modules +Provides_i386: efi-modules, ext3-modules, ext4-modules, squashfs-modules +Provides_ppc64el: ext3-modules, ext4-modules, fat-modules, squashfs-modules +Provides_s390x: ext3-modules, ext4-modules, ppp-modules, squashfs-modules +Description: kernel image and system map + +Package: dasd-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: DASD storage support + +Package: dasd-extra-modules +Depends: dasd-modules +Priority: extra +Description: DASD storage support -- extras + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: ext2-modules, jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: btrfs-modules, ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: md-modules +Depends: kernel-image +Priority: standard +Provides: crypto-dm-modules +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Provides: nbd-modules +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + --- linux-gcp-6.6.0.orig/debian.gcp/etc/getabis +++ linux-gcp-6.6.0/debian.gcp/etc/getabis @@ -0,0 +1,15 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-gcp" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-gcp" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-gcp" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-gcp" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-gcp" + "http://ppa.launchpad.net/canonical-kernel-team/ppa2/ubuntu/pool/main/l/linux-gcp" + "http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux-gcp" + "http://ppa.launchpad.net/canonical-kernel-team/bootstrap/ubuntu/pool/main/l/linux-gcp" +) + +package_prefixes linux-image linux-modules linux-modules-extra + +getall amd64 gcp +getall arm64 gcp --- linux-gcp-6.6.0.orig/debian.gcp/etc/kernelconfig +++ linux-gcp-6.6.0/debian.gcp/etc/kernelconfig @@ -0,0 +1,7 @@ +if [ "$variant" = "ports" ]; then + archs="" + family='ports' +else + archs="amd64 arm64" + family='ubuntu' +fi --- linux-gcp-6.6.0.orig/debian.gcp/etc/update.conf +++ linux-gcp-6.6.0/debian.gcp/etc/update.conf @@ -0,0 +1,7 @@ +# 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/noble +SOURCE_RELEASE_BRANCH=master-next +DEBIAN_MASTER=debian.master --- linux-gcp-6.6.0.orig/debian.gcp/modprobe.d/common.conf +++ linux-gcp-6.6.0/debian.gcp/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-gcp-6.6.0.orig/debian.gcp/reconstruct +++ linux-gcp-6.6.0/debian.gcp/reconstruct @@ -0,0 +1,56 @@ +# Recreate any symlinks created since the orig. +# Remove any files deleted from the orig. +rm -f 'include/linux/ceph/mdsmap.h' +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/helpers/close' +chmod +x 'debian/scripts/helpers/open' +chmod +x 'debian/scripts/helpers/rebase' +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/xt_string.sh' +chmod +x 'update-dkms-versions' +exit 0 --- linux-gcp-6.6.0.orig/debian.gcp/rules.d/amd64.mk +++ linux-gcp-6.6.0/debian.gcp/rules.d/amd64.mk @@ -0,0 +1,30 @@ +human_arch = 64 bit x86 +build_arch = x86 +header_arch = $(build_arch) +defconfig = defconfig +flavours = gcp +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_hyperv = false +do_tools_bpftool = true +do_extras_package = true +do_tools_common = true +do_zfs = true +do_libc_dev_package = false +disable_d_i = true +do_doc_package = false +do_source_package = false +do_dtbs = false +do_common_headers_indep = false +do_dkms_nvidia = true +do_dkms_nvidia_server = true +do_lib_rust = false --- linux-gcp-6.6.0.orig/debian.gcp/rules.d/arm64.mk +++ linux-gcp-6.6.0/debian.gcp/rules.d/arm64.mk @@ -0,0 +1,27 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = gcp +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = false +do_tools_hyperv = false +do_tools_bpftool = true +do_extras_package = true +do_tools_common = true +do_zfs = true +do_libc_dev_package = false +disable_d_i = true +do_doc_package = false +do_source_package = false +do_dtbs = false +do_common_headers_indep = false --- linux-gcp-6.6.0.orig/debian.gcp/rules.d/hooks.mk +++ linux-gcp-6.6.0/debian.gcp/rules.d/hooks.mk @@ -0,0 +1 @@ +do_enforce_all = true --- linux-gcp-6.6.0.orig/debian.gcp/tracking-bug +++ linux-gcp-6.6.0/debian.gcp/tracking-bug @@ -0,0 +1 @@ +2045153 d2023.11.21-1 --- linux-gcp-6.6.0.orig/debian.master/abi/abiname +++ linux-gcp-6.6.0/debian.master/abi/abiname @@ -0,0 +1 @@ +13 --- linux-gcp-6.6.0.orig/debian.master/abi/amd64/generic +++ linux-gcp-6.6.0/debian.master/abi/amd64/generic @@ -0,0 +1,28576 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xba00d0ff brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xf16ba3bf brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x1772bea9 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x26836d0d devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x368881d0 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3882d58f devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x50460bf6 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x76256115 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7fc290f6 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8a9f63de counter_put drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x3cc735af crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xead5902e crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xf868752c crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x036e0010 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x04a86df7 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x05b93114 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x068f6f53 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x127802fd devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1415826a cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1847ea6b cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x194ce313 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1d99ccab is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1dc20808 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x240ac660 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x260d48bd devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x268e4e3b cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x270452dc to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27139d58 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27b583c8 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x28c3be87 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2bdf73cd read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2c98fe65 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d9ebc9e devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30f888fd to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32b6dbb4 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32c6112e cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x38f9f6f4 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c3c56b1 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3efd58e9 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x415840a7 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42f98648 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x48512a22 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4fb8d6f6 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x500c54e8 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52344088 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5d90d9f4 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62ce5153 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x639372f3 pcie_aer_is_native vmlinux +CXL EXPORT_SYMBOL_GPL 0x67e093bc cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6963a8d0 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x69e61d4b cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a541c8d cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b62c939 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f460b57 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x767fe3df cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x784c757a devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c193115 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d414104 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x80bccd36 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x82d46081 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x89c44559 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8bdffa01 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x938a1b71 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93b03c58 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x945e7f22 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96d74fc7 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96d8d69a is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x99354e39 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a4c8edd is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b709a92 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9e0639b2 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9fe722b4 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2b21b14 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa32d1257 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa60011a7 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa66e48a6 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7966e4b cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9b03d08 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac1c6b40 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xafaeac23 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb03a861a cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5b5a899 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb95fe6eb devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb6e587a cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc9b2bcd6 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd00e8ac clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9399620 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdff81aee is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe44767a3 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6045ff4 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe8555e69 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe957fb52 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea9b9c2f cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xeb1238ae cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed73c031 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xee354cea cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb7086cc cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfe7eda6d cxl_map_device_regs 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 0x0b6c0a8e dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x12c9d545 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1a88ef7c dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1c342b03 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x31d55483 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x48aedb8c dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4a8eefbb dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4d2d3810 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5814ceb8 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e0b26c9 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6650ad0b dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6d36fd91 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6e1095b6 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x775b18bb dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7b02e55e dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x89ce9cbd dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x924c69da dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x92dd1891 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa02a28e5 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa7def5a6 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe8259b1c dma_buf_pin vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x944ae112 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 0x31d10c41 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x4d4e5852 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x718d5df6 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xcf16dcb2 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xe0d2676a crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xe35c04e6 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 0x02fb60ff acpi_video_get_edid +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 0xef240686 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x7abb0d99 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x178a179f bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xd2a57344 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 0x390594dd btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xface4a5f rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x32c6cce4 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 0x093d21aa ipmi_get_smi_info +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 0x5a319e39 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 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 0x91f65e64 ipmi_smi_watcher_register +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 0xbde52de4 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/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x4f90a702 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x53d19a94 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x582e43f2 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc9f3b3f2 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x22cceb36 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xa17c16db xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xd6ccaa19 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x5a2ac5f4 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x7e3c1545 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xe64391ca xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x004d8f17 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5bef6e6a atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x746aaa0d 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 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 0xb13b8cdc xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xd393754f xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xedd662f2 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x840520a3 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07e630a6 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x080bf769 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x08d97577 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f64ea22 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1c4981b1 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1c699804 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2009efa2 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2a3d5f58 fw_bus_type +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 0x3ff9d9ab fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x548a7064 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x59be8f91 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5afabd97 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x642b93de fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6f016f7c fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x73cebb40 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8ad17c16 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b80f62b fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x952e8318 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa08dde29 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1a9f6f4 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc3a0ab2b fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdfd73f90 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0554e35 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5b8e874 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf1f26bb9 fw_iso_context_queue +EXPORT_SYMBOL drivers/fpga/dfl 0x49e86f60 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x72c2fa95 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xb1267b7a sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xbddbdf49 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 0x01db2d20 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04cacab2 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x051eb2ec drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x05c61206 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0632b388 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07dc5c78 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07fc0eec drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0896126a drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fcc6cb5 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1104d323 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1401fa17 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1577d647 drm_dp_cec_irq +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 0x1763d090 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x17f00972 drm_lspcon_get_mode +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 0x1aa4069c drm_atomic_get_mst_topology_state +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 0x1b1f86da drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1cb4ef18 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2017cb8b drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20d436df drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x248ba8d6 drm_dp_mst_atomic_wait_for_dependencies +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 0x26a92630 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2742d357 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a23aa05 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2b2cd2d4 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c4ef79b drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d9aa1da drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2eb611c8 drm_dp_downstream_id +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 0x33447de7 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37e8c4fe 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 0x3fdc3aa8 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x41f844f3 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4312049d drm_dp_stop_crc +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 0x46c7afb6 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a233f42 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a577189 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ce6f16e drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e48eb0e drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e589cf1 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f1d4042 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50d80527 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5278b9f0 drm_hdcp_update_content_protection +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 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 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 0x5addda8f drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b61e275 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5bfcceb7 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e4929d4 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6219090a drm_dp_pcon_convert_rgb_to_ycbcr +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 0x6829c0e6 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6933f8df drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a3ae6d4 drm_dp_read_sink_count +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 0x6b499640 drm_atomic_get_old_mst_topology_state +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 0x6c52e644 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d031ff6 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6efed6bc drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f60df33 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f7a7538 drm_dp_dual_mode_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 0x71fa2df6 drm_hdmi_avi_infoframe_colorimetry +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 0x7990fff4 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81ddef7d drm_dp_dual_mode_write +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 0x87eb69d1 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88cc809b drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ba3c6b7 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 0x8d94cd0e drm_dp_downstream_mode +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 0x9498c5ba drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9560b697 drm_dp_mst_edid_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 0x95919723 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9752afa2 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x975c28cc drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x976d4f19 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9778706f drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a45c0e1 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d9e80b1 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5333084 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa725bafa drm_dp_link_train_channel_eq_delay +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 0xa9c2d737 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab5e0ef5 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xabba1931 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb12cc2d3 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb33294fa drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb86a342d drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb90349d4 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb913a128 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb97bbe87 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba5e225f drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbafa321c drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd50d50f drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd8741be drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd8e23c7 drm_dp_mst_topology_mgr_init +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 0xc3e39d43 drm_dp_lttpr_link_train_channel_eq_delay +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 0xc6c7add3 drm_dp_mst_topology_mgr_set_mst +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 0xce3b0d73 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce4954d8 drm_scdc_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 0xd22bbb24 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd37107ea drm_dp_pcon_frl_enable +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 0xd71c30dd drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda7074ad drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb7058e9 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd579890 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2a406fc drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe34ecf5d drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe475967e drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe50e1a4a drm_edp_backlight_disable +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 0xe5c36ec7 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe8c1a92d drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9c677f2 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec1538f2 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed01cd96 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeebe38bb drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf30bf49b drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf503bf6b drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf685c66c drm_dp_pcon_frl_configure_2 +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 0xf8f3f235 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9550332 drm_dp_mst_put_port_malloc +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/drm 0x007312bc drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x024a3c0a drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x026d077f drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02f32f47 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0367c1c9 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04ac1598 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b8ad55 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04c2dfdb drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06db1f38 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x074f3f74 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08205fa4 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x083faf6d drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab542c4 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad0abbf drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ba76d1c drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bfae196 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c73ab6f drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d5940ed drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0de5e447 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ea10f32 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ea3e370 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f2db0e2 drm_object_property_get_value +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 0x0fe430f3 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11001b73 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1149e43c drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12a4b4e2 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12fa8d2b drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1435df3a drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1466d274 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x153421fb drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1611a023 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1797234c drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1812a2f1 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x185447c1 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19ba1885 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19eff8ca drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b242f9f drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c14c1f3 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d48a4fb drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd9e950 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e42fa11 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e98f085 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f527ec0 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9fc9d2 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2024a8c4 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20410d50 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2145a027 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21fc0c4b drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x222e06f5 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23331f67 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23c623f0 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24c61aa7 drm_get_edid +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 0x2522169f __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x253a2123 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x256c8310 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26c88874 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27fca003 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x292f1d55 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2991195a drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29be228a drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a0432c1 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a59d1ad drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba747f7 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bb2300b drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c24e093 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c3cfce6 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c55ef7a drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e2e6f7c drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f155f70 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f224b11 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f83413c devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fb58e59 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30a677f0 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x313e725b drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x319019e4 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32389849 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x333f47b0 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34104395 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34e2a0c9 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35fe8dde drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36563c9d drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x371468d9 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3715ebfb drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x391e0431 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x393ceb40 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39d52cf5 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39f07bb2 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39fe6f6b drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a26532d drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac2bb8d drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b40d5fa drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3be2ac4d drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bf0a2ee drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c6c57e3 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c8cff58 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3da2a047 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e5c7283 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f71e998 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fb1d27e drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fc847d2 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x405be6e7 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x421abb47 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4405d3c9 drm_connector_set_orientation_from_panel +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 0x45769af6 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46843cdf drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x473a10cd drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47b4e9b7 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47d0a0c2 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48be2a09 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x495a5f69 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49915d33 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a0fad8d drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4af9c5f7 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b2ab48d drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc0f90d drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc6870a drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d1b36f9 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d95ddb2 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4df09afa drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4df10a6a drm_wait_one_vblank +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 0x5124c5f9 drm_privacy_screen_unregister +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 0x533c52d9 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x536d76c0 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x545ccb24 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54783792 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54dd5755 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x552302e6 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x558c54be drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55ce5280 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x566774f3 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56bce567 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56e42f29 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f35665 drm_writeback_connector_init +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 0x59142b34 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a0ec4ab drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a73d8db drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a8a96da drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a98adc9 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ab4acbc __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb293f1 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8f110d drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9b20b3 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d5f93ec drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbf61b2 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f3cf55b drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60bf4719 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60db2d89 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x613e9802 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61495cda drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61c4e876 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62585a6d drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6291de82 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63957a44 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64f7b9a2 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65928674 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x666e807c drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66a2adb3 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67034454 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x682ad73c drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68e6f376 drm_connector_attach_tv_margin_properties +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 0x6a8ba025 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a8e2828 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac698a3 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b987392 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6beaffff drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c002362 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ea891df drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ea9ad27 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f331643 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7002036c drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70303cfc drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7061d6e5 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x710ce20a drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x724fe367 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x726172a0 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72df370c drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x732b752d drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73ead41b drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73f7a210 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74068186 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x748c8b48 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74c5e74c drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74da8de9 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x762a0a99 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76dbe0f1 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ce5efc drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78f1b417 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79aba633 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a98ac61 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b92b5e5 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c348af4 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c57382d drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dfb263a __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3023c6 drm_crtc_vblank_helper_get_vblank_timestamp_internal +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 0x7ef238a9 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f69e92a drm_panel_remove_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x802ea147 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8129d1b7 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81a11d71 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82ad899a drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85e9eb81 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85ea6103 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87aa5d2f drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87b8d339 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87c5dfcd drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88fbec4e drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89eec64f drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a721e1f drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b0b8ac5 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b144059 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b435944 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b75fe47 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c812ee4 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f30cc5c drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f6a37e7 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9068d6ad drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92750749 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92e100c4 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93a6cf21 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94c5d138 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9514f4b7 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96fb3eab drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9758e2c5 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9769da6c drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x978298a9 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9784a4b5 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c8c62e drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e30591 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99f3a0cc drm_connector_attach_privacy_screen_provider +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 0x9bcd234f drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c4dddba drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5d988b drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cbaf164 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d6555fc drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e5b57fa drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ebebd26 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f140c06 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fb6e182 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00a3d2b devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1235114 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa29e91e7 drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa30ad9d7 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4987943 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa52847ea drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5570cc9 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa55e4246 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5eec8f6 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa627f410 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63ec5ca drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6502703 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67d9061 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6e8e12f __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa79a4c8d drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7e9ffa6 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa827617e drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa87a3278 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ecb724 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9979502 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6b0b40 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa96dc2b drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0a61b2 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab3da9bd drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab7419ca drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabee6090 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac36d48f drm_plane_create_rotation_property +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 0xaec76bab drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeefb8fc drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb01c5f87 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb046b016 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b4aab0 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0d42d8c drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb166c033 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb17fd7e5 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c667d1 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1dba98e drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2032740 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb24e05a7 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2e3e545 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb33b2dfc drm_gem_dmabuf_mmap +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 0xb442bd07 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4d5933c drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb55aee90 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7e5cb56 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7e8d338 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7eb86d2 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9358c7c drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaab01bb drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb022f7d drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb9f7b44 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc57a933 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdeb2726 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe1223c8 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe92e740 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeb84a2b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf69fc42 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfea9afc drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0feed6e drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1592947 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc304347b drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4919218 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4fc26ec drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5771225 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5cf0d91 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e06da3 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc69285f5 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6bd6752 drm_mode_destroy +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 0xc918ac60 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc98d476d drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca0da565 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd69706 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdec4fe4 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcea37660 drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfbe49e1 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0b96104 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1816cc1 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1cfc2b8 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2662261 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26881f8 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2ed03dd drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd358b09c drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4be8d91 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c7565b drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5bf352f drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6b35c15 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6e53211 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd71b039c drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a2171c drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8eb76af drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda7fc40c drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdac9b88e drm_writeback_queue_job +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 0xdb6bef9f drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc699f4a drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc6e7280 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +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 0xe15d177f drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1f05b05 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1fd8bac drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe214f46b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2c8eafa drm_object_property_set_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 0xe42facf0 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4388ae7 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4dbf630 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe52dfa34 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5e74e3c drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe757164d drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe771ea9b drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe78d92b4 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7a7b92d drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7dec5bd devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe80f016e drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe83fc193 drm_syncobj_find +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 0xe9b3622b drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9d3387d drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9fa764e drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea89d631 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb71b9a8 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed43359d drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee98f870 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee7a4a8 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef70995a drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef7f5503 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefaec8b5 drm_hdmi_avi_infoframe_quant_range +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 0xf0addcc0 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b8ed58 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf12c2a6b drm_mode_put_tile_group +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 0xf2dd7867 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf30e5247 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf31586d6 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf347bade drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3e0cd79 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf555bb26 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5619df9 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5b2d0c6 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf626d208 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf69320bd drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7309685 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf869c579 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8e71e9e drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9453615 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf97a1b4f drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9f7b403 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa1b76ec drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa5efbb5 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaa0fe22 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfae3bc21 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfce9a01d drm_display_mode_from_cea_vic +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 0xa9f914e3 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xdbf36e80 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xe9aa0a40 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x5376cd12 drm_exec_prepare_array +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x6ba266ec drm_exec_unlock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x7334bb34 drm_exec_lock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x8af7865d drm_exec_init +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xa387b27a drm_exec_prepare_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xd70b64bf drm_exec_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xe2e3c8a0 drm_exec_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00564f50 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x015d5086 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x038403fb drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x087c3ff6 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a5f8543 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a694016 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b09d629 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b1fdcad drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d9ce253 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11fbf4b8 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x121861ac drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12489bdb drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x125439d2 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12fed095 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x134cb480 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13f4e530 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17d45c31 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18208141 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18cca522 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1de21ef8 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1df6b1c3 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e1783f3 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e317390 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20574683 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21902711 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21f55f93 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x252c1d00 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28128e27 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28c6784f drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ba7a6a9 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e770114 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ea786a5 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ebe69a9 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30083785 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32fcf832 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x349a23f9 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36ecdfea __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37f2e22a drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x384814d9 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c6004a7 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c8a7ee6 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c9532c7 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d398f17 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f478bab drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x418e8360 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43da1d8e drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44dd5c26 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x454ec18e drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46af0c43 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x494e53ee drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x496c29aa drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ac2c02a drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b7e4ec2 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e325952 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x507dbb98 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50ae0b6d drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50f6a37e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53c8dd6f drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x570bcc35 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58bcfb52 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x594b2536 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a807b28 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d4442e9 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5daa8be6 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5eb683c0 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60e598aa __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x626706fe drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6274670b drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63f52a90 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x644ceaeb devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x690d0322 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x695f431d drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b6d00cd drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6da8f95f drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f9ace12 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fdf8bce drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fece5b8 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7081150d drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x715da756 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x737c2d7c drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7721cd71 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x775cdbbe drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78f1d3ea drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a810d11 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ce4613b drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dd8da4e drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e050bf8 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80345647 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81e94d4d drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84a88703 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85ab2897 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x877ac036 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89ce4c9d drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b5e0b3c drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b974b47 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d1ca8af drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d4381e1 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e774b69 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9153382d drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9173c855 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x934f294f drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x972d4c98 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9788c534 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x983c1ec7 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9868d989 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98c2cae5 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a5f3da0 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b5d6843 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cdbdc79 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f7d1d5d drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0250afd drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa241a199 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2acf428 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa53ea929 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa617805a drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa66b427a drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6e83a71 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa84ae2e2 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d16885 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab234861 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab61d9d0 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabeb2530 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xace097e2 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaeccac59 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf4bcbb0 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafd66739 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3da9ccd __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb44b28e3 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb489953f 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 0xb6ac2a2f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb727084f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb731d0c7 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb75db5dd drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbaf8f24e drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc6a8a65 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd328373 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd53e25f drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbddacd57 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe100ba9 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf8e1545 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1ba3545 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2c4fd98 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3e9a1ac drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4158223 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc48494c4 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc55b047a drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc650a2df drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8f5be5a drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9203dad __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce733c02 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd149a01f drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd155dad8 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5017502 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5093986 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd62210b5 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6618774 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd67fb536 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd703b454 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd813e206 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8361861 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9db1cb6 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda2fd97f drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb015611 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb210a39 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc282864 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd1feba7 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd20f120 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdeafef65 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf3cb83e drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfc7e379 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3392a5d drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe395b820 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4c6c670 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6b6eabf drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8120c60 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8b6cb28 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea23f019 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb7e2ae4 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec407971 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed0879a6 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee3b4219 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeebb8ba0 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf04c459a drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0dd0354 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2fde14e drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3609031 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf37024ac drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf545260a drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf630b654 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6945cce __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa0b39a1 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa6d59d6 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaba43e7 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc4f624c __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcb0839e drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe34b70a drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff2938ef devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x070dbc22 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x196510d9 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2a691db9 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x30ed4eda mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x44176133 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x44651cb1 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x44d6719c mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x483821d0 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6046acab mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x65cb9514 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x69e72be1 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x72d2caa0 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7952c050 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x84e14b8d mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8c5ce6b3 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9d136fe6 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb31b9c5c mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb4436609 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbbb3ac5c mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcc877f45 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd3210f98 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd40be905 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe4e491f3 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x01af188c drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x046f5316 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x15d669f5 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x72b6ac16 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x80962fb2 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x820f8698 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9c78c000 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf91f6a70 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 0x402d2fea drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4bbb88fa drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xa8dc704e drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb0c6a2c8 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xdce31c63 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0e88c9d8 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0eeadea6 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1db4b51f drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x25fe6a89 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x463a7f99 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x58450b14 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6ebdb9b7 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x77b72fc4 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x798ca0f5 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9b0ea4c9 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb27d8a62 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbb8665ec drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd1258757 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe32e0f30 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe537f6d3 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfc8d5fea drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1a78d9dc drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3c83e30f drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x41f517a8 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x540c6bda drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x66f245bc drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x687df9fc drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6f7f37e1 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x79c38d90 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7a6394db drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7db6560d drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8602b42d drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8a1d0032 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8fcaa8cd drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa0a305b9 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xae1a298a drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xae8a8d33 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xafe98c67 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb1d91685 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcbee357b drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcd6aff11 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcded81ed drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe8c6950f drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf2024428 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf2453da1 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf45dc2cb drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf61f83b1 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x003c72a9 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x005acc0b ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ce56783 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x13a35d73 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c8f048e ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2095987b ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x253e0c76 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29399716 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e58c7b7 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3587737c ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3720ebad ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38c3fc09 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x391c774a ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39807b41 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3f08c9f4 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47abcef5 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x484d65d4 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x487ee2f6 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4500a6 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b386d8e ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4bae94c4 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ce6f197 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e5a626e ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x53e2b1f4 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68cbdb4a ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69c0b437 ttm_resource_manager_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 0x6bd258f1 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x706de268 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x79ed672e ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7db37cb6 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7dd11d39 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x822ae767 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x83baed8e ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x855cd597 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86e32196 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x892f9b79 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ac6c9ad ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bb57896 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92fa84d5 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99128282 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9bb437e5 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d0b8142 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9efd46d5 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa836594d ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xab3e4248 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb12a3c5c ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3bc1585 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb51e0208 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7a827e8 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc81231fc ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8437d64 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd27fbb30 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd5dff7bb ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7110572 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbeb6c80 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbef2b38 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb44e048 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xebe9061f ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2bedfa9 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7094b53 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf82600fe ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8ffb9a6 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff0fcdfb ttm_pool_free +EXPORT_SYMBOL drivers/hid/hid 0x6bc67237 hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x09c65b40 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0f6cf7b9 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0fc139ba ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1976770e ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2b9d0e8d ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2fb268e3 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x310d41c9 ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x31e35bc8 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x366fca03 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x376da8b3 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3c7003a6 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4179d87e ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x41c60fb2 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4b959309 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x53c2f8f3 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x540141a6 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x55288a22 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5af212d5 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x631eef32 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6477ca94 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6acf22a7 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x70c1d687 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7341ef48 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x83fc3293 ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9b6490fb ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa43e6c26 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xade7d508 ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb542109e ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb6e5c672 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbe7eab0f ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc14c4a4c ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc4b28237 ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc6d219e5 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc8f0bce2 ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdab9ff22 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdc23db7c ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe198f758 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xed9b0d4a ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xef5c9797 ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf4a64728 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf7f42d64 ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xfb781c30 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x273781ef vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x2dddf5f0 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe5f2846a vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x652f1b49 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 0x3f812c71 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x019eb9f2 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 0x227ecc2e i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x5b30dfd0 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf5a01f7f i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x87f072dc i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8b3d5de9 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x701e50cb 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 0x1366f7b9 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x8a721fc7 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x32acbd19 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x66db8686 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xaaaf3fc1 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x126fda9a iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x1976fa69 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x29b3a37a iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x359e9e57 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x3d82a2b6 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x45512bec iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4cfcf462 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4d3b8c0e iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x591601d5 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x59fcef8c iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x6909958b __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6f31e188 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x7d3cc75e iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x8eef63d2 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x918c3c5c __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x9c2fe750 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xade084c5 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xb553cd67 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xb6fef10b iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xc4acdc75 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xef87a31f iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xffbce84c iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xbc25812c iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa68a3e78 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xd4960812 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xf695fd53 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfafd2da3 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x19fd6937 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x5ddb98aa iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x6f1062e1 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xe93552ba iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x4cdd0bf8 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x58b8a523 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x038205ee bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x106d8b75 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17970177 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x203b2df2 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x231eb5e6 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x390d6fd0 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4ac34a0b ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x641f91d4 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x660242d1 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89471594 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8d66cc96 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x90b3bb6f ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbfb8b562 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc8dac3bb ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe9f52727 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf1624e36 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01230d5a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x031d1019 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0425de82 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04d51736 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05041501 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05b101bc ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x065976be ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06ec872d ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x074c23e7 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x084c4176 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x096b293c rdma_nl_put_driver_u32_hex +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 0x0d788adf ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0de2d3a9 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0df50e46 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x172ac746 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1814d98b _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1859eda5 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18652958 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a05fad2 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a3a5f5f ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ac32cca ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1df2ca90 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e6eb8e7 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f7aba1d ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fa11daf ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20090de4 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x234af71a ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24c822c6 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x256692cf ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27f8b46a rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29986248 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b29a20c rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c7f416a ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d69a586 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e4f9012 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e626475 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31919b41 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35873742 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35985d02 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35cba9d8 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x382a0bb4 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38d5cdd2 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ac94359 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d47a6c2 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d8a55da ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ecff7a0 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40e8d7f8 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41b27f48 ib_unregister_mad_agent +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 0x458d540e rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46431d46 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a5f3b73 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b33def8 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cd9d233 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dad81af rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4db207b2 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e36c870 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ea390ca ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ed32d41 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5077b947 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53695ec9 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53a7650a ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x569f8c1a rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x577df003 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58f94502 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59b63bd2 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5aa19f0e ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d3d272b rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ec61f08 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f7470f7 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fe881aa ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x604f8bc9 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x611cca63 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x616d62a6 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x617bfab3 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61e1668f ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63c9e1b2 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64f4bc76 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64f72473 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65db1a6a ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65dd2b46 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b274ec4 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b7fbab5 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ce9ec24 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fd59346 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fe1e84e ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71e16305 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73905049 ib_get_vf_stats +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 0x77f6021e __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79ead216 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ab82014 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b462ad0 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d946196 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7df054e1 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fad4732 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80d393e0 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x811f36a1 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x812449ee ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81d27d85 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8200dbd2 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83b5c643 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83d1cc87 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83f2d3e3 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x859d335a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8795c115 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89b24cf8 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ad41127 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d03728d ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d27b304 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8db54a2a ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e3d45cc __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ea9000e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8eb2b94f ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9130d0d2 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x913337ea rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91dfecd3 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x938c8dc4 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9427b565 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x949ecbf0 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94c87e49 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b2b74de ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c7c4e64 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cdd196c ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e305415 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2d59cab ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5c9cb4c rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6486cc4 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa25c022 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab5d870d ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac346dd7 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae1ee570 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafb92695 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafeff85a rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb09f6f40 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0f556a1 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2222995 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb399e4c2 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb55427a3 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5b0870d rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6292543 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7a08db9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbd0085f ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdf2e6cd ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe6aed7c ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbeb037ff ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc322f65f ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3a25d6e rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc43e0208 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7cf1b27 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc99d874b rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca2a2878 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca437ed1 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcada9cbf ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb55ff3a ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbfd0c08 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc0a3b5f ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc82c93d rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca51711 ib_create_send_mad +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 0xd2953e98 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5d3edcb ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7c31983 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8dafd83 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd964575c ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd99c0b3e rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0fbc1a ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbf43ac1 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd483fc2 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe20f8be2 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe29cdd71 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe511d716 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6f70e2a ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe70ccb02 ib_register_mad_agent +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 0xebdabb72 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed1bc4bb ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed54f6db rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0050d6c rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0fd46c2 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf196dacd ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5ec58ed ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7a075ad ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf97dccab ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9e06aa1 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb6e1237 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd354dfb rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdc71432 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe45621c rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff8ce10c ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0403b69f ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1281ac10 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1921913d _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a3042b7 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x203d22bd uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2076caf1 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x30adceba uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a2fcd8f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x401a63b5 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4d232937 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x514c5ed7 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x597759ec ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x62d0ace0 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x687ceba5 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x69b45138 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6c56ee3b ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x795f482d uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8af4ffca ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bbe8c48 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9ed7abbd uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb0d0cdb4 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb59171f8 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb77a29f4 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc04ece05 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0d85e3d ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc2dbaab2 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc465c462 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc66b9443 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe392274a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe41b41b0 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb845e19 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf7b6e93b uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfb2e0824 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0652a6dc iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x45b4d58a iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x649381ae iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6bfef5b3 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x906b9a9d iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x929b8623 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbe377608 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdd8f4251 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07b3c9de rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0c1505d6 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1ac9b6da rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e06b76f rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x26604b46 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2a3beeca rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2c087c63 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32a44ed5 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x37f7fe63 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x416737e6 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x44849ba5 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x47b50b4a rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5d4e471f rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5e27aacc rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5f512552 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62a1bda6 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f751953 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b5ee1c7 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90b222d4 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x95cc5215 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9625a197 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa66207c9 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa61360f rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb26dac46 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb797e98e rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb8ed945e rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbcb28881 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbf8b838c rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2028032 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5fd6f71 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce9f2062 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd65f9660 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd6818f36 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf7409697 rdma_notify +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0b5ce4a9 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x112334d3 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x123223a1 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1eac346c rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x291abcfc rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2ca0a19d rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x34036597 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4155331b rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4199f1ae rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x54e5541a rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x73c51807 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x82b43b74 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x89ccd677 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9859f75f rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9e27ed15 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xaa7ec15b rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xab6c5684 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xaed6efe7 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbf54b041 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbf9b2217 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc158fd4c rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc6af958e rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xdbaead6d rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xddf16be2 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xef866f0d rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf0f1cd9e rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf67e5692 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf87b2422 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xfc68a9cc rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x115b4533 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2635d388 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3ed581c2 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9921643d rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa01431f9 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xb0a02319 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbdd3a1c6 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x4af1cba2 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x813fee48 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x86dbd149 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-core 0xf430e0bf rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x04ec18c5 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0ce9fc17 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x11acccb8 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x16f3dcf4 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1bbe2a0a rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4b40b8ff rtrs_srv_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x10e28f43 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x35c9b019 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x627f8529 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x70a0b28b __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9ac8d02e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb0620b21 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc8551ad5 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd1d59613 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe26f75a3 gameport_set_phys +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x8d389adb iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xcbd01da1 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd725c1c1 iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x58faf9b1 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x455f8c57 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xbb38e72e 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 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xd4995c2b cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xc2c382b8 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0bd0f236 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x56f86b64 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x7303793b sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xddde6964 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf7b4e1c9 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x095b25fd ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0a0caaaf ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x1bdf8b49 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x3c560f90 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x4c0a30da amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x67d69b86 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x80dc5d8d amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa725a2d2 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1459c2b4 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2989d2e3 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3fd4b189 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd5eae7ea capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed60215b 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 0x0fe7c42c mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x523c413c mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x67680ad0 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x7415970d mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x0f7d297a mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x2c3c187a mISDNisar_init +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 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x35aa0935 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x39a8b436 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3b3e58f6 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f7e1974 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x40a16ba1 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x42274e47 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x508c3fab mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5459a512 bchannel_senddata +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 0x611a1b53 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6a346b4a mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x81e1c05a mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x828ac5ed get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97d53de7 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9b9eb8f2 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xabcd4a06 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xad65ff79 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xae6b0231 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8c787c8 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcc016fce mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd2aca593 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xddf5faa8 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe1baf923 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfcbf2bdd mISDN_unregister_device +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 0x8fe59dbc 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 0xeb8411ae 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 0x581df233 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x77a6dcd4 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xe5ffc9a5 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xf8a2eccd dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x090b902b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x79b990e4 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x86a0d16a dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb0066356 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xce8305ed dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe921b1e9 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x009f78ae raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xb963313b r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0e8c756a flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x33b0633b flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f3a8929 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6e8750ac flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x719df81c flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x866570ba flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8869a7de flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x98001cf2 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5b70812 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd7b0b34d flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xec8d7b94 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf2b8491f flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfafa577a flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x203404df cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3649754d 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 0x7690ba18 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8e3dd5b3 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 0xacd655e4 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x26e95ecd 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 0x8ae79343 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 0x39826227 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xb7622fab 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 0x09cf7ea8 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x2b679ab9 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x33a1be17 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8ff1ec48 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9a915e77 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xcdd3e208 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 0x9f35c17f vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01128b79 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0a99439b dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0bd9149b dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x12d1d822 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x189c17f8 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x20e0c2bc dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x23b11cf9 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x249dd1c6 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3a74d23d dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4425e8c7 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x561228c4 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58323e49 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5fe3a1f9 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x654a2e52 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6b18198b dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6f6b4e42 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7a28b555 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7c6e372c dvb_generic_open +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 0xafbbc1d5 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb6bd9e70 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbd1d0e38 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbffd6485 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd46533e9 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe42c08fe dvb_frontend_suspend +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 0x1aa55d5c au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1ba7f694 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3b8cb9e5 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4c7739a4 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5002d63d au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7d8afa09 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x95393f40 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa28f0c47 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa6465dbc au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x320d88a5 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xad9c7014 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0f1d21d5 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6d16a187 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa678c119 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xaaf482d6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x11777cf6 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x40e15d32 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x513986a1 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8368159e dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9b631795 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d511527 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa7ea66dd dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb3c9fb82 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc8a67f79 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd40601e9 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdd083cce dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe1f02230 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xedb98b1f dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x15a4f79d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1a151da9 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x63fe81e5 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa2f7e846 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa7664a19 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x4925fb9a dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x857c6edb dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe40d6997 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0dc1f493 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x10a46534 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1923527d dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x26a13ccb dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x46593a40 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x562621fa dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x68e2ec47 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb8df3dea dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb92a8939 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd17892c0 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe50b5e23 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xec22092f dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1fa56f23 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x73b56bf3 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7a544211 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa5f804bc dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc1588d34 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x46f70101 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd47ea438 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xed392569 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xc685b6e7 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x6445c75c lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x646fb47c m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xba739d8f s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x761a26a2 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x9119baba zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x28edceb1 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x487094cc flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x573f84c2 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x58739e25 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd19e1dec flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd9fb66de flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf2dabfdc flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x08055be9 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4ee4110e bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc160a91c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdc2dac6d bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1c5c7f8c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6071d04a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8a16838f bttv_get_pcidev +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/dst 0x336a1670 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3b487125 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x557340dc rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x56cde208 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5991f35f read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x92aed0e1 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x95ee6e62 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb5afb799 write_dst +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1e876a23 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x387fbc27 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa1fa0309 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb554edc3 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd12dd745 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 0x085fd27d cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x41fedb0c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5ff4342a cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa00a6c54 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd00d2424 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdfe0a7ff cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfaff269f cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x22a47f33 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x3dce98f9 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1c7fde85 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3f420f30 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc48d6ffc cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xed09dd66 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x07288178 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x285f32dc cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x802d37dc cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9da0f6ae cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb382c4bc cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc52cd977 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc7bceaa6 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1cae5dae cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x20290ad8 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2a678a8c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31751a8f cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36d09b6f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3be501ac cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x50a2ba29 cx88_reset +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 0x73cfc14e cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7a5d0803 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7e91377b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x88b8d903 cx88_shutdown +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 0x9490ea2c cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae6165f2 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb541c968 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbb083b5d cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbb089101 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc37702f6 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd87b230f cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xec1f6272 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfea989a2 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3904c3cf ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x521b882f ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5fdedc0b ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6c057e82 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7cf29759 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97ed7c57 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa692cb01 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbce66baa ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc13e18c3 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd2e181ee ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd880a955 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe4daae15 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe5199cbc ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf7a641ab ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf93341d5 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfe38575a ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xff0938f5 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 0x124faf92 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5f01b0e4 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x627b5123 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7fcbbe00 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x938dc17c saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xad9273f8 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb4cf6030 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xba4c9993 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcfa917be saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd834bef9 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd87ea6b4 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x18080eae snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2b1ce731 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x69fb1424 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8cf96915 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8fe1962a snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd901c741 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfe4d9009 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x06674482 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1e67d50d 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 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x004fb97e fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa79ff4f5 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 0x67baf77b cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xdde01ecd cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x085a600c dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0928b8bd dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x27a87cae dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3b031b8d dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x45a3fb4d dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x477e702c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4b03d456 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6e849a39 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6f3083ea dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2429b5a3 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x59796e1d dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x62d951a9 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 0x93ad17f1 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbe8d511f dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xeaadb382 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 0x382cd76f 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 0x10b31368 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x15496a2a dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1dd5ea11 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3e5d278e dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x60505727 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x636503ff dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x75c9b0d7 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 0xf1cd00d6 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf2aca7cf dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x1fb9b48b dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xd798097b dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x0aebfb63 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe04e3cd8 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x04b5e657 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1822c0ed go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x39328f84 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x652a4cf4 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7a4fdf26 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc243bc34 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdddce44a go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf26fa1b0 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf858d681 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1d1828c3 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x220bcda9 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x38a03ef5 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x39452885 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3974e58e gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5048fc73 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5df4e85a gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x656a480c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x9b1a32ca ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xb0dd3300 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x317c5cad v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4c73705a v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x6e8f494c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x82cf8da4 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x9e041303 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x19fb9050 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x36ead4a7 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 0xa3983a28 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 0xf977839b v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02005844 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0516ccb4 v4l2_subdev_call_wrappers +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 0x08ba69f2 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0db356d8 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e5b8169 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14c9b114 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17fcf956 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18de05d0 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1eac3d90 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2159bb7c v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2820efa6 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a8bab33 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2dfebdb1 v4l2_ctrl_type_op_validate +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 0x32d78351 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x392852e9 v4l2_ctrl_activate +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 0x3c1d87b3 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e251ae9 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x40760f73 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46eb85b2 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x47626de9 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fc082a2 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55e107e3 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x573a140d v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f016b39 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6000daff __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62381101 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6620abb3 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x688fd87b video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6de397af __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77db6805 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c68c514 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8388effa v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8804b781 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3bacf9a v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa81cb93e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab5b8d7b v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf322c9e video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2f094ba __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb3b921a8 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb4094bc1 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb483cfd0 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb9896174 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd9145aa v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd117b823 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd29851c2 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd52a838a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7403573 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdea1be6d v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0867141 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe20942a9 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe23692fd v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb0908fc video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec50090d v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50cc843 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd64ce2b v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe2cdc05 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/memstick/core/memstick 0x16c67e31 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x261292b9 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2caf9dbd memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3c4ea33c memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x749c3b95 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x809d9881 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xab241058 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcc447981 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xee8a4805 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf1a008fc memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf6b90fbd memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfefc72bc memstick_register_driver +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0004e146 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01fcde7a mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0488ef5d mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x107525ab mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x11fb21ff mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13aa40a5 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13c007ac mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16fed16c mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3df312b0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x48b37454 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4b017c1b mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4debc985 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4eac600e mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52c7d292 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a0199b3 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x86e58773 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb86e9ac9 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbff27021 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc942ea36 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd184106 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd4011172 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb39635f mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb55f406 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0768fb0 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe07d90c8 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9310fb8 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf52367b0 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf64b6373 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfbcb60e8 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0cfff4be mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0f16ce8c mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x26db0ef9 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c7a8dc8 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d539c9c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x377a5354 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x443e6a71 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4ea69dc8 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x580d7f48 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5939eaad mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5faa8707 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8efe753f mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x90752530 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95dea77f mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9caedf8f mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa2f2d0be mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3eef7a7 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacf11a1a mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xae7a687c mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba7a3a0c mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc8a05da0 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xde076692 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf293b3f8 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf3d60346 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfbc7688a mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd70b31d mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff7fbc07 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/mfd/axp20x 0x1da33fa5 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x78cccd8c axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x78f567b1 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x09afec97 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x1dcd33dc dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x4feae286 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x06f40c16 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x110612d9 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x18fcafb8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x193bb3eb mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x317472d7 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5cbeff9e mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x64e5421f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7417b8a3 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xaf8331a6 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc7c99229 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfc3ce4fe 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 0x4ca6c813 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6fb9483d wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x735daee0 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7e9c738a wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x97e6b7e5 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xe1fe71a7 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x06c304b1 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd84d54e3 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x6789bec6 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xc75431d6 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 0x3b0a488d __SCT__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x4833c5c6 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x49d6cb16 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x4db271fb __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x52bc8100 __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x9c405015 __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xb1e58a31 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xd3d39083 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xedadc81f __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xfb70daa5 __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3dc47d4b tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x57695047 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x65ebc6c0 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x6671b6ce tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x69dbdc40 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x6af534e3 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x7cd0ebc6 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x8af8c1b9 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xae4f5d51 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb9ac1d5f tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xde471d0d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xef291890 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x14ea3caa cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3efdd892 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5cbe88a2 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x6108a5d0 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x74c090ba cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x11a0bf43 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xfa312eb8 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x217c0f34 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x27185918 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x656d1f4c cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7d57bf7b cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x934f409e cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa570c1bd cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe0631ddc cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2b8b7d41 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x75832f32 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x896cecf5 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xe1c09295 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x8274f0a8 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x9601d924 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x94502a5f simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xb11e4bc4 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xb50fb057 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0840f335 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0de56191 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x15c00193 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2edfc4cc nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x30e6299f of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x335663ba nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x41a3e04c nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x56bf76b5 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5b437fe3 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x60ec7eea nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78bda4e2 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7ee1f4b1 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82ba213f nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3f5973b nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xca78cd10 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcb0e85ee nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcc0231f0 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd09dc3ea nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd6c2a9c2 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe8b2a558 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xec7e90b2 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf5a186e2 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x4207b775 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x74631103 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x55c41df3 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xfc307c30 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x23217dfb nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2958ee17 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3339318c nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4ac839a4 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4ec38d4a rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5502a13e rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x59141222 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5f9065d6 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x65211107 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x933c8a2b rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc2f2ad02 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc56cc9d0 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd5046290 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdaf1e150 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe624cf38 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe6f626c1 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xff5497f0 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x03489aec arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x07d0ff43 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x235d434a arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5b1c71c3 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5bc590a6 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x649bee37 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7ac60eb1 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8495a70f arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb1175485 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb55f25d2 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc26927b3 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x37f971f0 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x4b6b6663 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x862cc377 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x017dcd5c ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9ff53819 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xfa1eee65 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xb05fd460 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xc8b140b6 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x19b51b5f b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1c7aec3b b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2961ecf5 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c81f67d b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x326ede97 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c881844 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c91ab01 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3cd10414 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3ed390e7 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3faeaaae b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4a6aa0fd b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x51328517 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5a2b1ccb b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6036812e b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6597c95a b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x65bf8a54 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ec47b50 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6fd1431e b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d6a9d99 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7e95fba0 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7f12a244 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b4c2745 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x919074f5 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x95ce4e65 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa0ee4284 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa851850b b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf44ef52 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb2a0154e b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb56569c1 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb60b45d9 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb7193bfc b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba5b8cce b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbbb4739e b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd3dee936 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd8c4b0a8 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe682c105 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe80fc20f b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf2fbe57a b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5a2a540a b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x673cbba6 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xca8812da b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xfa3da1fc b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x422dbe2f lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x51b63b5d lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x8e7e99fa lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x2b74564b ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x34c53d6d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x5c5ee20f ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x4ffca822 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x9745bc2e vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xee1b42bd vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x2c8085b4 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x2caa79af 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 0xad3efade 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 0xdf74d39a xrs700x_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x07e3a46d ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30d823fe ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3b3d3942 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3ee170df ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x58ebd07d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x634c6893 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x646e57ba ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x89ab37a1 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9f74c925 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xba0caa09 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x2eefd2d8 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x467bbb30 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xb63704ad bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe05f3da5 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x8ad5ee0c cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x614e9d6e cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xfdf7d9bb 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 0x0bfcc08f cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3bab8f75 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4056cfa6 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x40c6295f cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4de5f64c cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5575db89 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5b4aed7a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x60119815 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x733981b6 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9016d3e0 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9c470693 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7732691 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcd530ed9 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd252fb72 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf0533387 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfcad5754 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01d50f6a t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0398a9d8 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0a67b512 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x10efeab9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1665b814 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2739b7b5 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a916065 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f7e2eac cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37b7d13e cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x38601e5f cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3c8c29f0 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3f3081f7 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5150ed3c cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56895f37 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x576faeba cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5945f5ba cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a06404f cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5d0cc5f6 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a93ff0e cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6f32a9a9 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x70e47933 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7dfa43ba cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ec22b52 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x80628a65 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81a2c33b cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81bf564e cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8451a1b9 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b1ada90 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8beb2dfa cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x94a3f650 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2e9afef cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa465b961 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbaf16ee7 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc427d20e cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5aac800 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd028fb14 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1e5f529 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe5297e38 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe5599ac7 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe678dee6 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7b34d60 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xebdcb867 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeecf6751 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3baf989 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfc4ad9a5 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe8d5655 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x032db4ee cxgbi_ppm_ppod_release +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 0x2723aadb cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x824100b8 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9a5026cc cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa756dc26 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xddade8e7 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe619b6c1 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1678b55a vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2610e36e vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x57c1ba54 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5d0d6188 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x755e8c2f vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb42196a4 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x08da968c be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0eb2ab51 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x41825880 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x42df97c2 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x8e46acf3 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xa214e31a fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x55998c6a iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xc63d8510 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 0x2f9865ae prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xef39ac3b prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0905458a get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09f37ca5 mlx4_queue_bond_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14388b4f mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18096bf3 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18723847 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aca00e5 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2163b840 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25995738 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25ac2193 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25f13497 mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ac8f226 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38783f24 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e728144 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x463bab1a mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47372723 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fb4c3de mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x516dfba1 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x535ea120 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58f86b37 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63b3a4d3 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x670c1f44 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69c23d62 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7987f4c4 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a301a1a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b2a65ed mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fa6bf25 mlx4_eq_get_irq +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 0x8b1bb649 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x903fccb1 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5ba00cd mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5e1d659 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8d3c17e mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9d30726 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcb610b5 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4857a85 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc0f64fe mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcddec3ac mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8d57e68 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9b847a6 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3ff891e mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe802c86b mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xece4c1a1 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee0aad21 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6aa6144 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa64416d mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfade608b mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbae03e9 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe73b78e mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x018b53c1 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02d282f9 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x063185a7 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x095f77f6 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a31d117 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c0fa941 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c6fc233 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f86c14a mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11beab86 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14e7ad6b mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x151a4d11 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1576d81b mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17fcd5dc mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1926ff9d mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1abcdb45 __tracepoint_mlx5_fs_del_rule +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 0x1e0d0ba9 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e7ca152 mlx5_comp_eqn_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21def4be __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2279f76d mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22ac39b9 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22ea807e mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22f677d7 mlx5_comp_vector_get_cpu +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 0x25869a47 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27cef8c0 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28266247 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28d28751 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ac3e6d6 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x308be3b7 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31bbbb99 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32640333 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3301dc46 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b035ed9 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bbcf111 mlx5_comp_vectors_max +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cca2e00 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d3c1c55 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fec127e mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4031b52c __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x411b704b mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41218d94 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4325100d __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45fd7004 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4670f054 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47732eb9 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x479de1b7 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a08516d mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a1363f0 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a5eb3c7 __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d7267b0 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4de30878 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50d96642 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51b2ae26 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x561a0e1a mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57ba71fc mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59063f8c mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ac05b37 mlx5_blocking_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 0x5d3863ee mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ed395f6 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f90f4aa mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605625d9 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60a8ecbb __tracepoint_mlx5_fs_del_fte +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 0x64f22e9f mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65c80c32 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66a9f008 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67183a20 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x688c1ec3 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69804a49 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bbda059 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f7f16b2 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7051ea14 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x764e2bc1 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7665c231 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7673e3c7 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78cc8754 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a000430 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a671d64 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ca80c9f mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dce18d3 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e3e0611 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80147f0d mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8108dc75 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x856717ff mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872040d9 mlx5_eswitch_reg_c1_loopback_enabled +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 0x88ca437d __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a24d1aa mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f74ff8e mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9100a54f mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x964f5678 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x967755f5 mlx5_eswitch_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 0x975acbfe mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x980a95d3 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x980d96f5 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98d13f3d mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b26289a mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b4efe96 mlx5_eswitch_vport_match_metadata_enabled +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 0x9e31c9ec __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e366509 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa227dee3 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa467d9ab mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6c94863 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7da82f3 mlx5_eswitch_get_vport_metadata_for_set +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 0xa8935eba mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa0e89a1 mlx5_lag_is_master +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 0xad7e6eeb mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae322086 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae330f1d mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaefd258a mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf6ed0f3 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc29d8e mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafff53e0 mlx5_eq_get_eqe +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 0xb1911c71 mlx5_core_create_rq +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 0xb3c7cf5d mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb42ab3b9 mlx5_qp_debugfs_init +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 0xb653b6cf mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8aa1c45 __tracepoint_mlx5_fs_add_ft +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 0xbb86007b mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbaf20f5 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbed5beca mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc320851a mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6ecbabf mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc707b0db mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca44edf7 mlx5_rl_add_rate_raw +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 0xce7129ab mlx5_eswitch_unregister_vport_reps +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 0xd1c4b960 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2dbf523 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3a50b03 __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4ff46ce mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8901c78 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd91bea4c mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9455dd7 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9a5cde1 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9c38d7f 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 0xdc918b1a mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdeb9085f mlx5_nic_vport_disable_roce +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 0xe30fb2a8 __SCT__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4290636 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4760910 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe55852f0 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe57f449c mlx5_mpfs_add_mac +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 0xe8c89510 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe924755a mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe92502ef __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe954ec35 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9a551f2 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeae18fa2 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaf00237 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0368d4a mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3594780 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf66c62ec mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6f71bbb __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf953547f __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9538063 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaab96a1 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcba8701 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd14bd69 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfec13fe3 mlx5_debug_qp_remove +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 0x0b712a9c mlxsw_core_skb_receive +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 0x110b5532 mlxsw_core_port_devlink_port_get +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 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 0x1dd0c4b1 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 0x25b880e0 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2ba3d0fe mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c53a96f mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2d4cd88f mlxsw_env_get_module_info +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 0x33e16dfa mlxsw_afk_encode +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 0x3d279269 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x429d02e1 mlxsw_core_driver_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 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 0x4a48d149 mlxsw_core_trap_unregister +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 0x5081534d mlxsw_core_driver_unregister +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 0x59b7c37e 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 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 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6bd1624b mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +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 0x77532431 mlxsw_afa_block_append_ignore +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 0x7ded8b62 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7ef5d407 mlxsw_afa_block_append_mirror +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 0x8384a5da mlxsw_core_res_valid +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 0x88a3022b mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8ff95b2a mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x94621adf mlxsw_afk_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 0x9ce3dfd4 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa1e9bb38 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 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 0xbce44ccc mlxsw_env_reset_module +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 0xc2404188 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc530eb82 mlxsw_core_resources_query +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 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 0xd9dc178e mlxsw_core_trap_state_set +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 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 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 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfb58ff8c mlxsw_core_rx_listener_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 0x500cf0d0 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x997cccea mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x7e0b0cec mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x988ea90c mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06f80772 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08e2a706 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c92cd5e ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x117b0b83 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x186221fe ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1eba58ab ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25eb951f ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2771273a ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29c7765d ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c081ba4 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e1fa8ed ocelot_port_mdb_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 0x3244fbff ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x352dadee ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x35b9159d ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x373abe13 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x393b9b3c ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x39adb9c7 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a7c6302 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e23665d ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4114444d ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4215ad23 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e6fc5a6 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56fd2eec ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b0dee73 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c33e29b ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ccc56f6 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5fe293b0 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60354443 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x608df61d ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x618f2ca4 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x621a6f54 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a7e3656 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c35709a ocelot_sb_occ_port_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 0x6d082993 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6df1ec21 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x706a056b ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7227aeea ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7302d284 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x734c453c ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74d3a41d ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7af77b85 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ecc64af ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a942bff ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b3f5856 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8cd0fde9 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8cffd5ae ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91dd3684 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x97db17f2 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99106dcd ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c010dd2 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9dfe2bd2 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa61a9551 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8651362 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac3889be ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad34fff3 ocelot_sb_occ_tc_port_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 0xb2a67484 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3649785 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb716a4de ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb969efec ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbbf4bd84 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6fd6f40 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc986de5e ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9ab9e39 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceb9329f ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd052a098 ocelot_get_txtstamp +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 0xd4e2ae3c ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6a037b7 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdbefcac2 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2e6129c ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef8b99c3 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf4bdc67c ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf4c5309b ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7c187b1 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 0xfb2ea816 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbe0fa2f ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe2f1db2 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x1a987774 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x442fcd8c qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x6c8fe830 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 0xf0ab747c qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x09ea2e01 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa13585a1 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x006b25c2 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x008c0512 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x03439b97 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x07eec6fe wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0a6cadcc wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0b60118a wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x18066774 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1c4ffb2e wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x21809e8e wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2932ce14 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2fb5238b wx_configure_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x350f0ecb wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3525c59c wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3d4c646a wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3d739f85 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x44fe74be wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4e14b0c7 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5018f4ee wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x52699706 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x543f8361 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5581f9ca wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x700cdee5 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x71013eb5 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x72d77de3 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7a6dffc8 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7d6823d5 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x834f9e82 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8f2bd3fe wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9c745182 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa23ce590 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb1dbb6bb wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb65b0217 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb8240918 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc14b0e0f wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc4565b3e wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc580dd2f wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcb6552dd wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcf024e4f wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdf7f4937 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe00b6411 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe8be84e2 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe8c9194a wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xea283fc7 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf508c03f wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf59c6a11 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf6982f86 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2b80f7b5 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x647cc0dc hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8e68a9ea hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd4111d50 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe75ef053 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 0x10322371 mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x6b71ef31 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xaa2e2b9f mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xcb803f22 mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xe4852f2b free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xf392dce5 mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x44091fb1 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x7a6e3686 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x9a1b973b cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xaece64bd cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xeed45ed5 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x2b552965 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x390ed22d mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x6a7e2534 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x7552a3db mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x85374c32 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xaea02c92 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xb26240fc mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xc1971e4c mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xc38df08d mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xd7173767 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x73a598cd lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xae40243b lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x19f17cc2 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xd31a45b9 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x4c5f099f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x36887977 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5b4f6347 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xcfb0cb41 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe6b01a2e register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x4222f460 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x36298a45 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x73e39fef team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x88a12204 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xa4876bb6 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xc460847c team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xca1ba45d team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xd76a692a team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xebc63784 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x8f8a5626 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xabd56e26 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xcca6a449 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x380bacf6 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x656129fd hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6f666986 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7ea6ebe0 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x85d8ec83 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb17773f4 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb19654e9 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbb62bd9d hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd589a77b unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xeda6df39 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0c42fd4b ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x13904290 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2894bd82 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3fdcfda9 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x69f60f7e ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x75c55268 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8876882e ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x93391b87 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x99cffb1a ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xac33143a ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xba8b69a9 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc60678dc dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xedfaec67 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0127d91d ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05f2470e ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06cfeceb ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08b25d20 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0b9baad3 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e8645da ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17ce3bdd ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x19ea711f ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2489f98d ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25f5433c ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x26d5b9ca ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x348fcf5f ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x388d988b ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ac3d9f7 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ce42a34 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x401a7c01 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4022e559 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x440babef ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44a7fc57 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b52757a ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f9dbb84 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x626df0c7 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6528ae4a ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6d076370 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6dfc6012 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x752b51f7 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7bd9d9ad __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88b7c03e ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8ad1c5ce ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8fc5765d ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90d542f9 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92882630 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa3c7e5e8 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa8394a0e ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa8397a5e ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa9aabef7 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb5d0d9cb ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6f1ec6f ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb807d32d ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8d9fc94 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd74d185 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf420911 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc1047406 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc29bfbac ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4fccb36 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc647bdcf __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc65b866c ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6709fd6 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc88864bf ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcae3edff ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xccc0879e ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcde109d4 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda442d34 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb58ffcb ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe0adf957 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe0f90c6c ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec522173 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ead7755 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1225ced6 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x24341a90 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2529d9c2 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2a9fc4d1 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2ddd4257 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x32c301d6 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x36cf04a2 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x390e6924 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3cf7bfd8 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x46f1c896 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x48ed40d7 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4a6fc0da ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4a9203a5 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x50ef2bc8 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x56f3f144 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5bf0f197 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7c1423a2 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7c3c153d ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7cdc3457 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7fb863a1 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86d79a82 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8c10d899 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90e43f36 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x922e1323 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x94402231 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9d0c13ba ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9f1a2a69 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa65ac044 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaa3c4918 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc011430d ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc8b43d5b ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcf4385b2 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd21bdb22 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xda95d66f ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdc58e869 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe00d9549 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe6b05b7e ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe76b5f26 ath11k_qmi_fwreset_from_cold_boot +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xed24ff35 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xee4c502d __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf63bf73c ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfa999cc2 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0964865b ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1f037b8f ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x25eb4fac ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5981fafc ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x59d09eab 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 0xad2cdcae ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xafafa237 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 0xba06321d ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc3f6b26b ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcf7b31eb ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd6c67eb6 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x028150a2 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1bf76c13 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x329c73f1 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x358afbb5 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x36a9e25b ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41fbd3f4 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x46abcad4 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4c4ca327 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5610d318 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d19a36b ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x668115ac ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a022143 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a0574fd ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6eb6faf4 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x81657c50 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x840c4616 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8819fed7 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x92397351 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x939d4deb ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x97c6e511 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc1056abd ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc84bd330 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd27ec179 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00ac416b ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03518a72 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03c6b1da ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x041ebe87 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x065d8003 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0973156b ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d75e453 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x111ebbbe ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13626969 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1963c929 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19f84e90 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x226f1a52 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x236458ac ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23c849a7 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x242ac442 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2499409e ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2586172c ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x297a6aae ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x299d8ecf ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b19b373 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b96cb6f ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2baeed9b ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d4e2ca8 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3067afb4 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35277c70 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a1e3621 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b8012f4 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f1748fa ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fc84de8 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47c5546d ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47cc3058 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a9fae1b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ba029bd ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52d5137a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53a70706 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53ab6e84 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x570e606d ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5899b4d3 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f2f2604 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61477402 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65ce04ac ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b867d57 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d9b6f68 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f02ea5d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f08090e ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f1a47dc ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72f00073 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7460fe92 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x750ec317 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78eb2e80 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x790bbf3e ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79ff4b9e ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85e84604 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8986cd4e ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b5d11cf ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c28a034 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d60610a ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f629202 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91ce6dad ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fb76d5 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99282eba ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a512953 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa61adb00 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa87236b8 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8a6583e ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaabe53cb ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb017cdb2 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb404f68d ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb77dd68c ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7a38ff7 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9cf9a6c ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9dcab5a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb5fcce9 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbb735fa ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbefb67e6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc22a9824 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc265a110 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc51c6e01 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc6e8b1e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd9f76d ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfbd32cf ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd036086c ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd29224fb ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5db7f6e ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd3dbe67 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde6d3994 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe22bbac6 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe26d4405 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3b4e923 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5d01a1f ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeace9489 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedc87a21 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef8b0915 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0106545 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1993ed2 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2ce2170 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf46d59ec ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4923493 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5357a93 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7c97051 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf87a2658 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8a63a15 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa3f27f3 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfaa55ce6 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb21396a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc76df19 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdff44ea ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb7839396 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb9e87bc7 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xbf7a7bb2 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0b6d7bec brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x11eedbf5 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x17f9138e brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x336216ec brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4f9f3008 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x67f9596a brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7e7ead06 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8717a585 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8fe52db1 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 0xb4e03b6a brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc8f30c3f brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd1b1af25 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 0xf55d0011 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x93596786 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xaeb65004 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xc2dd8d38 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0a16b439 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1ebb6c00 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x20f375b1 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x221deae5 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2f5c7309 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x426b5707 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x427a16cb libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x42bc3982 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4b7790a8 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5635e665 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6a320c40 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x76b06ad9 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8132857b libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x90de4a63 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa91fcef0 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb2919864 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb520887c libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb90c8308 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdd092137 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf471e8ce libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03ab1aab il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x094dac73 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d649bdf il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f015cdc il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x13163f24 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x143c7e03 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1eb24ea3 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25627cfa il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2777c285 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b6ab256 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d4c82c1 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e4ae859 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33717c5e il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x349b9afe il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34cbad27 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3610c059 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3787fa01 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a6c0de2 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3cb73534 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d8d2bd1 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e90dbb5 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f27173a il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fc00e4f il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45842b23 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x482a6758 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4840971a il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49805a98 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b8d24f0 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4db96ddf il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e3b1e30 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50009b32 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5017b722 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x505e6a40 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x519c3cf0 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x527e03a6 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52fe5a2d il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56dfddf4 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57c1ed59 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5823e154 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a028ef1 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ffa26ff il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63a1698e il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64b80d6a il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67bf1d0c il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68f998c8 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7395277f il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77ff5f3b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ffd93e3 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c29f778 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ea4f8ae il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f66f2ea il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x908927b9 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9161c9be il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9507a540 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x984aa955 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1ecfd6f il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa264d18c il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2de5593 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa654ace1 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa94a26ed il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9d7b5be il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb068c99f il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4fbfe1e _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5dae016 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7a6b774 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8c4328e il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb96d4bb0 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe91bb38 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbebedfce il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf69546b il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc17e8701 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc69160af il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca0c1d73 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb35b645 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcc9cf04c il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd8fde50 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcefc3247 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd239051d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2baa6e8 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3f0970b il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4321bb9 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8febf5c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcecf52f il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd6679d8 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde126ec0 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3441916 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe47443d0 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5e2647e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe678d0ab il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe906bfa8 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe93ca3a2 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1904e24 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5a9e8c3 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6da62ff il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf74bdcab il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8b6f715 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfad26d3c il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe221398 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x067a9dc6 __SCK__tp_func_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 0x4d648390 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6670d4b7 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x66d318aa __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa9cf3f51 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc8cad23e __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd5b4dd46 __traceiter_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 0xdae8ffaa __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xed3a2014 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf1fca88d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1c6121c5 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x207930be hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x225a4924 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x412215a9 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x61daf7d1 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x622535fe hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x646e5e44 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x69cd96b5 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6bfb6ad2 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x78b6df04 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x85861349 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8b957571 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x92b6097a hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x97f3fb13 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa16ddd4a hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa2d9c6a5 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaac073e4 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb66c4d21 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcfec178e hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd9714ea7 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdadaf238 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe8e83963 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe91074ce hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xef00c1c1 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfd024ac6 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0d4dd885 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x159db9f1 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x19a3d051 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4ada670d orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4bf5fe35 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4f253bb1 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5e41f98c orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7db7e6a8 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x86cae77f orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x954e04da orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa7665808 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc0763a3f __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcaa7377b orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf427ec53 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfef52255 orinoco_stop +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 0x8120f341 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xd3d33505 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c4ee5c3 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x105cfa90 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x174d8e35 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17ded0bf rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x20efea97 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 0x23e56a6a rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x23e8fb70 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29d689f7 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ae8ab08 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3262d1b7 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x34e2a7bf rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x35dcb7a2 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46b6bdd4 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x485da137 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x58c2cfdd rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5aa350cc rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a7639a1 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6af1c898 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6e2e94a6 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8a28c73b _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fc583f7 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90f2cfb2 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9508483b _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x955d99df rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa4ea104a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa690244f rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xac84e3ce rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf390c95 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb3b45ee4 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc0a659c6 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc0de3565 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc3267dd6 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc67e7834 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca478387 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc8a2d1c rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe2e1f32d _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe5ee7482 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf12cb207 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf4320a20 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf4a9725f rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf9a1a23e rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x19ee3181 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1e1c607c rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2e9a16ab rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x63b0506f rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x15cc8867 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x22d08e77 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x80242592 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa638c0cf rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0201f135 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06a7f7e1 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14e32055 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x24165b34 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x259791ee rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x278b10ed rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a3ac74a 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 0x373bdda0 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x391fb8f2 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4083fb55 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45fc47d4 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49f589e3 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x500c156c rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66ea1218 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a86c043 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ceb2956 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e1aa503 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e8cc3c4 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81c16367 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x96cf59c4 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x99ead3c1 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d984019 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f5aa0f4 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac5301ea rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb33d121a rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb514c8e7 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbe8819aa efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd60d997b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4446619 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe76d1ba0 rtl_phy_scan_operation_backup +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 0xf2be320e efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x1a48d970 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x8788aefd rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xf1a8a3c2 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x1e6ac8fc rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0ad8ce9c rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x101417cb rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10ddcc1f __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x128b28d2 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17611198 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cba08ab rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x23679124 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x25ba45db rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d063dc7 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2f10ebee rtw_phy_init +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 0x3f6e762a rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42acd450 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 0x47343e9d rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x47cf55e8 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4ba3bc2a rtw_fw_inform_rfk_status +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 0x5d54f2ec rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x60ebfcac rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x643a589f rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x64858b61 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x652f7a7b rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x663be383 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6a96b10b rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6db68527 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x742d6344 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x765c4be4 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x76fd68f7 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78c2c341 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7cc6654f rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x84761b9d rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90241599 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94641025 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x98dc8a3b rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x997d298b rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a1d7a0c rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f507ee3 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa126b71b rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1290e35 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa7c05614 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa98561c0 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaa9dd5a8 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaada5c7a rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad15068e rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad22921c rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae52f7b5 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf4603bc rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7e4eda1 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbbc381dc rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc09f3ab rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4a87c6f rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6952c44 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6f1643b rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xccc2470e rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd266e7ce rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd4feea19 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xddf6c1a7 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdfaebc09 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdfb7b5ce rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe2ffddcf rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf340f6b7 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9c855b6 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfee7d3a2 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x11415778 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x6278a4c0 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x6cace37e rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xab8c20a1 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x79502382 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xc58cc512 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xe51cbbf5 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xfaf4d08f rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x102e2318 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xbd030d32 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xe019bdc0 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x2a4d03fe rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x5dd3d10e rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xc6769d61 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x05df4317 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07aa06c8 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ca9c840 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ce0f70c rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f3dbf1f rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14e32a44 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18053103 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x19e1e6ee rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1a2d16a0 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x228e11e2 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x29ee32df rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x306d2fa4 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30e7b446 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3149cd26 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3813e46a rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x383e323b rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3886f9c8 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x388e3ddd rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x397d6a99 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3aff782e rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d2157ec rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x449bee24 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x46c766d1 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4820f408 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x48d500f9 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49da5c30 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4e235e45 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5d2b0e35 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x634346a7 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63f14d32 rtw89_phy_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x66dbdebd rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d116268 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7951545e rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x81170a1d rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c981218 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9075d9c3 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9569e41c rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x95fcaeee rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9d1bc0f1 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa5693dff rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa71d06b6 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaaef213d rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xac85e297 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xad6004b3 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb412b016 rtw89_mac_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb6cd339d rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb9e59333 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc4cd6ae9 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc7a48abc rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc9da590c rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcbfd8e62 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd0af1f36 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd276428d rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2e5233b rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd308971d rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd4c86073 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd540848d rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdc3d7dd4 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1533a1c rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6199aa9 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe663c3e5 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xecd7622f rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xefcf22bb rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf81098d9 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1967ff99 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2d04e10f rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x35ea7687 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4cc3c4d1 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x57d10190 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x63044295 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 0x84c09d4a rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8d69a0f0 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 0xbcc54a22 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc3efb970 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcb58d763 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xccfb3ed7 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd496a684 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd625c950 rtw89_pci_probe +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 0xfcd8b9f6 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xe7581123 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x11588708 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7bc5e2cd wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xec0651f5 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf36586a3 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x4463c26a fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x99fa877b fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xde406977 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe3c6505b microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x6119f827 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xbad4f7a7 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xcb0bced1 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xc88cbf82 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x6b32562f pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xb7e3ec67 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x104039b4 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x4519c50a s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xb153ea51 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc9b9eeb9 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 0x1202b856 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2e7ab6bf ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2f340bc7 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2f45b37c ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x54755d42 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x59cb7ebd ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8b98aa93 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa47086d6 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc952e590 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd6a8da7b st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x12ee360e st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1f7e7424 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x21fc1c43 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x225e8828 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x24e9b4e6 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2ecbfca5 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x335d8424 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x44fb7acb st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5383bb66 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6831aba5 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6cbd5226 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7d3591d4 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9d5f3acf st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbc1d6db8 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc3cbeb70 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd34ae147 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd9f6d186 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe4982926 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/ntb/ntb 0x042b128b __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x3a097d8f ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x51ce5077 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x5e56599d ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x6bb5d6b5 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x7f267633 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x8129b4f8 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x8130a3af ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x84bb9b73 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x864dec72 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x9f694ba8 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xa4b0474f ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xb792ac7a ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xbdf36b0f ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd210f163 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xd51728b1 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xde3cc4aa ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xf86aa9fc ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xfdf6c72f ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xfe3d50a1 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x5cd12bbd nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xb50310b1 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x01512890 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x0b58ec62 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x16c7d1c0 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x21f43c92 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x2350846f parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x27bea68c parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x2b42be9d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x410c4864 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4183f89d parport_read +EXPORT_SYMBOL drivers/parport/parport 0x48d11caa parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4dc39dfe parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x50ac7cb1 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x62326670 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x71565ff1 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x76d7798b parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7bcdf835 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x8c9790bb parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x8e0b6998 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x9e60723b parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb1127a0c parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xb18927e0 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xc6f43b32 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xde0ce20f parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xde5f66eb parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xe2088184 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xe539c364 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xe8e9e188 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xeacdb51e parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xf321e2b0 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf877e735 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf8be0347 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport_pc 0x03fdc146 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc63f6add parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x06a4f1b5 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x16f6ef50 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x23a0ce8a pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x25d5b905 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x26c74d86 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3e5bd514 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x476059b6 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4a121e85 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5b4e8c51 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5c5a6657 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x69c8de87 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x78193690 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x79322e0c pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9286d385 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa4285577 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbe2cdba2 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xde21552f pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf817fe11 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0d2bbbc1 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3599643d pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3bd9e529 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x58b85b99 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x69b7f222 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6c1def54 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7143fffb pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x92078c88 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaee05f58 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf59025bf pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb8d43d1f pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc8a74d3a pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x5cb5a88b cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6353d02a cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x9a9353f7 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x9be6659d cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xa35b72a0 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xecb7ca7f cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf03899ec cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf6d5cbe1 cros_ec_resume_early +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 0xe08062b2 wmi_driver_unregister +EXPORT_SYMBOL drivers/platform/x86/wmi 0xfc954dd8 __wmi_driver_register +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x28b65ab3 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x3cc11396 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1b81f7ca rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x28a26c5c rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2b82caaf rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3254dd38 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4f1957b1 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x63990831 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x644b227c rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x74704af1 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7716f464 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x856fc8d0 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8797b843 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbbee6a8d rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbc3bea8f rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc6b6f162 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xce5110e5 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd5dc1bd9 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd90104c7 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdb9f2035 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeaca3d83 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x8a91305a rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0xd23a9db4 NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xe1ecd1dc NCR_700_detect +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x06c84dc2 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4423e502 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4dee4939 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x74806bb9 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0d3905c7 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2a867d14 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x42adb7b0 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x567a4001 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6b52d922 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6e22a4d8 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x758c842c fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x86e23c51 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa9bb3ecd fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc84de49c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd2a2fe55 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c82ede9 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ffc18d6 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x170ed568 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a810da3 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d2a6002 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x20ecd2e9 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x26514f69 fc_slave_alloc +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 0x2c2dfc48 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x306a3861 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a93f5d7 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f3b5e5b fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42189386 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a6406cf fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b12d57b fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b3e34e8 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f976986 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55b2b619 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x673e28bb fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6caf53a4 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7018a499 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7203d087 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78765d8d fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79ca5c5f fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7ae4789a fc_lport_config +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 0x8785cf17 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a1508c5 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a1f6ab1 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91bfcf21 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x967b4063 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99ccf8e6 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f4a2a9b fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa45816db fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xafcad55a fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb07b6ead fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1e9b71f fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97db636 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd006deb fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4751a86 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc597bb60 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc620528c fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca36c2ef fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc967306 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd710948 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd95cce5 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf660ac0 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7ce86b8 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb9ddc58 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee7c8399 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa0d85a0 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa1d5f61 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x080ef911 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0c1e7d0b sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3df26e1c sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf295ecbb sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x1bdcef91 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 0x25705a38 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3244327e qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3382e188 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x35cc2040 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x50dc46f8 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x73b5086d qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa9e33773 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc3953c0c qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf0950f39 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf386a596 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf5a934c2 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf67953b5 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x0654e541 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1d250dcc qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5e636dc1 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe8efd2d9 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xedd7e654 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf7af68d2 qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/raid_class 0xa63c7eca raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xa9dbac31 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x17c6886c fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a3d995b fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x265e20e0 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4f12d3ad fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x590a75ac scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6068ae82 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x64697107 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x698fcf72 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x73a96e2f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75d27169 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7f31178d fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x94acf7bc fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9bce6495 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9cffe37c fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa8246eca fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbc32df44 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf405024a fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07c88802 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x235b267b sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x26bb32c9 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3497155a sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ff6e007 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x43f26bb1 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x46095da7 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x51faf4c1 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a13960d sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x74ab0f37 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x80a0ca8a sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8166f68f sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x86a02ca1 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90c4aa54 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x91cfa8a3 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9c755900 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xac3b423c sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb073fcce sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb6c53140 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd14d1fcf sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4094a69 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6a38793 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd7c84cf1 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xddaabdd8 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe21116e7 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec6ebf82 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4f2bd90 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf6a3be12 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd1ad8b4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb5cc50a4 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc5fdfd39 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xca36b683 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xde24caec spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xfd573ef2 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2e2dfc16 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x7df4ae7f srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8ef31968 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa02256bf srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa513b650 srp_rport_put +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x234e1a15 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2f9e08f9 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x40f299e8 qmi_handle_release +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 0x60e1d49f qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x793e5fa5 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x9d8d8620 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x9f6f0d74 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc392f694 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe467d786 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf941bb48 qmi_txn_init +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x092808da sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e3a1aef sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1264f9ed sdw_bus_exit_clk_stop +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 0x21b7cd47 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2a7f76ea sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2c899e9b sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2cda566e sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b6bb69f sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x41a806f5 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x59843b44 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6c3845c1 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6e633778 sdw_nwrite +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 0x7fdc2952 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8f108e64 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9bd41a40 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa447610b sdw_bus_prep_clk_stop +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 0xc43087db sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc8a7e927 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xce24dfad sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd22c15c2 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd6d328d8 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe0f08754 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe25a1d2f sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe4c0e30b sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe92f8f09 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xee4ea169 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf5020f3d sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfa69db02 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfe9781cb sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x008c4efb sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0223a42f sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x053b2d53 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x16088654 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3fbc570a cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6186d672 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x61b5f97b sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x627bf051 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x86f2dc79 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9756a0b7 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9cb5bb11 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xad3d5350 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb6f14078 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc4a27d62 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd3d0f50a sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdef9b598 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe537fbff cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xea0622f0 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2529ae39 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x9584191b sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x03a3b0a1 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x07c47b5d ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x1d4eb583 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x4a584e4c ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x522fd590 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x645be6ca ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6ea4fbea ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x849a9c5b ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x87079a56 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x8896f52f ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x988ee98e ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x9c181428 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xb74e7330 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc8ed51e9 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcf315c63 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xd6e9bc88 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe5ab7485 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xebfe8b8b ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xf05a9fdf ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xf9e6d6d3 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x082d07e3 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1ad1720b fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1b0712e4 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x262bc152 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x29fe09a5 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x33e38b9f fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x441cc288 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x45da4756 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4ac7d7a0 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4dc8cfce fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x509eddee fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5375f9d9 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x57b7c07e fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x61e47f94 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67fca84d fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7b5d58c8 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xaf5838ce fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb61e338b fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdb27ff0c fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe7a6aa7b fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf3085256 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf3ef0418 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf57e2f7d fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf9b2a550 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xffd10965 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x1e96d28f gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xd344e36c gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xdc5b3582 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xd77c6873 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x00a85736 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02be2908 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x085f4562 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09d030c6 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cfed887 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x157e25e4 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17e2ebb8 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d119381 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e4abce8 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fead098 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x378398ad rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41baf3cd rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x46aa35b4 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c3065b4 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d14e6ef rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x640908dc rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x646d4dda rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a574b0d rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6aa6c907 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6bae9de6 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c8cfc81 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6e8a9483 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72d09864 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x897422ff notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9103bf88 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93120707 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94c52513 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94e78129 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x990a4ecc free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa9fb816c rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab8f7f9b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae70f77a rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb31e80ea rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb3a2897f rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc568362 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc980d7d rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcfc487b rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2a5c1a0 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc492ee9a rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc56dba42 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc7dd6cbd dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb1b681c rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfa3e421 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd695e7bc rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdb492c36 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe4d59299 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef76d80a rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef899610 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd3c7a4c rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00417696 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05f1711c ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0de2dce3 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1083416c is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x18e819cd ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x199a064c ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1f1ae94e ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27092e3e ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27e48b23 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x28f5c7e5 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d4cff10 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x360780c1 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a6fb954 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d14799d ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d753524 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4514b3bb ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45cc49d5 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4855755d HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c241300 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x53e39309 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5929476c ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59c49e7d dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5aefb8eb ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bbadef8 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b15464d SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6f760516 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7180f211 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x78ff4292 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84b89608 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x851f1b1f ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d1fa9f7 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97acfe82 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9885e07f ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c2e86e0 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9f22e4c6 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa13bfa86 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa9b24e7e ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaffe08de ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb202e9cd ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3405965 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb2878c4 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9a723d6 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4ccc394 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd6caff94 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd72641fa ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdddbbe37 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe55c4117 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe81dc65a ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee349df9 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeed938e4 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf163155e ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfe83a305 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffd7961b ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x00599c71 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c3cccdd iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e158a93 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11ec24c1 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1261e01e iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13de4ce1 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13f39fe2 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x170dc889 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18bc4a2d iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a01b7f1 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e631187 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b622eb8 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41f2fa00 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47e258c8 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49ac0c3c iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c6ef795 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4cea021f iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ead1957 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4fc840fd iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5076a0fb iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52c27d2d iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x580ad4cb iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58e8abfd iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c1416c1 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ce8b291 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ff24ae1 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6620f801 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bb65f65 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bca7be4 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bdff205 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f5902dc iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85a4cf53 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8daa2a9d iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95ab3cb8 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x99ef790b iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa36e0dc7 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf21614c iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc42e973f iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcb8be997 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0414b81 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd221f8ef iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdebf1402 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdef63086 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 0xfa2f5f05 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfc2d2b37 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/target_core_mod 0x019c9f79 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x05e7d13e transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0754d6ea target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0897de86 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a252fac target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bb71d47 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ec5a993 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f7d9815 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x167c2aa5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x172d72cf core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x187828ad passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c5a2854 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cd8ca7e sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d52be93 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e3cc6be spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ef3a63b target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ef9493d core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x221666d4 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x2304ee93 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x265e094a transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x30b0e3df target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x32b57666 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x331b5115 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x33963120 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x39daa277 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x4066e8ae target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x47c84320 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d6b2022 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x54eeb407 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x582fc83f target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f023067 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x69917a03 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b9549af spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c1c7a24 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d748fa5 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ecdb9f2 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7402bc83 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f8a197d transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x822f8b85 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x8286808b passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x84ce7aa3 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x870039c6 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b3f192c transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x904b7ed8 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x91296077 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x940e3fe7 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x94c157af transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x95423ec2 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x9601df04 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c7d3cfe target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa30b79c9 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa89db55f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb410d584 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xb77196cb transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe44be69 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0af3658 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2c8120e __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6e31e18 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xc791c0d9 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xce48eb91 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf4cd7ae target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd41bb359 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4c41513 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd730c8ae target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb1319c5 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf4ec051 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe31f2c1a target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe75dc301 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xebaaa61f target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xed9426bc target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf65b781c target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc10db2f target_stop_session +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 0x5aab232e ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x6a3a392c ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9ccea424 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9e32d907 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf4ea00a7 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf6e3d28e ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xb0fa7006 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xfc9d66f0 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x0c2d6b38 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x438cdcee ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x962acc47 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x50ebb7cf usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xc6f58a76 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x40357fa5 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41f6ba19 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5d8bc3ed usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8d3b193e usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9a24ecea usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa01dd5c8 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xacb605de usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xad9bfece usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebe767a4 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf354b25a usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf964b4b2 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x328668f7 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x84e22b60 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xa0871079 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5ed6e0fc mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xae65ac80 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb15ec0ef mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xe9e2c6fd mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x46b724e2 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6b782c14 vfio_dma_rw +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 0xfed3b97a vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0xbd06c5e4 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xd00f0e13 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 0x0eb7f38e devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x18dd7448 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x3ccd8354 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xae3ec811 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0670fd81 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 0x3341eaa7 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x389991d8 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83746013 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 0xc866e9f9 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 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdd96f868 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef345fab svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x3a7a23a5 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 0xad431d50 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7baf0a1e g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xa640b11d matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xebebd4f5 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbd27fa0c DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xecda72b5 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xeef58fd3 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf1800672 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x84cec8d9 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xb6fe6b69 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x94281ea2 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb8808b6e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcac527c9 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xddac276d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x78d1ef5e matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xd322d434 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x15246bd0 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x56b9848c matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5e9c33fb matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6c58ebc1 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa891d64a 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/virt/vboxguest/vboxguest 0x1849bc95 vbg_hgcm_call +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 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xa7ade557 vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xc715cadc vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xe6ff9642 vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xf3c41242 vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x0934f5e2 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x9aeb5cb4 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xbea30aa1 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd7d5ee6c virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xbb6b7e96 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xe42a1f8b w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x0bff04ac w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x75c9b19a w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x40e5f68b w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x63475226 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x6de787d7 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb238b545 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 0x0a049dec __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x22c3694c fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2fcabf4d __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3911cd4c __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3a35e0ae __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x3e41df4a __fscache_clear_page_bits +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 0x4b92e225 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4dfc18a5 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x53e43f16 __fscache_begin_write_operation +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 0x5b7e47b4 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x5e5979c0 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7148a83c fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x7564c125 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x782195cf __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x792a2d8e fscache_end_cookie_access +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 0x88fde82c fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x950b5370 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x993f02a2 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x9d93faf3 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ed72013 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9f6d8220 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa8c36ea5 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xa94ce413 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb4da5e9f __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb692d873 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xbb26fba8 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbb29383b __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcbabb14e __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd206f22a __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd2c825dd __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd6614c43 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe423c4e8 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xe8564953 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xee69078f fscache_caching_failed +EXPORT_SYMBOL fs/netfs/netfs 0x664a3652 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x7319bb8b netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x864ea2a9 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x9e5fa680 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf963aab9 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x194f7061 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3668b003 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x58c8c625 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaac46ece qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xcbf263c3 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf953b551 qtree_entry_unused +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 0x75208f3c 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 0xe7e7f8d3 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 0x03a21a9a lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x067d84ce lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x224a7a58 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x4092d7b6 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9573f5c4 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xbc1e8fb6 lowpan_register_netdevice +EXPORT_SYMBOL net/802/p8022 0xb05f44f0 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf962718a unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x24423ca7 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x604eaaff register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x05b39fb3 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x0e561f07 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x12801586 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x14278a79 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x149449de p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x1fe09b44 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x280d8bfe do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x2e6e4cce p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2e750c8d p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4419eb10 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x52912b3a p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x5449d432 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x55c5d13f p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x55c98e21 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x5938fcb4 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x5be19a98 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x681a5169 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x6d05ee0d p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x6fb5fd8e p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x73233710 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x799e5f3d p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x7b2c6925 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x82de77cf p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x834bbc4c p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x84885379 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x89187f1f p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x89d656c3 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x8e9826a5 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x93d594d8 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x95363f13 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x97fc21c0 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xa0fa10d8 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xa86afc99 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xae0f5300 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb85159d5 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbb86bde7 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xbdf7e2c8 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc1277ede p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xc1b9a0dc p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xcd26b3a7 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xcea38a24 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xd284076d __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe671b5fc p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xecc229ba p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xf26ad9ec p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xfc7ddc57 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xff583a21 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/appletalk/appletalk 0x0d7b7bd6 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x2f101a93 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x52e071b7 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x549b5805 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x28c7fa07 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2ecd6cd8 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x320a5225 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x548c2e92 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5f31836e vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x67cb314e vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x76d5c176 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x8bccdf29 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa3184a61 atm_charge +EXPORT_SYMBOL net/atm/atm 0xa57ea38b atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xa91af19e register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbe0c460a deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xef254259 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0d27a0a5 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x142d55c2 ax25_linkfail_register +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 0x4780be26 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x59088d06 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x738b2350 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x86ff617f ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb8c8f3ab ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe2dcd8dd ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x05580a64 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x056ab0ec bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1081b11e hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1474ce54 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17a3e919 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x19f292c9 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c6fd8a2 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3001f220 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x32e0bc95 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3361080b hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37d6d26f __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3aa24069 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b0458cf bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d8d21c6 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3dc3cefc l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x43c32e81 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44c6c3f3 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x489b7fe9 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ac95a8c l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c7fd2b3 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e135443 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x520e07b1 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x54225648 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5830a8a2 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c050101 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f245e3e hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6363bce4 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x644ff80e hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6582181c hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69ecc6cd bt_sock_alloc +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6aa0f61f hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e6bc699 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70495440 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x726d934b hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77b13f02 bt_sock_reclassify_lock +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 0x7f652933 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8b435153 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x971e2c2d l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98b3ddd3 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9fd6388f __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa5ee80d3 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac3cdcb3 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xad3d8f66 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb41f2e32 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba63203f hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0fbe9bf hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc5273f65 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc74edc27 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc9c9a05e bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7bd0183 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5ef1350 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeb32a509 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec7c9730 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4b4e401 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa276ff8 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa575014 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb3b7d7c __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe212dbb hci_conn_switch_role +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x48eac678 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4fbf6fd4 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6f466cd7 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x71d554ee ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9a417a7e ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbffe4280 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 0x37478a59 get_cfcnfg +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 0x446f9c67 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6e63a7cd caif_connect_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 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd3516274 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xe1a9c3b6 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x21d7602a can_proto_register +EXPORT_SYMBOL net/can/can 0x2f5af518 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xcbcf7066 can_send +EXPORT_SYMBOL net/can/can 0xd02f4519 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xebde90d0 can_rx_register +EXPORT_SYMBOL net/can/can 0xf70ef505 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x015989d5 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x04b20d67 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0bc8f157 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x0e144290 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x0ff9d558 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x102f9895 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x10e6b4c9 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x13dae34f ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x146dbd6e 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 0x17eda9e7 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2426e137 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2bb307a6 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x2bf4a598 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x30bce8b1 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x33bc7986 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x3734f333 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c5faa09 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e970b44 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x42573eb7 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x442842a4 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x44e2e564 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x507036bc osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x51df5d5c ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a1fc818 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c286e4c osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x5c61529f ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x5d8adaf8 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x5dc01a63 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6045b6f9 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x61436704 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x667fc2e1 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6747c838 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x6844b141 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6aede5ac ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6fb8cb85 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x713db00b osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x7a4b1428 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x7b208ea2 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x7cddf7a3 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x82697882 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x8346f93f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x84fbfbbc ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8559fc7d osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x86aaa1bc ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87ebec07 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x8cca71dc ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x8cf8b85c ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x90582e15 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x90cebe6b ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x950474ae ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x9667082a ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9733b111 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a75d0a1 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x9afd198c ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x9b553c37 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x9bbcb437 __ceph_open_session +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 0x9e154a2a ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x9f191085 ceph_put_page_vector +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 0xa06b4bdc ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xa0c0cfd8 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xa6309de7 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa6cbebe1 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xa6d4caa1 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xaab02360 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae115669 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0c4cd34 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xb2ce04cb osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xb40ce056 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xb4f8178c ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb97ea99a ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xbc9b4a51 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbec2dc15 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xbf3503c1 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc461a0fb ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xc66e8efa ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc9ec799a osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb4ddc72 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xcd37eeff osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xcf629c49 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xd47f505b ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xd4afc44f ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd58796ba ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xd61b1457 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xd688a146 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xd6cea226 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xda930e08 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xdbce77ea ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xdd173fb6 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xdeb7fb39 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe0fc2e3f ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xe24111ed ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xe336eff8 ceph_check_fsid +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 0xe9518377 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xec33545f ceph_msg_get +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 0xefde206d ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf04f350f osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf5a836b1 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xf6c5fa3c ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xf869ce0a __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xfe138709 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xff805e09 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xff9317b1 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x762f286f dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xc7cfe7c1 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x2fd879af hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0x3ef503e8 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x36f31639 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x52dceb71 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x621e2681 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbd7bb22c wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf967bbe5 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xff5378ba wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x266f0a0f __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x730c5878 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xb501bb0c gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5ce67c2c ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x60df9d09 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x72c5134a ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc4523322 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xea4cd19f ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1c3e74a5 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x8cb36ebe arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe23982dd arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf9461394 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x31edcff5 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5c58bce1 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa621cdc6 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xfd08c004 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x72f4a39c xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xcd858c12 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xaf08145d udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x347fafb5 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x36785048 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3bd0266c ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4eb7ea7b ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6074a9df ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8925f3eb ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb4416129 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc18b9804 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe759aac8 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x45843a30 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x936190c8 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x98ac2920 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf9144405 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x2fbf16d1 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x379eeb97 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x196c6b91 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x213bd13a xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x019d401c lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x125983eb lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x39a2af13 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x4b6d6280 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x609af8fd lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x85c559bd lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xefc59a68 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xf94676b8 lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x1c273a1e llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x1e13764b llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x27cf5a2f llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x4098d930 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x7e52fb38 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x98526c7e llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xe05f83f9 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x03455454 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x046028e9 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x04eefe70 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x0862e58e ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x0c510a0d __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x0ea6e275 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1a87a912 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x1afc3681 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x1c8bd7fe ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x20812e5e ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x211f8457 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2951f9d0 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2abd447a ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x2c11e2e7 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x3283374b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x32e43e82 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x35495c26 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x38f82c3f ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3c45c4c1 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x3eecd153 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x43eab257 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x46dff95d ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x4b99ce4a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x4f231e1d ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x4f4c54c2 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x50fe0af9 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x5317968d ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x562040df ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x594eebdf ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x5ada3a49 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x5b30e956 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x5be97011 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x5c0ae13f ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x5d90ad9b ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x61b876de wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x61dc7eac ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x6553cf4f ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x6d39919e ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x6f3ee607 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x79205920 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x7cfed811 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x7de4e268 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x7ecef362 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x7f123e3a __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7f6c9985 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x82c96a57 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x8d3a8adc ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x901d8a1a ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x90edf39f ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x94fc5eef ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x96fd649f ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x970c1b0a ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9e6968a1 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xa0421878 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xa18803c0 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xa228c434 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xa2676377 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xa3bacafe ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa52831b1 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa81feddc ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa8614f28 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xad3aa555 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf1e0068 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xb0a6f4c4 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb5b4b781 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb5bfc42f __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xb7df2f88 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xb88660ba ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xb9148e85 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xb9a5e553 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xbf845277 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xc0cc9ea1 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc183ed60 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc2165891 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xc80369a5 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc805b450 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xc93b399f ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xcb9ccb85 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xcbef5163 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xcc220de5 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xce8c91d9 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xce8ff7d5 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xcfff708e ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xd192bddf ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xd2b0651b ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd391eda3 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xd40331a7 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd4230161 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xd524faad ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd5daea82 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xd92cbc32 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd9e4c452 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xdcbf4333 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xddfea758 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xdfa2d614 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xe0e30edf ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe8acfa42 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xeb4ae8e7 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xebc58a38 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xed4c2e1f ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf0a99bff ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf4d74444 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xfbb7c30f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xfc416b59 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x15178c9a ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x2c85541f ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x30154324 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x44026f5d ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x4bc48fe6 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xa42a289e ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xe07c92c3 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xe556fcb0 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf43fafa1 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1a90a7fa register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x21d490d4 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2a1cb96a unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4c4a70c9 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x54dc0ad5 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7c3d5b23 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7e7db87c ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9ed05644 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaaf734fe ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9b2f66b ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc23edb06 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc408f317 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcb148583 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe106abcf ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xeebfce87 ip_vs_new_conn_out +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 0xd3086422 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x44a46220 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x943b609f nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe14d126a __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfe92d582 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 0x19a07730 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x310fd0f4 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x32f0b3ae xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x3d737620 xt_register_matches +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 0x973c0051 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 0xa477ea23 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xae78c7c1 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xaff525ec xt_find_table +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 0xe6506bb1 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xefee7e3b xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x09313b4b nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x316dcc83 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3d422bd3 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x3f8fa63f nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x4e83dcae nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x5a611014 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x608c71ff nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x6bc0ae97 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x778279ad nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xa53ee6d8 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xa5b83012 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa5dd45ef nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xac3acc18 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xb592d3f4 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xbbec4f09 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbcdfab96 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbcec5f19 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xecff27dc nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xf01e7e1c nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xfdcd74db nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xff8eab7b nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x1959ab1b nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x2537cd96 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x3d3c2b6f nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x432e27c0 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x461a2be2 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x4e52e81f nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x59e71228 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x60bba4ad nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x62bd2d21 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x62e4f1f1 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x69042518 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x6b824128 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x6ed640bc nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x7b89a806 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8a801f29 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8a9b97a1 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x9a8e01c9 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xa2e9d5f7 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xb3b01ab9 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xb4398602 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xb912993e nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc526a551 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xcc64c40d nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xd8a2bc54 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xddaaecec nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xe97c2300 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xeaeb09a9 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xed080274 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xef3ed20b nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x087a49de nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x100d62fa nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x1cfb1b1f __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x1e1f894a nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x2214a1d8 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x2a9bdfef nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x39695d13 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x4076aa2d nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x49b21eff nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x6e954935 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x7756a38d nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x802d75f1 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x86d2807f nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x9fd5dae8 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xa2b11d99 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xa4e8ed8e nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xad656eaf nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xae174be2 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xae98cab7 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd24d6ef5 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xd35e76c0 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xdbece383 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xdd7229ae nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xf091bea3 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xf100458d nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc_digital 0x18c49bbf nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x6e2afca3 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb3577208 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xcc9764d2 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x10939ad6 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x15296a7f pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x48fd5671 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x522ed0a6 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x65cf0234 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x7147d6e3 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xa28221de pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xa3ec5a90 pn_skb_send +EXPORT_SYMBOL net/rxrpc/rxrpc 0x06576a6e rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x083b0838 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x11444fdd rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2484b3f3 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2e2f35c4 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4ff7ea92 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x80187b1e rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8c0140b9 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x93525113 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9b9a569b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9f41d41c rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa9b91e70 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc23dadc8 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc2527305 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xded3e4bb rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe242c77a rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf192e131 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfc638581 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfe90fd71 key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0xa91df35e sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0dc45c36 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x0ee4bb71 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x17077223 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x28fa6a3f __traceiter_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 0x4804dc8e __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x59ec46c8 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x84bb1533 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8f6541d7 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x959caca8 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x95a66fc2 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xc18e753c __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf77faa2a __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x596d812b gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8a8984be gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xcd9a87a1 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x21272f69 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x31180487 xdr_finish_decode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4c430dec xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb4a85700 svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x005b37b8 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x2bd5d0cd tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x58b2b7ac tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x977f77f1 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x4968c659 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x024e2a69 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x0585b033 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0b4e3e86 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x0bab73a4 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0df4252c cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x1038c23b cfg80211_michael_mic_failure +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 0x14ead3e2 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x193cacdb cfg80211_cqm_beacon_loss_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 0x1dc1c7e6 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x1ea2606b cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x255c457b cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x26463fb2 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x272abfe7 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x285ae3d8 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x296d8180 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x2e79cab8 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x2eaac776 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x303b5c1e cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x356baa65 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x38a4f845 ieee80211_get_hdrlen_from_skb +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 0x3cdac096 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x40f01ad4 cfg80211_control_port_tx_status +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 0x44b3f259 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x4533f2af wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x45dc38c0 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x46a9a910 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x47d12388 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x489fe4d1 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x48da8631 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x498784a3 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x4a416351 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4bf977d8 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x4d4102af cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x4e48e593 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x4ea70a33 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x4fd0dc39 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x55b7bcdc cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x5707a296 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x58d9e48f ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x59e46022 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x5a0b6359 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x5b3d4d88 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5d420db6 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x617ccb06 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x63f08e1a cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x65e8da84 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69b89a66 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6ca6b4f1 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x709dbb1c ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x741639fb cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x74246ffd wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x75cd3496 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x78c65c23 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7960f21f cfg80211_notify_new_peer_candidate +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 0x7d20350c freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x87688053 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8789e4d2 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x88db51ab regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x8a4e1c3c cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x8db4a08d cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x8e40c201 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x902d6558 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x91e9e9ea regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x9221f4ea wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x92ee7021 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x94ffd673 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x95f2b1b2 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x97bc5ad0 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x98cef602 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x993a3f69 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x9c812561 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9ceb7e92 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9eb6d1f1 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xa1521163 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xa1891483 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa2acbfd8 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xa2b8f8ad regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xa45f5599 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xa71aa384 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xaf58415e ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xb0134a94 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xb2ba4f08 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xb5c74903 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb9683e2d cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbade59d3 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xbb88e3ff cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xbe6e37cb cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbf46c604 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xbfdd8d56 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc6035134 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xd03f7b0d __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd0fad793 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xd1d80eb5 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5b9f4d3 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xda9b561a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe1926817 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xea9511b3 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xf06c3fa7 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf2154f4c ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xf24e056b cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xf35b36da cfg80211_del_sta_sinfo +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 0xf839ea16 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xfad58e18 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xfde47dab cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/lib80211 0x4dac29fe lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x7e96f5ea lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x8fc5cc39 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xa04a85b1 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa0868d4f lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb366bfaa lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x4cdf65ab ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa5480390 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x09ebb765 snd_seq_kernel_client_write_poll +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 0x931f92ff 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 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbd60bd00 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd5f93ca9 snd_seq_create_kernel_client +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 0xbc6b523c snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x001dbd21 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x02a6e695 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x09328518 snd_register_oss_device +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 0x1db7215f snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x25668ee7 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x2ce2933d snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x31583fce snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x36cc6d2a snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x37fdccdd copy_from_iter_toio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3e7feecb snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x3edcdab9 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x41ca8b73 snd_register_device +EXPORT_SYMBOL sound/core/snd 0x4340a7bf snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x4a17190e snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b80baaf snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x52d8213c snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x535fcb6a snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x5c89fd06 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x5f6e80b5 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x63add137 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x6c5c7f04 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x6e58f083 snd_ctl_notify_one +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 0x755836aa snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x7753a95e snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x77b9bcc9 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x7c1e2130 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x7f8f232e snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x7fa9354d snd_device_register +EXPORT_SYMBOL sound/core/snd 0x814cb2d8 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x87b04c33 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x8b1fe7c6 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9239e4c1 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa2456b43 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xa26f7405 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xa7100bb4 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xa9fdd835 snd_ctl_find_id_locked +EXPORT_SYMBOL sound/core/snd 0xb2123407 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb7e1ae1b snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5ee1ba2 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xc7b6c557 snd_ctl_find_numid_locked +EXPORT_SYMBOL sound/core/snd 0xc9058d92 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcdce3ffc snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xceb4e030 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xd114eee4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xd2f167f3 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xd6b4478a snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xdc7c0df9 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xea2559f0 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xef620309 copy_to_iter_fromio +EXPORT_SYMBOL sound/core/snd 0xf8003d8b snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xfbf2057b snd_component_add +EXPORT_SYMBOL sound/core/snd 0xfce153bf snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xfea61f8a snd_card_new +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x24bf51e9 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0x44ce727b snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xd05f416f 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 0x0c3bb8eb snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1388e094 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2976c5bd snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x2e9a39dc snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x30064416 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 0x3f9da17d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x40b134b9 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x41be7724 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x46ba1123 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4e56d46b snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4ff91c18 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x5275a297 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x52b6ce19 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5472360e snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x56e433be snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x57a966e6 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x5a25c623 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x60ef3c49 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x61c078a2 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x630069d7 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x633d683c snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x657bac85 snd_pcm_stop +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 0x6e3e578a snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6fa19171 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x7904b9d6 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x7cc01145 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x80d47ac5 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x832413b1 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8d4bf2e2 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x911e6da8 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x98931770 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x9e585989 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xa116edd1 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xaa2c42d3 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb5fe75f1 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xb82fa033 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbf876591 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xc090f0fd snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xc14e818a snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xc50ca319 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xcb9f91ae snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xda0d608e snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xeaa1f720 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xed655e45 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf1ab8db5 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf2a21eec snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xf3edb1d8 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xf44aaa7d snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xfba3a2ae snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x015274bf snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b64f72e snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x391de3fc snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x394c1cf4 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3f2a0df2 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46293253 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x553c8f7b snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x58a05829 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5ab830e5 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7f62a74e snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x81abfe03 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa9e98827 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc08316d4 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc7e76b2e snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd8934f8d snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xedcbd20a snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xee869873 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf2c6ed57 snd_rawmidi_set_ops +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 0x98bf96b6 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0ed59fb3 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x15f9e8a2 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x1899bd22 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x28137415 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x32208022 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x461eabbb snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x65d3b06c snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x68ffb757 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x706b28ec snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xa34d9280 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xd21f9b6b snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xd8176dd2 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xdb425a6a snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xf8691e84 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xf8e6f2fb snd_timer_pause +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x8bb120bf 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 0x316056f8 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4bb1f59e snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xae324112 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbf974dc8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc471a183 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc86ecb14 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe135f504 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe5e85caf snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf8b38348 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3090972d snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x76f45a66 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x81a66ffa snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x91628524 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x91871934 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x972437cd snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9c07d02d snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb4a9a1fa snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeb9cc186 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x05db0d51 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0f26fabb cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x14ccb086 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23379514 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x37afc46c fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x38128039 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f396661 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x56848c3c cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5d26d845 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x644475cd amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x66b11aca cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9885cb1e fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x99771fb0 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa150931d fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa3fdab42 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa798f690 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa7b6d0e1 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb481beda amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb864f2bc cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc1a204c1 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd25c056a cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd6d30031 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8f1a8aa fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd98c7ee4 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdb252f56 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe3be2a19 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeee78fcb fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8744365 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfbae361c amdtp_stream_destroy +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x08f75b52 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 0x6fa01681 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xa9cfcb2b snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x02112eb9 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x062e0375 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5007400d snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x53eb87b4 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7cac813b snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f1b4706 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa8d83ec9 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe4b84096 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2eed8484 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x60fe4e1d snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc4dc8106 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc929bacf snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd4b79df5 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd74fc577 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x166f1823 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x87e671fd snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x98492706 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa9a2a506 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xd021e365 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe68106ea snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0c896197 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x421db3a4 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6c80de4f snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb8e92f3d snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc3cc34f9 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc88a4ede snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3e642129 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa4e7e3a9 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xaa0f2f91 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc73ec2de snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd531f8bd snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf0dfda6e snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2c061065 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x43c2af7c snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x715a1ff4 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x73e38107 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x77224f92 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x97cb76f8 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe6a86b84 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf0a19121 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf4f3413b snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xff0566eb snd_sbmixer_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0cdb85b9 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x118c98c5 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x27c0a1da snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2a4d9513 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4c0062ec snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5fa47a23 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6db160aa snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x73145b2b snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8c183cff snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa1069ddf snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa8d093d3 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb13c0476 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb7b8b7de snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc584f8f3 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd7b4e7f5 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe20a2c11 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf6173e74 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x4bf73b31 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0f5a33a9 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x32729313 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3329fda0 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3b56fea2 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x467b9e06 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x517fc417 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x58718d8b snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd706d37e snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xde016442 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe5cbff9a snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x21cbd2fe snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4e754ec2 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xdb29f923 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x12a570c6 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1da540aa oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x20f9fc4a oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x259430be oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2aff0e5f oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2f12734b oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3c254e34 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5beacb71 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5c35d993 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x659391c5 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x78ca4416 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x83c44e59 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9af72171 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb55b2595 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb96619c5 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc4800564 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe29e2320 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf88d1e6f oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd2f958e oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfeba6ce6 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0fe1c4bc snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x24946c31 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5586db15 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9e25085f snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xff1f3a9e 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 0x2b540a6d snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x46df5f18 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa18675bf snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xdd5835bb snd_soc_acpi_amd_vangogh_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x274d60e5 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xa8746169 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x6390064b pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xd0f4091e pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x88edc389 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xa9b6e125 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x309dcb94 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xddcec3eb aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe286945a aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x473eea5c aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xa8e34987 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x17ee0861 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3076a131 wcd_mbhc_init +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 0xa891168d wcd_dt_parse_mbhc_data +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 0x3045c3a8 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x3a2560ac fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xe4691125 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/snd-soc-core 0x46b75290 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x01632162 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x039d5ea3 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0c3fb1cb snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1475da39 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x14e33097 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x16f3abaa snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x19a0fd4d sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1bcbedef sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1dddc18c snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x208aa144 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x21b87add sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x254fa935 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x29195cd1 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2f3c9802 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x31898525 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x32b42222 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3564b785 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x38ee858d sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x39a74811 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4614020a sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46974da1 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ac7d614 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4e62936a snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ec1e81e snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x516261b6 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x59165ed1 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5aeca9fd snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5d83873d sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x62ea5f3b sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63197898 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x647520ee snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x65be1535 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x660c0fdd sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69cab880 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6a2e7d08 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6a829a0e snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x71ec256e snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x825fd593 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8678cb54 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c1a5454 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8cf1440b snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x91f93d5a snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x92f2bc1d sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9b297885 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9daf82c0 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb16429c9 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb367a714 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb9a29db8 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcd7204c2 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xce90818c snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd0547e4d snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd8a2b371 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdc2d574a sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe01c606f sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe152f1a9 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0336de0 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0d69013 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfca510bf snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xb7b5489a snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x04a3dbb4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x25540e09 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x5a11e168 sound_class +EXPORT_SYMBOL sound/soundcore 0x6d099961 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7ef5d704 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0102de58 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x03b3b03b snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7f5a7841 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9f20a53f snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd509ab79 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd9d74e31 snd_emux_free +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 0x0d28247a __snd_usbmidi_create +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 vmlinux 0x000b031f xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0015a08c input_allocate_device +EXPORT_SYMBOL vmlinux 0x0024e9cc genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x00540b3c xp_dma_map +EXPORT_SYMBOL vmlinux 0x005afe1e netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x005dace1 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x006565b3 tcp_poll +EXPORT_SYMBOL vmlinux 0x006b64eb ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x007a0f4d inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x00845398 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x008bf02a security_sb_remount +EXPORT_SYMBOL vmlinux 0x0093d50c register_shrinker +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c228b2 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x00c70e53 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e7d27f mdiobus_write +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011c920f skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x0126b6d2 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x01307ffc dcache_dir_open +EXPORT_SYMBOL vmlinux 0x01434ced mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01487ac8 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x0154a591 input_get_keycode +EXPORT_SYMBOL vmlinux 0x0155a454 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x0169cc78 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x016b7ec1 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x016df9eb dev_activate +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01723546 dm_register_target +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01b73def put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x01b74c9c skb_copy +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01cbec04 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x01d0ce10 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x01d717fe phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x01dd9aaa config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x01e1a4d0 unregister_key_type +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x02009280 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x02011db1 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021e9d8b sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x021f8b1b eisa_bus_type +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x025b0286 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x029a0ed9 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x02a0f444 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x02ab9466 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x02ba1187 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x02c405b2 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02cdb5b1 set_cached_acl +EXPORT_SYMBOL vmlinux 0x02ef13f1 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x030c5d52 cad_pid +EXPORT_SYMBOL vmlinux 0x030cd799 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x030db2fb mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x0313583e skb_trim +EXPORT_SYMBOL vmlinux 0x031dcf1e netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x0332c92b d_instantiate_new +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03400468 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x03476966 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x034ce477 dquot_operations +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x035eb4ef dst_destroy +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 0x037c3efe param_set_hexint +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0383e225 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039a4f18 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x03b103f9 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x03b5808e dma_pool_create +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03d40a14 sg_miter_start +EXPORT_SYMBOL vmlinux 0x03e15610 param_get_ushort +EXPORT_SYMBOL vmlinux 0x03e24f64 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x03f25f09 sock_i_uid +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04048e53 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x040c3c4d udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x04301dcd tty_port_open +EXPORT_SYMBOL vmlinux 0x04344788 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04491035 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04727759 cdrom_dummy_generic_packet +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 0x0479c230 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0489fb42 vfs_get_link +EXPORT_SYMBOL vmlinux 0x048acd06 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x048d0a71 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x048d6ac1 send_sig +EXPORT_SYMBOL vmlinux 0x0490d0e5 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x04953322 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x0497c211 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x04ae546e __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04e8a2f4 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x04e8f828 mtree_load +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051e0fd2 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x05371c68 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x054da5ea rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x0558237e dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x055b0817 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x05664572 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0582bfaa bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x0592b498 d_find_alias +EXPORT_SYMBOL vmlinux 0x059df1d6 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x05a516b0 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x05afd3ea kmalloc_trace +EXPORT_SYMBOL vmlinux 0x05b6bae2 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x05b742de fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x05bcebbb dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x05d0db5a flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x05d5fdb4 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x05e7dd42 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x06070d2e jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x0607a85d __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0624e641 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x062860ba mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06414a3c inet_frags_init +EXPORT_SYMBOL vmlinux 0x06422e84 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x064bb8f2 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x0651510f xp_alloc +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066ae890 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x067bd88b vfs_rmdir +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06b36c99 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x06b98669 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x06bd0970 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c3e582 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06ebe222 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x0703522c dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0710b966 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x071f9783 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x0720507d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x072bc686 scsi_print_result +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073042af locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x073da859 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x076fdbc6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x07729552 dma_find_channel +EXPORT_SYMBOL vmlinux 0x07763aa1 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x0779cec2 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x07813816 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0787b92e rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b1a28c phy_detach +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07dffbcb folio_unlock +EXPORT_SYMBOL vmlinux 0x07effc03 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07fa81ff invalidate_disk +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 0x08205e57 pci_get_class +EXPORT_SYMBOL vmlinux 0x0828198e scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0831261d jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x0839bd13 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x083c05c9 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0861af60 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x087602db skb_store_bits +EXPORT_SYMBOL vmlinux 0x08a4378a input_event +EXPORT_SYMBOL vmlinux 0x08afaa5e genphy_read_status +EXPORT_SYMBOL vmlinux 0x08b0f25c __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x08b653b5 napi_complete_done +EXPORT_SYMBOL vmlinux 0x08c2dc00 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x08dd1e71 dev_get_flags +EXPORT_SYMBOL vmlinux 0x08f43522 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x08fbf9c6 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x0900d63b drop_super +EXPORT_SYMBOL vmlinux 0x090de259 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x09124499 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x091dec11 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x09214d77 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x0929b84d read_cache_folio +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x0942de3f component_match_add_typed +EXPORT_SYMBOL vmlinux 0x0953f538 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x096bb721 phy_disconnect +EXPORT_SYMBOL vmlinux 0x0970042b md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x09794126 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x097eef8d phy_stop +EXPORT_SYMBOL vmlinux 0x0980edd5 pci_enable_device +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998b9b1 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x099ea72a simple_setattr +EXPORT_SYMBOL vmlinux 0x09b29ddb pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x09bebac6 rproc_alloc +EXPORT_SYMBOL vmlinux 0x09cb433e dquot_get_state +EXPORT_SYMBOL vmlinux 0x09ce818c zpool_register_driver +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a06128e __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x0a088367 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2b96f8 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x0a323948 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x0a34e19c nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x0a3d6f37 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0a3fcb0f eth_type_trans +EXPORT_SYMBOL vmlinux 0x0a476c71 fb_pgprotect +EXPORT_SYMBOL vmlinux 0x0a568ce2 stream_open +EXPORT_SYMBOL vmlinux 0x0a5ff917 retire_super +EXPORT_SYMBOL vmlinux 0x0a75fd90 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac37137 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad93b49 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x0adfe31a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x0ae1b896 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x0afcded1 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x0aff3581 netdev_printk +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2855d8 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0b5110d3 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b7229c0 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bbf354b dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0bc3ff76 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bf5239e __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c035888 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c263764 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c390acd can_nice +EXPORT_SYMBOL vmlinux 0x0c4084e0 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c888122 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0c8e6cbc genphy_resume +EXPORT_SYMBOL vmlinux 0x0c93846f jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x0cb79afd pci_release_region +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd3d24f vfs_unlink +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cef8206 sock_init_data +EXPORT_SYMBOL vmlinux 0x0cf310b0 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x0cf7cde3 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x0cfd8371 kthread_stop +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1e9fbd input_set_capability +EXPORT_SYMBOL vmlinux 0x0d23677c inode_needs_sync +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d4ae426 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d560c6f iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x0d5cb868 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x0d662111 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x0d79ae84 input_reset_device +EXPORT_SYMBOL vmlinux 0x0d853773 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x0d989c6c __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da444ac netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x0dba8181 dquot_acquire +EXPORT_SYMBOL vmlinux 0x0dbabbfa tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x0dd3a30b inode_init_always +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0e0353bf textsearch_prepare +EXPORT_SYMBOL vmlinux 0x0e154b37 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1c9fe0 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x0e23719b ptp_clock_index +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e2b6c74 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x0e3802ef acpi_device_hid +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4e0ca0 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x0e56e428 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x0e69053d load_nls +EXPORT_SYMBOL vmlinux 0x0e6b113e agp_generic_enable +EXPORT_SYMBOL vmlinux 0x0e754ee4 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x0e96ddfd __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x0e970ac5 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea7ae44 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x0ea98345 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x0eb16eb9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x0eb34c84 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x0eb6175a dump_skip_to +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec57c4f pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ef666ca fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f22d191 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x0f35dabe dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f6f8995 arp_xmit +EXPORT_SYMBOL vmlinux 0x0f74a15a skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8999c0 udp_ioctl +EXPORT_SYMBOL vmlinux 0x0f9adeab ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc669c5 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fdcb5b7 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x0fe7b3c9 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10053dd1 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100f34f6 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x101553f1 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x102693df dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x10277781 ps2_init +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104cfb5a filemap_release_folio +EXPORT_SYMBOL vmlinux 0x10515c16 kill_block_super +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105ee8b7 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x105fe0ad cfb_copyarea +EXPORT_SYMBOL vmlinux 0x106163f0 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x1062e960 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +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 0x1081607d skb_push +EXPORT_SYMBOL vmlinux 0x1084f55a default_llseek +EXPORT_SYMBOL vmlinux 0x1091f96c kern_path_create +EXPORT_SYMBOL vmlinux 0x109411d9 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x10d2d677 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e591b4 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10eef9d3 pci_select_bars +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110b87d9 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x11141723 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x11363e5d nd_device_unregister +EXPORT_SYMBOL vmlinux 0x115ea706 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x11666aec netdev_warn +EXPORT_SYMBOL vmlinux 0x116eb072 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1187eff7 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x119d050c max8998_update_reg +EXPORT_SYMBOL vmlinux 0x11a1b28e netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x11a1e37c put_fs_context +EXPORT_SYMBOL vmlinux 0x11a72b12 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x11a806ff sock_no_connect +EXPORT_SYMBOL vmlinux 0x11c2c98d vga_con +EXPORT_SYMBOL vmlinux 0x11cfaa2c __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x11d908b0 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x11dd0702 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11ef4772 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x11fed368 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1212429c cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x12128323 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x12208d11 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1231a9e9 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1257c616 unix_get_socket +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1288baa1 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x12a1a0ca sock_alloc +EXPORT_SYMBOL vmlinux 0x12b86beb ip_frag_next +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12ea4ab8 register_quota_format +EXPORT_SYMBOL vmlinux 0x12f0739c starget_for_each_device +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130ac99e phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130ef8f4 sock_register +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132eed52 vfs_llseek +EXPORT_SYMBOL vmlinux 0x1333ba7c sget_dev +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1347ae74 dst_discard_out +EXPORT_SYMBOL vmlinux 0x1352998c devm_of_iomap +EXPORT_SYMBOL vmlinux 0x135643b0 unlock_buffer +EXPORT_SYMBOL vmlinux 0x1358653d amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x135c2cf9 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x1364c692 skb_ext_add +EXPORT_SYMBOL vmlinux 0x137e45b2 seq_dentry +EXPORT_SYMBOL vmlinux 0x1382c98a inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x13837d0e udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1386ef0f security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x13938ef0 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x139ac4b9 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a00a57 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x13a9a827 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x13bb83b6 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x13c0e698 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13c4e5cd mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x13c5234c vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x13c5ec9c folio_end_writeback +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fd909b input_register_handle +EXPORT_SYMBOL vmlinux 0x13fe5a4a touch_atime +EXPORT_SYMBOL vmlinux 0x14089053 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1418a25b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x1431a77c netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x145dbc5d put_watch_queue +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x147819b3 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x147cf7ea napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x1499cf38 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c79c2c tcp_time_wait +EXPORT_SYMBOL vmlinux 0x14ce7251 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e28d34 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x14e536ec fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x14fd9081 __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x1508cb2b register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x15194819 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x153182c2 fasync_helper +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154c9f11 tty_devnum +EXPORT_SYMBOL vmlinux 0x1554d972 generic_fadvise +EXPORT_SYMBOL vmlinux 0x156d0959 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x1571fb7d mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x158a5ba1 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x1592f891 netdev_change_features +EXPORT_SYMBOL vmlinux 0x159482cc generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x15a11380 get_task_cred +EXPORT_SYMBOL vmlinux 0x15ab88f7 vm_map_pages +EXPORT_SYMBOL vmlinux 0x15b6f5e5 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15ba7f02 tcp_v4_md5_lookup +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 0x15cf223f netif_carrier_off +EXPORT_SYMBOL vmlinux 0x15d759cb sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x15e7feb3 block_write_full_page +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15fc75db con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162daa77 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x164f2a2e udp_seq_start +EXPORT_SYMBOL vmlinux 0x166599a1 has_capability +EXPORT_SYMBOL vmlinux 0x166cdc72 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x1678b5b1 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1680deaa scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x168794f9 fb_blank +EXPORT_SYMBOL vmlinux 0x16915c8f block_write_begin +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169b46e7 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x16a0efe3 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b316af inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x16bd1f53 km_state_notify +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x170778d4 register_filesystem +EXPORT_SYMBOL vmlinux 0x1708f68d __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x170f1dfe bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x171ad2bf __register_chrdev +EXPORT_SYMBOL vmlinux 0x172c5f1e n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x1734ddfe dev_load +EXPORT_SYMBOL vmlinux 0x173a43e7 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x177d094c ip6_mtu +EXPORT_SYMBOL vmlinux 0x178dea26 tls_handshake_close +EXPORT_SYMBOL vmlinux 0x1790371d genphy_suspend +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17c54a7b mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x18105bce pcim_pin_device +EXPORT_SYMBOL vmlinux 0x1819d063 configfs_register_group +EXPORT_SYMBOL vmlinux 0x181a0ad3 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x1827f7a6 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x182a4156 sock_edemux +EXPORT_SYMBOL vmlinux 0x1831b147 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x18521004 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x18601c41 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x186273c2 import_single_range +EXPORT_SYMBOL vmlinux 0x18659dfa mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x187694e1 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x18801c2a sock_rfree +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18a87794 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18c6797f __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x18dae236 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x18e27176 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1903cc17 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x191843ac flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x1925a866 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x192ad17a _copy_to_iter +EXPORT_SYMBOL vmlinux 0x192b2e07 vfs_symlink +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x195006e9 filp_close +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195b3dfe misc_register +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198de5f2 locks_free_lock +EXPORT_SYMBOL vmlinux 0x19926a08 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x199571a0 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a3b52f ip_defrag +EXPORT_SYMBOL vmlinux 0x19a7a9ce genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19cbd1fb inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e34380 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x19ed04ea uart_register_driver +EXPORT_SYMBOL vmlinux 0x1a1c9831 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x1a26155b sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x1a297b80 skb_append +EXPORT_SYMBOL vmlinux 0x1a3a9f0b gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a606dce pskb_expand_head +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a74000b dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a842a8a i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x1a853077 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1a9c5771 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x1abfa328 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1aca9982 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b142303 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x1b205f5b vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x1b34c2de elv_rb_del +EXPORT_SYMBOL vmlinux 0x1b3a620e tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x1b3dcedd agp_free_memory +EXPORT_SYMBOL vmlinux 0x1b438681 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x1b4a4d66 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b665c3d tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x1b68c130 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x1b6a1746 devm_ioremap +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7e3456 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x1b878f5a kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x1b886f7c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb9ac12 proc_set_size +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bd61172 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x1be7f3b9 vme_bus_num +EXPORT_SYMBOL vmlinux 0x1c0fd2c2 phy_loopback +EXPORT_SYMBOL vmlinux 0x1c149fc7 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x1c278b84 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1c2e1e31 vfs_getattr +EXPORT_SYMBOL vmlinux 0x1c32e56e generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x1c384058 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x1c487745 import_iovec +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5b10bb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x1c5b8f7a sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1c692bcd tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x1c6b86e0 set_pages_wb +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1ccf9108 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1cd4fe02 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1ce1c833 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x1d07a700 vlan_for_each +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 0x1d258b70 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x1d26f2df xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1d32a125 genl_register_family +EXPORT_SYMBOL vmlinux 0x1d3882f3 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d5a2e17 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x1d5e6f13 dquot_resume +EXPORT_SYMBOL vmlinux 0x1d634620 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x1d7ac447 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x1d8698a8 d_move +EXPORT_SYMBOL vmlinux 0x1d8ae266 path_get +EXPORT_SYMBOL vmlinux 0x1d95e107 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +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 0x1df32db8 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0e34de filemap_check_errors +EXPORT_SYMBOL vmlinux 0x1e0e845d unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x1e1168ed key_link +EXPORT_SYMBOL vmlinux 0x1e14b263 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x1e2af950 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x1e4bebde crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x1e601458 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x1e69e6c7 sg_miter_next +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6df61a devfreq_update_target +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eac3e17 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x1eb4b271 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ec2b154 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x1ec3e4fe param_set_uint +EXPORT_SYMBOL vmlinux 0x1ec7e871 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x1ecb063e xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1eefdbbc __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x1ef05865 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x1f03f162 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x1f1aa630 dquot_disable +EXPORT_SYMBOL vmlinux 0x1f42373e inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f6169f2 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x1f617f79 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x1f85aeb5 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x1f9816f3 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x1fa8d7af tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x1fba7ebf seq_putc +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc63808 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fda26f4 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x1fe840a1 seq_open +EXPORT_SYMBOL vmlinux 0x1ff778cd bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x1ffc23f2 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2000bf8b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x20035f8b blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201e5186 kernel_write +EXPORT_SYMBOL vmlinux 0x202069a2 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x2023a367 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x202db5a6 pci_match_id +EXPORT_SYMBOL vmlinux 0x2031a5b6 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x2040c3d5 ip_mc_leave_group +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 0x2055ac96 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x205acf50 config_item_get +EXPORT_SYMBOL vmlinux 0x206c4e1d dma_free_attrs +EXPORT_SYMBOL vmlinux 0x206f2d1f phy_config_aneg +EXPORT_SYMBOL vmlinux 0x2099ebea fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x20a60ed2 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20af9ca1 kill_litter_super +EXPORT_SYMBOL vmlinux 0x20b31003 devm_memunmap +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20c11a17 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x20cc0b7e gro_cells_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e5e684 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f0e4c1 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x20f3234b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x2122f9f5 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x213139fe tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x214b674b unregister_shrinker +EXPORT_SYMBOL vmlinux 0x214f6c24 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x215a1ada input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x2170f113 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x21786318 d_add_ci +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a36369 amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x21bc6eea mmc_release_host +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d74e87 thread_group_exited +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21edc8c0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f93669 register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x2218ffce i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2242c071 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x227a78e7 napi_disable +EXPORT_SYMBOL vmlinux 0x228266c9 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x22a54e84 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b6b611 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x22baa72e blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22c6e117 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x22d1d8d9 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x22d6a5dc slab_build_skb +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e3d355 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x22fb50d1 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x22ff599b fb_find_mode +EXPORT_SYMBOL vmlinux 0x230d63aa ps2_command +EXPORT_SYMBOL vmlinux 0x2316d457 iptun_encaps +EXPORT_SYMBOL vmlinux 0x233c8d8c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x235895e1 mtree_store +EXPORT_SYMBOL vmlinux 0x235aa011 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237be8ae nd_dax_probe +EXPORT_SYMBOL vmlinux 0x2385d193 follow_pfn +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239ece38 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c4fcaa jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x23c6e6f5 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x23d9cb07 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23eb7526 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f24ce6 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x23f359ee __devm_request_region +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2427fed0 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x24318494 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x2458d221 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247244ad pci_iomap_range +EXPORT_SYMBOL vmlinux 0x247b8363 file_update_time +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249feaca phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x24a0ff50 free_buffer_head +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24be2f9c rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d7d2ca dcb_setrewr +EXPORT_SYMBOL vmlinux 0x24d9c8c4 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e28c34 clear_nlink +EXPORT_SYMBOL vmlinux 0x24f71560 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x25034a63 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2507bc45 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x250c7dab vfs_link +EXPORT_SYMBOL vmlinux 0x2514187e kobject_add +EXPORT_SYMBOL vmlinux 0x251677a5 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x251fd496 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x25339fd5 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x2552045e secpath_set +EXPORT_SYMBOL vmlinux 0x2577c4e1 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x25812365 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258271a7 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2589eca6 tcf_em_unregister +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 0x25994e9b rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x25cbe5eb __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x25cde79e dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25dcdf26 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f1298e md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x260ec1d4 md_integrity_register +EXPORT_SYMBOL vmlinux 0x261c63ba mdio_device_reset +EXPORT_SYMBOL vmlinux 0x2625fb1d page_readlink +EXPORT_SYMBOL vmlinux 0x262e0e32 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x264c5c41 framebuffer_release +EXPORT_SYMBOL vmlinux 0x2668b15b iov_iter_discard +EXPORT_SYMBOL vmlinux 0x267e61fa lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26916877 get_inode_acl +EXPORT_SYMBOL vmlinux 0x269ed898 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x26aed20e tty_do_resize +EXPORT_SYMBOL vmlinux 0x26b6d60f devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x26bc0b69 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x26d4c61a d_set_d_op +EXPORT_SYMBOL vmlinux 0x26d89c77 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e57c3e vlan_vid_del +EXPORT_SYMBOL vmlinux 0x26e58d45 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271565fd max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x271dff43 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27343257 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x2745b3e1 make_kuid +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276f14f8 inet_offloads +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 0x2791edef __bio_advance +EXPORT_SYMBOL vmlinux 0x2792dac1 bio_uninit +EXPORT_SYMBOL vmlinux 0x2796021b make_bad_inode +EXPORT_SYMBOL vmlinux 0x2798103c __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x27a1e92d md_error +EXPORT_SYMBOL vmlinux 0x27a8b122 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x27b61b5e sock_no_accept +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d2d39d sock_wake_async +EXPORT_SYMBOL vmlinux 0x27ece40e devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x27ed988c ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x27f34ced inode_io_list_del +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281c2573 mr_dump +EXPORT_SYMBOL vmlinux 0x281cb863 get_tree_single +EXPORT_SYMBOL vmlinux 0x28226450 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x284c6833 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x28542068 softnet_data +EXPORT_SYMBOL vmlinux 0x28666a66 cred_fscmp +EXPORT_SYMBOL vmlinux 0x28691b22 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287ec038 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x288e96d7 devm_clk_put +EXPORT_SYMBOL vmlinux 0x28907ba5 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x2899333d netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x28bd7f54 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x28dbb7af agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f81846 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29058f20 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x29081b51 flush_signals +EXPORT_SYMBOL vmlinux 0x29133c98 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x291a0828 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x29381f26 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x29433b46 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x2946914b __put_user_ns +EXPORT_SYMBOL vmlinux 0x294946a3 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x294b74a6 would_dump +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296191c7 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296e7d2a sk_dst_check +EXPORT_SYMBOL vmlinux 0x2971ad5a rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x2973b497 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x298410a4 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x29988fe4 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29c21d47 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x29d58ede netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x29d598e6 param_get_uint +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29fc4c3f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x2a05a530 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x2a088f28 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x2a12c794 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a69500e dev_get_by_name +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a7b337b pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a8fcfb3 rtnl_notify +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 0x2aa65d7d dquot_quota_off +EXPORT_SYMBOL vmlinux 0x2aab1a78 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ac13390 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2adea0e1 input_release_device +EXPORT_SYMBOL vmlinux 0x2aed37f7 sock_release +EXPORT_SYMBOL vmlinux 0x2b05fa43 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x2b1a85be netlink_net_capable +EXPORT_SYMBOL vmlinux 0x2b4d32ae seq_read_iter +EXPORT_SYMBOL vmlinux 0x2b4f31f2 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b59b1b1 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x2b5e3815 ip6_dst_check +EXPORT_SYMBOL vmlinux 0x2b5e6611 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x2b61dbc3 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x2b623f29 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x2b6c7465 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b8c386d unix_attach_fds +EXPORT_SYMBOL vmlinux 0x2b981b97 file_open_root +EXPORT_SYMBOL vmlinux 0x2b9d3916 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba4b076 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bc5583b phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x2bca08d6 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bddceca pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x2be87b95 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x2bea8151 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c0ce03b from_kuid +EXPORT_SYMBOL vmlinux 0x2c13a73f ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x2c218686 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c262669 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x2c51d6e0 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2ca735db xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x2cad8882 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x2cc3cd34 simple_rmdir +EXPORT_SYMBOL vmlinux 0x2cc93e56 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdb8479 dst_dev_put +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cf826dd scsi_print_sense +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d252120 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d33b2aa skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x2d3688ab folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3e6ca3 keyring_clear +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d7182c3 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x2d7298a8 pcpu_hot +EXPORT_SYMBOL vmlinux 0x2d7c167e remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x2d8bcd1e gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db13860 key_unlink +EXPORT_SYMBOL vmlinux 0x2db1a865 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x2db42f23 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x2db829b7 get_phy_device +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e02658c sock_wfree +EXPORT_SYMBOL vmlinux 0x2e029d6f pagecache_get_page +EXPORT_SYMBOL vmlinux 0x2e048556 current_in_userns +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e216ca0 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2f3727 seq_vprintf +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e50939d d_set_fallthru +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e66988a tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x2e7e2a14 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x2e835924 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x2e88b055 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x2e8b8cd0 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x2ec0a854 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ece7f9c pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x2edb5e5e netlink_capable +EXPORT_SYMBOL vmlinux 0x2ef3df92 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x2ef7f6ab hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x2efdec05 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f16ffc0 phy_device_register +EXPORT_SYMBOL vmlinux 0x2f2620fd dqput +EXPORT_SYMBOL vmlinux 0x2f275339 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f368f9a __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3b2207 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x2f431694 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x2f45bf20 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2f469fe2 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x2f48a89d pci_pme_capable +EXPORT_SYMBOL vmlinux 0x2f5b2540 dm_get_device +EXPORT_SYMBOL vmlinux 0x2f5c0bfe cdrom_release +EXPORT_SYMBOL vmlinux 0x2f61e3c5 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x2f656f63 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x2f71f308 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x2f7467f6 d_drop +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f7a3edf generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x2f86297a flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x2fa53261 genphy_update_link +EXPORT_SYMBOL vmlinux 0x2fba06b6 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x2fc71974 kobject_init +EXPORT_SYMBOL vmlinux 0x2fceba4e tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x2fcec719 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x2fd5ad57 vfs_create +EXPORT_SYMBOL vmlinux 0x2fd798f8 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe4e4a3 param_set_invbool +EXPORT_SYMBOL vmlinux 0x2fef91ac skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x300733b0 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x300a2518 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x3016ead8 igrab +EXPORT_SYMBOL vmlinux 0x30171aeb agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x30197b2e proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x30375fbe xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x30478e6c __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x305a6bd4 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x308ac876 iget5_locked +EXPORT_SYMBOL vmlinux 0x308e909c tty_name +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30bdb632 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x30bf011b ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x30c8fda9 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x30cb2548 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x30f97b07 pci_choose_state +EXPORT_SYMBOL vmlinux 0x30fb510c sock_sendmsg +EXPORT_SYMBOL vmlinux 0x310024e8 kset_register +EXPORT_SYMBOL vmlinux 0x311c62b6 inet6_bind +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3126bb64 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31411b43 __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x314eb973 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x315124af kill_pid +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x315a2bf5 asm_load_gs_index +EXPORT_SYMBOL vmlinux 0x31658b5b neigh_seq_next +EXPORT_SYMBOL vmlinux 0x318006df xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x3183201c inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x31a589f5 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x31bbbc67 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x31be6d64 udp_read_skb +EXPORT_SYMBOL vmlinux 0x31e007fd bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x32019443 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32294ba2 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x323ab602 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x32472d29 __d_drop +EXPORT_SYMBOL vmlinux 0x32483409 eth_header +EXPORT_SYMBOL vmlinux 0x324d0ad8 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x32545c33 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x32559c0a block_invalidate_folio +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 0x328e3b4f remove_proc_entry +EXPORT_SYMBOL vmlinux 0x32a3dac4 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x32ae13e3 inet_shutdown +EXPORT_SYMBOL vmlinux 0x32b675b8 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x32c621db generic_fillattr +EXPORT_SYMBOL vmlinux 0x32cd73c1 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32db2963 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e9ff29 fb_io_write +EXPORT_SYMBOL vmlinux 0x32eecd79 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x32f4d732 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x32fd671b fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x33262616 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x3327d309 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x332b3855 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x33311e5b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3343b89f set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x33484b07 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x334f6952 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x335f917b read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x338a6f04 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x338e97ac netdev_info +EXPORT_SYMBOL vmlinux 0x339a2693 serio_close +EXPORT_SYMBOL vmlinux 0x33a5a958 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x33a6eddd skb_pull +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33d5d8b6 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f8927f sk_stream_wait_close +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 0x34046f33 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x341c0b84 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x3445482e dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x3469151a d_alloc_anon +EXPORT_SYMBOL vmlinux 0x34848d22 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x348ffbea mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x3498dc89 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x349b9c41 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34ae4e37 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x34b6a136 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x34bdc7e5 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e422be jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x34e77ab5 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x34ff0c5d bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35343251 key_alloc +EXPORT_SYMBOL vmlinux 0x3539d606 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353c63c9 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x354a2680 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356f0c26 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x358ad9c1 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x358c26c1 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x358e076e scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b375d7 mpage_readahead +EXPORT_SYMBOL vmlinux 0x35b93039 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x35c69f67 block_truncate_page +EXPORT_SYMBOL vmlinux 0x35c6f71b eth_validate_addr +EXPORT_SYMBOL vmlinux 0x35d1ba2d netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x35e4956d eth_get_headlen +EXPORT_SYMBOL vmlinux 0x35f1ee11 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x35f27330 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x3604ac96 kobject_put +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x361efc45 ihold +EXPORT_SYMBOL vmlinux 0x3625a8cc flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x363b38d4 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364cf41b inet_stream_ops +EXPORT_SYMBOL vmlinux 0x3655b797 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365ce119 key_task_permission +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x367b19d7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x369c1f53 stop_tty +EXPORT_SYMBOL vmlinux 0x36a10e65 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x36b3addf neigh_table_init +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c43fff in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x36e5400f skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x36e72806 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37227813 key_invalidate +EXPORT_SYMBOL vmlinux 0x3738047c nf_log_packet +EXPORT_SYMBOL vmlinux 0x373f60b3 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3753bfe1 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375f3315 __do_once_done +EXPORT_SYMBOL vmlinux 0x37621678 prepare_creds +EXPORT_SYMBOL vmlinux 0x37667e6d finish_no_open +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378fb8ae locks_remove_posix +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c10e04 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x37d3ab9b get_watch_queue +EXPORT_SYMBOL vmlinux 0x37d583d6 passthru_features_check +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37df7f86 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x37e703c4 inet_release +EXPORT_SYMBOL vmlinux 0x37ec81a6 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x3818fe01 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3839caaa may_umount_tree +EXPORT_SYMBOL vmlinux 0x383caf1a register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x3853f974 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x3854576d tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385fbb69 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x38663373 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x387eb4cb truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38a2172b kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a92588 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e5ad0f dump_skip +EXPORT_SYMBOL vmlinux 0x38f333f9 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x38f4241f inc_node_page_state +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x39159ed1 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x391f1b21 dma_ops +EXPORT_SYMBOL vmlinux 0x3921d28a flow_rule_match_eth_addrs +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 0x3951aa7a tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395a27b3 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x39927aad amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a129ae __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x39a8479b xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39c5bae5 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39dc24b0 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39e88400 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x39f34884 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a18b521 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x3a23875d ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a2e7590 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x3a436b07 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x3a49bb22 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5a0bd2 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x3a5cfc1b __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x3a607ea2 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x3a6e75d8 dcb_setapp +EXPORT_SYMBOL vmlinux 0x3a70cb13 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x3a7e1ba2 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x3a8bee24 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x3a9cd295 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x3aa2b055 scsi_print_command +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac0f15b pci_assign_resource +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acf839e devm_iounmap +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 0x3ade75d2 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af5687f sock_no_mmap +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b3100a3 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b423410 __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x3b475043 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x3b50f063 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x3b5747ad scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6fc113 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b82b1dd tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b92dd9b __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x3b9847a6 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x3bb581ba submit_bh +EXPORT_SYMBOL vmlinux 0x3bcda0f5 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x3bdc6217 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x3bef827f get_cached_acl +EXPORT_SYMBOL vmlinux 0x3bf8e394 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3c0aceef crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x3c14bf8e follow_down_one +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c20488d neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c463412 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x3c4d4e1a iov_iter_revert +EXPORT_SYMBOL vmlinux 0x3c6d0d91 iterate_fd +EXPORT_SYMBOL vmlinux 0x3c70bd37 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb42e94 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc12571 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x3cd6f561 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x3cda47bf skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cfe00f8 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x3cfe7222 skb_split +EXPORT_SYMBOL vmlinux 0x3d049711 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x3d1379cc get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2fe7a5 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x3d762734 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x3d8f326c cdev_set_parent +EXPORT_SYMBOL vmlinux 0x3d9aebe5 elevator_alloc +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 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce3556 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x3dd4617d consume_skb +EXPORT_SYMBOL vmlinux 0x3de96e45 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc310a ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e04b227 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x3e0dce56 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x3e2a534e fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x3e338311 udp_disconnect +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3e88ae copy_splice_read +EXPORT_SYMBOL vmlinux 0x3e435c78 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3e9347cf scsi_host_busy +EXPORT_SYMBOL vmlinux 0x3ea72639 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x3eaebcff mmc_register_driver +EXPORT_SYMBOL vmlinux 0x3ec357be tty_port_put +EXPORT_SYMBOL vmlinux 0x3ec47cf3 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3edb130a seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x3eed756e add_to_pipe +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0cebce sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1221e3 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x3f2cb346 simple_getattr +EXPORT_SYMBOL vmlinux 0x3f2eba9f vlan_vids_del_by_dev +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 0x3f7099fb dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x3f7b3f7e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x3f7d68f6 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8a4162 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x3f9120a4 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3f9a1dd4 dev_add_offload +EXPORT_SYMBOL vmlinux 0x3fae609b register_netdevice +EXPORT_SYMBOL vmlinux 0x3fb4350f zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x3fb49c2d __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x3fbf025d ram_aops +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fcb5a8e mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdac694 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3ffad579 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x4003037a sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x40078560 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4016bb71 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x401a01e5 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x401ec0d8 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x405f2039 bdi_unregister +EXPORT_SYMBOL vmlinux 0x4061cfb5 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x408d70de seq_open_private +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40bdfcf6 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x40c26b37 qdisc_reset +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c7ec7f inode_set_flags +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d5ef39 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x40df6653 nonseekable_open +EXPORT_SYMBOL vmlinux 0x40eee9ff inet_add_offload +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x410ff463 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x4116251b freeze_bdev +EXPORT_SYMBOL vmlinux 0x411751a9 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x41211b96 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x412825cb generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413147e2 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418ee5a4 file_modified +EXPORT_SYMBOL vmlinux 0x41a30543 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x41eab527 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x42119abd param_get_invbool +EXPORT_SYMBOL vmlinux 0x4222dca6 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x42235c30 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x4234d530 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42876e7b __netif_schedule +EXPORT_SYMBOL vmlinux 0x428ca7cf __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x428e1562 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x42a6451f pci_dev_get +EXPORT_SYMBOL vmlinux 0x42bc749b mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x42bd89f3 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c47cbf bio_endio +EXPORT_SYMBOL vmlinux 0x42cb96d3 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x42cf2e0a __register_nls +EXPORT_SYMBOL vmlinux 0x42cf30e4 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x42e773f4 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f8c6c7 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431ad343 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x43482056 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438276b6 vfs_mknod +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438b8249 inet_listen +EXPORT_SYMBOL vmlinux 0x43ac0a85 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b9ef49 posix_lock_file +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43be3d80 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x43c0bf54 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x43ce174a ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43dd706f pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x43e64323 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x44143f5f xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x441c044e tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444de7e2 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x4461e979 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x447215ca dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x44743eb6 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x4479828b no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a26c08 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x44a61aa9 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44d3647a genphy_read_lpa +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 0x4523efcb touch_buffer +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x45392aba pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453da8cc sock_create +EXPORT_SYMBOL vmlinux 0x453ebbb2 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x4540e3fe netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456be7d5 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457b230e file_remove_privs +EXPORT_SYMBOL vmlinux 0x4589000c __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45d9e6dc devm_register_netdev +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45ec6257 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x460136e6 fqdir_init +EXPORT_SYMBOL vmlinux 0x460a5c9d iterate_dir +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4617de21 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x461bd4b8 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46683555 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4676a150 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x4679d9d1 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468798da qdisc_put +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469ae4be bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x469c82a6 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x46ab842d jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c05871 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x46c164e3 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c88d2f sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46d9e41e setup_new_exec +EXPORT_SYMBOL vmlinux 0x46dc555d mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x46e364d0 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x46effe8f dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x46f682b6 __inet_hash +EXPORT_SYMBOL vmlinux 0x46ff29d2 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x4710b901 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471c7045 d_alloc_name +EXPORT_SYMBOL vmlinux 0x4735a071 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x47491473 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4761d5b6 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477b20aa phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x4799935e vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0x479ef29f xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x47a2d1df serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x47a3773d netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x47ae13cd pci_iomap +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 0x47f02611 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x47f13f94 xfrm_parse_spi +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 0x48195a1a tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x481b95f5 param_set_ulong +EXPORT_SYMBOL vmlinux 0x481ba926 __seq_open_private +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4833dbef neigh_carrier_down +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 0x485096a5 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485b09a1 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4879ecc1 security_sock_graft +EXPORT_SYMBOL vmlinux 0x4881d2a3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x4897d092 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a2799b nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x48a68173 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bb8210 follow_up +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c39389 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x48c4a2ef fb_pan_display +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 0x48dde535 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x48e9af30 inode_permission +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x490b0f12 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x4917b94f __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x493881cf scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x4944fd4d devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x494d61db iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x494d9ce5 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495b97a4 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496feb00 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497aa60d scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x497d228e acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x499bad15 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49e80f59 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x49fb998d blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x4a029dbb dev_change_flags +EXPORT_SYMBOL vmlinux 0x4a0edf3d nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x4a31964b pci_free_irq +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a53a4d4 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x4a59a799 bio_put +EXPORT_SYMBOL vmlinux 0x4a5fe18c tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x4a78b76e pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x4a79fd19 scsi_done +EXPORT_SYMBOL vmlinux 0x4a831573 single_open +EXPORT_SYMBOL vmlinux 0x4a8cff30 finalize_exec +EXPORT_SYMBOL vmlinux 0x4a8edab4 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa57dc1 dev_close +EXPORT_SYMBOL vmlinux 0x4aa71360 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x4aba846c input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x4ac76c27 config_group_find_item +EXPORT_SYMBOL vmlinux 0x4ad36ac7 iunique +EXPORT_SYMBOL vmlinux 0x4ae22277 sock_no_bind +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af0afcc lease_get_mtime +EXPORT_SYMBOL vmlinux 0x4af157de path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x4af2a31a pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afc1a6c rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x4afe6798 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b086fd8 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x4b15f38a __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x4b17e76d sock_setsockopt +EXPORT_SYMBOL vmlinux 0x4b2cf727 __napi_schedule +EXPORT_SYMBOL vmlinux 0x4b31f1d3 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b63e8d6 register_netdev +EXPORT_SYMBOL vmlinux 0x4b6badd3 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x4b6c79d7 inet_put_port +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b7501b8 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b83a82f qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4b8e4e0a rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x4bac15e2 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x4bac673f pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x4bb3dab7 _dev_emerg +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bce37bd security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x4be0ae29 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf75bb7 pci_clear_master +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c049ed1 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0c28a8 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c1f669a dev_uc_init +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c3b6850 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c486bb9 devm_free_irq +EXPORT_SYMBOL vmlinux 0x4c4fd3f2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x4c62dc80 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x4c754b1a path_is_under +EXPORT_SYMBOL vmlinux 0x4c75fd64 dst_release +EXPORT_SYMBOL vmlinux 0x4c853f4f scsi_add_device +EXPORT_SYMBOL vmlinux 0x4c888c83 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x4c967cfa ip_getsockopt +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4ce45349 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x4d098847 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x4d1998ab blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d33481a simple_link +EXPORT_SYMBOL vmlinux 0x4d48a8a6 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x4d491c38 console_stop +EXPORT_SYMBOL vmlinux 0x4d4ae636 netlink_unicast +EXPORT_SYMBOL vmlinux 0x4d558d70 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4d58740f xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x4d590d22 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x4d6a7bf3 md_flush_request +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da44ef6 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x4db3de3b __pskb_copy_fclone +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 0x4df418a3 kset_unregister +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e007e4e padata_free_shell +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 0x4e3b5056 phy_find_first +EXPORT_SYMBOL vmlinux 0x4e3dd5d9 __skb_pad +EXPORT_SYMBOL vmlinux 0x4e440478 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5e0289 padata_free +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e6ed461 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x4e779e00 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x4e823d71 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x4e8c687a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x4e9a2c0d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea78bab __x86_indirect_call_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4ea96571 override_creds +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb39ec7 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec832a3 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x4ecc34ff dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x4ee45b38 param_ops_bint +EXPORT_SYMBOL vmlinux 0x4eeeee49 init_task +EXPORT_SYMBOL vmlinux 0x4ef4f15a tcp_seq_next +EXPORT_SYMBOL vmlinux 0x4efaebdf pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x4f074f3c __tracepoint_dma_fence_signaled +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 0x4f4f4fa3 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f5d6e7d tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f7e32c1 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x4f951e88 phy_connect +EXPORT_SYMBOL vmlinux 0x4f9a6e11 migrate_folio +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe3d33f wake_up_process +EXPORT_SYMBOL vmlinux 0x4fedd279 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x501c5a21 simple_release_fs +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x50289197 iget_locked +EXPORT_SYMBOL vmlinux 0x505fcf35 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x5060556e devm_clk_get +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5071893f vfs_readlink +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 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c7b4ce iov_iter_init +EXPORT_SYMBOL vmlinux 0x50c885d8 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50db9629 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x50dbcfd6 tty_check_change +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50f91ce0 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x50f98e51 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x50fa41ff netdev_features_change +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5127765c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x5131e46c __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x5139ac08 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x5147c731 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51704f6c simple_write_begin +EXPORT_SYMBOL vmlinux 0x51851f2b bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x518d3ba1 param_get_int +EXPORT_SYMBOL vmlinux 0x5196991d pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a6a6cc posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x51abe931 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x51c99c52 blk_get_queue +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d371d5 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x51dd4246 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x51ddf518 node_data +EXPORT_SYMBOL vmlinux 0x51e4cda6 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x51ffdc4f serio_reconnect +EXPORT_SYMBOL vmlinux 0x51fff096 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5218aeeb audit_log +EXPORT_SYMBOL vmlinux 0x521ce120 d_invalidate +EXPORT_SYMBOL vmlinux 0x522fb788 proc_create_data +EXPORT_SYMBOL vmlinux 0x524633bc folio_mapping +EXPORT_SYMBOL vmlinux 0x5250568e ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527e2ca5 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x5289549a dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529e994b ps2_drain +EXPORT_SYMBOL vmlinux 0x52a7c0e3 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x52b44c79 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x52b90639 fget_raw +EXPORT_SYMBOL vmlinux 0x52ca5b3d pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e7350b mpage_writepages +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f54483 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x52fa3c49 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x52ff9a7d devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530ca57e dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x531cec3a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x53317c3f bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x536aefbe folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x536c8d18 d_add +EXPORT_SYMBOL vmlinux 0x53976d97 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a58b50 sk_net_capable +EXPORT_SYMBOL vmlinux 0x53a88d5d crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53be6d1f skb_put +EXPORT_SYMBOL vmlinux 0x53c934cb seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x53d05ac0 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x53d6b3e1 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x53dd6d05 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x53f8a56e ilookup5 +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x542749b1 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54449f04 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x54508164 bio_split +EXPORT_SYMBOL vmlinux 0x545221f2 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x547412c0 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x5481074e __destroy_inode +EXPORT_SYMBOL vmlinux 0x54826f7b nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x54ad1b8b copy_page_from_iter +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 0x54b27d56 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x54c1e868 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x54c97ba8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e0caa7 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54fb9deb generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55318cd0 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x553838e9 netdev_port_same_parent_id +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 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558b44d8 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x558f9313 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x55a3a955 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x55bf7558 make_kprojid +EXPORT_SYMBOL vmlinux 0x55d453d0 netlink_set_err +EXPORT_SYMBOL vmlinux 0x55de9ac8 kill_fasync +EXPORT_SYMBOL vmlinux 0x55e15a98 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f4d170 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x5615a373 dcb_getapp +EXPORT_SYMBOL vmlinux 0x561fa0f1 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5627f73c jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x562ce889 param_ops_short +EXPORT_SYMBOL vmlinux 0x562dfcf8 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563d7186 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x56417483 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5656ebe9 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x5657e05b textsearch_destroy +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568c2a1e ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x569d8d64 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x56ad12e7 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d1d2a4 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x56f965cb genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x57078e58 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x5723f61e inode_update_time +EXPORT_SYMBOL vmlinux 0x5728b0cb jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x576171f2 dqget +EXPORT_SYMBOL vmlinux 0x57731605 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x577606d6 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x578d685c napi_gro_flush +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579fcdf3 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57be4c9f jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x57c2f119 kernel_connect +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57dbea50 cdrom_open +EXPORT_SYMBOL vmlinux 0x580e69bb sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x58104610 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x5816a29e i2c_put_adapter +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 0x584cf28a iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x58550cc1 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x585bb8a9 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x58648bec notify_change +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x587fd59e lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x5886681a jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a63ba6 vme_master_request +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b51d5f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58ca4ce0 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ea5c59 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x59059689 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x59118bd1 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x591aa78b param_set_bool +EXPORT_SYMBOL vmlinux 0x592dc870 lease_modify +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x5945daba tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594dcb6d __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x595819c9 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x595dc936 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x595e8888 skb_find_text +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5969b28d mdio_device_free +EXPORT_SYMBOL vmlinux 0x596fd5ef simple_nosetlease +EXPORT_SYMBOL vmlinux 0x5978161f filp_open +EXPORT_SYMBOL vmlinux 0x5980131b seq_release_private +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b0a998 elv_rb_find +EXPORT_SYMBOL vmlinux 0x59b31b37 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59ba3d00 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x59cff316 fb_set_var +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0bcdec pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x5a0f81fc napi_enable +EXPORT_SYMBOL vmlinux 0x5a14cd06 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a47ce0f xfrm_lookup +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4ba102 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a4f8412 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a7cf90c input_register_handler +EXPORT_SYMBOL vmlinux 0x5a919f7c dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a95fcf3 agp_backend_release +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f7d6e balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac21ec6 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x5acbfa82 md_handle_request +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b734455 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x5b789a21 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x5b7aea9a __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x5b7ff7b6 dev_driver_string +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5bade15c neigh_ifdown +EXPORT_SYMBOL vmlinux 0x5bae8dbe max8998_write_reg +EXPORT_SYMBOL vmlinux 0x5bb7c2f7 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd727bd processors +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be6ab41 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5bfd1051 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x5bff0e9c tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c6c087f tcf_exts_change +EXPORT_SYMBOL vmlinux 0x5c744cea end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x5c950911 param_ops_byte +EXPORT_SYMBOL vmlinux 0x5ca76e16 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5cbcbaf4 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x5cc9dc1b pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cde65b6 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x5ce005e2 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5cf1fe2b vme_irq_generate +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf54717 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5cf904ab pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cfeb6b1 skb_expand_head +EXPORT_SYMBOL vmlinux 0x5d01174e pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x5d042ec2 seq_puts +EXPORT_SYMBOL vmlinux 0x5d100a41 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x5d1d5b72 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5d203e6a pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x5d26101d __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x5d285f27 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x5d4488ad xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d544e58 module_put +EXPORT_SYMBOL vmlinux 0x5d5a06e1 xattr_full_name +EXPORT_SYMBOL vmlinux 0x5d66a327 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x5d803685 vme_irq_free +EXPORT_SYMBOL vmlinux 0x5d82e69e xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x5d9942f2 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x5d9a76ca phy_print_status +EXPORT_SYMBOL vmlinux 0x5d9b81c2 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x5d9d15f0 sock_create_lite +EXPORT_SYMBOL vmlinux 0x5da62714 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x5daf47d5 con_is_bound +EXPORT_SYMBOL vmlinux 0x5db2ee60 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5dd5df62 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x5de52a74 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x5e021823 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e2b5f1b devm_memremap +EXPORT_SYMBOL vmlinux 0x5e30400e request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x5e31518a xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x5e328412 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e386710 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x5e3f29bb pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5e4c9cc9 proc_create +EXPORT_SYMBOL vmlinux 0x5e57da8a ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x5e6e4eb1 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x5e7a8a2a jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x5e82604b pcim_enable_device +EXPORT_SYMBOL vmlinux 0x5e831e16 block_write_end +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8b480c init_net +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e98bea0 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5eb078e3 dns_query +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 0x5eec7613 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x5eefaaaa mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x5eefaf95 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x5ef4a760 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef9d60d _dev_info +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f125ef8 md_reload_sb +EXPORT_SYMBOL vmlinux 0x5f2a1049 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f3ba0e6 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x5f497278 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f75f1ad mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x5f917dc7 start_tty +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fa22e7a kernel_read +EXPORT_SYMBOL vmlinux 0x5fa9d098 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x5fb22b63 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x5fb3287b phy_device_free +EXPORT_SYMBOL vmlinux 0x5fb5e690 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x5fb989c7 zap_page_range_single +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 0x5fe69ad4 kill_anon_super +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 0x60111925 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x601a9cac filemap_map_pages +EXPORT_SYMBOL vmlinux 0x601e358c config_item_put +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603e3ee3 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60655670 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x606b33c7 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x607599de tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x6077db88 fc_mount +EXPORT_SYMBOL vmlinux 0x6077ef9e simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x607b219a skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x607f06ed __neigh_for_each_release +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 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60cba9ca tso_build_data +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x61051235 bio_add_folio +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x611dc7d5 inode_init_once +EXPORT_SYMBOL vmlinux 0x6120e828 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x6126d207 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6128fb07 write_inode_now +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x614e3ccf d_obtain_root +EXPORT_SYMBOL vmlinux 0x6150a5c7 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6159a7aa tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x616f6bc5 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x617a6c7d kmem_cache_create_usercopy +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 0x619ed9db agp_enable +EXPORT_SYMBOL vmlinux 0x61b00d66 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x61b149a6 inet_frag_find +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bfe7a1 genl_notify +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e630f3 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6214349b folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62256016 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622f162b dev_set_alias +EXPORT_SYMBOL vmlinux 0x6232139d fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x6245bbba rfkill_alloc +EXPORT_SYMBOL vmlinux 0x62474c08 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6251aaef devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x625b7df7 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6273b946 mt_find_after +EXPORT_SYMBOL vmlinux 0x62763748 thaw_super +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627d77a6 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x627f1ec8 keyring_alloc +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x6290ed0b __scsi_add_device +EXPORT_SYMBOL vmlinux 0x62a630f7 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x62b2ebd4 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x62b90b36 dev_trans_start +EXPORT_SYMBOL vmlinux 0x62bc7e05 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x62bea75d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x62eb74c5 register_key_type +EXPORT_SYMBOL vmlinux 0x62f106ab __skb_checksum +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6327d86b netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x632cb7e7 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x633e193c vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x63575af0 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x635dbfba dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x6365c488 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x6396a38d sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x6396b7f4 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x63a1e347 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x63a3380f xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63ab642e pci_remove_bus +EXPORT_SYMBOL vmlinux 0x63b91d2e inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x63cf680c sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x63d570d4 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x63d597f7 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x63e1f3e7 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63eea659 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x63f32ddb __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641fb894 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x64238275 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6440e902 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64844d77 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6490b29e mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x64a4e9d1 bmap +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64ca01b7 dentry_create +EXPORT_SYMBOL vmlinux 0x64d07cc8 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64e153e7 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x64e1947c blk_finish_plug +EXPORT_SYMBOL vmlinux 0x64edc521 param_set_bint +EXPORT_SYMBOL vmlinux 0x64f92d99 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x6511c803 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x6518dc8e dev_add_pack +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652a9628 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65319278 iget_failed +EXPORT_SYMBOL vmlinux 0x6535367e tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x653f7d56 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x6567c8a8 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657aae4f rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x658456ad find_inode_nowait +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 0x65940bfc neigh_xmit +EXPORT_SYMBOL vmlinux 0x65982c91 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65aa25be ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65c24a7e tls_server_hello_x509 +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 0x65e17a3f blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x65f41e9c pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x65fcd7cc mmc_add_host +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x66272fef sock_efree +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x665ef798 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x6661f3d0 xfrm_policy_delete +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 0x6679277e set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x66901142 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x66924706 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66afff6e pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66e1bd7e fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x66e88ed0 seq_path +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x67160a54 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x6718758a dma_resv_fini +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x67332b13 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x673c3003 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674a17f6 redraw_screen +EXPORT_SYMBOL vmlinux 0x674ecde6 dev_deactivate +EXPORT_SYMBOL vmlinux 0x6761ef28 give_up_console +EXPORT_SYMBOL vmlinux 0x67718c8f bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x677b428d dmaenginem_async_device_register +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 0x67bbf1ab vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x68035608 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x6804f316 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x6812397a forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x681bdd36 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x6820330e skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68846f21 inode_sub_bytes +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 0x68af6108 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x68b61b6b phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x68d28648 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x68d9e911 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x6902031b ilookup +EXPORT_SYMBOL vmlinux 0x6902a0df genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x692059a8 seq_lseek +EXPORT_SYMBOL vmlinux 0x6924e51b simple_empty +EXPORT_SYMBOL vmlinux 0x694298ea inode_update_timestamps +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696a679a phy_device_create +EXPORT_SYMBOL vmlinux 0x696dad7b unregister_quota_format +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69837051 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69b66cfa bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x69bf8fcf vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x69cc50ca page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69ee6f72 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x69f612be ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x6a014b24 pipe_lock +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a16e042 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x6a214191 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x6a24a812 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5f86f4 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a67dd6c blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x6a6a96fd xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a80afb0 param_get_bool +EXPORT_SYMBOL vmlinux 0x6ab1b1af __brelse +EXPORT_SYMBOL vmlinux 0x6ab3f3fa pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x6ac8e925 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b098850 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b151edc inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x6b1d8226 vme_irq_request +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b322fb0 sk_error_report +EXPORT_SYMBOL vmlinux 0x6b4197e6 d_tmpfile +EXPORT_SYMBOL vmlinux 0x6b4d0bf6 path_put +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b792453 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc4c594 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd46798 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf91fec find_inode_rcu +EXPORT_SYMBOL vmlinux 0x6bfeee79 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x6c1b17e1 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x6c202b3b blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c2f14dc skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x6c3a3344 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x6c5002f2 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c99ad34 request_key_rcu +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbc15f5 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x6cbc15fe request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x6cbc7d04 nd_device_register +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cf361c0 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x6cf92de4 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x6d008a37 generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0x6d0e432d __folio_lock +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1ccc49 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d449f4a block_dirty_folio +EXPORT_SYMBOL vmlinux 0x6d55788c kthread_create_on_node +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 0x6d60cb3d skb_copy_expand +EXPORT_SYMBOL vmlinux 0x6d74ae50 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d812d62 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x6d81d47d devfreq_register_opp_notifier +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 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6e08543d bio_free_pages +EXPORT_SYMBOL vmlinux 0x6e102d3f __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x6e2f576b __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x6e2fa779 xp_free +EXPORT_SYMBOL vmlinux 0x6e34611d iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x6e3ddc07 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5cdf4a mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6e6e8890 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e74e21f filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea92629 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ec4268b mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef311b0 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x6efb87d3 sys_imageblit +EXPORT_SYMBOL vmlinux 0x6f05ff16 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x6f0e3f23 vga_put +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f1f706a skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x6f2be07f mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x6f2d2236 pipe_unlock +EXPORT_SYMBOL vmlinux 0x6f312562 watchdog_unregister_governor +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 0x6f6ad220 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x6f71069b pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x6f712d91 component_match_add_release +EXPORT_SYMBOL vmlinux 0x6f74805a key_put +EXPORT_SYMBOL vmlinux 0x6f81e058 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x6f85943b pci_get_subsys +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9c1ac0 ip_frag_init +EXPORT_SYMBOL vmlinux 0x6faf8f48 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x6fafbc0d configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fca70ce sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6ff537f9 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x6ff9cd9d inode_add_bytes +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7002078d __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x7005c70b cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x7008b6fd request_key_tag +EXPORT_SYMBOL vmlinux 0x700b0b35 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702c360f md_write_end +EXPORT_SYMBOL vmlinux 0x70334792 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0x7038aebf locks_init_lock +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x7051f74c ata_print_version +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x707372ee dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x708ca31e netif_carrier_on +EXPORT_SYMBOL vmlinux 0x708fc943 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x709387aa __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x709ad472 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b3af75 sk_free +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70ce57ab dma_set_mask +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e5b87f dec_node_page_state +EXPORT_SYMBOL vmlinux 0x71003e95 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x710331d8 param_get_hexint +EXPORT_SYMBOL vmlinux 0x71120f4e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712b1993 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x712fe6de mntget +EXPORT_SYMBOL vmlinux 0x71329eae posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x71388401 tty_register_device +EXPORT_SYMBOL vmlinux 0x713f9a62 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x714d6c3b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7177692b ppp_unit_number +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7184d50d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ab662b amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x71ba9024 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71cae391 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x71ccec02 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x71f65d67 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x7206e1ce tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x720f3e3a kmem_cache_size +EXPORT_SYMBOL vmlinux 0x721b2747 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x721e7acd sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x72308949 tcf_block_put +EXPORT_SYMBOL vmlinux 0x7233aa3e scmd_printk +EXPORT_SYMBOL vmlinux 0x723513e5 param_set_copystring +EXPORT_SYMBOL vmlinux 0x72380eaa skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x723ee1a0 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x7247fda6 release_pages +EXPORT_SYMBOL vmlinux 0x724843d3 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x72500827 dquot_drop +EXPORT_SYMBOL vmlinux 0x7254e1d3 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x72698496 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727dc165 backlight_device_register +EXPORT_SYMBOL vmlinux 0x72ac31ff dcb_getrewr +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72df6637 scsi_device_get +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ee7b39 genphy_loopback +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f5cbe0 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x7312cf81 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7318dbd9 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x731b1717 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x731c97f5 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x7329d757 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x733566f7 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73910876 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73af619c netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x73b1ae6f seq_pad +EXPORT_SYMBOL vmlinux 0x73b21de4 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x73b4a1ee mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x73c7bf1e generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x73cb1eff from_kuid_munged +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e4a410 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x73f59014 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x73fa1646 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x740182f9 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x7405f852 udp_poll +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 0x74160ddd fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x74374505 da903x_query_status +EXPORT_SYMBOL vmlinux 0x743c18ed ip6_output +EXPORT_SYMBOL vmlinux 0x744dc10b set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7467c7df mod_node_page_state +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7493a28c fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x74a72a3c km_new_mapping +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74bdcecf of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cc12c5 textsearch_register +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74eab428 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x750ecfed freezing_slow_path +EXPORT_SYMBOL vmlinux 0x752113d0 iput +EXPORT_SYMBOL vmlinux 0x752e460f skb_dequeue +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753b31fb pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x754ee79a param_get_ulong +EXPORT_SYMBOL vmlinux 0x75533a5b iterate_supers_type +EXPORT_SYMBOL vmlinux 0x755b9420 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x755ccdae generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7561850a backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x75644707 input_flush_device +EXPORT_SYMBOL vmlinux 0x75682bb1 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x758050b9 wireless_send_event +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75b9538b security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75c6388f inet6_protos +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d69353 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7620a14f fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x7623fbde locks_copy_lock +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x76267ee4 pskb_extract +EXPORT_SYMBOL vmlinux 0x763d9b4f build_skb_around +EXPORT_SYMBOL vmlinux 0x765c727a jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76658bf5 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766be942 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7689bbf8 release_sock +EXPORT_SYMBOL vmlinux 0x768eccb4 mtree_destroy +EXPORT_SYMBOL vmlinux 0x76964507 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x76993966 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a3af0a __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x76a71ce9 fiemap_prep +EXPORT_SYMBOL vmlinux 0x76aa0aae elv_rb_add +EXPORT_SYMBOL vmlinux 0x76bd9509 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d8d0d9 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +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 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77592f19 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x775bbe6e dquot_transfer +EXPORT_SYMBOL vmlinux 0x776a78c1 netpoll_setup +EXPORT_SYMBOL vmlinux 0x776c3e70 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x776e3470 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x777c62de pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x777f527d input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x77937a2b pci_map_rom +EXPORT_SYMBOL vmlinux 0x7797f35b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c2add4 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x77cca2a9 submit_bio +EXPORT_SYMBOL vmlinux 0x77d3d1fe uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x77dfe939 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f3461d md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x77fb806a ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78131d06 single_release +EXPORT_SYMBOL vmlinux 0x7821e3c3 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x7823b483 nf_log_unset +EXPORT_SYMBOL vmlinux 0x78253632 eth_header_cache +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7865ec5b input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x788e5ecf lookup_one +EXPORT_SYMBOL vmlinux 0x789b24b6 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x789df47b __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d0af0d dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x78dce839 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3c52e dev_get_stats +EXPORT_SYMBOL vmlinux 0x78ea2bbf dev_disable_lro +EXPORT_SYMBOL vmlinux 0x78eb49e1 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x79229776 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x793d48a1 security_sk_clone +EXPORT_SYMBOL vmlinux 0x7946c0c9 mmc_get_card +EXPORT_SYMBOL vmlinux 0x79524112 skb_queue_head +EXPORT_SYMBOL vmlinux 0x7975abea drop_nlink +EXPORT_SYMBOL vmlinux 0x797cce2c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798a3f00 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x79920ec7 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x7996b683 skb_tx_error +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79ac73ab pci_set_master +EXPORT_SYMBOL vmlinux 0x79b6ce34 vfs_statfs +EXPORT_SYMBOL vmlinux 0x79baf5b9 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x79c12b2a netif_device_attach +EXPORT_SYMBOL vmlinux 0x79c16cc9 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79f568ed pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x79f8c095 __free_pages +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3569a7 proc_mkdir +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5b8f66 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x7a6f0333 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x7a8532bf dev_remove_offload +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a8ba7b2 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa8ea08 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b035ce0 kthread_bind +EXPORT_SYMBOL vmlinux 0x7b0c5c7b fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x7b1e807d dquot_file_open +EXPORT_SYMBOL vmlinux 0x7b21656f jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x7b2436b0 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x7b2b6306 dput +EXPORT_SYMBOL vmlinux 0x7b2bd172 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b49f792 is_bad_inode +EXPORT_SYMBOL vmlinux 0x7b4ac037 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b57374f dev_addr_del +EXPORT_SYMBOL vmlinux 0x7b58f0f6 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b637831 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b838793 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x7b9712de blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7bafdb15 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bb61515 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x7bb9cb71 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bd63ef3 new_inode +EXPORT_SYMBOL vmlinux 0x7beed42d alloc_fddidev +EXPORT_SYMBOL vmlinux 0x7c073d65 inet_addr_type +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1a0260 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c33e2c0 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x7c356d18 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5e3e6a proto_register +EXPORT_SYMBOL vmlinux 0x7c68d224 folio_set_bh +EXPORT_SYMBOL vmlinux 0x7c6aa801 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x7c9638b6 mdiobus_free +EXPORT_SYMBOL vmlinux 0x7c9b1124 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x7c9ea5bd bio_init +EXPORT_SYMBOL vmlinux 0x7ca60eeb set_security_override +EXPORT_SYMBOL vmlinux 0x7cbc8705 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x7cbfa3ef vga_client_register +EXPORT_SYMBOL vmlinux 0x7ccebaf2 acpi_get_hp_hw_control_from_firmware +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 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfc3ee4 fwnode_phy_find_device +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 0x7d1104f0 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d16fd9d pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x7d2645da tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d27f132 poll_freewait +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4c6f15 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x7d4e39fd filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x7d56f82b __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d680589 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x7d6afa64 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7d6cfb73 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7d72952c cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7da0b266 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x7da668d9 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x7da8182b regset_get_alloc +EXPORT_SYMBOL vmlinux 0x7dac1cc3 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc17386 devm_request_resource +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7dd5d427 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x7dd6d1f7 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7de01894 phy_read_paged +EXPORT_SYMBOL vmlinux 0x7de3e05b seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x7df89ad8 dm_io +EXPORT_SYMBOL vmlinux 0x7df930b2 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7e00f26c inet_del_protocol +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e27aaba mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e375b75 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e5fa1bc sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e7f70cc blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x7e87489a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x7eb375bd tcp_seq_start +EXPORT_SYMBOL vmlinux 0x7ee0402e pci_get_device +EXPORT_SYMBOL vmlinux 0x7ee98344 dma_map_resource +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efb6119 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05ce7a try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x7f070e19 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x7f146090 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x7f188885 open_exec +EXPORT_SYMBOL vmlinux 0x7f2166f5 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2f0c15 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x7f356c24 locks_delete_block +EXPORT_SYMBOL vmlinux 0x7f39bd10 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x7f46abcb blackhole_netdev +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f625b40 clk_get +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6a8c33 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8169ea dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x7f8824cb __dquot_free_space +EXPORT_SYMBOL vmlinux 0x7f9ee763 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x7fc188cf mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x7fcd7095 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x7fd36aa8 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x7fd7a745 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x7fda53f8 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe1a6bb __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x800ea166 md_register_thread +EXPORT_SYMBOL vmlinux 0x801e3265 __bforget +EXPORT_SYMBOL vmlinux 0x802e555d page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x806c3133 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x806d9076 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x806d94b2 file_ns_capable +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8081c323 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80b23917 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x80c6902a security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x80c7b28b uart_match_port +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d41214 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x8105f2cb iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x81060912 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x81077fad proto_unregister +EXPORT_SYMBOL vmlinux 0x8109de44 user_revoke +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811a4594 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x811b05d3 kernel_bind +EXPORT_SYMBOL vmlinux 0x812b4dd5 vma_set_file +EXPORT_SYMBOL vmlinux 0x812efdb2 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x81324bda blk_integrity_register +EXPORT_SYMBOL vmlinux 0x8132d796 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x8137144a dev_alloc_name +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x8153d68b sock_i_ino +EXPORT_SYMBOL vmlinux 0x81551c3f crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c2af2 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x817607d0 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x819ae31d mdio_device_create +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b6a658 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x81bdaa7a cdrom_mode_select +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 0x81e1e85d vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81e89d54 inet_select_addr +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x8240e0c1 sock_create_kern +EXPORT_SYMBOL vmlinux 0x824304c5 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x82521587 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8269a844 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x829edd26 shmem_aops +EXPORT_SYMBOL vmlinux 0x82b057eb ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cec565 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82eef6ea uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x82f9219d skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x832c87c7 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x833fb1ef max8998_read_reg +EXPORT_SYMBOL vmlinux 0x8345fcb1 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835ad6a7 netdev_notice +EXPORT_SYMBOL vmlinux 0x83600080 is_nd_btt +EXPORT_SYMBOL vmlinux 0x83808ad9 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839123d0 unregister_console +EXPORT_SYMBOL vmlinux 0x839f2148 trace_event_printf +EXPORT_SYMBOL vmlinux 0x83c0075f vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x83e0dd65 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x83fe9478 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x8418f410 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x841e8701 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x8423d717 ping_prot +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842b9609 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x844818ba blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x8464ab7d ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x846502a9 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x846a001d set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x847b0215 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x84815e99 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d3149 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a04a62 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84b90002 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x84c37846 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x84c4a8d4 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x84d8d811 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x84db338a rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x84dfe6eb dcache_readdir +EXPORT_SYMBOL vmlinux 0x84fa3c9d ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x85142fe0 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x85475920 serio_open +EXPORT_SYMBOL vmlinux 0x8555b50d pci_read_config_word +EXPORT_SYMBOL vmlinux 0x8558b2f5 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857bd1d0 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x859ba48a xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x859cf7e5 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c52346 _dev_alert +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x861ee17a tty_hangup +EXPORT_SYMBOL vmlinux 0x86235a3c agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8631d580 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863c6f20 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x863dfa8a blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x864c0b1d genl_unregister_family +EXPORT_SYMBOL vmlinux 0x8650f2da sock_kmalloc +EXPORT_SYMBOL vmlinux 0x8665e06c twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x867cf9d4 end_page_writeback +EXPORT_SYMBOL vmlinux 0x867f64d2 tty_register_driver +EXPORT_SYMBOL vmlinux 0x868a0750 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869f3781 __icmp_send +EXPORT_SYMBOL vmlinux 0x86affa8a blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x86b539f7 vme_dma_request +EXPORT_SYMBOL vmlinux 0x86c46e86 sock_ioctl_inout +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 0x86f6db5a dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x86f83011 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x86f99de6 input_setup_polling +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fe7bca tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x8705694b __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x870646db tty_port_close_start +EXPORT_SYMBOL vmlinux 0x872d1036 bdi_alloc +EXPORT_SYMBOL vmlinux 0x874e657d is_nd_pfn +EXPORT_SYMBOL vmlinux 0x8757ec43 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8785ef08 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x87931ece unpin_user_pages +EXPORT_SYMBOL vmlinux 0x8797a69c tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x879d107d __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a49b41 cont_write_begin +EXPORT_SYMBOL vmlinux 0x87a9307b input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x87be448a is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87ce51ac skb_eth_push +EXPORT_SYMBOL vmlinux 0x87e1947e __block_write_begin +EXPORT_SYMBOL vmlinux 0x87e5f369 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x8803224f key_payload_reserve +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 0x8820d2d0 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x8823ef75 intel_gmch_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x8830eac6 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x884a9401 simple_fill_super +EXPORT_SYMBOL vmlinux 0x885a293a pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x885bb9af sk_mc_loop +EXPORT_SYMBOL vmlinux 0x88744473 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x88747bfb pci_request_regions +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8883fdd1 md_write_inc +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8895979c ip6_frag_next +EXPORT_SYMBOL vmlinux 0x88970097 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889dee1c netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x88a5bf02 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x88b7a291 simple_statfs +EXPORT_SYMBOL vmlinux 0x88c32a55 tcf_em_register +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88f5cc81 set_capacity +EXPORT_SYMBOL vmlinux 0x89134075 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x891faa97 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x892d41b9 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x8939a9bb vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x896ef6cb blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x89834029 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x89854d15 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899d0f8f tcp_child_process +EXPORT_SYMBOL vmlinux 0x89a6da10 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x89a71617 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x89af28b2 generic_read_dir +EXPORT_SYMBOL vmlinux 0x89ba2f75 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x89e1f1a3 nd_device_notify +EXPORT_SYMBOL vmlinux 0x89f5f95f tcp_prot +EXPORT_SYMBOL vmlinux 0x8a0de08d mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x8a1f5cad dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x8a346203 input_unregister_handle +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 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a59cc07 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x8a651afe kmalloc_caches +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a96eba1 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa842bf put_cmsg +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad1ac00 ipv4_mtu +EXPORT_SYMBOL vmlinux 0x8ad3a577 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x8ad81389 dev_mc_del +EXPORT_SYMBOL vmlinux 0x8af7adbd __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x8afde4bd devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8afe9025 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b02cfe0 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x8b037a76 skb_condense +EXPORT_SYMBOL vmlinux 0x8b14d13d drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x8b18cc38 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x8b1b7568 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x8b23f03e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x8b24472e agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x8b2f08fe console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7bd485 mr_mfc_seq_idx +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 0x8bbe3c15 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x8bc37843 set_groups +EXPORT_SYMBOL vmlinux 0x8bd443a6 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bde33af __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bf77a21 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x8bffa792 is_subdir +EXPORT_SYMBOL vmlinux 0x8c25f51b generic_ro_fops +EXPORT_SYMBOL vmlinux 0x8c26b9cf input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2d2a4c handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x8c2e1410 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c353914 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x8c4dc1f1 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x8c531e66 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x8c5b2319 pci_find_bus +EXPORT_SYMBOL vmlinux 0x8c5d636a flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x8c6ec33a fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x8c716adb blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x8c72f218 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x8c788a0e generic_setlease +EXPORT_SYMBOL vmlinux 0x8c807241 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c921753 d_delete +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca0d18c dma_resv_init +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb625e1 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x8cb7a0a7 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x8cc42743 sock_set_mark +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ccab368 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cea37ec kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x8cec0194 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x8cf1ea08 _dev_crit +EXPORT_SYMBOL vmlinux 0x8cfadd5b seq_printf +EXPORT_SYMBOL vmlinux 0x8d05f0b9 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x8d0af0eb call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x8d171b71 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x8d212678 skb_try_coalesce +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 0x8d84544a get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db1ae7c __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8dc4d514 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x8dd8d961 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e082a40 bpf_map_get +EXPORT_SYMBOL vmlinux 0x8e0cd1de nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e18a0d2 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x8e26aed5 pci_bus_type +EXPORT_SYMBOL vmlinux 0x8e2ae145 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4f2a4c __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x8e548277 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x8e58c7f2 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x8e60226c send_sig_info +EXPORT_SYMBOL vmlinux 0x8e65fbe6 agp_copy_info +EXPORT_SYMBOL vmlinux 0x8e665d6d bio_copy_data +EXPORT_SYMBOL vmlinux 0x8e672df6 mount_bdev +EXPORT_SYMBOL vmlinux 0x8e67751f security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x8e8bd5e1 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e95c876 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecec269 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x8ecff2be dev_set_mtu +EXPORT_SYMBOL vmlinux 0x8ee2ea64 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f34fddc dm_table_event +EXPORT_SYMBOL vmlinux 0x8f3827bc dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x8f6df592 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x8f733c4e kthread_create_worker_on_cpu +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 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fbcec87 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8fc46448 get_user_pages +EXPORT_SYMBOL vmlinux 0x8fd76c00 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x8fdde0d3 __serio_register_port +EXPORT_SYMBOL vmlinux 0x8fe00c02 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffaaed3 dev_uc_add +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900bd07b do_clone_file_range +EXPORT_SYMBOL vmlinux 0x902180a0 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x9021893c gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x902fadb0 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x90300699 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903b0490 noop_llseek +EXPORT_SYMBOL vmlinux 0x903c9bdc phy_start +EXPORT_SYMBOL vmlinux 0x904f6839 set_blocksize +EXPORT_SYMBOL vmlinux 0x904ff3ae __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9063c6be cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90ab132f mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x90b410dd tcf_idr_release +EXPORT_SYMBOL vmlinux 0x90c2fda3 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x90cacb4e fb_set_cmap +EXPORT_SYMBOL vmlinux 0x90d8ccae tls_get_record_type +EXPORT_SYMBOL vmlinux 0x90e19d02 __alloc_skb +EXPORT_SYMBOL vmlinux 0x90ec8469 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x910f1f4b i2c_clients_command +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911a9984 netdev_state_change +EXPORT_SYMBOL vmlinux 0x91394be3 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x9144d74d tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x914d65a0 noop_qdisc +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916aefbe __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x917fb55a mmc_request_done +EXPORT_SYMBOL vmlinux 0x918e94ee copy_string_kernel +EXPORT_SYMBOL vmlinux 0x9194ca56 submit_bio_noacct +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 0x91ab4030 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x91d65873 pci_dev_put +EXPORT_SYMBOL vmlinux 0x91d8cf84 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x91dca4a2 tcp_read_done +EXPORT_SYMBOL vmlinux 0x91e5f7d6 __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9215c3ed flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x921bf3ff dev_mc_add +EXPORT_SYMBOL vmlinux 0x922060e5 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x922ba64d dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9232031e try_module_get +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926c9c00 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927e12f0 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c42128 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92c9afa0 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +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 0x9308318d devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x932f3c74 to_ndd +EXPORT_SYMBOL vmlinux 0x9334842a skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93531a41 phy_error +EXPORT_SYMBOL vmlinux 0x935fc4a0 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x936ce10e vfs_mkdir +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938a236d kern_path +EXPORT_SYMBOL vmlinux 0x938b6a57 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x938d2a4e tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x9391e9cb put_ipc_ns +EXPORT_SYMBOL vmlinux 0x93981a7a __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x939c43eb rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a9d6bc fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bb14c8 free_task +EXPORT_SYMBOL vmlinux 0x93cb4993 bio_chain +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93f3b5c7 generic_update_time +EXPORT_SYMBOL vmlinux 0x9405e6a7 config_item_set_name +EXPORT_SYMBOL vmlinux 0x940dcbf7 mount_single +EXPORT_SYMBOL vmlinux 0x941eb95a blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x9442b176 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9449b9ef qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9451c220 __scm_send +EXPORT_SYMBOL vmlinux 0x9456ddf0 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x94588562 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x946d2a03 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9497f747 fget +EXPORT_SYMBOL vmlinux 0x94b701c3 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bd5b99 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c1f615 seq_file_path +EXPORT_SYMBOL vmlinux 0x94c3f603 pps_register_source +EXPORT_SYMBOL vmlinux 0x94d8446a blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x94eafa36 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x950624bf fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x952066be vfs_setpos +EXPORT_SYMBOL vmlinux 0x95360b09 vme_lm_request +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x95445bda __sock_create +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9555a1c4 handshake_req_private +EXPORT_SYMBOL vmlinux 0x9559c4bd icmp6_send +EXPORT_SYMBOL vmlinux 0x9566a548 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x9574bb7e scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x958c532c netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b47c15 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x95b65328 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x95c163aa __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95dad805 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x95daeb67 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x95dfe410 input_match_device_id +EXPORT_SYMBOL vmlinux 0x95eeb43b pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x960251cb rproc_free +EXPORT_SYMBOL vmlinux 0x960ad990 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x96197e0e _dev_notice +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x962c0530 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x963fa594 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96922437 convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x96946ce2 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b80311 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d71d82 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x96da82ec posix_acl_to_xattr +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 0x970213c6 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9709f5b3 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x9711765d seq_release +EXPORT_SYMBOL vmlinux 0x97236ae1 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x97394ea5 dev_uc_del +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9747f7e7 d_splice_alias +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x9775ee01 setattr_prepare +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x978f3a3f scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a7cb2f pcim_iomap +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c04398 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x97e50960 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x97f042ce ppp_input_error +EXPORT_SYMBOL vmlinux 0x97f57516 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x97fcb4a7 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982fc5db skb_unlink +EXPORT_SYMBOL vmlinux 0x983542da xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x983c72b1 xfrm_input +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 0x985cf94a t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x9861a630 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x9897d93e iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x98a5543e devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf504c sk_wait_data +EXPORT_SYMBOL vmlinux 0x98d6744d sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x98d968da make_kgid +EXPORT_SYMBOL vmlinux 0x98dd2c6d nf_log_trace +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99036cae dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x9906986f uart_add_one_port +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x990f7609 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x99375217 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994b2317 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9993db69 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x9997f99c mount_nodev +EXPORT_SYMBOL vmlinux 0x99996ea9 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a892a5 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x99a8ecb8 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x99acc56e configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x99c14698 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x99cce22f blk_queue_flag_clear +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 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a06fc62 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x9a113793 folio_alloc +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a26139c twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a3eab76 datagram_poll +EXPORT_SYMBOL vmlinux 0x9a3fae5b dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x9a487e75 phy_attached_print +EXPORT_SYMBOL vmlinux 0x9a5200a7 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x9a5636b7 ps2_end_command +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a72d029 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x9a911ddb skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0x9a9281e3 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x9a9947a2 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x9aa5cc39 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abfc220 pnp_is_active +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9addcb94 register_md_personality +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b013bf3 tcp_req_err +EXPORT_SYMBOL vmlinux 0x9b05c2cc netif_device_detach +EXPORT_SYMBOL vmlinux 0x9b0dfe86 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b277b42 file_path +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3a35a4 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x9b3f8097 neigh_for_each +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b6979da netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x9b70834c kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b8629c8 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x9b8a8d9f of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x9b8b45eb generic_file_mmap +EXPORT_SYMBOL vmlinux 0x9ba09779 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x9bb1c9bc sync_file_create +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bc10da9 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9bc47ffd dquot_destroy +EXPORT_SYMBOL vmlinux 0x9bda39e7 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x9bda7763 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x9bdd8f44 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x9beaae57 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x9bf79fc8 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x9bffd922 lookup_one_len +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c2410aa param_ops_uint +EXPORT_SYMBOL vmlinux 0x9c2b234a tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x9c4f18f7 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c772407 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c8df484 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9c9d6d5b devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9cc4ee2c vm_map_ram +EXPORT_SYMBOL vmlinux 0x9cc7528c nf_reinject +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd0555c bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce4216e dst_init +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf076d7 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x9d08267a lock_sock_nested +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d27f7da register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d4204d0 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x9d4e5210 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x9d50db57 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x9d5681f6 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x9d59a350 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d8e6b0a param_get_long +EXPORT_SYMBOL vmlinux 0x9d90c015 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9512ba invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x9d9f0c7d clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x9dbe5e62 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x9dcb57c6 arp_tbl +EXPORT_SYMBOL vmlinux 0x9dd0f0bb __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x9dd315d4 inet_unregister_protosw +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 0x9e19cae6 tcf_classify +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e33c6b5 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x9e35f616 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x9e4e8965 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e528e9d __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x9e52b33f reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e6580d8 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +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 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecabb54 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x9ecf4c4a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eeeed00 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9f042cf5 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x9f0c584f serial8250_set_isa_configurator +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 0x9f6b3055 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f779893 pnp_unregister_driver +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 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feace6f icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff3f27a _dev_warn +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa012bb7a filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02994d1 page_symlink +EXPORT_SYMBOL vmlinux 0xa02a8b31 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a4c49 truncate_setsize +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07218b7 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xa076d2ab tty_vhangup +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa080cea7 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a7022d key_reject_and_link +EXPORT_SYMBOL vmlinux 0xa0a89196 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xa0adbaa2 logfc +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b1bdcc to_nd_btt +EXPORT_SYMBOL vmlinux 0xa0c1c7f3 vme_register_driver +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dd9603 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0eb3fd2 mdiobus_unregister_device +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 0xa10ed221 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xa1159e0d jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xa11d5783 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xa1515035 mmc_start_request +EXPORT_SYMBOL vmlinux 0xa1858188 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa19f7225 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1c076d2 fs_bio_set +EXPORT_SYMBOL vmlinux 0xa1fee421 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa209a424 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xa20d9a1d unix_detach_fds +EXPORT_SYMBOL vmlinux 0xa2153d37 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xa21ca82d unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xa230d1d3 neigh_lookup +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25555be inet6_release +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa273b766 __check_sticky +EXPORT_SYMBOL vmlinux 0xa280c217 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29f2800 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xa2a78554 __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2a9a1e0 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xa2cdfbad serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xa2d5fcfc security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xa2d6089d __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xa2ee5ecf scsi_host_put +EXPORT_SYMBOL vmlinux 0xa2f881f4 __alloc_pages +EXPORT_SYMBOL vmlinux 0xa2fd8652 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xa300adfa mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa310fb78 set_create_files_as +EXPORT_SYMBOL vmlinux 0xa31ee0b1 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xa31f9791 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xa33f8d03 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xa3428032 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa35e1e86 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xa36d083c arp_send +EXPORT_SYMBOL vmlinux 0xa3775c23 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3a904b6 uart_resume_port +EXPORT_SYMBOL vmlinux 0xa3bd8851 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d4133e sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xa3d91908 ip_options_compile +EXPORT_SYMBOL vmlinux 0xa3da50e5 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3f349fb skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xa3f810ba inet6_ioctl +EXPORT_SYMBOL vmlinux 0xa3fc9ab0 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4007839 inet_ioctl +EXPORT_SYMBOL vmlinux 0xa4066098 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4124f43 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa4143746 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa422e7ec mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xa42ea3c8 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xa436a116 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xa4490a99 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa44c62c5 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xa451f6d2 kernel_listen +EXPORT_SYMBOL vmlinux 0xa463d4ab uart_update_timeout +EXPORT_SYMBOL vmlinux 0xa49857d3 seq_write +EXPORT_SYMBOL vmlinux 0xa4a34db4 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xa4b30acf fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d7e3d0 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xa4d8f9dd serio_rescan +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa5005da3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xa5054b79 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5351c9b rw_verify_area +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa58fa152 del_gendisk +EXPORT_SYMBOL vmlinux 0xa592886a sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5baa835 regset_get +EXPORT_SYMBOL vmlinux 0xa5c40df4 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xa5ce00ff mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xa5d62d81 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xa5dff3d6 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5ecbfd8 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xa5f430f1 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa620b326 inet_accept +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa627ea64 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa64819fd bioset_exit +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6606855 d_lookup +EXPORT_SYMBOL vmlinux 0xa67d37d4 page_get_link +EXPORT_SYMBOL vmlinux 0xa67ed721 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68c1e12 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xa6999589 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xa6a30653 setattr_copy +EXPORT_SYMBOL vmlinux 0xa6a6146c task_work_add +EXPORT_SYMBOL vmlinux 0xa6b17f54 nf_log_set +EXPORT_SYMBOL vmlinux 0xa6d3cb39 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xa6dee734 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xa6eef388 simple_get_link +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa711a29e phy_write_paged +EXPORT_SYMBOL vmlinux 0xa71c1121 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa731770c neigh_update +EXPORT_SYMBOL vmlinux 0xa73243fa dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xa73fef5a skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa76a788a kobject_get +EXPORT_SYMBOL vmlinux 0xa7777c9e vme_irq_handler +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa784ce98 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa78c77b8 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa799a58a kobject_del +EXPORT_SYMBOL vmlinux 0xa7afc859 proc_remove +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e690db tty_port_init +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f19691 noop_fsync +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa8077bac pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xa835c016 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa83cc223 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84c3228 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa84cede1 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85973f9 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa86003d1 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xa8601f1d reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xa86565a9 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa86ba57c dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xa86c3050 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xa879050c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xa87df319 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xa8905111 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xa8957c4b tcf_idr_create +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8df9cc9 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f1c655 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xa8f6aecb d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8fe0001 sk_stream_error +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa9336bc6 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa951172f md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xa9550309 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa99e99ad nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa99f428a kill_pgrp +EXPORT_SYMBOL vmlinux 0xa9a02ded mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xa9addda2 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xa9b69fbe pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xa9bf51dc lock_rename +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9cb20d8 cdev_alloc +EXPORT_SYMBOL vmlinux 0xa9ccc6d0 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xa9d26d4b gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xa9d273e5 inet_protos +EXPORT_SYMBOL vmlinux 0xa9d7fcd1 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xa9f0607d mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xa9feaf81 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa30a940 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa408525 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa709e03 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaab0f72 __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0xaaac565d dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xaaaffa37 inet_del_offload +EXPORT_SYMBOL vmlinux 0xaab5d251 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaacf8ecd set_page_dirty +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 0xaade5354 begin_new_exec +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaebf327 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0269c7 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xab05e1ad sk_common_release +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3aac9f fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4461b0 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xab4bb05a vlan_filter_push_vids +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 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab801020 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0xab89b8f8 netif_rx +EXPORT_SYMBOL vmlinux 0xaba2be47 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xaba760f5 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xabb61095 dev_addr_add +EXPORT_SYMBOL vmlinux 0xabbdb628 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xabc6e110 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xabcb699c pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xabce104f pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xabe523fc xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xabe59237 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf43f9e param_get_string +EXPORT_SYMBOL vmlinux 0xabf53b48 rep_stos_alternative +EXPORT_SYMBOL vmlinux 0xac047c91 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xac04c539 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xac0a44f6 key_move +EXPORT_SYMBOL vmlinux 0xac10a891 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1a926f mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xac1d15a5 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacaba867 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xacb136e0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xacba2b74 param_array_ops +EXPORT_SYMBOL vmlinux 0xacbbac64 __put_cred +EXPORT_SYMBOL vmlinux 0xacbd3bf9 d_make_root +EXPORT_SYMBOL vmlinux 0xacd6af28 free_netdev +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 0xacea9145 tcp_close +EXPORT_SYMBOL vmlinux 0xacf052d9 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacff283f cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad1d9201 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xad2df193 single_open_size +EXPORT_SYMBOL vmlinux 0xad44c99b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xad4d537c ns_capable_noaudit +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 0xad71b6b1 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7667da config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xad925b53 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9e5606 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadca4973 netdev_emerg +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd329cb config_group_init +EXPORT_SYMBOL vmlinux 0xade941a8 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xadedc7ee fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xadf226ae pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0456aa clear_inode +EXPORT_SYMBOL vmlinux 0xae17a137 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2dae87 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae3460e5 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae76e385 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xae7c831b blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xae8acbe5 param_set_long +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 0xaec54d2b security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xaed6e10b seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xaedaf67d netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xaee657a9 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xaee693e1 eisa_driver_register +EXPORT_SYMBOL vmlinux 0xaee910ef ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xaf0caeac tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xaf1ce2b3 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf357ede arp_create +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf64e490 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xaf688c2c pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xaf6af6a3 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xaf6f6838 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xaf82a3d6 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb35a32 eth_header_parse +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafb8ae42 mmc_detect_card_removed +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 0xafe51839 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xaff196bb phy_suspend +EXPORT_SYMBOL vmlinux 0xaff3b880 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xb00218ac __phy_resume +EXPORT_SYMBOL vmlinux 0xb004815c bio_reset +EXPORT_SYMBOL vmlinux 0xb01be843 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb02f1ae7 vme_slave_request +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb04bd525 __kfree_skb +EXPORT_SYMBOL vmlinux 0xb057c893 path_has_submounts +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 0xb0739658 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xb076ce56 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xb0791464 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a24054 vm_mmap +EXPORT_SYMBOL vmlinux 0xb0aa4349 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xb0ad43ea tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xb0ae28c0 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0d141cc skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f39ee2 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xb100fe49 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xb1072a00 __SCK__tp_func_spi_transfer_start +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 0xb13bba5a inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb197f262 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb19b0206 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xb1af8195 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6f663 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f372fc block_commit_write +EXPORT_SYMBOL vmlinux 0xb1f69e79 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xb205bffb vfs_get_tree +EXPORT_SYMBOL vmlinux 0xb20b785e __folio_cancel_dirty +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 0xb2360dc0 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xb24b9adf i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb261b7e2 rtc_add_group +EXPORT_SYMBOL vmlinux 0xb27bcacf fb_set_suspend +EXPORT_SYMBOL vmlinux 0xb285b688 simple_lookup +EXPORT_SYMBOL vmlinux 0xb28efe6b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xb29bf5c0 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xb29ed10a flow_rule_match_ipsec +EXPORT_SYMBOL vmlinux 0xb2a46a08 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb2a906de __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2aab2ca __bread_gfp +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2d310a9 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xb2f06f33 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fadff7 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3025b05 param_get_ullong +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30ca827 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb330c252 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xb34bc3b6 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xb34f6b94 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xb3518878 clk_add_alias +EXPORT_SYMBOL vmlinux 0xb364b3e8 tcp_filter +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb38940e0 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3c5cef6 key_validate +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 0xb3f7790b dup_iter +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb41d4b68 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42af766 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb43dbe02 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xb4463753 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb458d467 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xb45cb5eb phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xb463ef6f filemap_fault +EXPORT_SYMBOL vmlinux 0xb4700f01 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb485d50f pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xb48aa468 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb48b91e5 neigh_destroy +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb493ae02 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb497ca0b dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xb4dd1c43 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xb4df084c dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xb4f6f02e md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xb500d478 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xb50721d1 sk_alloc +EXPORT_SYMBOL vmlinux 0xb515141e key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xb519bb09 do_splice_direct +EXPORT_SYMBOL vmlinux 0xb51f70f4 dentry_open +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb548a3e1 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xb550fb17 param_ops_long +EXPORT_SYMBOL vmlinux 0xb5519257 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xb55f2982 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb57c4db3 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0xb58d6eda netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xb5978ac8 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xb59937c8 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5af727f abort_creds +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5d4da47 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xb5dc610c rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5e7ad1a __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xb5fc963a jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xb5fdf9f3 rproc_detach +EXPORT_SYMBOL vmlinux 0xb60f2012 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6460b22 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xb6528bde dget_parent +EXPORT_SYMBOL vmlinux 0xb654ab1d cdev_add +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb663038a __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb678adb7 phy_driver_register +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68856c8 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b77187 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e57f8c __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb6e6fe3b devm_release_resource +EXPORT_SYMBOL vmlinux 0xb6faa45c input_set_abs_params +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70864b8 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb7200c6e pnp_register_driver +EXPORT_SYMBOL vmlinux 0xb73518ac security_path_rename +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73e72dc input_grab_device +EXPORT_SYMBOL vmlinux 0xb7438a39 kernel_accept +EXPORT_SYMBOL vmlinux 0xb74a57c2 generic_permission +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb762bc0d current_time +EXPORT_SYMBOL vmlinux 0xb76404ff __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xb76feb04 dquot_commit +EXPORT_SYMBOL vmlinux 0xb778f5c2 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xb77d1e55 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xb77ea774 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xb784319d io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7ac620a flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xb7b3669a mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xb7b39800 keyring_search +EXPORT_SYMBOL vmlinux 0xb7b5e525 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xb7bd84b5 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb809cdab agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb83f81d7 scsi_partsize +EXPORT_SYMBOL vmlinux 0xb84f7e29 folio_add_lru +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb8649f5b mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xb866bf33 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xb86e11ac kmem_cache_create +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb87c9dce ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xb88f33cd nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8ab6600 param_ops_string +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8c96b7b configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xb8ce5725 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90efe64 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb914cf5b mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xb91b67ca kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9319fa4 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb942c180 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb956b5d7 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb96fe7c3 nf_ip6_checksum +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 0xb9980b15 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b58450 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xb9d63528 netdev_update_features +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 0xba0bdc92 get_vm_area +EXPORT_SYMBOL vmlinux 0xba0ed9f8 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba14d7c2 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xba15d874 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xba1f0e18 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba2f7fae dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xba31f895 skb_dump +EXPORT_SYMBOL vmlinux 0xba36bfa6 tty_kref_put +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba534fd9 blk_rq_init +EXPORT_SYMBOL vmlinux 0xba54c09c pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xba89a538 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xba8a1264 set_anon_super +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9dc511 simple_rename +EXPORT_SYMBOL vmlinux 0xbaa32545 __lock_buffer +EXPORT_SYMBOL vmlinux 0xbaa6fce8 poll_initwait +EXPORT_SYMBOL vmlinux 0xbaab8fd0 pci_find_capability +EXPORT_SYMBOL vmlinux 0xbab386f4 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xbab4f674 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xbabeb015 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacfeee1 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xbae9cad4 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +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 0xbb30c74f sock_no_linger +EXPORT_SYMBOL vmlinux 0xbb347d52 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xbb475f4c ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5740c8 mmc_erase +EXPORT_SYMBOL vmlinux 0xbb70c032 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xbb75afb2 follow_down +EXPORT_SYMBOL vmlinux 0xbb76ca8f cdrom_check_events +EXPORT_SYMBOL vmlinux 0xbb794340 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xbb8347b6 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb90723f generic_write_end +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbba67fdf padata_do_serial +EXPORT_SYMBOL vmlinux 0xbbc788a8 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xbbcf922e tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbda6a50 pci_pme_active +EXPORT_SYMBOL vmlinux 0xbbe28d89 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2d4d56 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xbc36b57e tty_unregister_device +EXPORT_SYMBOL vmlinux 0xbc3a38fb i2c_register_driver +EXPORT_SYMBOL vmlinux 0xbc4d583e to_nd_dax +EXPORT_SYMBOL vmlinux 0xbc65349f dst_alloc +EXPORT_SYMBOL vmlinux 0xbc7fee9e agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xbc8734cd nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xbc8b9c6e sock_gettstamp +EXPORT_SYMBOL vmlinux 0xbcaa155c devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcbcaaff mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xbcc7eb59 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbcca0b92 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xbccb15c3 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xbccf4cd9 dquot_alloc +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcefdcc6 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xbd0c1d06 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xbd0f2f68 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xbd258293 input_inject_event +EXPORT_SYMBOL vmlinux 0xbd274281 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xbd284af0 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xbd2956ce agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd3cbe10 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xbd3ed064 module_refcount +EXPORT_SYMBOL vmlinux 0xbd41a10f md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd672c44 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xbd67381c xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6bffc4 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xbd70f08c phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xbd7871c7 twl6040_power +EXPORT_SYMBOL vmlinux 0xbd7b05ed fwnode_iomap +EXPORT_SYMBOL vmlinux 0xbd7b34fd blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xbd7bfadc pci_find_resource +EXPORT_SYMBOL vmlinux 0xbd96a8fb param_ops_ushort +EXPORT_SYMBOL vmlinux 0xbd983213 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xbd9c0584 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xbd9cc259 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xbdb01f70 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xbdbc79d8 input_copy_abs +EXPORT_SYMBOL vmlinux 0xbdbe2a7d unregister_nls +EXPORT_SYMBOL vmlinux 0xbdc19761 netdev_crit +EXPORT_SYMBOL vmlinux 0xbde4b6da blk_start_plug +EXPORT_SYMBOL vmlinux 0xbde9837a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe006606 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe03137d put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xbe0794d7 filemap_flush +EXPORT_SYMBOL vmlinux 0xbe082cc7 __folio_put +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe19d4a4 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xbe2feb04 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xbe3698c7 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xbe474c2e tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe4fed54 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xbe54d724 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe65b96f netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe85c4ca __netif_napi_del +EXPORT_SYMBOL vmlinux 0xbe86a8ca _dev_printk +EXPORT_SYMBOL vmlinux 0xbea64296 bioset_init +EXPORT_SYMBOL vmlinux 0xbeabcb83 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbed8f7b8 pci_request_irq +EXPORT_SYMBOL vmlinux 0xbeeaf866 dcb_delrewr +EXPORT_SYMBOL vmlinux 0xbef42eae bio_init_clone +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbefbf13f crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xbf00c082 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xbf07f624 fd_install +EXPORT_SYMBOL vmlinux 0xbf18aea8 __folio_alloc +EXPORT_SYMBOL vmlinux 0xbf1d23b6 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf325e3c pci_disable_device +EXPORT_SYMBOL vmlinux 0xbf44af2c generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xbf58fd02 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf774c55 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xbf83b257 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xbf8db684 md_check_recovery +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb9cc54 napi_get_frags +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc383cf blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xbfd08c9e mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xbff2a832 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc0116d72 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xc01b5e26 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xc02ca214 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xc02e38e8 km_report +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc037f80e __neigh_create +EXPORT_SYMBOL vmlinux 0xc043bfc6 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xc05628c5 tcp_connect +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +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 0xc085cd5d vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xc08f203d neigh_seq_start +EXPORT_SYMBOL vmlinux 0xc0b8533d udp_gro_complete +EXPORT_SYMBOL vmlinux 0xc0bed637 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xc0d813e0 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xc0f2dd77 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xc0fa7b51 vme_slot_num +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 0xc114c399 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc123cf93 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xc12642d7 jbd2__journal_start +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 0xc158d7a4 km_state_expired +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc171c443 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xc17b8c94 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xc17bf888 pps_event +EXPORT_SYMBOL vmlinux 0xc17d3087 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xc18dff0f mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xc19be250 proc_symlink +EXPORT_SYMBOL vmlinux 0xc19dacf6 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xc19ed5fe tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xc19fb16b rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dce3ab inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc2025119 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xc227b481 inet_getname +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc23f7963 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xc240c35b get_unmapped_area +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc2558534 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc25fe754 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xc267d7d0 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc2793c32 dquot_initialize +EXPORT_SYMBOL vmlinux 0xc286ac57 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xc28ff136 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a0b54c tcf_register_action +EXPORT_SYMBOL vmlinux 0xc2ab88f2 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xc2bcddb7 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xc2c4d358 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d873cf get_agp_version +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f33d9f vc_cons +EXPORT_SYMBOL vmlinux 0xc301e139 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30b9ff4 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc326f525 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33802b3 km_policy_notify +EXPORT_SYMBOL vmlinux 0xc34b984f splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xc3548b03 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3739394 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37b6b11 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xc37d765a dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38b44ed unpin_user_page +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39100df phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xc397f4ba input_unregister_device +EXPORT_SYMBOL vmlinux 0xc3a081c3 brioctl_set +EXPORT_SYMBOL vmlinux 0xc3a3badd __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xc3a8d75f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3be4593 do_SAK +EXPORT_SYMBOL vmlinux 0xc3c9c6df unregister_md_personality +EXPORT_SYMBOL vmlinux 0xc3ce9f77 skb_copy_header +EXPORT_SYMBOL vmlinux 0xc3d5f099 fb_io_read +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc413223a neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xc41f113e __skb_ext_del +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4684805 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xc469f0e7 vme_init_bridge +EXPORT_SYMBOL vmlinux 0xc46d958a kobject_set_name +EXPORT_SYMBOL vmlinux 0xc4766708 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47a4f03 seq_bprintf +EXPORT_SYMBOL vmlinux 0xc47d09eb __break_lease +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b86c50 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xc4cc0c0f misc_deregister +EXPORT_SYMBOL vmlinux 0xc4cd6df4 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xc4eb1415 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xc4eee4ee blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xc4efe544 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xc4f262f7 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xc50f3b08 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc52f9cb4 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc530172f bdi_put +EXPORT_SYMBOL vmlinux 0xc543bc4c register_framebuffer +EXPORT_SYMBOL vmlinux 0xc544ebc6 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc549c198 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xc54e1706 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xc55187e2 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc589cd31 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59d90ad __ps2_command +EXPORT_SYMBOL vmlinux 0xc5a5bb8b rt_dst_clone +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5bec3e7 phy_init_hw +EXPORT_SYMBOL vmlinux 0xc5ca2c5d devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xc5d25912 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f3bb37 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xc5f904b7 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xc6097362 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60f328f netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6246bd4 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xc626711e scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xc6302270 dev_set_threaded +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 0xc6766fab i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc69e28b5 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xc6a3f54a netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xc6acb07b mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xc6c704cd __nlmsg_put +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6ee18ca udp_seq_next +EXPORT_SYMBOL vmlinux 0xc6ef0d34 rio_query_mport +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc706779e km_policy_expired +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc745c696 ip6_xmit +EXPORT_SYMBOL vmlinux 0xc756ff9c simple_open +EXPORT_SYMBOL vmlinux 0xc76f8e82 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc781d905 blkdev_put +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 0xc7af0482 rproc_put +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c56991 vfs_fsync +EXPORT_SYMBOL vmlinux 0xc80718f6 put_disk +EXPORT_SYMBOL vmlinux 0xc80a9781 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc834eb31 fput +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83bde1a pv_ops +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc863e3b2 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc89013fe t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8a9d169 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xc8c36c94 __register_binfmt +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cbf751 tlbstate_untag_mask +EXPORT_SYMBOL vmlinux 0xc8d4329c km_query +EXPORT_SYMBOL vmlinux 0xc8d7c49b __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc8d91979 __fput_sync +EXPORT_SYMBOL vmlinux 0xc8d9ae60 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d2afc netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc972fe06 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a72291 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xc9ae676b scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xc9bb27e9 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc9c1d042 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xc9c5ab17 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc9d9ea98 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e355d7 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xc9e695e8 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xc9e9dad2 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xc9ef03ec flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f78a58 __scm_destroy +EXPORT_SYMBOL vmlinux 0xca05d0c3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xca111ce2 agp_create_memory +EXPORT_SYMBOL vmlinux 0xca124b4b scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xca14500c blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca223596 d_instantiate +EXPORT_SYMBOL vmlinux 0xca2b2aa4 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5a65e7 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xca6158a6 dump_align +EXPORT_SYMBOL vmlinux 0xca687856 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xca7338e2 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xca75666e pci_get_slot +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9761ae d_alloc +EXPORT_SYMBOL vmlinux 0xca9b2e07 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa19a2d bpf_link_put +EXPORT_SYMBOL vmlinux 0xcac34a7c pci_restore_state +EXPORT_SYMBOL vmlinux 0xcacc31bd __mdiobus_register +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad3a456 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb293e5a free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb43e69e blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xcb4ac45b generic_file_open +EXPORT_SYMBOL vmlinux 0xcb5feb1f xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xcb61ab21 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xcb61db07 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78b25c backlight_force_update +EXPORT_SYMBOL vmlinux 0xcb7bda93 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xcb7cdd0e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xcb943bf2 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xcb9691bf inet6_offloads +EXPORT_SYMBOL vmlinux 0xcbb63381 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbbf12b2 napi_build_skb +EXPORT_SYMBOL vmlinux 0xcbd0f81f md_cluster_ops +EXPORT_SYMBOL vmlinux 0xcbd1a5a3 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbda8e89 rproc_report_crash +EXPORT_SYMBOL vmlinux 0xcbebe37e get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfc86cb page_mapping +EXPORT_SYMBOL vmlinux 0xcc037251 set_pages_uc +EXPORT_SYMBOL vmlinux 0xcc03c027 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xcc11837b __quota_error +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 0xcc36253b ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc427f7f pnp_device_attach +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc558514 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc7fa967 simple_unlink +EXPORT_SYMBOL vmlinux 0xcc928b4c netif_skb_features +EXPORT_SYMBOL vmlinux 0xcc95be9b mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca7a67b iov_iter_advance +EXPORT_SYMBOL vmlinux 0xccaeaf43 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccbc07bf __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xccda522b udplite_prot +EXPORT_SYMBOL vmlinux 0xccddd1c8 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xccfb9583 devm_request_any_context_irq +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 0xcd2f9dc2 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xcd4507ac adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xcd457c5a pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xcd475f82 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xcd5b3b25 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xcd747216 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xcd7bf083 fb_get_mode +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9bd335 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda17fc3 mt_find +EXPORT_SYMBOL vmlinux 0xcda73674 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xcda76f8d fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xcdb5d123 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xcdb70210 tty_unlock +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb212f legacy_pic +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdfeb89c __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xce0987d3 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xce0c185d commit_creds +EXPORT_SYMBOL vmlinux 0xce0ef17f scsi_done_direct +EXPORT_SYMBOL vmlinux 0xce12303e bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2dd327 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xce2ef798 phy_attached_info +EXPORT_SYMBOL vmlinux 0xce39055c netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xce39737e jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xce45a5f3 param_ops_ullong +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 0xce5c2b72 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xce623d88 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xce6d9cc2 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7a4e92 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce82ac35 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xce88e038 update_region +EXPORT_SYMBOL vmlinux 0xce965816 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceaae677 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceba2439 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xcec907c5 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcee421d9 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xcef07664 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf16e4d0 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xcf1721a7 pin_user_pages +EXPORT_SYMBOL vmlinux 0xcf1d00ab simple_transaction_set +EXPORT_SYMBOL vmlinux 0xcf244a02 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2fa198 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4894da write_cache_pages +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf53d474 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xcf6203c1 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xcf6cbb58 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xcf754e1a netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xcf887ea2 tcf_block_get +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfb2ea9e pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xcfb86698 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfe1f4f8 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xcfec8612 init_pseudo +EXPORT_SYMBOL vmlinux 0xcff7177e netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xcff8a62d netif_tx_lock +EXPORT_SYMBOL vmlinux 0xd013a4ca security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xd021c434 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xd036deda tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04d1185 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xd05979f3 page_pool_create +EXPORT_SYMBOL vmlinux 0xd0614afd update_devfreq +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd08ac58b phy_resume +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd0a01bd0 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xd0a5c2d0 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xd0b67529 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c7cd4f phy_modify_paged +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0f7a5d0 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xd0f7c21f mr_table_dump +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd10be647 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xd1172157 scsi_host_get +EXPORT_SYMBOL vmlinux 0xd1194f75 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xd11f57d6 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xd12ac3ea pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1495825 param_ops_charp +EXPORT_SYMBOL vmlinux 0xd1631768 input_close_device +EXPORT_SYMBOL vmlinux 0xd1704876 module_layout +EXPORT_SYMBOL vmlinux 0xd188e25e mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a9c487 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1fc6d3e __breadahead +EXPORT_SYMBOL vmlinux 0xd202a940 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xd20b4fee seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd219e119 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22b036e acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xd2388cc0 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xd23c0d9c trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24bfe3b xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd268af66 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xd27207db generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xd272264f phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xd279f1f1 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27c7ec6 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2ad5352 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xd2af9575 request_firmware +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2be1f3f blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xd2ca0a18 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd2d53196 fs_lookup_param +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 0xd2f36a09 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd2f9b8d9 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd3021031 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xd312f714 mntput +EXPORT_SYMBOL vmlinux 0xd32a8d55 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd3397146 init_special_inode +EXPORT_SYMBOL vmlinux 0xd349708a mdio_bus_type +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd361152e dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd376e86a amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xd37d3de5 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd37e8a55 netlink_ack +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd38f1f3b con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd3996990 skb_pull_data +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4158382 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xd438d24f dquot_release +EXPORT_SYMBOL vmlinux 0xd44745f9 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd466c72a blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xd47d2c66 fb_show_logo +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4918fe3 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cf7c78 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4eaeb37 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xd51145f3 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52caa1a swake_up_locked +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd5427820 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xd54e6f9d set_disk_ro +EXPORT_SYMBOL vmlinux 0xd5850442 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xd59163a6 con_is_visible +EXPORT_SYMBOL vmlinux 0xd596dfbc dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b630a0 nd_btt_version +EXPORT_SYMBOL vmlinux 0xd5cd68ed rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xd5e5d52a cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xd5f4a1db read_cache_page +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6128db5 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xd61cc621 skb_clone +EXPORT_SYMBOL vmlinux 0xd61f6a16 __sk_backlog_rcv +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 0xd65f08fd sock_no_getname +EXPORT_SYMBOL vmlinux 0xd6693679 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd688904e kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a52d50 set_binfmt +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6bd9d7d pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xd6c1eda8 tcp_shutdown +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 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71dc4e9 serio_bus +EXPORT_SYMBOL vmlinux 0xd71e75b8 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xd72c1303 empty_aops +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 0xd7778564 vc_resize +EXPORT_SYMBOL vmlinux 0xd77cf04a inode_init_owner +EXPORT_SYMBOL vmlinux 0xd7806576 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xd790676d tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xd7952912 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd799e77c sys_fillrect +EXPORT_SYMBOL vmlinux 0xd7b5eef7 sock_bind_add +EXPORT_SYMBOL vmlinux 0xd7c67410 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d7bf6d finish_swait +EXPORT_SYMBOL vmlinux 0xd7da8326 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e88de9 mdiobus_read +EXPORT_SYMBOL vmlinux 0xd7e973e2 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xd7e98307 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd80f830f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd82f8bb5 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd8654aea lock_rename_child +EXPORT_SYMBOL vmlinux 0xd8668031 param_get_byte +EXPORT_SYMBOL vmlinux 0xd8825830 ether_setup +EXPORT_SYMBOL vmlinux 0xd892f385 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f2763 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xd89f3320 tty_lock +EXPORT_SYMBOL vmlinux 0xd8a6c4fa nf_hook_slow +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b290f3 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8c3b4ac netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e7309a vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xd8f0214b skb_queue_tail +EXPORT_SYMBOL vmlinux 0xd8f813a2 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xd9016a47 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xd903e63e mount_subtree +EXPORT_SYMBOL vmlinux 0xd9067e0d i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd941678f mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd977514c skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xd97943ca mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xd982f462 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a4ef8f genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9d7a00b ip_do_fragment +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xda14c05e udp_set_csum +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda260b5b scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda2b529e page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xda33a44e d_path +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda6159ae seq_read +EXPORT_SYMBOL vmlinux 0xda6e7612 filemap_splice_read +EXPORT_SYMBOL vmlinux 0xda767487 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xda7684f0 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xda80d24d pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xda83f03b nf_log_register +EXPORT_SYMBOL vmlinux 0xdaa9cff5 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xdab08ad7 __f_setown +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdafb198f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xdb0cc62d io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb174c25 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0xdb1badcf ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb2e4f7d percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0xdb2ee380 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xdb3b1f9e inet_add_protocol +EXPORT_SYMBOL vmlinux 0xdb3f1d9e generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xdb437704 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xdb546575 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xdb603960 vmap +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb692d58 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdb9cbe1d simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbaaa6bf ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xdbb3b9cc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd272b0 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xdbdb9594 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe1c171 generic_write_checks +EXPORT_SYMBOL vmlinux 0xdbe8818e ethtool_notify +EXPORT_SYMBOL vmlinux 0xdbebef52 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xdc0c30fc __vlan_find_dev_deep_rcu +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 0xdc2056c8 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xdc24ab12 scsi_device_put +EXPORT_SYMBOL vmlinux 0xdc3680a6 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xdc4721c8 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4e086c agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc5abf5f user_path_create +EXPORT_SYMBOL vmlinux 0xdc6f32b2 padata_alloc +EXPORT_SYMBOL vmlinux 0xdc714153 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xdc7ea943 sync_filesystem +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdca8ab __dquot_transfer +EXPORT_SYMBOL vmlinux 0xdcecf8b7 udp_prot +EXPORT_SYMBOL vmlinux 0xdcf76bd2 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xdd0d7e25 pci_release_resource +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2b1312 edac_mc_find +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd358307 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xdd4680e5 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xdd485804 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xdd4ba3a8 sock_set_priority +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd63fd9b jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd677a13 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xdd7453d1 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xdd79a4f9 sys_copyarea +EXPORT_SYMBOL vmlinux 0xdd8488b9 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdda040f3 complete_request_key +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb0a533 param_get_charp +EXPORT_SYMBOL vmlinux 0xddc07461 unlock_page +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddd6d874 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xdde13616 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde086511 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xde1e9611 __fs_parse +EXPORT_SYMBOL vmlinux 0xde20d8e1 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xde29154c jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3e8b5c sget +EXPORT_SYMBOL vmlinux 0xde44ffa2 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde71e562 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xde769f08 input_free_device +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdea54aae xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdebbb2b1 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xdec90e54 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee48c4a input_open_device +EXPORT_SYMBOL vmlinux 0xdee53c91 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xdef53748 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf1f197f __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xdf24cfb0 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf33662c dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf47bf7a pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5ee41d prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xdf69330e cdev_del +EXPORT_SYMBOL vmlinux 0xdf71e639 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xdf7f2504 set_page_writeback +EXPORT_SYMBOL vmlinux 0xdf8c2b0f generic_perform_write +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 0xdfa99f2f jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xdfb485bc sock_pfree +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc568af __mdiobus_read +EXPORT_SYMBOL vmlinux 0xdfc585c5 pci_request_region +EXPORT_SYMBOL vmlinux 0xdfc93fb7 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd7d7f3 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0059f5c dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe014f1da mdio_device_register +EXPORT_SYMBOL vmlinux 0xe023decf zerocopy_sg_from_iter +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 0xe06a2e75 alloc_pages +EXPORT_SYMBOL vmlinux 0xe070fbcc pci_release_regions +EXPORT_SYMBOL vmlinux 0xe07c78b7 ip6_find_1stfragopt +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 0xe084a476 filemap_get_folios +EXPORT_SYMBOL vmlinux 0xe08e17d3 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe092d545 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xe0ae75f0 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b39bce sync_blockdev +EXPORT_SYMBOL vmlinux 0xe0b62686 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc69b2 ns_capable +EXPORT_SYMBOL vmlinux 0xe0c136d8 unregister_netdev +EXPORT_SYMBOL vmlinux 0xe0cc69dd phy_init_eee +EXPORT_SYMBOL vmlinux 0xe0e85a7e unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xe0ed1d36 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xe0f52bd8 vfs_rename +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1140590 revert_creds +EXPORT_SYMBOL vmlinux 0xe120dacd sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1301a84 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xe1306b6f setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13a1e8d mtree_erase +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe14070a0 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xe14a2f91 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xe14fad9d qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xe15940f8 rt6_lookup +EXPORT_SYMBOL vmlinux 0xe169346b drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xe16e194a agp_bridge +EXPORT_SYMBOL vmlinux 0xe16e3ef0 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe182a6ff f_setown +EXPORT_SYMBOL vmlinux 0xe1a2aca6 security_path_unlink +EXPORT_SYMBOL vmlinux 0xe1ad5f66 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1bfff63 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xe1d7e256 param_ops_int +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e1c606 get_fs_type +EXPORT_SYMBOL vmlinux 0xe1e95b20 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22c9133 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xe25d8fda sock_from_file +EXPORT_SYMBOL vmlinux 0xe26a132b __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xe271e49e try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xe27adf2c sock_kfree_s +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29caa2a t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xe2a7e1ff __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xe2ab080e rproc_shutdown +EXPORT_SYMBOL vmlinux 0xe2ab30c5 md_done_sync +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2bd0525 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2cac30a flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xe2cdc23e sk_capable +EXPORT_SYMBOL vmlinux 0xe2d0c35b generic_listxattr +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2eb1ca9 skb_seq_read +EXPORT_SYMBOL vmlinux 0xe3020f34 cdev_init +EXPORT_SYMBOL vmlinux 0xe30308ba netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xe305ebf1 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xe30816dc skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xe30f2d6f rproc_boot +EXPORT_SYMBOL vmlinux 0xe31383ad bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe34d90ff readahead_expand +EXPORT_SYMBOL vmlinux 0xe36ca85b ppp_register_channel +EXPORT_SYMBOL vmlinux 0xe387bdcd param_set_short +EXPORT_SYMBOL vmlinux 0xe3913801 register_console +EXPORT_SYMBOL vmlinux 0xe39720cc ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ab6876 mmc_command_done +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b26434 dev_open +EXPORT_SYMBOL vmlinux 0xe3b6ad2a __i2c_transfer +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3ee8b36 mipi_dsi_dcs_soft_reset +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 0xe435be4d deactivate_super +EXPORT_SYMBOL vmlinux 0xe448ac8c d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe471a4f3 dump_emit +EXPORT_SYMBOL vmlinux 0xe4756ef9 tcp_check_req +EXPORT_SYMBOL vmlinux 0xe478e507 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xe4989258 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xe4a3b574 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xe4b9ff2f blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4c59df6 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4f0139f phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xe5018e13 __module_get +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52a52a1 may_setattr +EXPORT_SYMBOL vmlinux 0xe536aec0 peernet2id +EXPORT_SYMBOL vmlinux 0xe5704b49 security_path_mknod +EXPORT_SYMBOL vmlinux 0xe578d494 vif_device_init +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe584d1ce netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xe5884458 inet_bind +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5af49fc pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe5b4daff pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xe5b9a9ab __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xe5bd29c4 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5e9b3b6 param_set_charp +EXPORT_SYMBOL vmlinux 0xe5fc13e6 mmc_free_host +EXPORT_SYMBOL vmlinux 0xe613df67 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe667c6d8 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xe6774a70 irq_set_chip +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe692496e tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xe6960622 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xe69657b5 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xe6a03a62 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xe6c3e840 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xe6c7e69f tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d65189 set_trace_device +EXPORT_SYMBOL vmlinux 0xe6e885b8 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70530c4 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe782cd5d amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe79f7314 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ae3088 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xe7b1f9fb agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7cb883e vm_insert_page +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d9419d ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xe8059a12 ppp_input +EXPORT_SYMBOL vmlinux 0xe80d253a rproc_add +EXPORT_SYMBOL vmlinux 0xe80f4354 __devm_release_region +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe83049d1 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe849c417 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xe84bc291 build_skb +EXPORT_SYMBOL vmlinux 0xe856f68a param_ops_bool +EXPORT_SYMBOL vmlinux 0xe85aea0d set_user_nice +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe87e78cc folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xe8927a1d gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xe892b527 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xe8a4e67b kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe8bfdafd secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d715ce napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe8dc1c59 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xe8e275a5 tso_start +EXPORT_SYMBOL vmlinux 0xe8f68b2e pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fc20d6 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xe8fda23f dm_put_device +EXPORT_SYMBOL vmlinux 0xe900f9c4 audit_log_start +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91d1f7d default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe9258f9c blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xe9316685 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xe93423c7 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xe93727c0 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xe950572d padata_do_parallel +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe97f08c4 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xe9982189 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xe99a2a59 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xe9a41c60 phy_get_pause +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9a7b63e inc_nlink +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b07598 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xe9c5a386 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xe9d70831 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9dd084d tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f2e9d3 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f9653d netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea05fb2f unlock_rename +EXPORT_SYMBOL vmlinux 0xea06a937 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xea0fec17 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xea1dc5cd kernel_getsockname +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea634785 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea810451 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xea82f860 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xea9208a2 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xeaa0e5e0 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xeaaf2e6f vme_master_mmap +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeab81441 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf54c4f phy_attach +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb4cea57 key_revoke +EXPORT_SYMBOL vmlinux 0xeb4febc2 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xeb5a4a6c ip_check_defrag +EXPORT_SYMBOL vmlinux 0xeb7842c4 md_update_sb +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb81a5c1 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xeb94dfe3 blk_put_queue +EXPORT_SYMBOL vmlinux 0xeb98fe61 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xeb9d51fd __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeb9fa192 tty_port_close +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebd1f686 mtree_insert +EXPORT_SYMBOL vmlinux 0xec0ba264 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xec1853ec tcp_mmap +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec3124fe xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xec33e0a6 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xec365987 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xec415cc1 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec672dbe ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xec7f6caa sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xec831924 pid_task +EXPORT_SYMBOL vmlinux 0xec9c2a29 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xec9caf60 __bh_read +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecc1f5b1 param_set_int +EXPORT_SYMBOL vmlinux 0xecc39486 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xecc7b49c page_pool_destroy +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xecc918c1 __find_get_block +EXPORT_SYMBOL vmlinux 0xecd594ca security_unix_may_send +EXPORT_SYMBOL vmlinux 0xecd632ec __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xecd84e9c skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xecde4d5c fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecea0d42 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xecf6078a netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0577ef max8925_reg_write +EXPORT_SYMBOL vmlinux 0xed122523 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xed2cd55d super_setup_bdi +EXPORT_SYMBOL vmlinux 0xed2fa71a vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed4725bd devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed60c435 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed691078 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xed727390 genlmsg_put +EXPORT_SYMBOL vmlinux 0xed731a7b __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0xed93d3de mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedaaa0d1 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd1ef32 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xedea8a60 ipv4_specific +EXPORT_SYMBOL vmlinux 0xedff711a load_nls_default +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0f8ac4 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xee19494e sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xee200d27 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xee220b9e blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xee29a072 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2f35ee dentry_path_raw +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee3fd972 kern_unmount +EXPORT_SYMBOL vmlinux 0xee4ec7b2 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee85f95c mtree_store_range +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8f0b97 freeze_super +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb2914b simple_transaction_read +EXPORT_SYMBOL vmlinux 0xeeb4068f acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xeec1425c skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xeecc4434 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xeed6dc3c mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xeed9c376 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xeedb66b9 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xef338db8 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef44ea8e sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xef4d7ca7 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xef509313 find_vma +EXPORT_SYMBOL vmlinux 0xef55e844 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xef58d1d8 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xef5f4cd7 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xef645e80 unload_nls +EXPORT_SYMBOL vmlinux 0xef724e0b page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xef745c4d max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xef753fb5 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa60dd3 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xeff8b8fd phy_start_aneg +EXPORT_SYMBOL vmlinux 0xeffaac7f __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xeffaeec3 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf029de4b inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02e48fe devfreq_update_status +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf05dab10 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf08650dd agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xf08efca2 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xf090b967 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf09ab733 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b335e9 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xf0b9da86 vga_get +EXPORT_SYMBOL vmlinux 0xf0d4e3f6 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xf0f48f4f done_path_create +EXPORT_SYMBOL vmlinux 0xf0f87471 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf1061735 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1297e9c ip_output +EXPORT_SYMBOL vmlinux 0xf138b6dc dev_mc_init +EXPORT_SYMBOL vmlinux 0xf14e199d tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xf165dc67 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xf17201f1 pcix_get_max_mmrbc +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 0xf1a5f7af __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1ae40cd pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xf1d3ca5d d_exact_alias +EXPORT_SYMBOL vmlinux 0xf1d77f3e flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dda2b9 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e24d90 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xf1e863fc get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf20590a7 netdev_alert +EXPORT_SYMBOL vmlinux 0xf20c4a73 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xf2128946 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf213bc38 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2572628 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xf259b5e2 d_rehash +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf26a0a95 sock_no_listen +EXPORT_SYMBOL vmlinux 0xf282b11d mode_strip_sgid +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 0xf2bdffeb filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xf2be1ec6 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cb8e0a unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xf2dffd27 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e861f4 __netif_rx +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30605d8 param_get_short +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf30e6dfa posix_test_lock +EXPORT_SYMBOL vmlinux 0xf315e89c finish_open +EXPORT_SYMBOL vmlinux 0xf33009bc __udp_disconnect +EXPORT_SYMBOL vmlinux 0xf331c1a5 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xf3444cd4 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf350af97 i2c_transfer +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35605e9 __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0xf3671e15 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xf36c92aa inet6_getname +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf36f668a crypto_sha256_finup +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 0xf39a952a netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3d87ba8 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e4d8aa mmc_put_card +EXPORT_SYMBOL vmlinux 0xf3f8eacc set_nlink +EXPORT_SYMBOL vmlinux 0xf3f96574 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xf3fc89af kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf40cfe82 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf449fd08 from_kprojid +EXPORT_SYMBOL vmlinux 0xf44a6598 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f4a43 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48d824f md_write_start +EXPORT_SYMBOL vmlinux 0xf49a8834 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4a86597 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xf4b315f2 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4cf5f5e sget_fc +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e7f11e lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xf4eabb8e agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f97f46 netdev_err +EXPORT_SYMBOL vmlinux 0xf4fc9932 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xf50242bf tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xf50b76e8 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xf51277e9 cdev_device_add +EXPORT_SYMBOL vmlinux 0xf536f008 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54e0139 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xf554f069 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xf56b15d7 pci_iounmap +EXPORT_SYMBOL vmlinux 0xf5708f6b phy_device_remove +EXPORT_SYMBOL vmlinux 0xf576335f skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xf58117a5 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xf584585e blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xf597132e key_type_keyring +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5bc0d19 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xf5c56b27 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xf5ca8b8c i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f16acf may_umount +EXPORT_SYMBOL vmlinux 0xf5f5e320 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf61a5d66 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf65112fe mroute6_is_socket +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 0xf6949155 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xf6c2c6cb folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xf6c35dc1 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70e2329 __skb_wait_for_more_packets +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 0xf745ad33 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xf75b7b4e proc_set_user +EXPORT_SYMBOL vmlinux 0xf761a23a qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xf779913b inet6_del_offload +EXPORT_SYMBOL vmlinux 0xf79b0757 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7a1eb9c tls_alert_recv +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7d376c0 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xf7d3b0eb ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xf7d92f0d cdev_device_del +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7db0205 registered_fb +EXPORT_SYMBOL vmlinux 0xf7de6695 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xf7e18ad1 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xf7e9d6ad pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7fe5046 inet_sock_destruct +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 0xf827f270 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xf827fb48 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8349861 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xf846f9a1 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf860f849 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xf8719d5b _dev_err +EXPORT_SYMBOL vmlinux 0xf8800eba i2c_verify_client +EXPORT_SYMBOL vmlinux 0xf88212d3 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf8af284f devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xf8c09b0b fs_param_is_path +EXPORT_SYMBOL vmlinux 0xf8c2210f mmc_detect_change +EXPORT_SYMBOL vmlinux 0xf8c9f4c2 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf8cc81db twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d56340 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xf8de3002 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xf8ed2985 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xf8ef9a26 sk_ioctl +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf91b29b0 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf964368c inode_insert5 +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf991e57b __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xf9a39392 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a5f439 rproc_del +EXPORT_SYMBOL vmlinux 0xf9af8004 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xf9ba3199 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c3cc9a netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d8bb6b security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xf9fa510b kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa07f7b8 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa10a56c validate_slab_cache +EXPORT_SYMBOL vmlinux 0xfa12acb9 vme_bus_type +EXPORT_SYMBOL vmlinux 0xfa16232f fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xfa1b7c06 is_nd_dax +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2a9b58 from_kgid +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa4c17b2 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6588f2 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xfa65e02f serio_interrupt +EXPORT_SYMBOL vmlinux 0xfa88c230 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xfa90e026 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xfa999a74 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xfa9e3b80 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xfaa9ecb9 param_set_byte +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfabe65d6 device_add_disk +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad5836e kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfb05888a dev_lstats_read +EXPORT_SYMBOL vmlinux 0xfb16a522 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xfb291f2a fs_param_is_string +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb743471 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xfb98536d blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xfb9d88a6 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xfba1f230 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xfba76505 netdev_txq_to_tc +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 0xfbb95966 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xfbc0af1b blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd2c0ac I_BDEV +EXPORT_SYMBOL vmlinux 0xfbdd0a0a skb_checksum +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbf3284f devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xfbfeefe4 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xfc2a1a33 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xfc2db47d register_qdisc +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 0xfc65641b folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xfc8b8104 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xfc9aa210 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xfcb30987 bio_add_page +EXPORT_SYMBOL vmlinux 0xfcbdeb0b tcp_ioctl +EXPORT_SYMBOL vmlinux 0xfcc7f53b inetdev_by_index +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd09bbf1 pci_save_state +EXPORT_SYMBOL vmlinux 0xfd16001c fddi_type_trans +EXPORT_SYMBOL vmlinux 0xfd41f138 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xfd7fb15a netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd964664 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xfda9a3f1 intel_gmch_enable_gtt +EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id +EXPORT_SYMBOL vmlinux 0xfdb6dd7a tty_driver_kref_put +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 0xfddeb056 efi +EXPORT_SYMBOL vmlinux 0xfde5e21d blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xfdeff803 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xfdf6fb22 ethtool_aggregate_ctrl_stats +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 0xfe135857 iov_iter_get_pages2 +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 0xfe2fca92 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xfe2ffe70 input_register_device +EXPORT_SYMBOL vmlinux 0xfe374e2c thaw_bdev +EXPORT_SYMBOL vmlinux 0xfe47327b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe519f24 console_start +EXPORT_SYMBOL vmlinux 0xfe59cd4f set_posix_acl +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +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 0xfec21bc2 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xfec87082 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xfec8c847 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xfecd3d5b register_cdrom +EXPORT_SYMBOL vmlinux 0xfed63cf7 param_set_ushort +EXPORT_SYMBOL vmlinux 0xfed8f7f2 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee5169c bdi_register +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 0xff11f9e3 tty_write_room +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff255058 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff67fd9a dm_kobject_release +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff8111b8 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0xff858ecb dump_page +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbe6cb7 linkwatch_fire_event +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 0xffd12a98 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xffefd170 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xfffeba13 skb_mac_gso_segment +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 0x2c8ff492 sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x30ce7d9d sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x41d19f92 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x8653d53c sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xbee17968 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xd5039e24 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xe771ab66 sm4_cfb_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 0x007f79b4 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x013b7f96 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x027eca51 kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0638cda8 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x063e7ac5 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06b996be kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0700be0a kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07830f94 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x099f1064 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0a128abc kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0aad3c24 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0af741f0 handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b3cef20 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b4ffa5c __SCK__tp_func_kvm_pi_irte_update +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 0x0dac5b35 __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ee0c8a9 kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10278598 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1030f56f kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x109dc6af kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10a36d31 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10ed0daf __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12880331 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12b5d084 kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12c1f06a kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14afb670 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x157728b4 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15d70b99 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15d7416f kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x166563ed kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17d1bcbb kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1865a3d9 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e00087 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a57f0b6 kvm_vcpu_reset +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 0x1f143ef7 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f651afa kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23a0411d kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23f65275 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2510fc6d __SCT__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2512d47b kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c07225 __traceiter_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x260dacf7 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x263a7baf __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26524299 kvm_lapic_readable_reg_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x279b4412 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29092360 __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29e253b2 __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2caf922e kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d16ca31 kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d21319a kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x302b7fa5 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x303ea31a __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32efc312 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3306a841 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33ed1257 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34af4f9d __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x361fd192 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x36e51f30 __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3989ee53 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x399a9bf2 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a639361 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ca7d63a __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d8e3e9a kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3da9ab69 kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3df4c4a0 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ed5a9fe kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3fc7ac76 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4006ac15 vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x405ffbe9 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41119c4a __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41549a55 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43ccc535 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x443a0706 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x469aace5 kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46d9325a __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48224400 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x483e5cac kvm_vcpu_gfn_to_pfn +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 0x4919d008 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49d45e99 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ad5c12f __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bc84315 kvm_mmu_invalidate_addr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c78ca7b gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c7a7564 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3e9c99 kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5120afdc kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x538e8935 kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d4f8cc __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54c2d17a kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55f7abc2 kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55fce525 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x56db99ab kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x597b2b83 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59927bbf __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5ae82a6a __traceiter_kvm_nested_vmexit +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 0x5c27b070 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c8ac582 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c982ba3 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d884493 __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dce9360 kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dea7cdc kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e23b4ba __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e287d53 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e5343ad kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5edb3a38 kvm_vcpu_unmap +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 0x5ffb6931 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60da9e2d load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x612c3584 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61ae71a6 kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61f19cb6 kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62861848 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6292b5ae kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63003968 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63534953 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63ece8e5 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6480576f kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a0d432 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x656c05b7 kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6680bc7b kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x671b0d16 kvm_cpuid +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 0x68e6b23e hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a0e3ddc __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a2e455b kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a405d42 __SCK__tp_func_kvm_ple_window_update +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 0x6c95726c host_xss +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ed07a8a kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f6e5ea6 __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70d41e39 hv_flush_remote_tlbs_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7223a108 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x724d8a85 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72544327 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72591a6c __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7443bf82 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74f2fd46 kvm_apicv_activated +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 0x77753046 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79e2816e kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7db3d845 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fbb2c79 kvm_arch_has_noncoherent_dma +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 0x800a0c96 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x819ab0eb kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81c13177 kvm_write_track_add_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8350f6f2 kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83815bf8 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x842bfccb kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84f72a23 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x859e1293 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x869334b5 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86d5c952 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x897d47f2 kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a5b0083 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b0a578f gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ba403f8 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d1f0f1f kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8eea4114 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f5d5f99 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x913cb991 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92282b5b __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x925102f3 __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9292d4b1 kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93f2e644 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95346b65 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x96569040 kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9730fd63 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x981e3866 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98ec405a kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99dfb31e handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a4d3c2c __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9bb69bca __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9bc8f893 kvm_emulate_hypercall +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 0x9e2667ba kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa11f59bf kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c25e07 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2c8e466 __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa3dd4041 kvm_init +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 0xa6f0bdf5 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7022320 __traceiter_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa90533a8 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa6e7963 kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacd51c00 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacfa71c3 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xade54303 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf9857b8 kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb19cd069 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4687936 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb56cb97d kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb6cd76ce kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7363738 kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7e8297b __tracepoint_kvm_vmgexit_msr_protocol_exit +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 0xba2eb56c __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbaba5744 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb85e4d1 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd5fe915 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfb5294b __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfc452f0 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0dda026 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc12e436d kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc13494bc gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc23b1fb5 __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc27302ed kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2fb7504 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc30d4480 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc315b5c3 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc4f0908e kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc6c1c8a7 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7564ed4 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc80b949f kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc967ae03 kvm_alloc_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96fbbc0 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcad271b1 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb1885a3 kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcc51589e kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce60d0bf __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcea62453 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcec2ef3a kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0229067 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1552ace __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3a1f770 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd4b03bba __kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd53efd14 hv_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd671bfbd __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6e0f5ee kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8c9314a __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd927a241 kvm_write_track_remove_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd99062c2 __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb1835d2 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcea469a kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdea7d98c kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf379ae8 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe18288c1 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe54c1a0d host_arch_capabilities +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5bd90d1 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe6751c95 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe728949e kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe88ef28b __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea5cda33 __SCT__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeafa892c kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeeb533a9 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeedb5d38 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xefb50ffc kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0425c20 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0acaf77 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1a43e4e __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1c2ecb6 __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1de321a kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf206f9aa kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2732424 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf27ce191 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 0xf32dff97 __SCT__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4224166 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4dac944 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54fde69 __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf587972e kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf61236fd __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf67598db kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6b69429 __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf72bc939 kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7889e4c gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf80119cc kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8129262 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf85272d8 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf899a22d __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf94a7fc2 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa526b1f kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab992fc __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb2483bc __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb768a74 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfbf9d181 __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfca7229a __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd97d622 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe20a74a kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe272712 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe7f85d5 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfec8202a kvm_cpu_caps +EXPORT_SYMBOL_GPL crypto/af_alg 0x230506c7 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2a5bebb9 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x36770298 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x3732274a af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x4ac6f814 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x59102db3 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x63d3a45d af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x67edab19 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x7ccb7b72 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x8638f0c2 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xa7f3668f af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb29e6c78 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xf48582a4 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xf77a0a37 af_alg_release +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xf02cfe69 aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x18bc28b1 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x73c7dc4a async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb6771e5d async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x2dcfd6dd async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x94af6756 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1a225753 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x476964ad __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xcee5dafa async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd79fd4a4 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa164a83a async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xad513d0a async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc228bddb async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xcdbb3b9f async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xb283a68b blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xd2766ca7 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 0xa7fb244a 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 0x1384737b cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x36bcb7af cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x5bcd9831 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x5bfbe930 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x5e142246 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x716bc97f cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x849b3312 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xac535252 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb9b4d233 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xd8eafdda cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd9d4e182 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xed733096 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xf6026097 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x03fe8268 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x06a49344 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1037688c crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2283b759 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2dbb4615 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x303d4a75 crypto_engine_unregister_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3071c1c2 crypto_engine_unregister_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x359709eb crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3f26920e crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x585dfd99 crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5cf5546e crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x669cba38 crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6f076a24 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8e78fa9f crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9625e713 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x998d5e15 crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa122f72b crypto_engine_register_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb1b260e1 crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb8ae9a59 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc17141bd crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc31e9905 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc33d5d29 crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc732af92 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcfd6bfeb crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd4ac6eaf crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xecba59d2 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf04014c7 crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf23d9c33 crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf2ae6290 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5fca5ea crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfd696987 crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x0732f49d simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x1d7e6003 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x2d75cafb 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 0x892e3ca3 simd_register_aeads_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 0x3226b5e8 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 0xf3494c5e 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 0x4e642ea2 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 0x0e9b9513 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e244ed8 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39bf4d spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x22e4b356 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x37ce24fe 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 0x4e94d2e2 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5a7068bd spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x81aa6b79 spk_do_catch_up +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 0x8dd41618 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x92f223fc spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x9f115bcc synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaa9ced4d spk_ttyio_ops +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 0xbb20d4bb synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbd355680 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 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 0xfa8ce675 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0173cac5 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x14484392 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2e8a91a6 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x358efcd7 __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 0x4c505232 __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 0x12ce5f27 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1530a41c ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1ef35c61 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2d9736f0 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2ec727d7 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x31cc1839 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3385c19d ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3391f040 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3a56f7a5 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4a07a593 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4aea0392 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5239d739 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x65cc4e66 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d372c85 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x801379f3 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa3795f64 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb9470414 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc022a35e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc234cecb ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc35eb553 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd33a1cdf ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeffba7cc ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf82d47f1 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfccdc5e0 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x021bea91 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0b4aaa16 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0b50b053 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3cfe4e1b ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x46251435 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4a9bca46 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x50723023 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5295f5a1 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x58426393 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x901233eb ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x96af8909 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb5cce131 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbd31c549 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc5cbc5e1 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd37c1598 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xde60ac7e ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe9d44873 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfc5a4108 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xffcf729e ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x2b8547c4 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x5a14a541 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 0x1a25f35c linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x70fc4561 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x85e35201 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xe410da15 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xfe9dfa70 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x4a52c41b __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x590241de __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x04171d91 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x9c7fc644 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xa58db6ea __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xf366fe7f __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x3584b06a __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x55bcf70c __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3b9bacc5 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x7e485bef __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xd6b503a4 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xda1e5c89 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x6613f54e __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x66b7ada1 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x06e863ce bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x10bd36aa bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1a6e8412 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1a8007e7 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1ba3550c bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x21810236 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a498234 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3c111c58 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5010639a bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x550d4917 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5cbce918 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b111e06 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6d63a3df bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x805087be __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8085e1c4 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91459566 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad2f661a bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbabda455 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcc454b28 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd4be7764 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd6f56097 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe733b226 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe916e445 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9444dec bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3c47da7a btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x55b6da4c btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7238c1da btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x87140c95 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa5ea8fbd btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa8b96ce0 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd687e383 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf5b14ce4 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x197acd3f btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3a0f0f1d btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3e1ec5f1 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x48c8ac5c btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5928298b btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7354befd btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7bf79e5c btintel_recv_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8b0cac96 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa15ea2c6 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa1602984 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb44bd969 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb8185187 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbab25c6d btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc02ecb8f btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe543a344 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe9113005 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf1aff4a7 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf631de83 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0059bb37 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x124850b2 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x410fbdff btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x49cbfc43 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7ae819be btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ba11c2e btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9bb5b0c2 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa2b8eb17 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb2e566ee btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd68744d0 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd9a2dcbe btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x2405733c btmtk_process_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x4b127aa7 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x7910dcb7 btmtk_reset_sync +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x97b5ae96 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x9a13f4e9 btmtk_register_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xe633a67a btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x76e7aef8 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x79862c44 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9e660db0 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xb090d39c qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd9548e17 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x12e4659c btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1bcbd322 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x37759811 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4dcdc68e btrtl_set_driver_name +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x8ba8ab47 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf40019a1 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf9d53260 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x332c5b7c hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x3a99cd03 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xee1b7304 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf5fb031c hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x05b29479 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0f6b0275 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x46ede159 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x558f81a0 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6be79692 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x72791eb8 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xf933d65b mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xfe23e170 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x00c5dfd2 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0bf28c8a mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x151c0deb mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x180712b7 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2042e024 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2146bd43 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2da26e2f mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2f702e56 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3274f5c6 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4de16788 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x55b162cc mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5c739c6a mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x60fb2b27 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x66d419d9 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6c86b303 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6d746a21 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa2c59c36 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xafef1f93 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb13f7e42 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb4d1c8d1 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbf355b2d mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc3e44a90 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc40d55f7 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc7a384b4 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc9967feb mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd2b482df mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd529ada1 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdae01233 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe7c8113a mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf7c369df mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x098e234f comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0997f0b2 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0e81401b comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x11fe857d comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x189bd133 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x19e9da10 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1e50eff1 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x224cc5b6 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x29b7db62 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2c7870ee comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x33e86b19 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3b72cc41 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3bc9654f comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x406abfa0 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4d0c10f8 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x67313b1e comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6a694328 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6d29a39a comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7c94bcc5 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7db9a11c comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x824f6226 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8f4f92c3 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9f428385 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa2fbf9cf comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa7a5290e comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb05666c comedi_check_chanlist +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 0xc5cd7c38 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcba3049a comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcdd54dfd comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd313674d comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd4078ba6 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd6b29120 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd6e0495a comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd871770e comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdc0f8644 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf8d75f9a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x2dba6e51 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6c81a45b comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x844a998f comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x87d1f479 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x92c16321 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc8006d0c comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf3bdb75c comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf93fbda7 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x003eac0e comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x0c1aa6bb comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x329622e0 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x525d092c comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x5876649e comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xae87fcd6 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xdf58e403 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x229c3a92 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x36d479b8 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3f12e6b4 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x47e93e77 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x550b38b0 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5a01a0ab comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x586858d0 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x4eeb42d0 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x63998c40 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x561c92f5 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x08843eef comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0d749be6 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0fa08d67 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x135e61d6 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x186d2d04 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x231a2d7a comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x486a47f9 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6e46df04 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa548574b comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb6826476 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbfc2b7d3 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe9e720e0 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf484c0ab comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x10bc9da7 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x45ef5f4e subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x4c798ca8 subdev_8255_mm_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 0x5c08d296 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x82809b57 comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xb03eeaf2 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 0x35f38113 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x57b11e3c mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5fa71d5a mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x616aa36f mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6b220042 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7cd34d62 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7df77a1f mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x98c2d51d mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9c20fc5e mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa5445e1c mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa90e8d98 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb60c7ee6 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xba1220c1 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xdd76ec47 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe1e0ba6e mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xeb143361 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf3ddd807 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x8e80dd00 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xcf3b630d labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x3237adc8 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x33b1a30a labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x7ad449ec labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xbf962ebb labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xde1967ce labpc_init_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 0x010bf631 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x147c2469 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x230871ad ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2d942d76 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x404681f4 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x647b90ab ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x72e86f43 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x73bc38dc ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x996cb81f ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9a415da0 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xaef5d563 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd3ee524e ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd757396d ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xef52fcfb ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf6a373ea ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf756120c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2eee56a4 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x55a68ac9 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x62e9dd81 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x95a49648 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc57fd52d ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xdc2ac13d ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1e1ff27d comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x49b31eef comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5f036451 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x67c884da comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8255ea8e comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x9486b3a2 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x9fa79cba comedi_open +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 0x210b12e2 psp_send_platform_access_msg +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 0x9778110e sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xc878fe34 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x007b1cf5 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x05fc896b adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x087c7a9e adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0a4e2d49 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b84c732 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0e7c4487 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x10833cef adf_gen4_timer_stop +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x143db39a adf_heartbeat_dbgfs_rm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x154ee95f adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16bb3e99 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1d68da7b adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1ec2c023 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2500c069 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x27f57c94 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2935cf2f 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 0x2e2ca1c7 adf_heartbeat_save_cfg_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2e5ee7a6 adf_heartbeat_dbgfs_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x370f6e68 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x37c3d6c5 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38c6c75c adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3acce10e adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3be1d827 adf_init_arb +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 0x3f17e115 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48623f77 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4c85568a adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x509d5138 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x562362b9 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x569f85c2 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x594efded adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5aa46187 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c03f570 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x63780cfa adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x63a615db adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x64760fcf adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x68513794 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6bccdd22 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6ef42e6e adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6fb07f4b adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7264954c adf_heartbeat_check_ctrs +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x731a7e30 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x74a47ccd adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7b3abdd5 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x82d86e8f adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x866e303b adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x98ca2703 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9d5d6dc9 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9e5dd555 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa0b499e6 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaf4f4804 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb07118f0 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb2cc927f adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbccf5d58 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc193d77d adf_reset_sbr +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 0xcc699db7 adf_cfg_dev_remove +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 0xd7fa8def adf_gen4_timer_start +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd8c79f51 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdcfc8065 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdd0f63c6 adf_init_etr_data +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 0xe5a5fa2f adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe85d4fe9 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe88e1e24 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xea11e782 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeaf6fd02 adf_dev_measure_clock +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf7bf917c adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe1d556d adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3a44aa3f dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x654bd2d6 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x66f08719 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8d67cf7c 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 0xc1786d57 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xf5cac4c6 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfdebefc1 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x1599d3a0 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x85b4ea76 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x05e262a4 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3edc95ab do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x59d4c723 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5fb5e07c dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6c138974 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7de89312 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa76b2e2c do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb1b4b41c dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb2423406 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x4e623b28 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xd3b35476 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 0x00d67b6d __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/firewire/firewire-core 0xf27a02a5 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x9e068d18 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0b630a82 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0c4612db dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x19a6f404 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x300e1807 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x51f276cc dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x53c30948 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5ac97a7e dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x63215df8 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x67dd037f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x83f4f1d0 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88392f78 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8986b8fb dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9220b76c dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9892d762 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa0264d67 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa6fe558e dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb107b289 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb17415ae dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb6291900 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc61dfd2e dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcc06a69d dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdb4c289b dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdb995cbe dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xedb596d6 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 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x46973f95 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4c8e7f1d fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4f2935c6 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x68b3e666 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x78b82599 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9fbf4f8d fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa7e4a332 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xcab7959a fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xde3e0cc5 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0d55aaad fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1aa9393e fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1b6ccffd fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x34567ee0 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5032eee8 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6ddc0ea1 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x95d06a3c of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb46e6074 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbd56f6ca fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd001fd6c fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd2bc3b9d fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xdc4035fd devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe59638a9 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x13f16aec fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5864966d fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa972507b fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xbb9382ec fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xc3c07302 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x9808c1a6 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xaf540864 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xbd2b57bc gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd7c7f7a8 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf001af34 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x04faa427 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x0ebf2ccb gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x36f62c04 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6a421260 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xe380ea70 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8f5dd867 devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0e2a7a6e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x7b249cba __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x4dd5b328 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x8a907944 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2a95c897 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 0x6baf1fae analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x7d66fe00 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8afac183 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9034a698 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9ca49134 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb0c438a2 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcecd9a68 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x5a5854c7 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x02247c98 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x04b0f812 drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x08336f64 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x164e7466 drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x17d02607 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1806156e drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x18e02b48 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1e5a8b01 drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x23a7c22e drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2ad6064e drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3459cecc drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x37649e0a drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3e67ae45 drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x56cd428f drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66e59a1d drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6a66fdd6 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6dab69df drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77b43f39 drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7c815c80 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x81ad8d05 drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x88dccd50 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8afa128d drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x92c63fa3 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x998ad17c drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa304777d drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae633eb6 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb19bdb26 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb71eadd3 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb7ad35d9 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb90daddf drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd90cd508 drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe4d2e0e6 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xef174737 drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xef8a77e2 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x140e9259 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1b4f6d63 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2e70f6b8 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3215ff2a drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4d20ac05 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7d384851 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9d281247 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe1abec7f drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe4f9a384 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe75dd279 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf3ae3806 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfbd68744 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x10ff8c20 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x24790b8d drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x278d4984 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2e4e316a drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7a3fa46a drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8a113fab drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb14dcf2d drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd87f4615 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x56fc5cd7 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7e0d2d60 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x88d1f7ca drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8c8b91c7 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc2fb7d85 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc4c43cf8 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe990e219 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xff9c674e drm_gem_shmem_dumb_create +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 0x3350207e ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x703a422f ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x95ada9e0 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x03489ab2 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0c693c10 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1136201d gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x12e37c5c __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x19cbc691 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1b1ce64c __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1c30b3bf __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x224eed55 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24ac4e12 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x25f2b496 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x268cca69 __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x29d5647a gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2afe6265 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2c9907b8 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d226b62 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e2d63a5 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e57bbbb gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3585a59a gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x388ed389 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3fdd9aac gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4645b514 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4903e029 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4faf326d gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4fe2767f __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50106561 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5df3739b gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5eeb4760 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x60df85a8 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62673069 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x63a02e41 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6528dcde __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x655489a7 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x77fff8c0 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x79403271 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b409d19 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9b0402d5 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4f39f3f gb_connection_disable_forced +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 0xb0ff2cd7 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb80dc76d gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbeef3138 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc97719b7 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca02da1f gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcec19651 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xced6f215 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd1041d4e __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd7becbd2 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd849da64 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8dbc14e gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdb79a0ea gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdcb7c90e __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe2450280 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe88cf776 __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb8bbfa2 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xec0f2c3e gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfd8d8abf __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/hid/hid 0x053a2c5e hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0758ce09 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0846608f hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0a6621f8 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x144fa25e hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15636659 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x20d09c8c hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x25ba0127 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ad49160 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38b8ea5f hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38c4ff14 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3aa47a4f hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3fbd761c hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41118706 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4587df00 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x48ec135a hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d9de609 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51413b5b hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51e6a58d hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d8c50c8 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e9c84a5 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x603cd8f6 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6a23a625 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75b6b81f hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79bca6f7 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7af0fcb4 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7cf8fe34 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x86496d2b hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x885d1e1f __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88eaedb6 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8bd1f8ac hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c9ad984 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x989994ab hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaef6502f hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb1744b45 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9cf1f49 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbbed0e84 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd12775b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0e546ac hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc19e3835 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb29b177 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd403cf82 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd8132997 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd96e2257 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdf41eba1 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe7ab47c3 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef63befe hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4adb9cf hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfbdce75a hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc6c7355 hid_match_id +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 0xc2662f7e roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x23cca84a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x55674496 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xac41fcd7 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcd0ab661 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd7d12122 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfb8ce9e0 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x262349d8 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3ca36e5f hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5d4b4e92 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7e6a2d32 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8ab69804 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8e4d1bc9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa0d7a68e sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdd82a19c sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe8e2564f sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x43b22e68 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xb819fc34 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2472e204 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x6a698d80 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x844dde4d i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x9c64c2a9 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0xc88e2d72 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4afe5821 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x62ba88fd surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xce2c3fb8 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x0d7a32bc hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x8724ee06 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0f8dfd36 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2ca4a89a hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x38a82eab hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3be1ff98 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x560ed52c hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f9fca96 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x75f290e0 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8581dcfb hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaad886ae hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xac703a80 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xae519b52 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb711ba9b hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbab8b572 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbbf8db04 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc6a7b2c6 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdc41f239 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf2a41915 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1419a493 vmbus_send_modifychannel +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 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46d1e4c1 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46e561fd vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x47f52f56 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5132b8c7 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x65e850cd vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6c4d7df7 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6cc6f906 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6fac1cf7 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x79bfca31 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7b99ccba vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7cb96fec vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x87fed917 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x89b656c8 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x94cac7ea __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9b4bc5e9 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xae19a1e4 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb20b8b37 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb66712e2 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbfb02220 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcdb639a8 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd667aa92 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd6bc530a vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdf0442bd vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xeaa5e7c6 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xec475df3 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xed7d6996 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfada6606 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfdb302a8 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x75dec0d2 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 0x4c7df8e2 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x55c24f74 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x9d79544c nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf706df2b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xfc795dfa nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xff6d1007 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xb0cca313 occ_setup +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xb5e84f4c occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x79bb4aa8 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7dab4cbf intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdc743714 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdd78a071 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdf9bdae5 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe3e2af3e intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf28b6b79 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf399ab8f intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf88d5442 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x37b0748c intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x9a48447e intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xfb6b2ce7 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1676c862 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x26cce036 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2e99b059 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7bd8ee1c stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x942926f5 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x984c548a stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc5db8d5f stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xdbd4c7ce stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe84fb6d5 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x0d71f37e amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2566a0cb amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x45c38383 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x57f7e2e1 amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x6db453a8 amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb270c8de amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xec771708 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x9e6290c1 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x6bdc7e16 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x04f743eb i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x35abb3cc i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xc547dcf2 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xddb7f0e4 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x65a83a12 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x7aea5d16 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1185214b i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x182da4a6 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1d74bdf2 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x27f52de4 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x43464942 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x45fcc512 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5181266d i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5f336e55 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x62d902c9 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x68926c7b i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x702f869c i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8b40d3a1 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8cb80f73 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa38a4e8c i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa81a13c0 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xad564fd7 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb125d1db i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb314e82f i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb3c110f1 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb892e940 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc2d399da i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc46faacb i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xca5551d5 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xec980f22 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf738086e i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x75699a37 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc18bdd3a dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0a4f4b25 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 0xe213641c iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xf698a31c iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0804af3a iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3d763935 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x543857d0 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6640c74e iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6caa8180 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x7baf318e iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9d4968c8 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa6655f95 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbb28fb92 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xce7603ad iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xdedd517e iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfb114ec6 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x976989df 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 0x8961c1ad 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 0xb0da9e7d 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 0xa6cdb743 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xcba210f0 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x22db797e cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x26bab386 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x3fb119f9 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x56cdb5b0 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6cc73d2e cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x735a8456 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x77ba0d53 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x784a4757 cros_ec_motion_send_host_cmd +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 0xb6f2282f cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe3b616c0 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf9343899 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x453364b8 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x47406303 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf3b0fc30 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xaee64706 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x07c71c80 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0cfe8217 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0e92b77f iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12d0ee85 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12dac9c2 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x16d02a6b iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x174c9642 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c9501a7 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1fd87861 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1fe591e1 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2d8dec96 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2ed3117e iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x36aacb4d iio_read_min_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44be2b82 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x495c9469 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4e4ea8e7 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x513af60d iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x51729602 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x62ddecdd iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6853d308 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a7b2877 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e375fe5 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70055ee9 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70fdc394 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x713b5c0c iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x71e83b74 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x72507c74 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x86e53cac iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8adcccc8 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8aff3ede iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8cd25be0 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d561220 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8de36132 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x931aeabe iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95c11ed6 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9896723d iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9b9e3262 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9e7aa3e1 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f0456be iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa223a4e1 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb4ec746d iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc3bdf4d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbf91e18e devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc6bc9b44 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc879d87a fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcdb68d5a iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd20b2c40 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd60d7f90 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd782e4ad devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe32e4d42 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe5716a7e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe74f2d6e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe9914750 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xea159c4a iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf841e3bf iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff48a942 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x020cd1ae rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x118cf0f3 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x35059873 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x748ff174 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x77f022bb rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x91568eba rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb6c14159 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcd9496fa rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd559a7eb rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdf88204c rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf1413153 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfa1015d9 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x878d045c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xb7b2325a matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x41b57376 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xae316111 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x14f29d7b rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x306a0124 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x341afd64 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x353b32df rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3f0cd399 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4e456f4b rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4eb887f3 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8fef0a73 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb4e147f5 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc92a0899 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd32a01f1 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdb0f3526 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xee5dbe11 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x0f6dabf3 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x1afb06c4 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x790abb09 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x442b413b cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x62623039 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x564d381b cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa945e9c5 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x03eb8f62 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x328cabb8 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x32911a4a tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xb61626b0 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0e02fedb wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x11634651 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x13bce381 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x16320916 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2848638a wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x33cccb2e wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x38436da3 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x522cf585 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc2a8fe45 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xec6b02b8 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf2991fec wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfd93148d wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x01563d17 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0a854c12 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x18d12f8b ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x43ea1bba ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x82c15b6b ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa42c8856 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xca74350e ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe5065c98 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfb35d4ac ipack_device_add +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x0776a347 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x250b516f led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4bd4cc3c led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x50754381 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8eda3876 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbf4fda93 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd8856f04 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe881e166 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x5cabc545 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x7195ea82 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9b747b93 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xd69892bc led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xf301652d led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0x535d2f22 simatic_ipc_leds_gpio_remove +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xc1884574 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 0x0052221b __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0460de97 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09bed273 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09e9b4ed __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0af43393 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x13286b87 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1536c9eb __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c40cc2a __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1ca0496b __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x215aafa1 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x272237f0 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2810a527 __traceiter_bcache_journal_write +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 0x2b7af720 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2ee79006 __SCK__tp_func_bcache_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 0x3c074952 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3ecee6fb __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x403bb48e __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x42daa349 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44cb7217 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4586ac71 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4992fc72 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x54024e3b __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x58a86acf __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x58da0ab6 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5a0e181d __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b891ad9 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5e63cc82 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f101585 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x639b45a3 __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63ecfe75 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6d7be81f __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f549104 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6fcb078e __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x726f193f __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 0x76d64716 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x779a4096 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x795d3d38 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a42e687 __traceiter_bcache_write +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 0x89e9679f __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ecad97c __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90235a11 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x952e7396 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9895f3f1 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a934c31 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9cebd460 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9e90dbc8 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ec43edd __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa13fd616 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa3aa781e __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5cd7282 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa86e5011 __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xac638b68 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xae6f3006 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf21e799 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xafdff517 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb00e392a __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f83bdd __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb68078bd __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb6ea339d __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb74b5b0f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb85f21e3 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd846f39 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1b3221d __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2ce2015 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3a6e77c __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc4975276 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8fa7aaf __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc9a6faaf __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcfaa62fc __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd25eb50b __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2a74393 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +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 0xdf971cbf __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe14f52ca __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe19667fc __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe319999b __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe79d7706 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea52032c __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xecea3318 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedfcc974 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf010b5bc __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf14277f8 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf286b878 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf402fc1b __traceiter_bcache_gc_start +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 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdada3fd __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfddacaa9 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffe352c4 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x04fa25ab 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 0x2462b0a3 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2e63ecc1 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3ab1a46c dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5016f2db dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6061fa31 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 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8a56230c dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8d9d5f2a dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x98a3e14c dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x996bd61e dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9f9d46a0 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xaa3f33e5 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xad9d7a35 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xccff9ce5 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdc51049b dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe456da6a dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe8f12d1d dm_bio_prison_free_cell_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 0x5ba71e46 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 0x1f200c75 dm_cache_policy_register +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 0xd08066e3 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xb3a417cf dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbe753955 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 0x0cebe505 dm_rh_delay +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 0x4cd045e2 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5b13722d dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5d274f4c dm_rh_mark_nosync +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 0x83e8a806 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x86cbeaee 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 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 0x7ad41056 dm_block_manager_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 0x03c9b5e6 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2149913d cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x23034a33 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2c678e24 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3ebf6d4d cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x52729c54 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x545a61a8 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5f4b7a95 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x61dd1dc7 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7c82b58d cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x84197923 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x84545a13 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x97e52643 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9acce8ee cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa12e6841 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa8a4f702 cec_queue_pin_5v_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 0xc3c2da00 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd6c8f5dc cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd7664af6 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd7cb247c cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe0b59174 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf58fd3b3 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1f9ca3f6 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x41a6e6f3 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5da4774a saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xac166c5b saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbe876571 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc30e0aa6 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc5486365 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe2b11975 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe4327963 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfe3cc260 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2cf607d9 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6bd3b85d saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x86e6ce0e saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8b915663 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xceb8239b saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0ac621b0 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x12be1976 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x14677454 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 0x4f5c93cf smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5b0c3d09 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63981b68 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ebc5194 sms_board_lna_control +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 0x8ce12b2b smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9b8fcfb9 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c89fd91 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e242ade smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa0405a11 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbd11383e smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcbc15f47 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8845de9 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf08c71eb smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xffdf82d7 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 0x019a119a __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x11a7b57c vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2163653f vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x216861e0 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2310d283 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x25815234 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x29681133 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2aee3ac2 __SCK__tp_func_vb2_dqbuf +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 0x3883096f vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c7e3d9b vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x47b3c859 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4823c8f0 vb2_core_create_bufs +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 0x5b14f29f vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5d8eef74 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x693850fc __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7243bd28 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x802ce33f vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x81ca9e67 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x83d5d2df __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x83eed6bc __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x902c7d22 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96783625 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa8f909da vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xad154ef2 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaed315d1 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb223e96f vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb255ce64 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc0e156e8 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc1147677 vb2_plane_vaddr +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 0xca660fc6 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd63db607 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdea8587f vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe3c9a738 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe9a15060 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xea3accfe __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xeb3a88de vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf5e05342 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x5d821d5f vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x888c37a5 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xee77ce3d vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x74808738 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0dcf910d vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0f2f7430 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x11d72bc8 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x132161bc vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x13fbc36a vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x29086b8a vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x33abf842 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x350a1c0d vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4277abeb vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4b05e2cc vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4be1663d vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5dee63c6 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6e51fd6a vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7698bc15 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x83a6dec2 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x84d9832a vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86e56b5b vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x893ea076 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8b7a81ea vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8f759e59 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9ab2d71a vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9c9519da vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaa910c1f _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xad218bb2 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xae7e2794 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb144474a vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc680825f vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc800caaf vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd06d9423 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd2095264 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xeaeb1ef0 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf68e33bb vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfee7e429 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xffd2d7ca vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x215b41e2 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x5d73e001 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x7d61ce98 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x947d7330 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x227d6400 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x5ec54062 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x8569d6b1 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x4b96e43c au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x4b50ff32 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x8c2d3d9d cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0xadc053c0 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x2823aa32 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x521ee371 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xed01f384 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xc3532e35 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xa486050e cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x05d3d866 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x96ff2d69 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x31a4a60d cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc8518809 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x4a3c1f9a cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x2728a4d8 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x67f1c345 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x85d65c2f dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x77259b94 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xfc1d6c28 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xa11718a8 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0xb0b8f9a6 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x3851b09a dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0xc18941a4 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x81a42564 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xaacc41c4 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xfe5c4f16 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x2caf50d4 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x3431b4f4 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xaa934cee ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x745d495d gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x11f5fea0 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xdfbe4aa8 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xdb46b72a horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x685fe2a9 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x3ca1b9f9 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x477d5bf9 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x26077358 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x3c56d628 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xd3dde39f l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0xde68489c lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xa83204b3 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xe0a717f7 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x182ae366 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x420019d8 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xd8074461 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x7a3d83d6 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xc037167d lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xa999ce31 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x585dcdda m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x9e35cc9b m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xb0664441 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x25ef9ecd mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x3c683eaf mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xd1f54777 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xf306c74f mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x2adacfd8 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x0fddf0f5 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xdc56070e or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x54d802cd or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x76846863 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xd618d88c s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xc113a297 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x581a9413 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x0ea76293 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0xac8d0e10 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x4a431b82 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0xe64daf3f stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xc89c4a07 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x40bb3db7 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x1c4e1542 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x3f330904 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xdfc07b6c stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x296eb8c7 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x5a1aeba2 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xfdd20d85 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x164a005e stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x7e06003e stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x2c7039c5 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x9989c1f1 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x698b2fc8 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x1a63890d stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0xfe9a61bd tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x991ff918 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x592083d4 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x46bd9805 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xb2de4e5f tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xd3dfa7a9 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xd228a637 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x595eccbd tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x935ce54c tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xf5dd3787 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xeee6937a tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x0c86d53a ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x6ea6bf62 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x3330dbc6 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x6d3460af ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x4c967f7b zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x29c95e32 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x1bd5660c zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xfac9755f aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x3921a143 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0d978e2d max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x287f6dcd max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x33a6899d max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x462bf13a max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4732d331 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6997f2fb max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x72b80dbe max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa0937b7e max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd21c6432 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe86df14e max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe935cb5b max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xef5aafc4 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xff5331a4 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ab9b799 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0c5c974e __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x12af11ca __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1548d707 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x15776b98 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1593031b media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x15fe308d media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x24d74242 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2988944e __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2cd3b65f __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31051203 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3472fa77 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x35ff87ae media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41ae3188 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4274430b media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4285577c media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x43c1bb9a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x46f3dfbe media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x499e2944 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56952226 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x584310f6 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5fc98c00 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x66fad7e9 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6c9360d9 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7084cfb4 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x72c5c55d media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x79010bd1 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x887e372b media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x889b9e61 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c4ac8d7 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8de089b7 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x96199cb2 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d105e50 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d7a51d1 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9f64f2de __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1620fb7 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa397d52b media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xab1b4b53 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae149a90 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb4e95f79 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7066a84 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb78822a7 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbae7edbc media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbbf3ae35 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc0f0b039 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc72c92a4 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc8f16038 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9e5f4f1 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd7a035fe __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe42bdadc media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe66648f5 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe8e89634 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeef676b4 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf07830c1 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5c2ca1f media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8c35d22 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfd4441e2 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x666d9761 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x286d7f2a dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x3296104b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xffbfb831 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1f7e4147 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x20f172ce mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4559b235 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x70feeef8 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x826a5743 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8274ad3b mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x867736ad mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8ca43b53 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9ba657ba mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9fa5cc2c mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa58adda3 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaaf880ba mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb21157bf mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc60100a5 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc6fab9f8 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xccd4065e mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdb2bd8ef mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf79b5dc0 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xff379ded mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x169bc032 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x231d531c saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x313c635a saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x364a82f4 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3da781f9 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x481b959d saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x49d8c47d saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5ec05822 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5f3ed59e saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x603ff25b saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x682cf3cb saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x72fe4eea saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7da48b0c saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x81c8fa23 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x98e2252d saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb5290261 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbc70d605 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd2ef732c saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd830978f saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x109d8663 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 0x911e63bf ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9c42e42c ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa6e0bc74 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcf9b4aaa ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe482068f ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf6bc1354 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0c2c67d6 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x53ccec47 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xd6892ce3 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xe497798c mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xfe95872d mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xbc68346d radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xc48f4147 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x151ff301 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x2fff4fb9 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x4500fd9b si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x49b4bfb6 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x85f6070f si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0229128b rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1473c600 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x19d6a657 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3883e671 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3ffe5643 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x515ebf73 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x584aae79 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x64d8c974 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x86c44e54 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa4442e08 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb229e528 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb35f2546 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb529ef22 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbf2d97f1 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc105a5e6 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc289b98c rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xce4694eb rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xec48198b ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x455a1de6 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x8456c170 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x647f31fd fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xd0db5d6c max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xf1282245 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xd9f8ad57 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x5818eb96 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x073e85fc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x5637ccfe mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x849de88e mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x3567e4c2 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x24817a1e mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0xa9372dfe qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x497dbc1c r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x7480ec30 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x5b2a5359 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x82171f80 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xae5166f4 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfa394013 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xe10b7e57 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x628ba6e2 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc7ea7898 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbb94a4e8 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd7303322 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x42e17819 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x1d909a48 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x95c38509 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x59844283 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00691745 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x15ea2423 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x194f521c cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1d0d91fa cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1d7902c9 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x271aec14 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x273c882f cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x44cc72ce cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x573d2e9b cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5925f826 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x885e5e22 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8b5cd58e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x937c9fb5 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9acbcc18 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa609af37 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xae89826c cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb345c7db cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd42a3cdc cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeb9b25e9 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf60435df cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xb5f340c2 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc43f05da mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1a9969b6 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1db52dab em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2668d910 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2757dad7 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2cd19ef7 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3bce9f19 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48e242f8 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x58f904be em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5b20d5f2 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7b79b8e5 em28xx_write_reg +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 0x9fc4546c em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc071d8e8 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc07cd908 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc389096d em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd88afeca em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdbe9eb4b em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfa9ebff9 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfaa5fe86 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x59b68c42 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x96f38189 v4l2_async_subdev_endpoint_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xab96daa4 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xbae87a77 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xbf4ba7c1 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd2132ab8 v4l2_async_connection_unique +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf5a41d05 v4l2_async_subdev_nf_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x40ef4f7d cci_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x98059f0e cci_update_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x9bf4bfe3 cci_multi_reg_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xa41c47e5 devm_cci_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xbed9e63e cci_write +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 0x3cadc33b v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xb243d8e5 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xce322010 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2e1a0593 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2f507aff v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5b693003 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6126c262 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x75a3b3d2 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7af5e508 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x95c3aa2e v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb7edb781 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xbf6edc58 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x01f012f6 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e47aebe v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x12562ffd v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x13480747 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x15704a5d v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x16e0bf34 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1adf88da v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x214e6a54 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x291df2d3 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x336cfccf v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37afd8df v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x419326cf v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44348986 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4dab79d4 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4fb92303 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x579d2d66 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5a40cccd v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x609183ab v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67f8a586 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69383eaa v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d5233c1 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9000e7ad v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9305ba11 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x95890347 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9cdddae3 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa2ae9023 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa597e04a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6a26bb3 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa7fecd32 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa92a3a95 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaa3df288 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab5a4d4a v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacc3b643 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcb309d3 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc30ca977 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3960d47 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc7aa0fee v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd0a17ec3 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1ee1093 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe38e6a40 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe7589e44 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeff92295 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 0xf1b15c6d v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf35cdb23 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00154946 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00fa9285 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x05408595 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06ab9459 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x099fbd3d v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0b5c2f48 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x167a6ac2 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17c702da v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1e904987 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1f23ff6a v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1f4d71e4 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x203b05cd v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20d4a6bf v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x218fbcb3 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22294eb3 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x23638ef3 __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x260b2b48 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x286f9913 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x302de3cb v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30b6ab66 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x315544da v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3282d3d8 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x339f14f9 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33b32c5d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3630a684 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x363fe514 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x390a83ff v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3935c945 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b324ac5 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e2ea22e __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 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x526004d1 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x53bc96ea v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56108086 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56259fe1 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57a903db v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57d108a0 __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5caa1e74 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ec09422 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f038267 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6206db57 __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x62bfee24 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x64ee5d38 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66243e66 v4l2_device_register +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 0x6fc1d3be v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b61c3c9 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c1b8d2e __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80fcb893 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82c5d703 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8335ec93 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x862c23ad __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8843032c v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c6827b6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x95e8510c v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x96f08a2e v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x980d615d __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9880ce4c v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98cbe8ca v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ee53652 v4l2_i2c_subdev_addr +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 0xa297b1d3 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa33c152f v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6552127 v4l2_fh_exit +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 0xae58628b 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 0xbb420533 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc257ee1a v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3c7d8b4 v4l2_g_parm_cap +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 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 0xd1c5df7f v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3809e5a v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5af95ae v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd96daaea v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xddbe6105 __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 0xe0219dc4 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe440750a __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4ce3a6d video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6f1d028 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec2ef730 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedaa2504 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf05ea68c v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf18a3bbb v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5a4ad43 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8f3a4c1 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb391ef3 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd6abfbe video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff930a08 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xffa19dd9 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x29e7a27e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xdece27fa pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfd755c05 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0f9e7f35 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x166607fb cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x178d9444 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1e6ca9c1 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x28eeaa00 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 0x5d54688d wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x61693412 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x696132a1 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6a0266c4 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7218f228 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8c5ecd81 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x98aea711 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa0073cb0 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa4d0331 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb74137d6 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbd963d2f wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc031b53c wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe33ffdfc wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x60848721 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x71cfa7ed atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2a92728b da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x53595f46 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x566ed81d da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x728e75ad da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9eb991d4 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa9577975 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf28a2c7f da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x083277b7 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x631dacdb intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xa85f1aea intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xc340933e intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xf5d027ab intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x20fe067d intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x3892e5b0 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x74cc3de3 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x18c2fcda kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x28ee6e7c kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x436e12fb kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x66832cff kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x83d48757 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa292ebea kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd810143c kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe419b3e5 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2654cff8 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd2312310 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf9f284a7 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x28d44a11 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x39930adb lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3e4f5c6f lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6d5fbb6c lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x76f34267 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9fd1f9ae lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcaec4312 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdac044ed lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdbbd1c0d lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf8d805fa lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0d98cfef madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x10820bd2 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x210145e1 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x210c99a1 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x43530c91 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x623458ed cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x623984ad cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6a4aaf66 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7166f4e9 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c04e401 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x82501ee9 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x825dc2a9 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x929e114d cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9a856959 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9a88b519 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa8f7f221 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa8fa2e61 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb5d10514 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb5dcd954 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc16503e5 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc168dfa5 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd9b07455 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd9bda815 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebc2ef2d cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebcf336d cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf6e41818 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf6e9c458 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfd1690fe cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0a88bf5a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2dc46685 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3fcb93ed mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5936800f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7f71d8cd mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe51dd2a4 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x00307ff3 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0ee483f3 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1692058b pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x573e86b7 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x745e4355 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9c448f21 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa1878b93 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf7040937 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf78d6dff pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf85348ca pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf8ee6890 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfe6d3ad8 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc48e780e pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xf23fb313 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3ef3c7a1 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x43a4831d pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6ca65e3e pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8bf1f0a8 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa7ba6cb1 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xcb0a5396 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 0x02d8c9cd si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x089e93f2 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0d91d6cd si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b35e2ff si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1d8737ff si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ffddf7d si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x247ff0a8 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b8ae0a9 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3edb997a si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ddb0996 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x52e0e145 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x571e20b1 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59ac33fb si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5ec369ee si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6395fd86 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x64ef5fe2 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66a38c38 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7aa09a55 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7b72ee32 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x881ddc42 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8cc0b006 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d5e417c si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb395b1e0 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4428f92 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc46efc9f si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd383dd1b si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdb3be750 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe64dccf7 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe66aa122 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe8b97151 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee7e2620 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf15fc809 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3830668 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf722a509 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x529027fa sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x53d97768 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x672156c6 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa5073e8d sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd6541d28 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x13fa450a am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc070ead6 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf0029102 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfb7e5132 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x52829956 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x91661ebf tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x032d9f0b alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x416b7ea0 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9d1ec5de alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaf2946e6 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf1ca5425 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf7262eff alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfcb88562 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0501a9a2 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x071a81db rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0b08f777 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x149cae90 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1a80b517 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1fef252b rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x283f0b98 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x381feb3c rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3f6285c1 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4fcf880f rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5455aef2 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x82ee9f0d rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8b50d587 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8bfd9581 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x923e570e rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa3c11382 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb28ef4b7 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb372bc17 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb76ee639 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xba15a1d2 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbfaed608 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc8bed50c rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xddc895f1 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf6388b47 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x02c6d13b rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x23e96f3d rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x24fedd99 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2614c4af rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x291a5be5 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3651d997 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x52713ec8 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa4cbf62b rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa94ca7b5 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcaa3c666 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcc465a61 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd27141e1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdf981cba rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x18e7c100 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3c779a9a cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x874845e4 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb6374e00 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 0x039af811 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x11276a04 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x21723d22 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x335d2373 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9f4a5fb4 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaadd3c1b enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc79be610 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc7a24bbc enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x09678072 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1b71da87 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1db290cf lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x23f37d70 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x56d38277 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8b8b45a0 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xccf7770a lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe77dffc0 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0465dae4 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0be4e3ac mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x355c7fea mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x39faa492 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3b940e78 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x401b60bd mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x403cf7a6 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x43e485c1 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4adea213 mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x50fe4ec0 mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x58eaa5b0 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x60a3cdb5 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x620598d4 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x68c9ec4e mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6df2497e mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x81735f67 mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x843fdb0c mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8837bf5f mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8e0a968d mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x92fc66bc mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa57d87c6 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa807bfac mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa83e0292 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb2ccb680 mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb680a35e mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc2cbda8d mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc5ac0136 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd5d9b6da mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdaed5ab2 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe157f859 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe1d9983f mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe930f8cd __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xeadb057d mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf1285ea9 mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfd98fd20 mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x389930d5 mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x53de84fa mei_me_get_cfg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x922c6ae5 mei_me_irq_quick_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xd0eef98f mei_me_irq_thread_handler +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x45c36545 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 0x9f344c40 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xdd50dc3e st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x4a8ebff8 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x7ef05a9e uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xa1e994d0 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 0x2156852a vmci_qpair_enquev +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 0x3bf9ac13 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 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/misc/vmw_vmci/vmw_vmci 0xefa52894 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0f07bfbe sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1aeae9d9 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x286a6958 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35d19c4e sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x366ee7fc sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a8e9f06 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3fa81bc3 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3fc20cb4 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41a154fc sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41a3406f sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x463431af sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x499209c6 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4cea3383 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x501324ac sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x511160d8 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x56a6fe0b sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5e8e90a5 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x60cd1c67 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x665aef56 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6a2cca0d sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6a787607 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x70e8d7f3 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x73664e40 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x766b6639 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x822fbbe9 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x882a8d9e sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8e69c5e7 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x944dfdb8 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x979c6376 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9dd9911b sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa114e538 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa14fa259 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad176d26 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xafcf5604 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcf7a1eec sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd03d46c7 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdb536c79 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4a6b719 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0340f19 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf34faa1f sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf6c0afe7 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfab68329 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0bf5dc29 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x112be0e2 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4022e7b2 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5102e3ea sdhci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd000bca7 sdhci_pltfm_init_and_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd7e5c67b sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdc017306 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe8a277a4 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf1686713 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0379b3f2 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3a231a15 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x57a736a1 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5ec12500 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x73ed9239 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x822ee060 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x854b862f most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x86a9257f most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x990e812e most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa6f5391b most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb11ddb39 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc32b7725 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe41eacd3 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf5468e06 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1ed46147 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xdce36139 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe3ca44d1 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0fa719a3 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x820c9df5 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xfc5ed625 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x6d99b0a2 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x2b3c38b3 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x889e2f84 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xfb888cac cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x6799deea hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf96fbda5 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05106f51 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e501a69 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10df2b98 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1da30c63 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2543c1b2 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a3d28ae mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d25de26 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e876587 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38f2e3a4 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x456437af kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x47adedd4 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x493c3d4e mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4af02bd8 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4def5ff0 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x56c524bb mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x59d83e86 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6170fd5f deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x624166e1 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64ce61c0 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x65d118e1 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x67bd6da9 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7a6d2573 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c36644d mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85436da8 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8922a1f3 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a585f13 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8b1249b0 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x95609bfb mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9640b078 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99ac5ee2 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a4d3a95 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a7c2799 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa93ca3da mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab7adb1a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6a1ff3f mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6f90968 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xba95adbe mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbbdf1593 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc8720856 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9a1555b mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc4f004b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xce44b555 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd2be27c5 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd5bc511e __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd7cf7742 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd99f8e21 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdf2235d2 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdf38d9e8 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0987364 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe9022d13 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xea374383 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf177e6c8 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf7cfe267 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfdd5bdf9 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x2a753229 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4a8ebe80 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4e8bb5a5 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa8fef1dd register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcaf9829c deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x033ca4fc nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0371d650 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0583de06 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1338e044 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2cfd04a7 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6aa24f nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3d2929fd nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4e3bd5cd nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4fe093c5 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x51d8992b nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x64292a07 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x68d16778 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7dbc035d nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x807b56ff nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x99566094 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa45851f4 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa5883712 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa66a4e17 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaca7935c nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdd0d022e mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe0ffa9de mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe380a320 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe68e9875 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe6fc4cab nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xefd39389 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x1666fb9a onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x1b291562 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x14f10eee denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0a388aad nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x13a5a2ef nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x14352cbb nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x17cf8a97 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x197d1c52 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x30fdfae2 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4aefaa4b nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4d8aceab nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4edcf34a nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5ee51eaa nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x796f9df1 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x87201090 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x892a117d nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x91db558c nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x98e1f090 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9a9f26c7 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9c25e158 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa8013d62 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa8434e59 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa8d6570f nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbbb98133 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcedb8746 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd2241558 nand_read_page_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 0xf3cd14f7 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf3d92a61 nand_exit_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xca7cbd78 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xea917c9e spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1b594d35 ubi_open_volume_path +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 0x4762cab4 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5b410871 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x64437255 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7ed2f9ed ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97e5a11b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x98a7a47a ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x98e72427 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b7ac901 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa01f1af7 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xabc31b91 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xce5c0f3d ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xeb7564ab ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd4e6d8e ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x09ad6a61 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0d3fa7d0 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1a22c68b mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5280e9d8 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x73e9afa9 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7544358e mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8407bb1e mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8be83a10 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9b4ea156 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb252f7f5 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xba0b0028 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc97e60d9 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcb3e2dde mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe8425be9 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x70068a26 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xa7d66fd5 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0713b96c register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x352ba95b alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x697f9436 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x71d81bad c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7d6eb740 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x90bcc4ef free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x06e64a17 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x20351a8d alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x4543bde8 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5f453f46 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 0x131e1b25 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x170b1fe7 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a2d3659 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x36399e05 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3ed80206 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x49596432 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4b064dd9 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4e5daa73 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x64cfaabb can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6d8fe749 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6eb0e499 can_rx_offload_get_echo_skb_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7462509d safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7ca75ed4 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7ffb2630 can_rx_offload_get_echo_skb_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8039f374 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8afc98c6 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9159e7a6 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9209f71e can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x92e0d0ee can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9b489443 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaf3eeca2 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb2389b9d can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb3efef8a alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba5d9c27 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbb090c1f can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc6f1dc9d can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xca6edac4 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe78d730b can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe7fe13ab alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeb04ee10 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xedf56b3e can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf6056400 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x15d6e18e m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2af5ab2d m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x63ecabc9 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x816beb9c m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x870191ba m_can_check_mram_cfg +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xccb04953 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd0c4fc17 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xeeb3a213 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf47041f1 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x0ab7e219 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4241cf83 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8978521c register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xba4a3b71 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xc7645ccc lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x7a04a10e ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x1441f500 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x51f58f79 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8995b3ed mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xf13528f5 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x0bee556e felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x77a5be1c felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x7e9bc61c felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x6c67b0e0 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x26f7521d rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x408c394e rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x457f7a71 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5b3071c3 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6f5f7ac7 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9c31e3e2 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd0cd65ed rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd556d699 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd824be9d rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xda874587 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe88cfc7e rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfab0fade rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x296bca43 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 0x593f3824 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x88e10612 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9df73bf6 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb3166bc2 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0221b7f2 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x045bd331 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x04a0dee7 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x06a92dd9 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a0668cf octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0b6fb01a setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0c964116 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x16f80251 lio_wait_for_clean_oq +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 0x1d60c29d lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1f9da522 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2346ad30 octeon_init_dispatch_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 0x289d3d42 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2bb61f52 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2c81ea51 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2e7c14c0 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3057df86 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3a41886a cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3a9f836a lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3f710b29 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x435f59d9 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x45d7d19f lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4c7d9cc2 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4f01c55e octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4f0ee764 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4fefdf23 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x50f3743b octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x56c051fb cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x587ed7a4 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6559069d octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x65eaaf76 octeon_alloc_soft_command_resp +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 0x6f06ed3d octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x74df639f liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a6d00ec liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7d4bbad7 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7d8f8c40 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7f4f6f15 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8032d4df octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x817c483c octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x829b8620 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x874a27da octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a4d93e4 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8e035836 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8f5a15f8 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9021f007 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x92256855 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x94c66a98 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x958d0ff3 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x95fef172 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x95ff42d9 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x98ac41f7 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x99a4472d octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9f17d6a1 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa224d0a7 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xae0a17e8 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xae764b72 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe456b9f liquidio_set_ethtool_ops +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 0xc84152c2 octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcd3e83dd cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd2b9d30b octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd2d1a73f octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd4d5c641 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd4da1b46 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd8d4e1ff octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xda0a6589 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdceea3dc octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe28b7ef5 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe3414f43 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe685c74e cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xeb3a4300 octeon_setup_instr_queues +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 0xf45e66de octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfb6b42a5 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0edaa3a9 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2760769b fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x39d19a95 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3c318df6 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x431fd8f3 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x53497d4d fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x743c7516 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8035bf28 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x82d618d0 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb8840245 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf471ae88 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xba83e9b7 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xbdf7800f i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x4b24fe80 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6179d83d ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7685e801 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x832c6a0e ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x959b1e3a ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00f2316c mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0417fac5 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05da0259 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08ebf1fe mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09fb48a6 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ac3d75b mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dd065ce mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fd4bf32 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fe2e7ec mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x214b7ef5 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25c02cf8 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25cb92aa mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x292d5cb2 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b2adf27 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x330e526f mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35d4cc6e mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3791a2c5 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38a62500 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3955f7fd mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a488ce9 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3afb1b1a mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c59c039 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40514028 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41f42905 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x481a6ced mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48595ed0 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49999ce2 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4adf9dec mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ca8b4e0 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cc6e4ae mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fc64fec mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50514a95 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x509db154 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50a1f12d mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5155ffb6 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51d87da0 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56df08b5 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58e8e1a1 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ca0a48c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6321e642 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64a56bfe mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6924442c mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69270821 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ff0e81b mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x736e2934 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75d1fdf6 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7619aaac mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x780160dc mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7816e74a mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x789f0409 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79bf863b mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c26258d mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d05742f mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e30463b mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f5ef6a1 mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85a269c3 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8966586e mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b65ec44 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e4a6372 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f39d620 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91112eba mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94d892b5 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x963b7934 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bfaadd6 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e4c43b0 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0443f53 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08d6eac mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa129d256 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa22a4ac4 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3ce24d6 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa918ac2d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9ea9306 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab306aa9 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab309810 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac988b85 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae5005f4 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf00c6fe mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3a7b04d mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6719bc4 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb90bd387 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba76f7c8 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaa04a6d mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0b354b5 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3324c70 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc421050e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc477b518 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc09fd25 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd8e9ae2 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce9d225c mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3c2a31a __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4c2d9f7 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9c532bb __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda367495 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdac62e92 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad5f815 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc7eb511 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdca7ef31 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcd45927 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde0ed67e mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf1386e6 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf6ee34a mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3e062bd mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe66a4cfe mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7f9761d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9692b99 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea4eaa7f __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea935817 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecd4292a mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xededa956 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefd99794 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1eb732d mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3c4e49a mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf51b94cf mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6bda6f3 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf978df3d mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9e481f4 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff113e18 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06442e48 mlx5_query_port_ptys +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 0x072efc68 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07fb2a04 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c7d5366 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d13d353 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0eb63113 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x124229e0 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1599d124 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16a2d75f mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x178470c7 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1af29765 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d6e1c39 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d9decca mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20cb3da7 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2111d5b9 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x267b1fb2 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c8cf5fb mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ced0883 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x310eecd8 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c859eda mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e5959a9 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x428dc99e mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4484e87b mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a40658c mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b12d34a mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b35deb8 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c85780b mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d3cfae3 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eefc91c mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6644dde0 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d32d810 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x715f74f3 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x727c0870 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x780ba3ff mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ad571c6 mlx5_query_port_vl_hw_cap +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 0x8a44188d mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c448cae mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x924dedcd mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9521c933 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9acd97e1 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ef7c83e mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa555e01e mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc8a435 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb13a1020 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2ae45a8 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb57cdd89 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb786c1d mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbe0285d mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcd0dc75 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd542170 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1c281fe mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2935148 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc69c67e1 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca6ef334 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1e5feb9 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdce958ac mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1fb7145 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5d58f20 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6676ea8 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7f24d1b mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7f3b504 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8dd5a6b mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xead2fa3a mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf91fe455 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf980fca4 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd82a5c3 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe507484 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x28b0cc0a ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x9a622b3c ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xae521f44 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfa360c9a ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x15106640 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 0x008e39fb ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x014ba715 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x070e849a ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14675320 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x15ebe9d9 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b937489 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d75211f ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x24985b1c ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28eb2b84 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x31972057 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32463c66 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x33ff805d ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34cdb08b ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e4e266a ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46a5c536 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49c94e36 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53dc0abb ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59fa9bc5 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d57affa ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x618906cb ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64abe32b ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66b00d9e __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f2a39ef ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x718cc584 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x81368d62 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84b14567 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x870a7c09 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x872b0b29 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b1ece93 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x903e05cb ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x933d54e7 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96b72d11 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x971fe468 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a655505 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa5bf2e30 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa758e642 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf8df384 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc655156a __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7918b26 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdafaf276 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe37c35a4 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe53e2b69 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7f0a294 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb5364c9 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfcf8ecfb ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x066c2648 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x4e241502 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 0x5a5e6d73 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x68f2dd31 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x845422b5 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9134b1cb 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-platform 0x16025190 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x19520de8 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2c193987 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x319887ce stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4e3c5b7d stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x51ab44b8 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x56acbd91 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8eaca83b stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xbf0a4ea8 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xceaca049 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfb845a70 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0dc7eaaa w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x627857de w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xa3410154 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xd97fd069 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x6eef650a geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0b3cc50a ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x20f7f05c ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x69f64734 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x9e020ae5 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa16df0f5 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0x25719f7c macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macsec 0x73630019 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macsec 0xc1519ab3 macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0ee1f173 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x35295df8 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6bf6eba8 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x870a8933 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x7ffa961d mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xa6826238 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0xc0aa6edf lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x3d073f01 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x581ebd1a xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8fb202d7 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9fe07a05 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b25b8b xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xebd461a6 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xfd8f41ce xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x00a81fbf bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x150e4334 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x199b31bd bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1cf11097 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x28888125 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4718bc4a bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4b8a233a bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4fa4cc23 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x57d4d05b __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x59368fea bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5d713fa3 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63ad41e9 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6496b876 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7630ba2f bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8adf69ff bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x94df38ba bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c3c9b7c __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa4085a69 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa762ca83 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8902ea4 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xabb99a13 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad433d67 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb0511a93 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb13aca27 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb4156bec __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb7c5dd81 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcb8671a2 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccf1a9a0 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdb8e8111 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe7e75f12 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe7ecadd1 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xee1b0e43 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf13008cf bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf30a1eae bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf49b0cbe bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf5cd3a0b bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff2ac47a __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x00d49a00 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x5ed3d356 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 0x150d4bee phylink_validate_mask_caps +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 0x16d44463 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x49997567 phylink_decode_usxgmii_word +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 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 0x77b80baf phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x88ed90a5 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x8d93c4c8 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa3b5da9a phylink_limit_mac_speed +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb18479cb phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xbdf92e3d phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0765753 phylink_connect_phy +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 0xc200b248 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd1a566b4 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xda9f4b17 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 0xed971769 phylink_mii_c22_pcs_encode_advertisement +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 0x02a8a483 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7ca9a9bf smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9a1264df smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xce965599 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xe0fb4cfc smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xee08bcf0 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf157f9f0 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x02edb710 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x08d9c312 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x10d43bae tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x4c652400 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x59fc7bc4 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x61c19522 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x692171cc tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x88e03d76 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xff33ad99 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x00035f33 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x001b09f1 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x062c0344 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x36aab0fc usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb238ca11 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe974873c usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xfbedc10c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x395e94fc cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x49d94803 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7bb2c65c cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x83837fd5 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9841f006 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbb00556a cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe684a19c cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe9c907b4 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf83ec9df cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf939d3f3 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfa40e084 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x10ded329 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x02e85698 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0fdfd18d rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x498094d9 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8caf80ca rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9647ee56 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf2dd35b7 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0cdf5f67 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x11199685 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1d0d2b16 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1fc991a3 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1fd5c0d0 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25908d47 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2632c367 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x307c8b0a usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3327b6a3 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bec8edc usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4581625f usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x49b969bf usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b502ca4 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c35e73c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d920403 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6e4c40cb usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x73872ea7 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75f7ba69 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7f106ea2 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8dc94601 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8fee5eee usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x904a650e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x926a27d8 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9c7fd543 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9cd4d34a usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa77c8235 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7072fb4 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbe638e5a usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca43d910 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcb10083a usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc45cd72 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe303eb08 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe4952ff5 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf19e3bb2 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6d1337dd vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xad9a569f vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb22fe721 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd303843f vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x1af9b0a6 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b5d6dfc _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68eebcc4 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69273ff3 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd89885f3 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe83e8b64 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 0x08dd9e54 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0de3002a p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x10b36e02 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x17e928a3 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x257bfd58 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7a8513f0 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x85874df2 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8f561bd8 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdb916730 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x14c7b956 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x166c6e94 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2dc2bc3f lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x344943ef lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3b16cb5b lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x60c32573 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x72e7f5a5 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x771d2b63 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8b7ff5ab lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa79024b9 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb9dc82d9 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbd2ae458 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd150bd3d lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd92dd8b8 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe622da7b lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe8cfa36d lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3e0f215c __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4cc243f0 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6ae83c32 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7b6902e2 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x867d4269 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb40e22ca 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 0xe3a6fac7 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf39d0cee lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x106fc069 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x20f25087 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x26a4ee60 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2edbc922 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x32108c64 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3f10e121 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x43abf4d8 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x46a04647 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4bc3f2b1 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x536aae49 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5383c886 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x60ef21f1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x634946e5 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6abbfa8e mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6e5c94fc mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8055b6a8 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8ee0c60a mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa1017cdc mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xabe703bd mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc22fda50 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc5756b3d mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc708fb74 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 0xf5789549 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf696a2be mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01a9fa3d mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x053f5db7 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x087fd09e mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x093cfdfb mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d3f449b mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e2f3463 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x108648eb mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x10daa980 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x121ae8e8 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x129354fe mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x130f1d52 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x135886dd mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x181f8008 __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x249352d8 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x253ba26d mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25ca7990 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2cac7b12 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ffa5e4f mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30b87561 __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x382d0a38 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x391d304c mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39a1bbe1 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b1157ec mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x405600fd mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4121e133 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4213f67c mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42c518da mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x458cbc0b __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48c89414 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4ad16aca mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4d5d307e mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x522e0f01 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53c4710f mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x547470f7 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x585baf0c mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5af0569a __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c74f3b1 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a50f814 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6c651985 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e7e1106 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74da546a mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79ec2903 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79fbf774 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b6f5676 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d3f8813 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80d656b6 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80f8bfff mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x848fb3bc mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x861cbb9a mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x889833d2 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d8f9151 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x90565ca9 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e6efa0b mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ece8b20 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fd95425 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa00e5cbf mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa1621427 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4e7e858 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7088168 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab800a97 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac514d1a mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae0fe3f5 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb42e71da mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7a61618 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb90b7a1d mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbdd0786c mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0cd3ee4 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc19a9386 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc2fa5409 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb5aa88e __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd6feef8 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce9fb436 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xceac59e6 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcef2c307 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcfb4d8a1 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2314904 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd247e64b mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4806e3b mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5d4c068 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdad231da mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe447e329 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe45628cb __SCT__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5bb56a2 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe832e82d mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeab9c0a5 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6769c75 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6b5e3e1 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8b79435 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf9ad172e mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb9c519a __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc03d999 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff85659a __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0253bcde mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x06dda2b8 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07bf3481 mt76_connac_mcu_add_nested_tlv +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 0x0c4b97db mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0dcd691a mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f71b02e mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x122fc63b mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17fe90e0 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25affe8c mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x26b057b1 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b8b3f60 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b9e5c04 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2d621691 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3040aef5 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31042ec2 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32060f87 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x37631ad6 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3b1cfe43 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3cccc450 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3eb1c169 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ebbd1fb mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x453101a6 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4975c33e mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x507a090b mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51e275cf mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x576e078a mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b419a02 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b981275 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5fb6214d mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60dedd19 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64e6c3ee mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69c51ee3 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6a80a575 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x73f23e5d mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78a9735d mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d129f51 mt76_connac2_tx_check_aggr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x810343ac mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x821e74e0 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a89c194 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8b6afc16 __mt76_connac_mcu_alloc_sta_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 0x92236530 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x928c13a3 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x92e665ab mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x97ac1c3d mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9822d2ca mt76_connac2_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9a7d7f25 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b6186c7 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d25b1da mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9dc12828 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa58d99bb mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa8c20b86 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb133f089 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb557ebc2 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb7fb9d6c mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0e85051 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc5d5c212 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc65ad470 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7e7e025 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc89be564 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc52b7a6 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd30ae12d mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd425d27f mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7986919 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde7aae5e mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdffa134f mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe2b15893 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe412f052 mt76_connac2_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe4b9c429 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6be5422 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6c6089d mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7aaec55 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeaafd5af mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec37da51 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf28186d3 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf527800f mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf56de7f7 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf8333524 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf93ec5f8 mt76_connac3_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf97460fd mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf989caab mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0afd5037 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x15e6b7c3 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x30253f2f mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x32cebb58 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4275ae3c mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4ee59b48 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5d7710bd mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8a4f11b4 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8fce33d3 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x946e08c1 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb42e60f6 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb56793e5 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbd4e3464 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcec6ee25 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd1216c75 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf1671b5e mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x12d5904a ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x19e75e25 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2b20ddf3 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2f59122d mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x351b3b6a mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5f0be32e __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x60c7e9d9 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x908b8780 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x98643b07 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9f1d3742 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb7a659f7 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc5491e00 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xce80cc37 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xea2a5df4 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x021b515e mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x03b2e92b mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0a88db9d mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1240e241 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2e5a1597 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x31c69c1e mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x366b6a4e mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x386cafa5 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x46bcb9d7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4abcd9c4 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x579949b6 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x591823a9 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6f902f60 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x82187ca7 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8cea50c2 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8eec24c7 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x929e973b mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa5737cef mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa7e0ca7c mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa850439a mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb763850d mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb782c374 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc3f40ca4 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd502aca9 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd51f1aa0 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdd2ae77f mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdf142d0e mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe2c668d6 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe5f78edf mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6743677 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x92b4ae18 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 0x7aa42950 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xc2037c19 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xc9f1420d mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xe98b5494 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x37feb053 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3e35d655 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5ae60ab0 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5d23ffa3 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcc28a507 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd055188c mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd866b82b mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x07ebdf71 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0af491b7 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0cc5d9be mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0da77360 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f0374c3 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x118756a3 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19c23968 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d311a1f mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e2451ee mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x26d622bf mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2cd6ffb4 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31cf9b22 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x339639ef mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38973b2f mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38c09ffe mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39bc2474 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43b9de5e mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x445a2287 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47924984 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x484685a1 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c34f92c mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x51495ad7 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x51aec470 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52525083 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54d6bd06 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e6d773d mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x602163c6 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61dc7975 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x626048e9 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x65b9b687 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70284a24 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x74367d9b mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x74ed5f28 mt76x02_set_coverage_class +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 0x7d90765a mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x82a35815 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x858fcd3e mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8861504e mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a5a1482 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90332ed1 mt76x02_ampdu_action +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 0xa6b62235 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9df542a mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab7c6d7f mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac0791c6 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad1c64cc mt76x02_mcu_set_radio_state +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 0xb09073a0 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb7135f78 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb2f83f0 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb33f9b2 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4820966 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcaded3c3 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd450b279 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd6315847 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8a6adce mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8dff1c9 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd94e4acb mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdaf2a08e mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe096837c mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe21cbabe mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe5f1e8c4 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe711a833 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe7b1feba mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe81f2e0f mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8688f91 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xebe337bb mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf3d4f6ae mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfb13a93b mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2c04d715 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x425d08b8 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4855b43e mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x57ed31c0 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5be0a81f mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6c2bf5ae mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9e9b613c mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc3992afe mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x14f1c6a1 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2b112596 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x46f539b2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4a73f001 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6f35e2a3 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7ae9e9a2 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x995fd505 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9c728aaf mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa042df42 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xaaa33a9f mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xabac534d mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac455b61 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xadecf3f1 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xaea1ad48 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb75ee625 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd246886b mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdfea6613 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe869d701 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xefbdd8f1 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfe23dac9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x066f79b5 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x101a817f mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1c781744 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5add0638 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7ad7c576 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7b3c90a2 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7be29c33 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x88c7e43b mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9778b11a mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9f904fba mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaf255d5d mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb02372d0 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb884480d mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd69defe5 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd9dba6e2 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf380c841 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x026386a0 mt792x_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0bdca97b mt792x_pm_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0df73a34 mt792x_pm_wake_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0fbb31d3 mt792x_mac_init_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0fcb27f6 mt792x_acpi_get_flags +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x10bbed1b mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x10d1c425 mt792x_get_et_strings +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1393cd4e mt792x_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2479ae81 mt792x_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2bc46e3e mt792x_mac_assoc_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x3c08e603 mt792x_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x457df045 __SCK__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x49778deb mt792x_get_et_sset_count +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4fc3c2a2 mt792x_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x57150a5f mt792x_rx_get_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x59aa7b44 mt792x_queues_acq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5a7b5c38 mt792x_pm_idle_timeout_set +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5b858417 mt792x_poll_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5d107c18 mt792x_set_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5f06c11a mt792x_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x62374c33 mt792x_set_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6fd9fff5 __tracepoint_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7757ee23 mt792x_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7cebac7f mt792x_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x845d27ec mt792xe_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8cf489d5 mt792x_poll_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e471e29 mt792x_irq_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9372260e mt792x_unassign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9c06d4d5 mt792x_roc_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa44ee261 mt792x_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa6081c75 mt792x_get_et_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa6b016c0 mt792x_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa7cc311b mt792x_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa8ede741 mt792x_assign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xabff3e0f __SCT__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb6ae00d4 mt792x_mac_update_mib_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb6bf0e79 mt792x_init_acpi_sar +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbb2275e6 mt792x_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd22e98c mt792x_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc3a0fb62 mt792x_pm_idle_timeout_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc7fbc667 mt792x_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcc3806bb mt792x_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcf98e72c __traceiter_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd61d09c5 mt792x_tx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd715bc69 mt792x_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xdd7fb38f mt792x_mac_set_timeing +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xddb12c29 mt792x_init_wiphy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xdf14620c __mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe07a9fdb mt792x_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe4ccb149 mt792x_pm_power_save_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe55e8270 mt792x_dma_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe731fec5 mt792x_mac_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe8f75773 mt792x_tx_stats_show +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe9dbb6ec mt792x_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xebcae476 mt792x_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xebdfccb5 mt792x_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xedf785c7 mt792x_wpdma_reinit_cond +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf43840a5 mt792x_init_acpi_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf8435b03 mt792x_sta_statistics +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xfad845d1 mt792x_wpdma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xfbce710a mt792x_init_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x07beda9f mt792xu_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x14abbc8e mt792xu_init_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x24edc24e mt792xu_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x4cd970d6 mt792xu_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x586d84ad mt792xu_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x6ca6be62 mt792xu_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x73096dc6 mt792xu_mcu_power_on +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x986f56d8 mt792xu_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xa971ae71 mt792xu_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2ea9b3eb host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x43733a20 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x43e03423 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xaad91cb4 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd3567d66 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xde081a60 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xed0b9b63 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1c678f0e 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 0x57aa6f5a qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6bc01bb2 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8e149058 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb6ea6b41 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xd5d17e57 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x06aa70ba rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x080e104b rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b00de72 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15d1aec9 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x18e89fc6 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b99c0fc rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x232046e6 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2763f22e rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2994f48d rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f976525 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3571ca24 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3ca8ad53 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d455a30 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x417071ae rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4be2b2f4 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5c3dddce rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5deacf1d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x68a6c944 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6aef3a04 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x777e19ef rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b36aaaa rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8eebb107 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9154d14e rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b11c36e rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9e4ecc7d rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa359c0cd rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa3d6f146 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa540b645 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa72108b3 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa9e01ab8 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xab0c6083 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xad84f915 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbaee9fda rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbd296693 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc0dbfeac rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc61e0be2 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcb2cf43c rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd18b6ab1 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2ecdc6a rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdec0f8f9 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe3588316 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe4e81143 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfc95bd94 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xff6fd6a8 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x00e5713b rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x029f94b9 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x062df79c rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x19dd5f29 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d23f456 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x49139c44 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4e57c6bf 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 0x55ceb8f8 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x98e99f12 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa4eaf0c3 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb8b7b023 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc4e1d98e rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc555dd8c rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdae17dbe rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdbd345ca rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xeb971ce9 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0ae3e434 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c83b794 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1a09459e rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1b20c648 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ecb341e rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32809e6c rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32adb7fc rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x340c122c rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x379f0f18 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x397c8785 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c56dd94 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3f1e0308 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x410fcbdd rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x424cfd1e rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51175f94 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53a5e108 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x63b2042d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6457606f rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a5960f4 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x717f625b rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x76643338 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7ad9ad8e rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7ec6527d rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x80e5992b rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x81503810 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8bb495fd rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ed9cce5 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8f8de5f3 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa0638af7 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa6217004 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa6d19ffd rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa7b012bf rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa3c6531 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xab1a9400 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xabfa1a9a rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb43d9a79 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5b212db rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6b2e83e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbef5ebba rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcc2963a3 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd4bbba98 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd96fcf60 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9dafe0a rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe455ae53 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe64318fd rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeb3b510c rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xee88baee rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4590782a rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x51539e07 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5d877abb rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xeb312853 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xee6b3f28 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1abb1a34 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8ed16ff2 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x9da5cf7f rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1010ed83 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1a2ef431 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1ab6a94c rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x20712f65 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2757affc rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2dc1e3dd rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x417f8fae rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x524a58ea rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5bfccf82 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x77d7aedb rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x796c6003 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x79af3bbd rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x96493e62 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9b316179 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xec73f9ec rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xff4df810 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7b981df1 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa08d9361 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe09b50d6 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa958dbe dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1ef3b75f rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x332a56d2 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x38afe2c3 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3df1e950 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3ee3ba42 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 0x3fc2c027 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x48ef9571 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4df017f2 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x513d5575 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5198b03a rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54a7f765 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5fab5550 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68e037ed rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7896ac07 rtl8723_fw_free_to_go +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 0x8f4ccb9d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8fe5bb4e rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x909ee9da rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaf3ec1ee rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xba8980bb rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbe6bb58d rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc5a23b45 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe07ae158 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe0fbb48c rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfc181538 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x00ad283c rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07af01fa rtl_efuse_ops_init +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 0x4523a5e1 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d043b50 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x68d13ebd rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b8f0cd2 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 0x72e5bc66 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x76a82045 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f222143 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81f43683 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84720aa2 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8cb90f48 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e15e52b rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f862c27 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 0xad58e3f9 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae46a4b8 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb1853da6 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb9007b8e rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca9d7a60 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6e0f0fa rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd8193b13 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb331e15 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec4f17a0 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef70731f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf255be65 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x05cf15d8 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x21fccdb1 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3162304d rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8aaf562d rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9f3ea01e 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 0x1fe4ce7f cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x980e1fa4 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xb166e673 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf82d9bbf cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6f6b5d73 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xaa036652 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc1fe26b1 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x024c109a wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x060335ff wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08ea6b1e wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x100b2c85 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1729caff wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ab88948 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 0x2a3626c7 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3585cb8c wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3628c473 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37f2ed96 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4334488e wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f7d81c1 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x52147e33 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x629f1aea wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x74eb457e wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f018cc2 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x80dfc604 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x81b7812c wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x83ed37c4 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d8397aa wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e79b70e wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f7c537a wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93b74a4c wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x977214e6 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9a50327c wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9dbfcc3f wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ebd1476 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9fbea12e wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa1c48e0d wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6e17a24 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6f24567 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaacfde18 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xadc4fade wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf237588 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb4ba0e8c wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9ed64f4 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc6ecea2 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc48a71aa wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc97e6863 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd09448ab wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3e29d35 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd56e83c6 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4330b5f wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4c4889b1 wwan_create_port +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 0x5e9b3e0e wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8271e70a wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xa9a0995f wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb4184fc5 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xd183cdd3 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e52e0aa mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x95d4d848 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe9e23af8 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3bc745fc nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x43d9a5fb nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6803fce6 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x9ce5ea08 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x075be256 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x13f53ed9 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x307a1cd0 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x60f72278 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9dd12dcc pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbbb8c858 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf3238dea pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x505f2d28 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5d9afd4a st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x92eba92c st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xaa40c8af st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb41b3744 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd3a0fa09 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xed6e553d st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfe420e2f st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x881925c2 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xeedfa558 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf58472bd st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x10e92df6 ntb_transport_register_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 0x4aaf9c38 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 0xb0beda53 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 0x4da286dd async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x774a55b3 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 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 0xc6800b99 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 0xeafeba91 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xed4c3ee7 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 0x06e4874d nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06f92164 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0741d689 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x07e0f9ca nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1026d49c nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1043c04d nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11514d85 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x212b1ef4 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x249b4ebb nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x26b82226 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x30d940df nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49d69170 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4baef188 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5dd42a8a nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x609bd8aa nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63ed49e3 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6cec6ec1 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6f0e3438 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7122a9ac nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73729139 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x77844dbd nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79fa6f5f nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8cad9326 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8cd24f04 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9109666d nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9a5ca1f5 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa041c6e6 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1611f28 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa259ef6d nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb541e5a0 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbf40d72d nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc17927c5 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc3278c6f nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc3c6ef7e nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc4947eff nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcba4847b nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcbe383e5 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xced5c39e nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd2d63b03 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd4c05320 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9838eb1 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdc3c15ca nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf9ee4fa __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe149c60d nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe31ef1b0 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe3b80ac5 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeaa0471c nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeafd1c1b nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeffde0a4 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf391c718 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf3a0540e nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf6645cc5 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf74fb935 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfbc5e132 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe52439b nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xff1ecb74 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x042a74e7 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0e013abf nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1ecf3bf9 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3773a671 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3e6601b8 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x48594257 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4ad7ad36 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x561f3836 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x56701f55 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5aa0c09c nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xed7ce7d5 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 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 0x43800899 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 0x084179e5 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x288bc633 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2d718748 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x31e2584b nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6bc811d6 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8a4088b5 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa00cf1aa nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc110b17e nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xed661393 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf509e4a9 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xff1c3ede nvmet_req_complete +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 0xaad174f2 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 0xb9585b45 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x00349f53 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x304f3bbc mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xf1dbb606 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x728b944d cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xdbcbcb6b 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 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 0xd21356a0 wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x08143905 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x08d11ba2 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1a38ad05 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b8432b4 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x30e965d1 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x38bb3f5c ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x38d15ebc ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d004a39 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x40089406 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x522ba0b3 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x54fce4d5 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6381a68a __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6568ad2d ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x65a8e1db ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8861e9b0 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8972d594 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x90de1d97 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0349275 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa6b4039c ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb0c1a592 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb1f58b85 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb5d57b6f ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbea4dc11 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 0xd10c45af __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd63cf34f ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xda615596 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe0fae40b ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe988fdd5 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeaadb072 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf12b427c ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf3a9bc7b __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf62e75c9 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x1b11ea16 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 0x57c46ceb asus_wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x8f8f4b3c asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xba49ce5e 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 0x28b7d7c7 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 0x606042e8 dell_smbios_register_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 0xdc4ed6b4 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 0xc32303fb 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 0x01ad6a07 isst_if_get_pci_dev +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 0x4d2c1a42 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/siemens/simatic-ipc-batt 0x25d2fc1a simatic_ipc_batt_remove +EXPORT_SYMBOL_GPL drivers/platform/x86/siemens/simatic-ipc-batt 0x5f13cef8 simatic_ipc_batt_probe +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x065b4695 wmi_get_acpi_device_uid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x17b0f8ca wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x2497de9e wmidev_block_query +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3fdc4c1e set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x52ad4db7 wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x6068bedf wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x6df43bcd wmidev_instance_count +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/power/supply/bq27xxx_battery 0x0fa3d143 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x52566ee9 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xbbfe8b29 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x15ee0413 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb99620a0 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xdfd4a3ba pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x1aa0a5be rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xc67a8d86 rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xf2b37ea7 rapl_remove_package +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x47454dcd mock_phc_create +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x93083d68 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xbd7f6543 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe9695f13 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1782e90d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x50abc5d7 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6ac89bbe wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9aa31b5f wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe7ddfb83 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfb8e3bd4 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xfd831b76 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x487903dd qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/rpmsg_core 0x0d230f60 rpmsg_set_flow_control +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xe10ef03e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0396d01d cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04066a0b cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09779117 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12f5afb4 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13acc084 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x159d85d4 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x242c5f44 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x279a02d6 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c5b699e cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2cbac3f4 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ce77ac7 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30cd4758 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3af323be cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d5681bd cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e8470c3 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45564e7a cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48f35ce4 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ae3df43 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x50a155c6 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5944dcad cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6805d45d cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79991861 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x808019cb cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x821fc4e5 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84b3324f cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88144597 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8bd49005 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x938c70c1 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x996c0e45 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa39a8458 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8d7bdd1 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbb92d1ef cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc0ca9e1e cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6b4070f cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd1b03d20 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd2e32a83 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3358023 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdaa81820 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc0550c1 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe06e9ca9 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8280b9b cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf29ef18b cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8c34d1d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfbffcb33 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1802fd5b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x24bd0eac fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3476aff1 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35cbcd57 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x450b5030 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x487d88bd fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x60c9717d fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x654f7559 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6c31f523 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7848d080 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7b62a055 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7dfec5d2 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7f09fbb5 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7ff91c5b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8a25e8bf fcoe_get_wwn +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 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xff1f8ebb fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x9fa09a87 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xacc79e90 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0884ccad iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1e0a1213 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x395d9251 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b0f0a39 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x52429d4f iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x53cafa94 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9c3a156b iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06e87945 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0dd7a4eb iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14549004 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b87e701 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d22948c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21e93458 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2525a5d9 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x254a80de iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x323dee40 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33256a1d iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3df20141 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41c3f480 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4338959e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4687e0df iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x472bfd7d iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4beb169c __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x517b9783 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5251ab2a iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55b41e09 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x595b6d72 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5eae211a iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x608a3d36 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62571534 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7f39ef56 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ce26789 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97b76576 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98ca5b60 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a6b8965 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e52520d iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fbe68eb iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa019ff60 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa0bd4da iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa858479 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb096eaf1 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb199561f iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb231216e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6e8028b iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb8b6d1d iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc30f1002 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc43706c9 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc52feed2 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc876c422 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcaad0b70 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f23506 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8026066 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe754d183 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8a360b2 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd5018b7 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x00353f98 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1fe770b6 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33993dcb iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x367b9aeb iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3e667575 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x57c173d1 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x67aa67e9 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x70ebf48f iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x87e492e7 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9d841f1d iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9eca64fa iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5b56034 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xadcfe87a iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb8d9c7e1 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd3547f63 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd912234a iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe6ba9848 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x04445a16 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x073941a8 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0a8a5d9f sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1496bc8f sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1df4c01b sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x21303bf0 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2826fd40 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2b81810c sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2c99e97a sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3bfbe060 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44678f02 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44dab05d sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x497bbf3b sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4da3b107 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x54517ca0 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x680e1292 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x724d1837 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c9566aa sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ff2c41e smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x842dbd55 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8647fcac sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8a9d3c88 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ea9ba7d sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9553ddce sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x98349488 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x99b63ad4 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9b16269a sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa6193569 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb313b63c sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb53dad17 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb889e83a sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb8dd505e dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc1fb64bd sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbea08db sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd349806c sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf88dc402 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xf1fa5e95 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x010028b1 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05044317 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05b037c8 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d921fbc __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12b3c355 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ea48534 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fdf1527 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x25e98abe iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2837b2fe iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c22f81e __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30b1efb8 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3581064a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3661a170 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a1c8a64 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ec905a1 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fa1e3ec iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40c03bbf iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4595a1a1 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x488b156e iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5052b387 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5242f184 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x55b5644d iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56055f53 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x599a87af iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e608ba5 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5eeda1b0 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65ae32fb __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6bcd2b7e __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6bfcf934 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6dfbfe5b iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75198616 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75fd20b2 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7882a76c iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78d84a1f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79e463f1 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79f5da6d iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a88ac4d __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e842966 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88e856fa iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a88d419 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8e1367b1 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9611cb7e __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x96b46d71 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x96f84546 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x98b27db2 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa192f623 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb133fbc6 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1e09bfc __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb99c3dc4 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc02ae7d2 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc48a4f11 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc85665fe iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0db3d10 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd51a3a64 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2fb0753 __traceiter_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_iscsi 0xfa34c39b iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe9cd828 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffb16566 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2c2224ac sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x3e534941 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9f41491b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe6927ed0 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 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_spi 0xfe451efb spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5ffc92a1 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7d4c6b36 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9a548670 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb8db9051 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe3964b89 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf756e2f8 srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x09260cc0 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1dd244b4 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x73affa17 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x911ded8a siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa9611921 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb17fa0c1 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x17e33133 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2e2d125a slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x465b89c4 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x491dfaab slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x505033a3 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e0c5299 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x66d5678d slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6d2ed606 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8ff9b48e slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x95f0192d slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa1bc2171 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa64a09a5 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xab0e7e3e slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xab2a8e78 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb86b068c slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb91d99c7 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc991cf86 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xca90153e slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd416f74c slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe11cfd3e slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe803080b slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe823f3d3 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf105b7ce slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf1f623fb slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf28680f5 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf77326ec slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x1e663443 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x580f49d2 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xd4ae59c0 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x1c6ec9a5 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x53585f03 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x169b9304 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2ac53836 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x38b2ccb1 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4cd30d95 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6f2e64cc spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7b190c6b spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0x50815a81 intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x6a62f6ea spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9296ea6f spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xf457575b spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x03d1bdb9 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0b0665dc spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0de5e8cb spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1b90216b spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3563f72d spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x36ad4b2b spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4384f295 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x520655cc spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6bc46494 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x76ea600b spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x850cb995 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9221aab0 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9a17e310 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa81aa69e spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc5478803 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xccaa8fcb spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcff7ee96 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf4161e3e spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf41a3578 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x48c02d82 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x30de2648 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x738a5642 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x938c4ad0 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfd61ffa4 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0d2198b4 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x37881281 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3a15cc6d gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x476e33ba gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7b1241b6 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7fe35860 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xaacaa133 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc223bd3 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc2a3592 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xedd674e0 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf05e49df gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf4af5009 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf5aa6e34 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x18aa38ac gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1d8d4e45 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x310ea81d gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3df4d32b gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4228e94e gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x44a707ff gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x505ec283 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x67761afa gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x82ddd6d0 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb5f50ea9 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc3187654 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc4095ff6 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xdd28b458 gb_audio_gb_set_rx_data_size +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 0x47362937 gb_audio_manager_put_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 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xbc82e390 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x966e935a gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xc369b541 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x3f2fc4e3 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x9864ad52 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xbdfb8300 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x2cec6b42 sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x0d555430 target_queue_submission +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 0x5deb894b target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x71473eca 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 0xd39e290c target_init_cmd +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0120d480 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x04832fe2 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1bcf6145 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1db1af30 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x213812d7 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x22f657b0 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x35a7e68b tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x42fba848 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4e76d328 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5dca3abc tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6161b1e5 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x64ddb6e3 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8cb4f6e1 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x904c3618 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9944b61b tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa6bdbfba tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb2a72899 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb338886 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc53381fe tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc6f92a55 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc7c17f8d tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc920dc4c teedev_open +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x124d374c int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x5c997ff1 int340x_thermal_update_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x97d90b06 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x7eb43a14 proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xa36b5684 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xa6b8aa48 proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xb6041e90 proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xb80d1f7f proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xfa41c1af proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x778490d8 proc_thermal_mbox_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xe3bf089e proc_thermal_mbox_remove +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 0x446f6921 proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x1d0066d8 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0xf232394c proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x251b9db0 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x8fe26f6f intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xc9a2d1b5 intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0655c45b tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x070a3b1a tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x10b48e0c tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1a888dc4 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x238a1491 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x27ff6198 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3beafca0 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3f8d226f tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4b841acd tb_ring_poll_complete +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 0x53de6c50 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x59a35346 tb_xdomain_type +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 0x65b14458 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6d559c25 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x78097881 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x874525b5 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8987ea79 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8e40e5b6 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa1ea0cea tb_xdomain_response +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 0xb7fcb973 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb9ce8165 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe407047d tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeae95ef5 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf0393cc5 __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 0xfee0e0b3 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x04be431e ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1115de5c ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x18af66ed ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1af684cd ufshcd_mcq_read_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x27510d0f ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x32e9be1f ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x37589220 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3c3211df ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x47bd457c ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x59bba0a4 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5c1944e9 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5ca5227a ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5f498b96 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x63b0aed6 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x683d5012 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x73064b60 ufshcd_is_hba_active +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x76b3b2e1 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7d29aabc ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x827d30ae ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8d695e6d ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9082615f ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x93a5bdb5 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9a3e653a ufshcd_mcq_config_mac +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9af57b4e ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa74b140b ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa9650bef ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb127453d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbee4fd63 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc3888a1f ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc9646979 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc9e0dba3 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xca51bb7f ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeeb0ccfa ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf14611cb ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf3b0cc97 ufshcd_mcq_make_queues_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf6d4ac2c 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 0x60eb7ff2 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 0x9a134d35 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x452fc19f uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x801b9ab3 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8d27b9d7 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xea32c010 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x3ab30357 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xed92d2a3 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x12d2cd0c cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x308b8e13 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x36f7fe13 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x44dffd3d cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4bded734 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x908e2bbf cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa1c1b054 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa5d480bb cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa8197035 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc5e29348 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x50cc3294 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xcbc70f05 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe68b1925 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xffa72918 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x067bacd6 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x21443b80 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x909656c2 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb791fbe4 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe4dd9126 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xfc9943aa ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x28b20c5a u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3003b6a9 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4081f656 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4484e699 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4d018f9a g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x55767c8c g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x68af4928 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x69badca3 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8716dbf0 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x94125860 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9ba0c56a u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xabc79dab u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd3ce9a98 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe1eec22f u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfb63d3cc u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x07c6c4fe gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x19cc852e gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x334420a4 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3e35279c gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x472032eb gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4bd0a313 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4c87577b gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4d80cbd8 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x589a253d gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5c49a0bf gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x74baaa2d gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8ae8ac36 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa90ed38a gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb9be81a2 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcef1247e gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd86f1b3b gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xeeee5d38 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf175e0c0 gether_disconnect +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 0x68350505 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xafeec944 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 0xc23208f6 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe6fab2be 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 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xc04323f5 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xec5de6db 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 0x1c03e2e3 fsg_common_set_cdev +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 0x237a1ca9 fsg_show_ro +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 0x349d98cf fsg_store_cdrom +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 0x4c954e15 fsg_show_removable +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 0x5daaf2f9 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x66d30428 fsg_show_inquiry_string +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 0x736cc928 fsg_lun_fsync_sub +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 0x845cb42c fsg_common_remove_lun +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 0x8aaa4082 fsg_show_nofua +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 0x9a3f0d66 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9d9489f7 fsg_show_file +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 0xbd44e9f0 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc5ceea0b fsg_lun_close +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 0xd7ee8def fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdc727033 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe06178e0 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe751acba fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf3bafbea 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 0x031740a1 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0aeb11d9 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x281b2b3f rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x326d8297 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4bd592c5 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4ff2dbf2 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x81a67a9b rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x96777242 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa3947c6f rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb37e63bd rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc1740a2a rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd279b8fb rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdae1c4e8 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf7a7c112 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xff314b60 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x00dab087 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0cb1cd34 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0ce569a5 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x18b903a8 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21ebd061 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2d3695c3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x33bd4b5e usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b7a1976 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4737a450 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49917769 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4cbf9e53 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4ce0d5a3 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4e590aaf config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x514d5809 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x526e46ca usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5663560d usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d3deccc usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8a86684a usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x978a5f10 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x99f809da usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9d6f9600 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xabccf687 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaec7f1bc usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbee21f91 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xced90e52 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd120d274 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2cec1d2 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5b5015a usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe66ab722 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe6d97f42 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe7d19fe2 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfbcb9acb usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x27e55e14 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x38f1f692 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x50366b38 init_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 0x907fbba1 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x958ab2ff empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd0bebaff udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe7eedd24 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf140de2e udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf2799039 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x06a50493 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0b58483b usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0d582544 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1155031f usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2a69ea1c 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 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 0x40ebdb81 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x418f81a8 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4c311b0d usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4e9ab571 usb_gadget_vbus_disconnect +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 0x55ba6bbf usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5da5d9e5 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5de6a13e usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6291ba14 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x75ee5d2c usb_gadget_udc_reset +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 0x7ccffb3b usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8a7e9896 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9299c554 usb_gadget_map_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 0x9af92a9d usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9e5344ef usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb35399b5 usb_add_gadget_udc +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 0xc822efed usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcfb79c7f usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd84a34d1 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdfc6ddc3 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe105b344 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe193bf3c usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe61183b6 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeb66d271 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xed0c2fdf usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf017f8c2 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xb306b0b1 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x7494de1f xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xf5c17aaf xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xf844d735 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x0af85c45 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x53554152 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 0x149eec75 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x200516f8 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3e1afeeb musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x446ca38a 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 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 0xf5b29787 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf96a1fd5 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0bfebf36 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4804d805 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4e8bb6b6 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8d7abfa1 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe86ee9c9 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xf42cf7a5 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x3ee440e5 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0374a09d usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x09af9baa usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x126de550 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x137fb102 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3773b4cb usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x43c83d80 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x446da605 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x49f9fcdb usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7407bfcd usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7e890e89 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x89074e52 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8d221bd8 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8f77d1d5 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9ea8c4ec usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9f130fa4 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa3bd46e2 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcba6a1ea usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf2307eb0 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf8a9d235 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfcd2452d usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x9f67a12f dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xea134de3 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x62e3d7ed 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 0x663fd842 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 0x1694c0cb typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x18ad4ff8 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1dcae6dd typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e7004b2 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fc0a738 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x210564e8 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a945199 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2aed8e28 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x317cd875 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x319695eb typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x34d182b5 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x363635fb typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e32ef53 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e73bd44 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x488b7cc7 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a8b4a91 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e5c32d1 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f776831 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x513877b9 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54997a3a typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x55805958 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x596c66e1 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5992c02b typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x66d66978 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67779d1f typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c972bea typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6ee60086 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x825a1d41 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x857027c4 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x880622cf typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x883498b8 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x90e83372 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x91b04ac5 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x91c7ce80 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x948cb8b2 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x960ed511 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x973947f5 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98f681a8 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9de7a37d typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f8aacb9 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fc9eea2 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa00b698f typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa66c2e60 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa8d87947 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaed749ca typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb1c5a03c typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb38e67b4 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb741fb76 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbad0b750 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbda92f6f usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc191db53 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc25512ea typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc319f700 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3f6e4b1 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc947f063 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc97a33e6 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce1f4c56 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf751184 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd4507753 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd83c0cda typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd9a1f890 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb6316a3 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdf523717 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfaf6753 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfd956ee typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe1610016 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe444c9cc typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe53d640a typec_partner_set_num_altmodes +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 0xf90484d2 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfe8581de typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4604cb73 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x5f4e729f ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7784071f ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7a8eff70 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x962c6ec7 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x990c1aa6 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa1ab29c9 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd32e9290 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd86f8d2b ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x08e49994 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x152d500a usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x30f9cf4a usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5c1c3ddf usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5c1e8c90 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x659de8ed usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x68409018 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x780435aa usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x888b2674 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc35c8bfc usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xde847636 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe6c6fd4a usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf95d5132 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x287004fe vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x28eb4d95 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3f79a600 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x42231d3d __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x792d878c __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa0de009d vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xacea06ec vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xae6866e6 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb5f238cf vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbd751e65 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xde6cfd64 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x28509fcf vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x2c52369c vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x03a0b674 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x10ea400f vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1c04c4e9 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x23c366cb vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x28b18ff2 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x32fda24d vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3e6ec5ab vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x42de9dc0 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4da2cfef vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x570bf3d9 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x61bdd756 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x62da4ca6 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6fff1dd4 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x71a34ccd vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9d14d8c9 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbd6de1ae vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe0bea043 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xef36c0ba vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfa0ce0b8 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x199a20e7 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x23e0d62f vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2be5f276 vfio_iommufd_device_ictx +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2ce58661 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2d7b6bd6 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3061808d vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4e216c98 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x503f636d vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x729902e8 vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7ce519a7 vfio_iommufd_get_dev_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x87b32193 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9691b501 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9e4613b0 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa1fcd8af vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa2a2f5c8 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa98e7da4 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb0e42ada vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb658e14c _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc854d36a vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xce858bb2 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd8d88e3b vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdad55b18 vfio_iommufd_physical_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdb09f6f1 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xee90d7df vfio_iommufd_emulated_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf142fb3a vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf1dfb81e vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xffec5e0d vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x09702aa7 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0d13728e vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x15538e48 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e156d84 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x33af5589 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x34ff013b vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d985dc8 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3e35ddde vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4050aef0 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4730733d vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x501ef508 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56d8721d vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56fa5ffa vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5ad63afa vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x67ad1704 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x69ac8184 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6bdaf258 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6e1582b1 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6e183945 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70bd5784 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7168c735 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x71e49266 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x85d35b24 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x871caad5 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b2df98e vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8c16d2b8 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x926f9e7e vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e0c1b32 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9efade82 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3db7ea2 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0ffcb34 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc913e9bd vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc964e3b3 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdb3cc3b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd48a60f2 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd82f8d90 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdaf9c44c vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe1c69717 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe64e9363 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeaccbd8a vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xebf25229 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee2bf8e4 vhost_vring_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 drivers/video/backlight/ili9320 0x03c9fe10 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2eb6406c ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6764e9dd ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8799edde ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x957382c8 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbcf0fa63 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xec025a4a ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x23407eec fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xca87505d sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xf4c72187 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 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 0xe7f6e817 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/w1/wire 0x05703867 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x062f5bed w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x100bd599 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1be5ca09 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1c08e12f w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x30f7644d w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3cc78c0a w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7809e013 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa166ee41 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd5bd284a w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xee11bb92 w1_write_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x22fcee07 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2f902d51 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x4d0ff4cb xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xace23bb7 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd04725c8 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x015eba14 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x046e42f2 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7d3740ea dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x880b56ea dlm_posix_cancel +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 0xd538e965 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe1ff9f45 dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3e781af7 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x401b5b0f nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4d5e5f8a nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5ab64c00 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x604eead4 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb40f30a9 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xde0ba84d nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe4c6f280 lockd_up +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x193c9d47 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01d70208 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x023ba169 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x038199c2 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04ce6173 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05878352 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x066934bc nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08dee1a1 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09bfed1a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b452ecc nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b7978a5 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c01c29b __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cd353cb nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ce886ea nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d36dbee nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0dcbbaed nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e7e2e65 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e932dea nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11bbc49d nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13bd88ea nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17083775 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1798f0e0 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x184ab828 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a68dc20 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a83a543 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20868adc nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22b3d6ad nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22beeae6 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23d248bf nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27b341c9 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2891d3d9 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29485cf2 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c8eeaa3 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ff2b0bf nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3022e796 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30905291 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30b35c4f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x316294d4 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34305d78 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34957fa0 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34b933e7 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ab630cb nfs_reconfigure +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 0x413e220c nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41474d4a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42cac48f nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4518d6ce nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4615c96b nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x469ec821 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4baab35d nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c4be665 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cfd8166 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d53b519 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d98df35 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50a627d6 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53fbfcc0 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x550aa462 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a2c1ef9 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b7a9873 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e2232c3 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x616cbba3 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x675aad24 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x681181a3 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x699c2747 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6be5d412 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70ed69da nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7118841f nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x714f543e nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74e4f3ce nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7508cbd9 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7514eb86 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7599483c nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76bbd0e0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76c1080e nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77e0cecb __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77e7c843 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aad076f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b0e2a07 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bc501c8 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bc91c38 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e3b3406 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x853e86ec nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85a1b461 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85a4f408 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85ee61da nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89558466 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a8bb88b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f528497 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fe0b891 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x912511bb nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9314b104 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97b58c02 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x988ee63f nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ba13753 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bcbf3c4 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c25170c nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cde99ee nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e27a296 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa210f9dd nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4feb3fa nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5b3f0d1 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9ce4241 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaabb1582 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xace7a5c6 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb502c5dc nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5fbfbf6 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb65f18a8 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6ca2c8a nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbf663d2 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc63f7ad nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd894094 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc06dcd64 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc08c5fcb nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2044028 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc223d902 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2e81248 put_nfs_open_context +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 0xc760be2f nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8f8d4e7 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8f9e3fd nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc90526b6 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc949f9d6 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0d65992 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0f6d933 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd513da51 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd55ad0d0 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6834a8a nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd68c405d nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6ed146f nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb90a338 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc47631d nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc498c01 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc4df437 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd33c996 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde8b36d7 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf6bde41 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfdb3532 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1aafda3 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7a23c0d nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe97bc032 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec89d808 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca29f6e nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedea7117 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1cbc89c nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1ed40a5 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf256e62e nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4aa3ec8 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf664f39c nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf68a91d0 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa51bc50 register_nfs_version +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 0xff587917 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x672d5225 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x003bb8e9 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00f0d314 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x019abe0d __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01b4c34e __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x025db590 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03adc785 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03f463f1 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x050d82d3 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0623a98e __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08c16766 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bf9bb8e pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d664897 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e867ecc nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ebf8bd8 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0faea3eb __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10d5c399 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12dba1c2 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x137cdd1a nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x147bb721 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x160c79c2 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x198fc41b pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d61e193 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e41ff12 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2503dbd7 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25c88b62 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x276f6117 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c2c5acc nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e8a90d5 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30b5c737 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34087e6a pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36aa749c __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37d7d931 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3925bbbe __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3984dc5f pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39a2b320 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x403d7bbe pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x456cf0ef pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4588c07d nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x464966eb pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a74f245 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a855d86 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b0c0d87 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d921334 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f4a6bfe pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51057ce3 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55eaea08 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59f7dcb0 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d566ce1 pnfs_generic_prepare_to_resend_writes +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 0x69bcbb39 __traceiter_pnfs_mds_fallback_pg_init_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 0x6c202ba9 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ec9dbd7 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6fd0a0c7 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73804e52 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74632694 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76aac939 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77cbee17 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78262a2d __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ea0bf2 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bdee12b __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e154aff pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f0cce5c __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x844a0426 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d6c8133 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f3c4429 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x90d5e803 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9109671f pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93544c58 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94908ce4 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b4e69e5 __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e4b8b16 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0c4bb94 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa628d486 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa64d5c0d pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7bec5f6 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7cd97a2 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8731cc3 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa958f8f1 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0c331cd nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb32fde11 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb44d7929 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb56f083d nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6289818 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6910b98 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6e2670d nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7d6efce __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbec3fbf5 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc47f0053 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9557c6d __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf42ebf1 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1a8a019 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd21ada87 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4a25017 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6ee146f nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbaee953 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc23eec9 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd3013a2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe11d0c0c __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3275744 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe370cb59 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7cea425 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1c5312d nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3f67b6b __tracepoint_pnfs_mds_fallback_read_done +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 0xfe9abb43 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xff1c018d nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xffe36aff __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x25e519bb locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x6db4a773 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x874fd624 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x81f10895 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x930ccca2 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9977429d nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9e826844 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x48c2e20c nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x20d0365b 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 0x6d268a7e o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x71c21468 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x762f3a3c 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 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 0xb63fcad9 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6b38968 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 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xed53a49d o2nm_node_get +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 0x328b5c04 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4930ab6b dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x50904d3e 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 0x8a020bc6 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd6fc9dc6 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 0xf3bf013a dlm_unregister_domain +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 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8c51a667 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8fffceaa ocfs2_stack_glue_register +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 0xb55fc23c ocfs2_kset +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/ocfs2/ocfs2_stackglue 0xeab5b53b ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x037b06ba register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xe0867385 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x0516152f register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x29ce0a61 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 0x7c4bb768 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb918b764 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 0xa4a9edce lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xa9cbf6a5 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x50a727c2 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x5763649f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x88923f1f garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x90956baf garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x974d8602 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd50ee80c garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x1cb78cbe mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x21197f29 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x2527c67f mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x33f4a629 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xbf8c8e31 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xd33cb069 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x5af78937 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd05d5b47 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1dcd4e7b p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x2716bfca 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 0x9c1bcd4b 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 0x189c38b0 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4922c67e l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4b813597 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x50021c32 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5be419a9 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x93b67106 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9a674d41 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa29c14fd l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd70edb95 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0075f58e br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x01c07aaf br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0351f4f7 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0558d4ef br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0a3bf4ea br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0e187af1 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14cf7a4d br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x462495bf br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4cd3d693 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5db77d72 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5f389960 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5f6ec12a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x685bb848 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6f9517c2 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7239f6ca br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x77bb244a br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8174fb64 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x825c5997 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8fafac32 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9ae6d79b br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaf9729df br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5e2c2b2 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5e59021 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd9be123f br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe0a09a34 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06c84ebb dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x07acd336 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a00bd8a dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x142e078f dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x16fa99bd dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1abcf349 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x270d45e9 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2870f733 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b27680b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2fdd0ac7 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a465598 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c2c1bbc dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x43407b91 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x439def34 dccp_child_process +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 0x6307dbd2 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x635f1e6b dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x650a7489 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6546f4e7 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7255f3c0 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ceab081 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ed0a656 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 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x884af1b6 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb51fbdcc dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb89c0cb dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1267b1e 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 0xd95c4af5 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9c58224 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde8aceef dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe49fe9bf dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb80ef43 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef10f682 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd74c2e1 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x742b6ddd dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x78062591 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa1ddcc4d dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe3cfe89f dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe6a27ce4 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf441527e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0bf95071 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1348c567 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d5705ca dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1fbd00cc dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x221b8c18 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x23a7a1e8 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f270544 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x310600d8 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x32852573 dsa_devlink_resources_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 0x6139a188 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x669de26b dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6e81dcc5 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x74359f6a dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x862d763e dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x88e773dc dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaa405419 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaaef7944 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xad6ff656 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xafbadddb dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb7d11bd6 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc75d02b1 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcbc16186 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd4f23758 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd6329a2b dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdc830e21 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7413eab dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xecd61405 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf37672a6 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf5067584 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf81d43f4 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x03111e8c ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0b52946d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3e9752a9 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x63cabee3 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x691d7638 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x907b96ed nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9f8d1cd6 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa4e12618 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbbe045ba nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xec760bd3 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xfd77c590 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ife/ife 0x3c6f89c8 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x60a492a0 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 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x0ee0da8d esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x814899b3 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xfcbd81eb esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x38e601ab gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x85ac45b8 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0ceadb88 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x19d45721 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2fb1ff14 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4fb894fe inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6b90760c inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7760ab46 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x81f7a4b6 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8dd9a1b0 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x90f49308 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x3c7b5006 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x068f835e ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x213c17cd ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2210feeb __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x244593d8 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c13d1f6 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2fcc3246 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x44862f8e ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54d5bc83 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6239f711 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x81717f15 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x857634f6 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8af0ba38 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe021765 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe8f17ec ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc398048a ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeaf16e07 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf76d4335 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x96c9cc97 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xc3722c91 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x785a2e12 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf57e9961 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xd6cae11e nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x20582bc5 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2824874d nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x31987da7 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7e6962ed nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xaed12683 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe15d7a68 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xeb90f3e8 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xddb0dce7 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1a166b96 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x702bedd9 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xa8050d65 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x081b1ac7 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x45201827 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6507217c tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7a874b39 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7f7c13c2 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdf0a1556 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe61cef78 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x00c52fee udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3c57392a udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4db2e451 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6e2cc232 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9d1519cd udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa2beb057 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd9aecd2d setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdfb452a6 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x2acdd836 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x6a503e65 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf30c4c1a esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8940c0db ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9644d716 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc3f6bd0f ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x883e4a87 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x88792cf9 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x353f7c2e ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x2acf013a nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x38550506 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3866f419 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x42a7e83a nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x07189eaa nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3494cd39 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5c0c0461 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5fc852bd nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x99098210 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb09bf045 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcad9ec0d nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x5ad77d8e nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x18454583 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x760e5c4b nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xfb00e6ad nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x4e8137a0 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xcba39608 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0797a407 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x17a5ab83 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1bd43140 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x31c64079 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x39757ebf l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x42aef892 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x46097140 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5ca686b3 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77375696 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7b1c5ef0 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8e2e9d4b l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1d745bf l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa432784f l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaca7224a l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc2575f93 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcad24f44 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd50b872a l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd5a8fb0e l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe061bd96 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe0f4be86 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf2ef4017 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x52ca8f8d l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x7d7825b7 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x09bebd6c ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x09fb4197 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1226e655 wdev_to_ieee80211_vif +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 0x49b29dbb ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d691b34 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x60595dee ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6663142c ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x68557908 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7bee2b6d ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7cd2ba52 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ec08400 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x867234c0 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8d1d3627 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa06811f2 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xad178722 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaedabf59 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb0e7ed7d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc19f1778 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc9e79083 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd175dd89 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdb42f743 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf276e420 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb738ac0 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfc7b6d3e ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x183334b0 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x5a93a00b mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x88a8623c mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8bcbf627 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xefb5f807 nla_put_labels +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x041f1f7a ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0e4f48a5 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a29bf37 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 0x281d18f4 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2b945384 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x34edc27a ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36154b95 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f77062b ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76dbd6f5 ip_set_get_ip4_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 0x87ce3ccd ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8edc8588 ip_set_put_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 0xa3ad2310 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa7ef3d46 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc4917606 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcfae57fe ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd66c4fdd ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd70ebbeb ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdd080253 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf2574a46 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x20e124ad unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3214758d ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x59afec34 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa1ea6b8c register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4c867100 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5ec05e95 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa8a4a059 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe676fda nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc4f611c5 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 0x00572cfa __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0146ea42 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05b96f58 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0aa604ba __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b1f0153 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bed9165 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d17cc91 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ff23151 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x112c5bd7 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x174eda3a nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x183fb06d nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e239981 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x256a3aa2 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26f50fa6 nf_ct_unlink_expect_report +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 0x2b8ce105 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bd384e1 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2cf0f823 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d01be0a nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d7b70a6 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x313cd99a nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32064ec9 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32ff8ac0 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x344fa692 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35582fae nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36a3466f nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36df8855 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x370bf7e3 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b3d9246 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3babac8c nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d2746f6 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d2a930f nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41c127ce nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42d0ca48 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x447b7557 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bdcc483 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d7f2ca3 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d8ef30c nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ddd83fc nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56ab9846 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58ae7aa2 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6607260b nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x664e209e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75dd1a37 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82fd3aed nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83b8a6da nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8420f624 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b9585dd nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6681f1 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x982ffc9b nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c3b3f41 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0bdf21e nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad13b4c6 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaec0acac nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf9018c9 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1064e0f nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb410592e nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7771aa9 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbaa29b5a nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf6b082e nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc158cdd1 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1a1a1b4 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5337297 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc639ac0b nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc691d798 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc975960c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9d652fd nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca87e624 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccce2a2d nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd24f9ac nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3e44ce1 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5569811 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd640d6d0 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd874cda0 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9ad0e61 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdabd3065 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0bcf530 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe544c002 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5916e6d nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6f9b0b1 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec26deea nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee2d17e2 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0576738 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6462d58 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfaa4984c nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff2a66bc nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xffcc5f13 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x890aa9d8 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x7815f862 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0f7f05ff nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1055964b get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x5ccbf78c nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xfdfbcc9f nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3965ab3b ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3ec77340 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a2b293c ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a4fed8f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5f5100f0 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x99041e24 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd76f7320 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2eeeea38 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x52efa8e9 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x1bcd9c1c nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x6722009d nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xb3a845c6 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0bea06f7 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0c6afcba nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x12b680ce flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1958bbe3 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x254ff1fe flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x282292d4 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x310b11c2 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3b0ce34c nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4156b519 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x459fa2e0 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x49cd0002 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8bb1b5b3 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb3963c08 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd57cdf21 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd804005c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe140e936 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfc3a0e29 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1b75c4cc nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2e22cf7f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3355e283 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3a41edf6 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 0x41167e2b nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x483ea461 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4b4851e6 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x625c75b9 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6cbcb743 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x748fe715 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x96e1ff3c nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x971cf266 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa35251e6 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xaeba5832 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd7196118 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd834e20b 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 0xdbe3e06d nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfadc9dd3 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2ecf8884 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x35a5736e synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5397eef8 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5befef83 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6ff58c4d synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x720fdd8e nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7a77dcf5 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8ea10a7e synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb6b03d71 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbce0c052 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 0xe4653c15 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x079a11cb nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x07f4c408 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0806961a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09a6707a nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17e88e1d nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x196ab85a nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1cfa0cf1 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2124ec3f nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21f3b09e nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x27205115 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ee50627 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x337c412a nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x352460ef nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b491de1 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x40765c29 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a577ca3 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x543fe305 nft_ct_get_fast_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6246063f nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x679e91b6 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x768be23a nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77c6f036 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79b8691d nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7a224185 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7e7c62a5 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fccfa9b nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fd37bdb nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fe2e2c3 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x853f5da4 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9175c362 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x98388b8e nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa1fa3f3b nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa72610d0 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabd66a1a nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb42846bc nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb61fb34a nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd8842394 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdda044c1 nft_request_module +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 0xe4e900d1 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeb8f4f39 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xef683e61 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf1872259 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf438aea7 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf82df3d8 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0ca49e4f nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0ea1d5c0 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5331d0bc nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x801b781a nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x990b8afc nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xafa4c4dc nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xde68c5d1 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x1ae92abb nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6318241e nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd05328f0 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x26cb61d3 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x4687c7bc nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x30d822f0 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x53053260 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb2f90a0a nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd1a66cfe nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xf27c9f80 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x2fabf138 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x74858703 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd4c712a3 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 0x23aef0e2 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2e4e3def xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x35d1e7b8 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ebd718d xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f811b28 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x45d46b65 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a6cd7dc xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x625c80c9 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x675f7c9b xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c5d3762 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x74a7d43c xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x76512876 xt_request_find_match +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 0x93c00ee9 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x95a292ce xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9a6c4d9f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa267ffad xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa813ee71 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad4c4650 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf99978c xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc264f9bd xt_compat_target_to_user +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 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe259bed5 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeadf1078 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf064b1ab xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x8ba71bb2 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x92f210af xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x94fdc324 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x9a546fdc nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xf7aa521a nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x7bad5257 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa8c9404f nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf8d23056 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x4fd1a52b nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa65f35e7 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x16916e6e ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2ff6b7b5 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x33c0c616 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3a749fe2 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdc52e4d0 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdf647c00 ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x3f4ccebd psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xa73957d4 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xabedf015 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xba5c7e1f psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5b3257c6 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5ef85c84 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 0xf94776f4 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x011940ee rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x042f0220 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1399ca4c rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x24becb81 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x342628bd rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x373336a8 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x3f8d980e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x406a9285 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x4480ec55 rds_send_path_reset +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 0x5e3ae6b9 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x673ba9eb rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x6f1002d5 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x70c9b8d9 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x7835d632 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x7de2303c rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8d6cd5a2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x9106f3d9 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x97829e4a rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa807534e rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xad8a43f8 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xaf0e3b51 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xb0b184bd rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc0fdba0b rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc4561b82 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd8ae1bfd rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xdc77037d rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe841f7e4 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xff7462e0 rds_inc_put +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x937b42f3 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xdf2e911c mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x9dcef2d9 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xa727a203 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 0x0fea8fe3 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x110c5ecc sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x452f1723 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xeaba2db6 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x02b31dfb smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x5c26e481 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xdf99e21b smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xfa7c7d14 smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1a53a2f0 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2e8a3874 gss_mech_register +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 0x5a02dc53 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa7f4a734 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0276cd4a xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0587dcc4 xprt_release_xprt +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 0x0707adaa rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x077b1a0a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x083509af rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08dc4ab9 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09be7d07 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09f9810b xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a4e6a17 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aeeac83 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d2594f0 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d9f1c11 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dd43576 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10b1191d auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x114530fc svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1189d8ac rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1219b14e svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12a38238 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13d6829a rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x149f7b59 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x156b4703 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x198c45d2 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1db52f9a xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21aed169 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x227933f4 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x236da0a5 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23d7abc6 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23ec7e07 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23fae92c svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24472099 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x254c5e89 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25b2d215 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27487dd0 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x286e7647 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b41a770 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c2fc297 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c461714 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dd31e7b rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2de1f8d0 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f760d61 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x325a2a11 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d89f1f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370e4622 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3920b08b rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39f5f436 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3beb99e9 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ec0e63b xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3eeafc88 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fb857ef auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4291db66 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457e491f cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x458decbe rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x465849d2 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x476762cd xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47860c23 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x495682ad csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cdd7144 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d14b3d3 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d2a2690 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dd6820c rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df314ad xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f18683b svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x502d1a34 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5067cc6d xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51e7f325 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51fe6de4 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52453cc0 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53430de6 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5389129a rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55d2958a rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x577cdfb4 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x588bacf8 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5918d557 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5995c533 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59a9d0d7 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59e19b50 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a57ef91 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a6dece4 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aa25629 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c486258 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d06fbb0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d3527e2 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f5e767e svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fd3d098 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61694544 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61e42ab8 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x622689b0 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x632db061 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68218e3a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x693537c0 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b20e10e rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b4c4a33 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b5e934b read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b639605 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bba6335 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6be5d8d2 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c031d7a rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9e98fe rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70ce2e6f rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71c98ab4 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72978f1b svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x731cfe1e rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c14d97 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x768bc2e4 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77daf34c xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x785a875d rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bb047cc svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bfd062a unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c2f5c86 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e556599 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ef81d28 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80db0f68 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8132a175 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8201a5a5 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83980764 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84679bf3 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84ada8be xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86da9348 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87654bcd rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87913a8c rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x884b5109 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88848523 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a15c89 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a13b463 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bbb4f8d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8be1b3b9 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d1c1f1a rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d8459a4 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e80d7ec rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9016eaa2 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90c6b388 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92ab2cf9 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9526e5f7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95b326a2 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97832e85 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x978f2b3d xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97ff0624 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98812fd1 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9957b62d xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99ecee45 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a40217c cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a8ee11b svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e5d27c6 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f850b9d rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa07538bc rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0cda9ec xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1da58f6 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2167521 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa321e817 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6288f11 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa636680e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7952fee svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8ceb4fc rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9139beb rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaf43810 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab8f06b1 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad40293c svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad665b2c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafb7f1f5 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0d104ea svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb10869f8 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3269a45 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb58868a3 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb71ba06a xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb87617c rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcb733ba svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd01c9fd xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbef7618d xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf25c666 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc032293d rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0433db2 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0d85586 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2cb8e59 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc30864ca xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc31ed09a rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3762868 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3888248 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3908ad6 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3aeb3c6 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc420e236 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5c7ce73 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc1608d1 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcca00ca7 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccbe77a0 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd086b1a xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce32dc62 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcebd976c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcefa4735 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf91622e xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfdffc60 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfe458ca sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2cff9f5 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3029db8 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd33434c7 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4ac1b44 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd59f46c5 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7b67335 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9b83e8b xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcfd1fc6 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf0ecf20 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf3cb950 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf3d5c6d rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf9dd11f xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfbb4c18 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0c26c4f rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe11bd49a xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe16e2e58 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1de44b0 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe34fdebd rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3820e25 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe49d541f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4f88b0e rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe65e3e37 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6d997a6 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7c93f23 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe89f80db xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4e7b8f xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xede89e77 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef174c61 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef1f855d svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf03c04da rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf203c3e1 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf20f0f35 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf214b65e xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2a1cd96 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6cb3503 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf747b66b rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7934982 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a64d9d svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7d13e55 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf86038de rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8724235 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ed785d xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9fea805 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd2b9690 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/tls/tls 0x0cd2e667 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xbab86adc tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xe383fc3d tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xeb3cfe40 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x006c240a virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x016543ca virtio_transport_seqpacket_has_data +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 0x0578244f virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x084246ac virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x11fc5dcb virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1e47c7c5 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x209b83e0 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x297fd329 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32f1a828 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x33baa4da virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3e945f10 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4cfec6c6 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4da48b87 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4f4891a4 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x55c3f972 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x60d9a64b virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6c0935c2 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6c632dbf virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7dcffc7d virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8ae4a1cb virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8f0ed758 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95d1b6f5 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa8c2de6e virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa91cb0c9 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa96f6ed5 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xadb901d8 virtio_transport_notify_send_post_enqueue +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 0xc17c21f3 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd28311df virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd869d32b virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe05581e2 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe46a744d virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe480c829 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe83f6b9b virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfa10b875 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfc93afe4 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0a80bdcc vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e4af000 vsock_deliver_tap +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 0x3441e7b0 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x38d391dc vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c6aaa0c vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3dc9e351 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x411ada40 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x555f7fa2 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5a01105a vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x60e1df7b vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e96e759 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7534d130 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x762507eb vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8164840c vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9154cf4c vsock_for_each_connected_socket +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 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb8690176 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc4bddde1 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc61a0005 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7c05c44 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xca8f56d7 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd7bee13d vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe32c566a vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf65dc582 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfb6a96aa vsock_core_register +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0ef225f1 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x12fb6678 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x163a30b9 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x18182e74 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2ada5a12 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x39f06bae cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3a126a8c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3ad2c8ce cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x68899253 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6feb6bfe cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa4af7fc6 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa6b7cdfe cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb92037a3 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc1dece8d wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc375e615 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc8602a92 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc968dbe2 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd1b64e03 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xec8ae72a cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xee8073e3 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xefc23184 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf04116f8 cfg80211_wext_giwmode +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 0x06a76d0a ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0d98d662 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x22889988 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf4fb17b3 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 0x97190a1a snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x0066bafb snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x7d682944 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 0x0b03fcd6 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x10136a63 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x16a310c6 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x24832893 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x3dc8b315 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x554a3150 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x62420f43 snd_ctl_add_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x6b0046a3 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x7af59144 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x7b86c502 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x7de24798 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x8ce247db snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x9401fd36 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x98eb08e5 snd_device_alloc +EXPORT_SYMBOL_GPL sound/core/snd 0x9f4dbc93 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa6ea59df snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0xb3618268 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xcff429cf snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xdd71c116 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xefc71c02 snd_power_ref_and_wait +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 0x0c483ad6 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x65817fe4 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 0x1d561f60 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4238e0b7 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4dcfae5b _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x599e3f7d snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c19a091 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 0x74d85f29 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7725c2b7 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7dda73e6 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x97354e77 snd_pcm_stream_unlock +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 0xb20c4e87 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xecb645c6 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf2bccc60 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf91da4f6 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfac50c7d snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1ac0f075 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3eed5aef snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5439f27e snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5fcc6157 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6e159065 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x78df65c2 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa43edf03 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaca0e52a snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc12391cb snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd1d10ea4 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd8022aad snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe5146478 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x577a7f2f snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xe22c5979 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3372948e snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x786563f8 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x0185263d snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x18bea73e snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3321af20 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6cd1f5cf snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x7926b6cd snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xa26a7171 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xb75551e6 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc42f76a5 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0642bc0c amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x282a6ea7 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x33642f0f amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3a77727f amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x467e9c51 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4cf47099 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4ecaf86c amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x68b5707e amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa35a814f amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb1d574fe amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb4df22f7 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbb324875 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf5fdb99a amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0709e077 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x077e86bd snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x16c03320 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x24a5cdc1 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x261e324b snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x32763328 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x46a73e4b snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x478f755b snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d5e7ad0 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x58457f66 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5998c0c5 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x65d2d6e8 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6ed024b0 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x702a1572 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x761d290d snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7b8cd86c snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8351ac43 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8441c350 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8b2a862b snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x983c6bd3 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbc8b7df8 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc22ec250 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc70fc278 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc731c77f snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc8f1dae5 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcb89a15d snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd2987fe8 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd5258787 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd6bb6285 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe0853a0e snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xec628803 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x01649785 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02b613b6 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e126288 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x10575617 snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12a59a2d snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1355655c snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x13e0e6de snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15b419c0 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1810e16d snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x202bb9a7 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23b88a43 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2673db87 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2c69592e snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2c7af645 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x31660778 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33d80113 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3448e41c snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x357c9d3e snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a8f96d6 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d1f54ff snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3eb98a68 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x41ed58f2 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x442d8b97 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47c669b6 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47d8c968 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x497f4ac2 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a4c5a00 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b11ebdc snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52cc4d36 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5af46ea6 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b45a187 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bfcdf11 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c041483 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c47e68a snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5cd3b854 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f75cac6 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63f0fafb snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65e5af4f snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x661a70f0 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 0x68568b24 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ce0ebb2 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e1bc11b snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71f5ebd0 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x73700187 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74de28db snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x789478ab snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7a104d0e snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c4a3dfb snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e83cd87 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x824cd4f1 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83f3422c snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8480303e snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89867fe2 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8d610a21 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8eaa7617 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ee61ee9 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x93ae2a9e snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x95d8c158 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98272eaa snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e93ab08 snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa576eece snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7470ae8 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa791d3fd snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7e35f5c snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaad3252f snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaae0d27c snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac85fac3 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb0f26078 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb29a6d57 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb553dc19 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb616f981 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc615920 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbf4ba975 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbfa2eec1 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc405dd48 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc685acaf snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc68b36f4 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6b1653b snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xce8fa815 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf1e7a21 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd2fb4595 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd3bdd48a snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd89e1306 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe923154e snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe98f3b0e snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xea9b07c0 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebd68ffc snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee307f16 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefb2bdd0 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf128123a snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7270125 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa491a10 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb5539cc snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfc316e20 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x01ceda62 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 0xa3daeea1 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xa4051f43 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xef8e4155 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x006594f4 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x10719868 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6b115155 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd59c2ea3 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe520249f snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xeedb9695 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x000bd2a9 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0191b86b snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01b10756 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x023d06f5 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03d211ef azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x056b71db snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x066894dc snd_hda_mixer_amp_switch_put_beep +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 0x073c3a1b snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08364914 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a33e92d snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d06e52d snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ebb61a5 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ec14c6c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f7a3af7 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12260fa7 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x148e5e7a snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x154ba3ac snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x168caa8a snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x169df9fc snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x172fdb2f azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17cc3d42 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18941354 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x190fcb44 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1be78943 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d06075c snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eee16cf snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f6d1491 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2160cee5 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22ba7f8f snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x236c8f42 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x238c5fc2 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24d92330 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x250266c1 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x254b5159 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x258fce9c snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25b0a039 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x283faeb5 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a24c219 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bbc7a87 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c2e2d5f snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x334156b6 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35269438 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38da75b4 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3925b895 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3abc6874 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b803215 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d8ec0c8 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e0246c8 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41755c70 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x429c9414 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43d91fea snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4413fdcb is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4414ed0e snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4526d609 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45dd57d0 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48236f71 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f011f95 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x502d81b8 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50ce2505 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x514363e5 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5248339b snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e53864d __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61375edb snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6142bf77 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63a26603 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6540c3eb azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65a35576 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6856b0af snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a825c57 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c510caa snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e60ff47 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78392d99 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79827451 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f519149 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x826cc9de azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88150ab7 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a3cf903 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a5c893c snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94811b8c snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x954f05ff snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x989a7dbd snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9997a237 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9af4a83f snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ff3da35 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa084c8ff snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8bbba3f snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa94b6565 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9933567 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa13899d snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadc5470b snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadcb8551 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaec8afef __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf1f46dc snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb50d4fa0 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb59412f5 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba80f541 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc09b0c4a snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc283ad48 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e658af snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5046b5b snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5a25dfc snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc70258ea hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7485c31 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf6d5be5 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd484aaab snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4a0f980 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd868c30a snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd950bf75 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xddd14a12 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf98a57c snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0e9e7a8 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 0xe3386752 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4cc2739 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe507d859 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7d6975e snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb27412d snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb7dfda1 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec1b2f2d snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec41f459 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecd84907 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef5edee8 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf04b6add azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1a357eb query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1aeffb4 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2c9c0a2 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9d98e63 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcb8579f azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfed672b5 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff7cff50 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x02790dd5 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b0d336a snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x27caab4a snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x39f07552 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3aeed3b3 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3f338ef1 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5141169d snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5c1019c3 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x75336f69 snd_hda_gen_line_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 0x8247e51e snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83e2b6b5 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 0x8c4d26e3 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8c94762c snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa8a843c2 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xabe9c592 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd9d83b87 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xde24bb98 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeec15c49 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0d42ec2 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf19e573e snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf522a876 snd_hda_gen_mic_autoswitch +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 0x07e2e7d0 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x42e6a522 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xfcb44709 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2f38314d adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3943378c adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x550d125b adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6664014e adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7494c8a2 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7a303865 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x889ca87a adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8aa95c29 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa65978e6 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb3e5684f adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x34ecb0e7 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x038f61da arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x05f61e42 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x07ab1137 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x08f4a218 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0a4a9a10 arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0ad7b1c8 arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1150653f arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x13ee5fcd arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1c1656a7 arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2acccb7a arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2dfe4c3a arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4807f52f arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4a42e9fd arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4c27f23a arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4e2e7900 arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x514cefe3 arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5a8b7345 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x625ae7fd arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x63d28e11 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x660cfbc0 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6626e962 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69a83d4a arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6b9dfbd0 arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6cea8fe6 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x704be523 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x70cd5774 arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7bfbd168 arizona_out_ev +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 0x81469905 arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x82183040 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8ad7bdb6 arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8b89478e arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x939ca9f5 arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa5a52131 arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa88fa23d arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa8f95806 arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb69d6ef5 arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb71f8e80 arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbb17ae93 arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbf68dc95 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc707291e 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 0xcaddadf5 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcb6b0fd3 arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcc3e1372 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xccc408c5 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdae8e085 arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdc111435 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe3cf5180 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe4c73def arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe7197e58 arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xea6f7038 arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1cc9cd8c aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x276ab809 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x32ee90f9 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x420ad49d aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x50787396 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x5fbd97f2 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x65085bee aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x7cdaee8b aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x99e1813f aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xb2c29e66 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xcc233a88 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe3c47e96 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xd6603e65 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xd90a48b5 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x209ae42c cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x523c9a23 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x5a5b2883 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x14411f9c cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1dbfabac cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2840a8e5 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2c51ed09 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36c475ff cs35l41_mdsync_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3af9d125 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4379c9d6 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4e133fc1 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x50986283 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6a2c174d cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8474c6cf cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa2141943 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xac038d47 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xba521ac7 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 0xe974bef5 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x5e1332a1 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x7b08d323 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb32e3366 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb98f3011 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd3b2f8e8 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe376cd61 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x43822975 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x4e08e1e8 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1bdbf7bf cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1e9b3b68 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x2a271fcb cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xaf56cd2b cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf7c82237 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x94e01cdb cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3b15ce cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xd5643059 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xb753e318 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xcb8b7014 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x207f7eb4 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x604e9b5f snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x83798912 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0x65b8d48e snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x6c2618e1 hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x85f4ea08 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x65dc4f5d lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xfd1fb38f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x78c3668a max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x0c40dbfc max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x79530094 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xbdefba89 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xdc8256d4 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1e17049c mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x49a4058c mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xbadc9b1c mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc0954bbd mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x1f31ea9a nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x3915022a 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 0x324b9f5a nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6a2272d5 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa47ebcff pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xc80be95e pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xa3ce10d7 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xcb1434f6 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x636a9a84 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x80967175 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6e7fae07 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd21e312a pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xf8467d67 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfb5c01f1 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2c5e438f pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x52662538 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6132e721 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf136d4f5 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-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 0x09a78784 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x14552323 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x23317d2e rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x3b2a893c rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6aaa7405 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd14f6ff4 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x2cc712da rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x90c12c5d rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x292460e9 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x18d9e6bd 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 0x5cd583cd rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xa8e57936 rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xbbbc3051 rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xff260b9d rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x88bcd6d3 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 0x0aeed04d rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0e7a9da0 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x32fba7d9 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x40dd13ea rt5682_get_ldo1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4a9b99f7 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6d00470e rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa8b7372e rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xac9f4865 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb2dbf635 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbe0fa630 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe1d96b4e rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xed0c50db rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x86e9e60c rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1ee923dd sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x218691b6 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6798e8ec sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xcd1a9b48 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf19de2ca sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x9ab4fc42 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x891adb90 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x1a0bd9dc src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xffe89087 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x262d5738 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x8b017ba5 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x01a41385 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1818edd1 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1ec94d48 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4cbad4ee tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x62314bc7 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7da2384d tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7fa3c020 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9d88d724 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb5062a22 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbe112507 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc2e92388 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd10d6d0d tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd551c60c tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf5d3c478 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x751e3c20 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x7463abb0 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x71fb2476 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x2cb2045b wcd_clsh_ctrl_get_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x634fdd4b wcd_clsh_ctrl_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x6fc4a608 wcd_clsh_ctrl_set_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xa82a6e13 wcd_clsh_ctrl_alloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xc15fe78f wcd_clsh_set_hph_mode +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 0x2bfc9637 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x60ce16e1 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x626d8d8d wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xcf67253c wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xdfcc3d87 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x000c12ee wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x03e07570 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1b1f403b wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2404d5da wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e0d06e5 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x30b4f67e wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x347bd6c8 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3be61066 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52849d5a wm_adsp2_remove +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 0x65894059 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x69fbada9 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x741a728e wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x76258b84 wm_adsp_power_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x78dacdad wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7d4b8e0d wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7f666f3b wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9695d2b0 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa5d8b9d8 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa672a7e6 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbadac17f wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd2b9fb2f wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd664694f wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdc2a255a wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd1f120e wm_adsp_compr_free +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 0xe30be4b5 wm_adsp_power_up +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 0xef5e2478 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfa17a3a2 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x12080d21 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xd4642036 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x135cb3a6 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2e3c7fe0 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x8b6b0c89 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xd430e908 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x40f3c02b wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x42863503 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x2830bedf 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 0x00560bf0 asoc_simple_parse_widgets +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 0x174a5672 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1b02c0cd asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1f3b1777 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2c77cfd3 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x30eea50d asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3400a5f7 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x40b478af asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4d8856a6 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4f7a2241 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5720d113 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x63123f24 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x696bd5c1 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8218862b asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x94ac8c05 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa1a3546b asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb435fa89 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb4c80d98 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbd518f9e asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4d07195 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcabaf85e asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdeb5ab9f asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf4ab4f75 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfbf20234 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x3db1e065 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xeb87493a sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x569bd21f intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x5caed8be sst_configure_runtime_pm +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 0xaa9864e1 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xbc58a1b2 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xdd32a017 sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x04498d6d snd_soc_acpi_intel_cherrytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x099591ce snd_soc_acpi_intel_cfl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x128f931b snd_soc_acpi_intel_cml_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x1bc80d02 snd_soc_acpi_intel_adl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x1f8b7bc7 snd_soc_acpi_intel_baytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x279a4db5 snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x279fe63f snd_soc_acpi_intel_adl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x39f7ebbf snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x3be70ab6 snd_soc_acpi_intel_cml_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4854b8a6 snd_soc_acpi_intel_cfl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4e90e519 snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4ef13e3c snd_soc_acpi_intel_tgl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x54ee2a5f snd_soc_acpi_intel_glk_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x5fab088f snd_soc_acpi_intel_broadwell_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x68f75bcd snd_soc_acpi_intel_mtl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6d15bde2 snd_soc_acpi_intel_rpl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6e084f63 snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x82bce818 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9aad918f snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa1cb0c8f snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xb59cdff3 snd_soc_acpi_intel_jsl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xb94e364c snd_soc_acpi_intel_rpl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd1ffcc01 snd_soc_acpi_intel_tgl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd85bc852 snd_soc_acpi_intel_lnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xdb9f0dd9 snd_soc_acpi_intel_kbl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf05240d7 snd_soc_acpi_intel_mtl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf7a5d5e4 snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xfdc5143c snd_soc_acpi_intel_lnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x123f7393 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x166db384 sst_dsp_shim_update_bits_forced +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 0x29bff30a sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x32cf7e29 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x34c1bfe2 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x455381eb sst_dsp_register_poll +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x50e3ae19 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x7428c424 sst_dsp_shim_update_bits_forced_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 0x8c99339b sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xb09be8fd sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc6285a26 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc6913462 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc8c59c11 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xcbaf0480 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 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x23dd1dc6 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x983537a1 sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xc6b68d96 sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xdd6f10d9 sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xe1bc7d18 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xfa623b03 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xfbda766b sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x045ea420 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0bc5a48a skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x104223b8 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x12d7807e skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x15f23b5a bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1fd0634c skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x21f66b2c cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2640e968 skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2bf64e73 skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2ec9aed1 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x33867de9 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x345a263c skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3c269275 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4737f1d1 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4cb375ac skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x550d286f cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x56861649 cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x59fc70b8 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x6c2410db skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7084f913 skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x780b3d4b skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x79e8bd84 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8a19ad6b skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x968d7fa4 skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x98be3e72 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9a8b12d8 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa25037a8 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa7fbcd05 bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xac752e2f skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc24133bc bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xca50fee3 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xce6d7a86 skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd1c32b34 skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe100179d skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfc679c9b skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x2ad85b63 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x48c4d20c 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 0x627fac70 snd_soc_acpi_sdw_link_slaves_found +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02eb61e2 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x040f16b5 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04133934 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05289008 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x058c1cb4 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07f0e5e8 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08239dcd snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0845e3e6 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08590e9a snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0926c9b8 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cb59fd5 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d87ed0d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d974256 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f20dd9f snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x106003e6 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18330c7e snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1891e526 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x192c5f65 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1af83066 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c5c3598 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d1d841a snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d419dde snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e5872b6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f4d45c2 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f618df7 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2007b0bf snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22648b6c snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25c3dcc7 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2853fcb1 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2877902d snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x288cb283 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29e220bc snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4a2956 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b8266ad snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c0ec99a snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2de40d48 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3058ec33 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x329394e0 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36ac5532 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39660948 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a62eadb snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3adfaecc snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b4561b1 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c86cc73 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3eedbfe6 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40460e50 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x412f6aa5 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4142b427 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x414e7a50 snd_soc_get_dai_via_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42250c79 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4286cf3b snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42a1aefe snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43115ec4 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x440893ca snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45c11be6 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x461b9363 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x466b12d0 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c102f86 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cec6bfb snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4db9dd41 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fdb71d5 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x503784f4 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50705310 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5297f3a5 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54000119 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54d1018b snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54fa2b89 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x560733a0 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x561eaf77 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56d767f4 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56f3876c snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5785d7b2 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x588a4a78 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c219173 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d272d83 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ecc8602 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f7a70eb snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fd8e0be devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x607708b0 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x609b8086 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60dfd987 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x612c98cc snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63978f76 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6659cedf snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68b65dd4 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6943e680 snd_soc_copy_dai_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a172ff2 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b4288d0 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6be8c7d8 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cb830a0 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e035c1c snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ee3edb5 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6faed9ad snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fba888e snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7030055d snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x709a180e dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7174ddb3 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72a505e6 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x749f45b7 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75b7b157 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76b2a11f snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7722264c snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x776c3a76 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b747935 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c2a33d1 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cd17bf7 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d2e4ffa snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d7f3774 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7eeeb335 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f2b53b4 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f4cb259 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8015a4cb snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x838f590c snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84ff4c94 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87a14bb9 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x899120ad snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d376fd4 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d76e30c snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dda3134 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dfa8dab snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dfedf67 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e48dfa4 snd_soc_dai_name_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ea23aba snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eb1a460 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eec03f7 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90ceb4fe snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x914175fb snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94038315 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x945068b9 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94594e45 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95d9d604 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9739c218 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x974855cb snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99bc3057 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99fdfcbe snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a4e06a6 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b09b75e dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bdb3a53 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d8e8898 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9da82937 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e828d11 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ec0bd6f snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0699b80 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa289ed3c asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2929a7d dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2959eab snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2c13ee5 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa373fdb1 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3f31697 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4baade6 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa528ab4b snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa57f2cf2 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa63c61e0 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa7c3ffd snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabd2d5e4 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac4b5a28 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad224208 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad7e3deb snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xadeb0366 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf2dd458 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafdad102 snd_soc_dlc_use_cpu_as_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0b05543 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb17325a9 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2da95e8 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb55fb0c3 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb59b6b8d snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6f41bc6 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7278787 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb732b6e1 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb779c8b1 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba2d052c dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba6c731b snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbaf5ae6d snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb45b9da snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc0917a9 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc71a6ff snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdc9c47f snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdeeae74 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc078b0dc snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc19941ef snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3053b62 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3ac05f9 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4103566 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc56aa009 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc68b0b7f snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc736a00b snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8bdcfe8 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcac0ff33 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbccffa7 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd7f3786 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf911429 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcff0d1a3 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcffdf9ab snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd11955cc snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd21446be snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd35aac0a snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd501d94a snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd77d203e snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb2c965d snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb5293c8 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb6bf00e snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb6db4cd snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdba51227 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd6fc56d snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde8cd097 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdebc605a snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf80a4c8 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe12dc1e6 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe48ae819 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe59f72ef snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5a9c0a0 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6504b31 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe67afc3e snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8d9f32d snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9a71b1d snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb6c3f77 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecd9b4a5 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee3293da snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1e9b5b9 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf27b0e70 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf390c96e snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6673382 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf697d1d8 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6c3ff7d snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf810f7f0 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb261418 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe02b220 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/sof/amd/snd-sof-amd-acp 0x67e5de9e acp_sof_quirk_table +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x2274e575 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x57bde09b snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6de0719b snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xc707d6ee snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xd61cd09f snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0eb9ce8e line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1fd08ef8 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x223add28 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x307b5628 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x335855c4 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x40a2ac6c line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6ba428a1 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7460918b line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xaa882744 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbbec4e24 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xca8cbabd line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xcaacb047 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd4d99b32 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xda5d3cda line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfb42138f line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfc931d0c line6_init_pcm +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 0x000ef5d8 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x001b4399 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x0027e311 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x003f3c8a cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x0044b35e gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x00486e7c mmc_sd_switch +EXPORT_SYMBOL_GPL vmlinux 0x004f4720 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x006e5be6 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x0074ce8c pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0087d305 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x009cd333 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x00c16b44 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00e3ef16 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x00ee01b3 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x00fc3225 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x0105bdeb blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x010f38dc rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x01189d00 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0135ea5f __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x013f9c2d __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x014e77ce fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x015d56b8 __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x015e7997 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x0161ea8d led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x01627c8e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x01797338 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x0184d1fe __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018fb7fb platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x0192b57c of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01b52d4e ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x01b85dde blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c0620c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x01c0fdfd dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c5a70a genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x01ce111b serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f59579 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x01fc7b2a devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x022e0317 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x022e54f1 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x0232dd6b __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x024430ed find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024acf35 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024f91df genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x0252b512 of_css +EXPORT_SYMBOL_GPL vmlinux 0x02564765 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x02596e02 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x025e2232 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x027410dc bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x02777fbb max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x02866cb0 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x02874569 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x02bd9094 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x02c3e640 virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c654fb tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x02c75199 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x02c8eff5 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x02d8216b thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x02da4b01 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x02df2994 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x02e21bfb gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x03036f5c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03130555 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x032e40a7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03405712 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03556941 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x035aeb22 usb_ep0_reinit +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 0x03876504 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0392390e gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03ad330e fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x03addaa3 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03c332e8 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x03cc3e4a dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03cf8f99 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x03d24ed8 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x03d4ef86 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x03d50b11 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x03ddad34 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x03e0f113 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x03eba32b pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x03ec2895 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04227f20 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x042b678e usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x042e1a9d pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x0434022a pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x04382cb4 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x045792ee pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x045c485f dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04697a96 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x048256a3 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0491ab30 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0495629e ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04abe886 regmap_write +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 0x04cd0750 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x04d08b7d input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x04da181b usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x04dc8919 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x04dee20d sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e0503f pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x04e210c3 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x04eba6ab rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x04eeda8c genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x04f27b4b hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x04f3300f __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x04f45662 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x05028e84 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x050a98ff ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x050e902d fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x050efff8 ata_qc_get_active +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 0x053d915e kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x054b8756 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x055bfd63 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x055eaeab fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x05695109 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05918c1e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x05a1c2c0 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x05ad8051 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x05b6edcf pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d1065b sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x05dcac33 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x05ff7746 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0614c815 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x061e1d55 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06273023 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x06316038 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x0633afe5 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x063524e7 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x063e3db6 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064fb9eb ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x06539f92 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x0655a4dc trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x0658cfc5 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0669d619 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x066b7721 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0676ea7e rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x067b66b6 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x0684d345 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x0686e73d spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x06989699 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x06c06910 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x06c18803 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x06c1f609 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x06c98647 sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d1bc8e spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x06df0dfd __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x06f1cf41 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x06fb2c48 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x0706cc12 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x071bc130 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x071f4719 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x07224bd0 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0727d3de regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073e7fcf cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x07435791 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x07438203 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0747bb33 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x07544e13 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0755abc1 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0759ceb2 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x075d47a0 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x075f6ad1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x07628b69 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07898478 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x079318d2 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x07a24f21 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x07a5541d ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b35643 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07bf7d51 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x07ce5109 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x07ce6f5b ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x07dab2ee regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x08001ff3 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081961c8 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x081c7677 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x08333d72 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x084a6585 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0865e6b9 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x08671c8f acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0871d8ec peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08860d3c inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x0896f5c1 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08ccf466 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x08d2979f usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x08d303cf skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x08d5eb9e pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e81b41 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x08f2bf32 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x0903053d nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090e42a1 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x0912487b dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x092d7655 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x09306574 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093583d5 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x094a3f10 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x09599f8e pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x096704a9 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09801a15 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x09898bf9 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x09900af5 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x0991db7e iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b98419 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x09bb9626 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09c5e1be dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x09d3012f sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x09ec3a88 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x0a2ff886 class_create +EXPORT_SYMBOL_GPL vmlinux 0x0a3ed7ad devlink_sb_unregister +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 0x0a570878 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x0a6e20c2 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0a7c0b8c hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9ebd6d clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x0ab0b6be __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ade98f1 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0ae5cf3f check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x0aef8c57 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b007b21 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0db061 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1c989a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b393d95 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0b4a7c8c md_run +EXPORT_SYMBOL_GPL vmlinux 0x0b4f85e9 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b580940 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b7cd999 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x0b84af3f acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b862eec hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b9b0425 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x0b9f0786 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bbf51ff cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x0bcc2d25 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x0bdbc5b8 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x0be902e9 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c0047c2 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x0c25f2d7 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x0c2b8e63 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3df8a2 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x0c5886ac dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c86f172 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c96d609 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x0c970342 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x0c9e3951 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x0ca889c4 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x0cabc656 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x0cb0d75d ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x0cb1007e __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0cb8898d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x0cbc1ba3 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc0d3f0 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x0cc4ca70 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccd000d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x0ccdcc8f rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x0cd0eed9 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x0cd6e87b __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x0cde9a8b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x0cf0502a fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x0cf202e0 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x0cf86712 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d00fd92 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x0d05c902 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0a4d46 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x0d232f87 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x0d28de09 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d51773a ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d68a563 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7392f1 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x0d80d33c devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x0d81ed6a thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x0d84bda2 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x0d8aaa3a ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0d9185a4 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x0da9427c ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x0db7bcec devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x0dbf6353 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de5e3c8 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x0dffa8ee bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1133c5 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e14f09b vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e206565 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x0e2e22df regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x0e3926e8 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0e4663bc xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e703ce5 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x0e754ee6 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x0e81f22f __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0e957b52 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ead8693 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0eaeed77 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0eb3ad2b trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0eb76b8c fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed1236c __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x0ed94846 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x0ee2e712 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x0ee7026d __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x0ee872fb skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0eef1994 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0eefa5ce phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0efaef03 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x0efed229 switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f23df9b devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f371e30 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x0f3c7ba4 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x0f47cb8b pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0f51ae33 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f64a151 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x0f7960c6 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f9903f6 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fa7b3d2 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x0fb5dbf3 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x0fbb3be4 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +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 0x0ffb3863 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102bb601 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x105d6686 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x105e4009 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x1078b88d fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x107e23cb cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x1082863c acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10908280 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x1096cde7 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1096ea6a serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x10b6f4d6 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10cbaee0 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x10d873c2 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fb1895 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11042e69 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x110a63c9 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x110c00a3 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x111f26a9 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x11549369 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x115e180b i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x11729abf sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x117e9263 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1180c9b4 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x118f61dc init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x11999640 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x119ffae6 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x11a6bb12 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x11a9849f xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x11bfacfe devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x11d71037 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x11db321c pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x11dcfa28 crypto_shash_tfm_digest +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 0x11fc88ac __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x11fdf0e0 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x11fef317 devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x120297b3 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x120a2466 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123923c0 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x123cb607 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x12479553 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x125cea1f ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x126d9bd1 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x127527ae ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x12956d89 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x1298b1ff edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x129e8f12 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x12a1e267 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x12bef802 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x12bf9fcf hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x12c4d1f4 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x12dad577 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x12dfa2a5 __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x12e137ca of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12fbffb2 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130c4d57 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131af3a9 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132b876a pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x132c7953 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13469c45 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x13538069 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x135ba18b bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x137077d7 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x137b05ee ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138ca866 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13940dd5 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x1394e6a5 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x13983248 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x13a1251b ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x13acaf24 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x13af8a4e spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13c446f3 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13c5f6ac led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x13c910af inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e86556 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f9f976 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1400a04d i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14073aba pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x140f34c6 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142ad524 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x142bccba irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x14510da7 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x145313c5 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x145ed9d1 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x1469cfed rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x146d8254 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x147386ef sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x147fc1bd iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x1488dd72 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x14a21205 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x14c8d3a0 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x14d613b6 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x14dbb050 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x14dd9f1d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ef829f __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x150115cb devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x1505626b sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x150f04be debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x15243d01 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x152ec6e9 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x154b2f9d __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155c368a dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x157e9494 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1591da0d acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x159769ac devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x159804af dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x159d8225 __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15a93479 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b5ed9f devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15bdb1ea gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x15c162f4 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x15d7de71 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15df51e1 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x15e37f77 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1600881f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x160831fe set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x160adc4a i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1612231a devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x161b68fe dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x161bc99a perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x161edd47 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x16397f6d rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x163d01b3 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x163e08ed dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x16408d5b devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x164156c3 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1644be2d vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x1649133a __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16537b07 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x165c8375 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1669d295 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168d8040 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1696fb58 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x1699bf33 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x16b1d61b acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x16b6271f simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x16bf12f8 register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0x16c46845 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16d38315 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f1acab pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x16fa4d04 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x17034b57 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170e2e1f acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x1715aeba sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x17236b17 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x172f8396 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1758472a fscrypt_parse_test_dummy_encryption +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 0x1777e2a8 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17906d97 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x17927f25 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x17a61b5e vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17af92c9 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x17bcbfb5 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x17ca16a1 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x17d19f89 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e432c8 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x17e62e7e clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x181109c7 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x18198c63 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x182718f4 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x18291755 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x1836b247 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1843679e uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x18518e34 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x18557650 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18690cca n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x186ed494 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x18799182 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1889dd4d devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x188a57c6 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18b80d1a thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x18c95ac6 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x18c999a4 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x18cdc076 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x18ce4377 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x18d1fcdd __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e5cf64 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19095378 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x191afcd4 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x191bb24e gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1939fc02 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19672334 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x19730f50 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x197620bd iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x197bbc2b pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x197fc5de dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x1996c608 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x199b932b phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b02237 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x19bdc7c5 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d6eed8 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x19dcc66d handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x19e083b8 nl_table +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 0x1a0944fe spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a1fe6cc __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x1a314b02 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x1a3543f6 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x1a3664e9 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x1a3c4545 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a762365 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x1a7c7bdc class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc948 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a83c591 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x1a94c2d5 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x1ac58a7d devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1acf62ad regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1ae0a124 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x1aed0a2c spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1aef7c0b phy_driver_is_genphy +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 0x1b030069 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0ee4e6 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x1b0fb18c dev_pm_opp_find_freq_exact_indexed +EXPORT_SYMBOL_GPL vmlinux 0x1b117b8a virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x1b14c154 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x1b2d248c samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x1b3402c5 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x1b355db2 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x1b37a2da crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x1b410278 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1b41bfe9 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x1b4522a8 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b468a4a device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x1b46d7f5 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1b504058 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1b58b0d0 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b67be82 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9229ad acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1bafeb36 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1bc42c4c xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bd66d0f devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x1bd7d654 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x1be45973 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x1c24a232 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x1c54b065 badblocks_set +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 0x1c7b5ef4 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c83a7bb icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8d66b0 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x1c8fdbe8 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x1c94488b fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x1c952ad7 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x1c988717 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x1c9b9b22 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1cb31620 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd530b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd44f98 hyperv_paravisor_present +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce8c45f gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x1cf2378c edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d072c78 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d0fbc80 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x1d130727 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x1d21553a lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2af9b0 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x1d32dc37 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x1d55bc9f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x1d71588c blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9ccebb skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1da48915 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1db2056a pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x1dba2724 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x1dc2602a pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1de61dc0 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x1df325d3 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0bf402 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1e0de1ad thermal_tripless_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1e1316ff trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1e17e81b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x1e197664 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x1e2837f2 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4468f0 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e5c09ae synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x1e66c210 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e906e7a __tracepoint_error_report_end +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 0x1ea51504 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec00b54 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x1ec4846b pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x1ecafb78 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x1eccc88c devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee1c999 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f0e4d5f mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x1f15cef9 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x1f1da0bf acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x1f215154 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1f232faf kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1f2598df blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x1f2ad69a of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x1f2ae368 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3b83dd pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x1f4425d3 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4c41ce md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x1f4de413 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f6cd584 efivar_reserved_space +EXPORT_SYMBOL_GPL vmlinux 0x1f70909c da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x1f7a421e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x1f83075f ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9f0a92 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa39a8a phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1faac2f7 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x1fc295ec devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x1fcc3fc5 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x1fe3bb1e md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1feb44ce xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x1fee9378 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200b6949 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x200f27ec __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x2010d2dd mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202e5a33 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x203618f6 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x2038c3f9 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x20515c30 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x205e00e7 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x208352b3 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x20877e8d usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x20894de2 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x2089d504 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x20952892 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20c95e86 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x20ce06a1 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x20f399fd led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x20fc64ba unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x2102c08c regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x21072ccd param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x210a620e devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x210c6933 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x2126fb54 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212c1b93 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x215fb30d pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x218af1b3 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x2194eb61 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21c63786 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x21ca75fe cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21dd8285 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x21f93fc9 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x21fabd8a pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x22073c3d clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x2211ed1e tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x221639f5 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x22203009 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x22217b13 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x22250f1f vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x223583ec securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x223b7e7b proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x223d881f spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x2242e880 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x2243947e iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x2249c628 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x224b6988 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x22501edf vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x225bbbb3 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22968bc3 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x229899f8 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x229ce714 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x22a8b1a1 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x22b0b063 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x22b2b472 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x22bb2611 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e564dd of_devfreq_cooling_register +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 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x232075db regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x2322955c tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x2350d1f3 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x235605b6 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x235bcef9 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x235cbf73 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x2373d048 kthread_func +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 0x239b4dd9 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x23b386c9 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23dc10aa debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x23e61226 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x23eb8015 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x23f3c1ce __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x23f7c4d2 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x23ff5d56 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x240df745 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x24151dd3 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x241fc308 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x24460d6f pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x2449e78d tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x24522345 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x24533fb6 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x245b1a69 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246d5b10 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x24749608 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x247e93db uhci_reset_hc +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 0x248e610d devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x24a7058e sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24ba082e __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x24c45d98 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x24c6d3ff simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x24d4f171 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e6ce09 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f9ced6 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25046db9 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x251a296d nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x25207554 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x252aa822 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x255d8788 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x2574ae50 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x2580bacd fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25b1bc4d hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25d0c55a lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x25d69ef7 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x25de59d0 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0x25e5fc57 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f27b06 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x25f4f38c ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x2606e6bc led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x26096919 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x26117f10 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x2628496b pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x264ffacd irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x2651d9e8 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2659f713 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2661d766 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2671100b acpi_dev_remove_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0x26788f2e __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0x267911ec perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2692dd01 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2693d1b7 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x269c04aa security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x269ec1e1 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x269ee489 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c8a0e8 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26d951f8 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x26ecedad mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26ee4648 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x26f03511 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x27143019 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27261a98 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x273a3536 simple_rename_timestamp +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 0x27421d1f irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x2744517c pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x274a8e48 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x27602aaf shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x27613bf9 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x2769028e devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x276b9382 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x27875323 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2794e414 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27a0699c blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x27ac6d1f __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x27d11355 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f874ee fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27facd65 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x27fe8f2a rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x2810575e pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281b2d8a serial8250_em485_config +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 0x284531db device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x284e2fc2 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x284ea054 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x28588300 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2858f8fa tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x286453e6 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x287dd3d8 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x289e50ab extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x28aa4178 __sock_recv_timestamp +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 0x28b2be5f __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x28b946a8 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x28b97671 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x28bd24d5 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x28d241a1 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28e8fd8d regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2914bd6f badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2921292f perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x292ea77d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x29488e3c ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x294c3d76 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2968abbc blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x2968b2fa dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x297817c6 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x2987f4af device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x29896b21 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x29a65eef nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x29abacff usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x29bdfc73 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ef4743 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x29f71d37 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a293249 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x2a2eb8ac gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3e2131 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a790c3e acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x2a7a86fe buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x2a7be352 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x2a7cb25e ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x2a8cc8b3 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x2a942c69 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa477d9 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab8a556 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x2abe70d0 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x2acaee99 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x2b0517bb mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b12c373 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x2b1d7a6a udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x2b24901e regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2b26c10f platform_device_add +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 0x2b47d9a4 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2b4c7fa5 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2b4d3e5d mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x2b560e78 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x2b5b1f0f rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b665951 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b685797 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b6f28ab bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x2b785d26 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2b7e2336 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2b83964e blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x2b8ae7ea rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x2b9341e9 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba75822 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x2ba8d421 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x2bb45a44 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x2bb71625 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x2bb7fab7 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2bc321bb acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x2bc4f26e perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x2bc590cc gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2bcb0efe mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x2bcc80e3 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x2bd07f31 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2bd34261 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be27c6a netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x2bea8cde skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x2bee8947 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2bf2e8f9 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2c1d0ff7 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c278399 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2c2a6a77 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36a230 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c655812 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c699803 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x2c69d29d ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x2c6a57e0 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x2c71edcc __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c86a755 hv_tdx_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c925153 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x2c93717a bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x2c99d23b serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x2c9f6b07 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ca44beb dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x2cb3a9c9 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x2cbc9e99 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd10c02 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x2cdee0d1 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x2ce71f60 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d090c51 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d21dc66 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d2ede6b spi_split_transfers_maxwords +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 0x2d482250 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x2d5511e8 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d66acd7 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d7cb6a3 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2d8090cc component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x2d814e4c msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2d8edb1f sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x2d8f0c68 md_start +EXPORT_SYMBOL_GPL vmlinux 0x2d963faf __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x2d983478 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x2d9876e8 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x2da0f436 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2daca1a9 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dcf8554 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x2dda1385 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x2de9395c crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2df93c9f ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2df9b083 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x2dff7f03 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x2e00c249 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1231a4 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e183287 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2e19fd26 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2a1b0c xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e3d040d __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2e413793 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x2e437225 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x2e65b188 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2e68eeec disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e885ac0 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x2e8889c5 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x2e99b147 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea5ed97 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x2eb0d4cc __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2eb4f71d pwm_apply_state +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 0x2ecd0221 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f234637 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f3eed1c usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x2f441d77 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f5adec8 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f645a9b subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x2f7747ea get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x2fb62ef6 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc7f706 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x2fde510c clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x2fe66c4d hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30044c20 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x30048b3f sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x30156a68 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x3023e261 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x30268016 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x3039d72d ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x3058d94f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3062aaf8 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x306b3a1f simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x30707bdc umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x307edba4 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x3099cd2c devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x30aa484b user_update +EXPORT_SYMBOL_GPL vmlinux 0x30b90fbf pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x30c0e284 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x30c9c7b8 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30d4ddfa ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x30e14336 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x31168390 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x3119213c bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x311e955d simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312ac087 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x31438d57 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x316e00ee uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x318156b7 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3182fa01 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x318fa074 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b3fbee pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c8f5c8 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d69e00 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e52a7b apic +EXPORT_SYMBOL_GPL vmlinux 0x31e5da25 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x31e6684c icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x31e7fc4a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31f304d0 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x31f59401 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x3202233e devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322b758c devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x323e72f8 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x3247a9d8 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x324a9006 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x324b64c5 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x324d2219 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3254123d fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x32774621 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327a9b37 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x327ba5ca unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x32813910 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x32851cdf netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x328c5ee4 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x328f3726 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x329294ae acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x3297da96 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ad018e acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x32af9e67 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x32afbc79 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x32b58940 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c41366 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x32e03850 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32e66faa __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x32e7457d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x32f3032a pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x32f3f159 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x33005aa9 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x330a2be1 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x3310dc5e iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x33198689 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x331f95a4 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x332bc803 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x332f6cef tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x333326fa __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333b25da led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x333d41a5 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +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 0x336af6a4 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3380efaf sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x33858ed9 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x33890477 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x339210c9 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x339b0b7c usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x33a0eefb sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x33a36468 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x33b9e155 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x33bbb86a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33cf1bc5 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x33e7f4c0 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x33e89cec rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x33ece609 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x33ff57c8 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x3408351e udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x34103c23 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x3411ba56 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x342f6fd8 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +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 0x345a7f5a bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x346463b2 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x34647667 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x346aa026 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x3493413a hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0x349ce5c0 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x349dd08d devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x349f1d8f ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x34a196f7 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x34a24764 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x34a3a639 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x34aa2be6 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x34c9eb3b dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x34d20063 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x34db62bd fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34df3dfc unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x34e1de8e bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x34e32ce0 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x34e9d59d regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ee8d9f uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x34f4c951 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x350a8f3c vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x350fd464 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x3522d2aa set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3535d44b acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x353ac9c0 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x354304f6 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x35462b16 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x3552b797 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3554284b fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356d09a1 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x356d1ba3 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x357075ee virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0x35778e7d handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x357feba8 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x358870e9 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x358e827b regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3596dd5a nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x359c71b1 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x35a27745 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x35b234ff hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x35c86946 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x35cc8dc6 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d76539 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x35dbb0d9 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x35fe5a36 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x36027eaf kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x360f58c2 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x3612e49c dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x36194e46 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x361db9a0 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3622656e regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x363f298a rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x36401a89 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x36619bb4 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x3667054f powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x3671f6b4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x367ac1c4 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x368145c1 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3682e9a3 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x36847823 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368e1c6f regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a15801 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x36a21b43 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x36a89121 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36bf5a95 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x372c0e7b iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x373985ee led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x373b1564 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3751d320 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x376171dd debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x376a5098 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x376fa580 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377c49ed tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x3782346d clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a30b09 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x37acbce9 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x37b97d0e dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37d13f4f driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x37d3bc03 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x37e66be4 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38105715 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3836957b acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x38372109 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38442730 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x384877a5 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x3848e710 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38670cbc to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x386cfed6 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x38802543 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a65375 device_store_bool +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 0x38c15354 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x38c283e5 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38ca45a6 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x38d4b12e inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x38d9227f kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x38ddf8ca usb_choose_configuration +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 0x38f7fb4a sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x3900e9cc do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x390fc26d cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x3939c769 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x394d269e ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x3950d5b1 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3963546e get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x397e1c95 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x397eb7ed crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x39835f14 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x398f66dc devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x399107ee device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x3996de6a iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39aa8748 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x39bf26f2 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d2c91b call_switchdev_blocking_notifiers +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 0x39e91016 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x39eb6fe6 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x39f0954e devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x39f0c483 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a22b13c wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a265785 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3a4cd8a1 akcipher_register_instance +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 0x3a597882 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3a769e54 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af56790 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afa4936 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afc8fa5 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b2ad4ea inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x3b2f8fe6 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4e7866 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b81dda8 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b86f091 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x3b8d183e mptcp_pm_get_local_addr_max +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 0x3baaf0f2 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x3bacb455 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x3bb3ac9b ping_err +EXPORT_SYMBOL_GPL vmlinux 0x3bd09c25 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3bd4ac46 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdd33fa regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bec94a3 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0806a7 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x3c091724 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c1a344f iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x3c1b7bee devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c310977 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x3c4951b3 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x3c4e5ba4 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c612af6 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c729534 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x3c7943c3 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x3c79ddae dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3c7b9fcb bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c82d259 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x3c858742 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x3ca7ab8c lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x3ca9ae5b input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +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 0x3cefc57b devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x3cfa739b iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x3cfbc042 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x3d08bf2d tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x3d171b38 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x3d2a6950 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x3d35f956 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3ba291 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x3d40008d ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x3d50728f apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6f3d28 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x3d8a5c18 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d8a87b7 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bb0a3 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dc3bb98 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df2cde6 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e232bc9 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3e29bb16 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x3e39d447 __SCT__apic_call_send_IPI_self +EXPORT_SYMBOL_GPL vmlinux 0x3e3d54e0 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3e411e81 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x3e541f88 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x3e59dc48 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e73456d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x3e816df0 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9a8523 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x3ea2cfe2 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ecd49a3 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ede6b42 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x3ee0fdea kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef228d8 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x3efe956f __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x3f105a08 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3f1a13ed mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3f1c26a2 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x3f1f7de7 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3f457ed8 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3f47150e clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4f81b9 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x3f6ff54a usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb0c9d7 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3fbc21c9 dev_pm_opp_find_freq_floor_indexed +EXPORT_SYMBOL_GPL vmlinux 0x3fc834fc of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fd76835 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fed43f9 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff4529d pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x3ff7d8fb crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400435b4 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x401d2bd3 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +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 0x405cf92d __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x405ed17d serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x405ef89c xenbus_unregister_driver +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 0x40871412 sysfs_add_file_to_group +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 0x40b6d090 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x40bbb7e6 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x40c11494 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x40d58148 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x40da6706 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x40e53d3a fib4_rule_default +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 0x410028d5 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x41117a32 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x41241bdc dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41464e02 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415acee0 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x415dfc42 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x4165b027 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x416cc343 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b84843 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bb59dc pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41bd79a9 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x41cec936 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x41d853cb acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x41e4ff55 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x41e69ad2 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f10afc devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x41fdfbb6 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420bc565 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42128c61 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x422e4cd7 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x423a5645 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x423e1469 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4242f5a0 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x424c1237 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x42596762 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426c96fd fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42961712 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x42974a45 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x4299c619 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a149f8 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x42a8c01e tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c4f138 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x42d22eab device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x42d3009d ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x42d31588 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x42dd6701 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x42e641c8 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4315e0aa pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x4324fb06 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x433b6197 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x4357990e sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x43672dba xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436e35f5 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x43769f86 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x43885bc4 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x438c8efc mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bdb100 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x43c71aaf __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43dadece mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x43dcac25 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x43eb3751 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x43ebc79b acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x43efe117 usb_get_from_anchor +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 0x4402ce62 bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0x4406b3fe start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x44118ca0 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x44248a1a pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4431bc42 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x446aff3b devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4474713d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447de4d4 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x4481a451 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4485d31d vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x4485fa45 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x448d9e3d put_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x448f1a05 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x449035ce irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x449656ee device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x44a48642 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x44ad6b24 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x44ae2cfd dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x44afa829 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x44b489b9 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x44b58a61 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c3705f ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x44c72a3a usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x44c8ca14 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x44cf8527 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d5993a inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4504ba39 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +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 0x4537a7dc make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x4542b2a0 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x454bf481 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4562c045 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4569c67a pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4575da60 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x457889ed xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x457a88b8 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x4581f15f xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x45823b6f gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a28b9f mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x45bec91e __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d899dc regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x45df1572 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45f46d53 usb_unlink_urb +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 0x460d16f2 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x462535a9 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x462918cc pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x46311ffc debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4633cfb4 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x4635be07 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x464e5516 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x464e7a26 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x46508ea8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x4651af20 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x46574de1 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x466879d7 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x4672014f devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x467e722c genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x4683d8f1 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469a9562 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x469bc56b devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x46a482f1 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46c62347 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x46d97c44 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x46db1c67 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x46e6b586 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x46eea9ad simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x46ef70d3 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x46f38469 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x46fbc629 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x47008eea serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x470ade4c vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x47222735 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4738c40d fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x474a26bf balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x475a636a virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x4761694b genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x476705ce nfs_ssc_register +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 0x4798d00d put_device +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a98ace vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ae13d0 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x47b6085f __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x47cba195 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e6f66c tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48177454 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x481dedbf bus_for_each_drv +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 0x4828f819 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x482e91c9 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x4830fe85 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x4846d027 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x484df4c4 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x485f10a2 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x48640ede led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48707c93 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4889c6b3 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x489563b4 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x4898495b driver_find +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48c02e20 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x48c7bd40 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x48ccd104 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x48cd658b virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x48dfcd84 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48e14893 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x48f906a7 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x48ff6c31 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x4902ba29 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x490e88d3 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x4911f3c9 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492569cd iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0x49288c66 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x492d2d80 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493f94f3 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x49575fe1 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x495e6ef9 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499601ae xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49963d27 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x49a0b1e6 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x49a7c49c misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x49a89308 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x49c36568 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ff38a5 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x4a059553 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x4a0cbab2 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x4a15e484 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1ee180 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x4a1ef43e ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x4a22639b devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x4a2add6a regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a45d700 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a508471 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x4a6e2990 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x4a741e1b ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x4aa27d2e edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4acc3d05 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x4ad55a91 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x4ad9ad60 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4b0654c3 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x4b11713b gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x4b23cbd4 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b3bc842 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4b4fb36b kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b608485 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x4b617c7c rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x4b61c79b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b89e2e0 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4b8cfddd kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4baf11d1 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x4bb84d43 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bccdc5e thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd8cab4 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bfbb77b irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c02ddd8 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x4c175eb8 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x4c244858 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c447457 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5f0cd7 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6a7f6f gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x4c6fa6c0 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c7dbe20 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c8dbd68 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x4c957b48 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x4ca2b82f blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x4ca9615c thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb8e023 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x4ccd5140 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x4cce0ee1 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x4cdef547 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x4ce56475 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x4ce9c547 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x4cf153d1 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4cf213e2 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d124d78 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d31026d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4d368b31 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4d42b25f __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x4d42d37f devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4d474324 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x4d55da39 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4d56acea devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x4d5f9ec8 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6f8a98 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d77c987 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4d83f1a2 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x4d905256 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc77ff9 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x4dcdd4d2 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de8a1f0 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x4de9be2a __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x4de9f21b rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4df03125 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x4df9e81a folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x4dfd4418 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x4e144a54 __SCT__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4e16791e shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e18faae gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e1dabab i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4e2118a5 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x4e3b32b5 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x4e480395 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x4e497ea1 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4f7a67 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x4e549c37 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x4e563372 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4e5e114a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e742913 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x4ea20e96 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x4ea3f97e for_each_thermal_trip +EXPORT_SYMBOL_GPL vmlinux 0x4eaa1185 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec585db watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed74e23 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x4ee5a0eb __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f00ba2e iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x4f05f336 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4f0d9e6b blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x4f1aa7d2 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c305b irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3801bf __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x4f3c6873 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x4f56dafb fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4f628cce led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x4f68b3e6 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6e5332 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f79faa1 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4f7c5eab regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x4f7cd82f usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x4f7d8808 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x4f7eaa6d rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x4f828f4c genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4fa2aa7c regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc27aec con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x4fca36e0 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x4fdf25a8 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4febbefe ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x500408cb gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x5009b0cd ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50151cfa iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x50193277 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502c7a6d devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x503cd2fa rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x5041ae87 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x50565b4a device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x505abf89 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x505d2266 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5062a844 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x50725b15 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x50881a9a fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x5091a733 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50938ba7 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x50942ebf virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d8 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50bff463 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x50c8423c mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x50c8ea43 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x50cd2fb8 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e661bc gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f9b36c pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511a9bde debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x512a534f ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x51300714 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x5134e83b clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513b8f26 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x513d656b fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x515d433e nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x5176b6d2 led_put +EXPORT_SYMBOL_GPL vmlinux 0x518356f0 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x5184eebd sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5194419c pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x519e055d acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b4a130 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x51c0c002 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x51e006b6 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x51e0b977 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x51e8f187 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x51ec2381 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x51ed3350 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x520eaf85 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x521a02a2 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x523145fa attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x523fbd0c gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524879e0 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x52549ef3 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x5257dc25 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x525cb002 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526e6300 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x52764b2f rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x52776a9d extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x527d2e53 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x52807aa1 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x529c9ee4 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c8a993 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x52d43cc5 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52d9c890 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x52e72701 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x52e9db92 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530e2ee5 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x5322865c devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533a05f1 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x53456c4b dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x5351d590 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x535353ec badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x53569b47 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535de830 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x535fe028 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x536d953c blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x53798745 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5388b1a0 amd_get_dr_addr_mask +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538e889b mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x53a6c2c2 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c40861 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x53cf085e pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53da5ef2 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x53eab845 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x53eb207f inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x53eed109 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x54027f30 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x5404f905 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54053eee __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x540c36cf thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x543041c8 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x543a57b8 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x54679a17 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x5477b437 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x5481fdce devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x54825bd6 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a2733f generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x54a559d7 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x54a745a8 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x54a99fe7 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x54b7f467 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x54bf57d4 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x54ebfee2 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x54fd188e irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x550902a8 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x550bf835 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x552e456e fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553deea5 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55482847 __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x55555fd4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x555753e2 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55804534 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x55890526 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x55a296b5 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x55b7c76c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x55bac8eb file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c97278 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x55d6468e ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e78d46 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x55ee26f0 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560a9d86 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x56169e03 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561f1219 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x56219ccb devlink_port_linecard_set +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 0x563b2100 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x563f23c7 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x565706c7 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x565920f2 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x566a46ee nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x566df4ac devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x56737524 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x569121fd rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x56945980 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x569b849a rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x56a638d9 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x56bdbf63 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x56c0151a iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x56c48862 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x56c694f5 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x56df083c gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x56ef8fe9 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56f602a7 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x56f73fa7 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5709cebc vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x5717ce96 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x5725712f skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x57326483 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x575ab729 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x5773eec3 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x57770fce device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578eb707 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57998356 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a40cfc pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x57b0625a extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x57b3d0f8 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d9cfb0 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x57e83e15 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x57ef2059 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x57efa31f rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x57f05227 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f75fc7 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x57fc54ba device_create +EXPORT_SYMBOL_GPL vmlinux 0x5802feda xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5830a137 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5837125c serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x5854f8c9 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x585c0b9d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x58608eed wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5874a7ef palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58cea560 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58da1630 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58db138b da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58f644ea wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59108fcc folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x5910b38c serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x5920ac2a spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x593bbe00 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x593c435e pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5973aeaf blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x597f6830 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x5980a842 split_page +EXPORT_SYMBOL_GPL vmlinux 0x598157d6 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599b2ebd dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x599ddf56 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x59a24407 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x59ac8145 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x59ae8acc dev_set_name +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 0x59b3048a sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c6eba9 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x59d0703d rproc_coredump_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x59d37eb9 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f11757 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x5a116430 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1fc1f7 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a2f1410 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5a33a9f1 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a571be1 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a62a1da acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x5a67d685 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a799dfd fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5a7b9a7c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a9a3afd pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aa89fbf rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac03429 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x5acc7b85 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5ae1aaf9 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x5aee37a1 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x5af0b90e bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b052815 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b441a1d skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x5b5ce52c skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b63ef67 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5b6896c7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b797337 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x5b835331 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb7d4b7 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5bbf5b11 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x5bc30539 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bcc224a bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd5f1b9 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x5bd81db4 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bdfad64 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x5bec82c7 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5beeb924 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x5bf7af90 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5bf94a1c spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x5bfed872 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c270add nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3ada75 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x5c402bb6 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x5c41f272 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6323c6 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c87657d tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x5c90e5d4 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cbba422 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x5cc1a268 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cca1a96 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x5ccbb7ef pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5cce94be validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x5cd86e30 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x5ce5020c serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d1135e5 alloc_dax_region +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 0x5d388a88 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5d47db20 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x5d52578f crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x5d58320f tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5d5ebb57 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x5d668924 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x5d7b0680 thermal_acpi_active_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x5d808c90 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5d813f9f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da0930b wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x5da5f89d param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db4b564 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc1afcd usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x5dc2cc1a hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x5dd86fa2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5dde2e77 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x5df828f1 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e01c7c6 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x5e1475e1 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1b8de1 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x5e2198a3 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5e2c4437 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x5e31d9da devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5e4011d9 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x5e46a9fd lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e74a0ee __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7a5258 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x5e803863 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e88e741 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb736d0 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x5ec76a9c pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ecd2ef3 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x5ededf73 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee7d272 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x5eeba9ad devm_of_led_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5ef97b6f usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x5efc14af cgrp_dfl_root +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 0x5f341cb8 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5f3653e4 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x5f39aba3 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x5f56b0e3 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x5f5ddeb8 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5f651109 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x5f6b8aa5 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f714846 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x5f753a70 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x5f7f74c0 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x5f9eb029 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb9f9a9 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5fd37eb5 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x5fdcbaa4 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe2be91 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f38e fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x5ff917cb scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x600354e0 mas_next +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601c0ad2 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x602729bd virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6045c96d devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x6046ebbe ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6049861d encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x604aa2a5 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607ee7c8 __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x6089ca64 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608ce55a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609dda8d devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ab1d5e bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60bc8f60 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x60d2383c ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x60d38054 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60d6571a virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x60d6f892 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x60d9781b crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x60e2b38e dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x60e4df94 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x60e5e397 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f5d44d driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60faf069 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x6101c488 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x6113d3f8 irq_domain_xlate_onecell +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 0x613002d8 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x61333b41 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x6137cd40 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x613eca11 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x614114fa tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x615d7cfa relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x61749b4c mmput +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618a1fec gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61b4d105 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61e47a48 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x61f57247 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62323c15 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6245b01e nvdimm_to_bus +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 0x626cb41f pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x6274f1b9 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x628e54db debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x62941c99 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629b5b04 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x62a9d80f genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x62aa8778 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bbbd01 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x62c5ef9a sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x62e57269 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x62e77f04 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x62eda83d spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x62fdf0e0 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6303323e iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x630a8e1f regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x632ba14c dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x6340b389 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x636751b8 hv_set_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x636b4c5f devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6375c97b blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x63a11905 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c421ce tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x63d56297 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x63da8ad7 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f3211a __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x642aad0b dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x643518dc usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x64598250 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x645d5ec5 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x646cacdd cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x64811cac of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x648af78f fib_nl_delrule +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 0x64aceb47 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x64c893c9 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e95662 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x64eca2ce pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x64ed10a6 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x64f1086d iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x64f2b981 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65073877 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x6515146d usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x651ddbbb scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x651f9ded devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652e50e2 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65499738 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x654bb9f5 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x654fa10e crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x65517405 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6578b7f0 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x6580fe1c vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x65946225 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x6594a910 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x65979bae rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x65991daf regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65da66fb irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x65dd8b7e inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x65df0a17 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x65e9e242 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x65ef8aa0 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x65efb562 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x65f09d76 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x65f9fa3d gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x66105c7c acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x66115ad0 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6617f6d4 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x6618095e klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x6622e5f0 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x662fe26f regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x66396415 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648b641 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x664fc454 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x66570c46 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6675689f phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x66828f09 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6688e64a usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x6690d9fe ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c1b626 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66ddd956 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x66ddff74 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x66debe41 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x66f46f85 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x67051f3b xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670d98b2 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x671ebe96 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x6733bdf7 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x67378302 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x673823fa devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6739ac79 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x673fd7dd dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x6740a245 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x67454a70 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x675a1331 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x675d33b0 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x6768e7f3 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x677ea0d9 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x67884d41 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a0a612 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x67a14b6a devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67ad324d __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cb879f devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x67d007f8 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x67d4910e pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x6805e12c perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x68105ca4 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x68140048 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x68153d8f wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6824f7eb gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x68585440 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x685baa90 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689e3ac0 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x68a48342 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x68c5e095 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68cd477a pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x68d0dc85 devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x68db1e30 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690242af devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x6908ecb4 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6919510b __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x691c6e8d _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x69372fde clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x694f87f6 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x695177d9 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x6954dd48 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x69603027 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x69633208 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x696da159 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69748346 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a444f devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x69938010 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x6997d195 thermal_acpi_critical_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x69a62519 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x69aa9264 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x69ad6ac1 cpu_emergency_unregister_virt_callback +EXPORT_SYMBOL_GPL vmlinux 0x69b1a1a8 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x69be23cc crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69cf0edd relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x69d36e3e xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69e39555 pci_status_get_and_clear_errors +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 0x69eeff02 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x69f172c2 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a066b49 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x6a144421 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a21ff76 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a2f65ba watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a331f4e spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4d1c42 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a506144 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x6a57588a scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6a73267c rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6a79f020 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8583de led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x6a8b1136 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2699b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab3f3e8 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x6acc21fb bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x6ade9474 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6b0251aa ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0ed781 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6b18fcb2 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6b269933 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2c26c1 net_ns_get_ownership +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 0x6b445418 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6b5a77ba ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b847b81 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x6b89c300 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba406f7 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x6bbd7f99 vp_legacy_get_queue_size +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 0x6bd32987 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x6bd4845f devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be58628 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x6bf59917 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x6c0fd94a rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x6c121cc3 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c23446b dev_pm_opp_find_freq_ceil_indexed +EXPORT_SYMBOL_GPL vmlinux 0x6c2b0edb crypto_unregister_template +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 0x6c54bfb4 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5ef084 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c666839 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x6c6ad994 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c7e2a2b devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x6c8013e3 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x6c808586 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6c879dc6 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x6c9a1cc1 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb4e40d tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x6cc9e672 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x6ce06f22 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6ce1bb4b bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x6ce79543 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x6ce9e876 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6cec7a42 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x6cff6d1c serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x6d03b936 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d06a7d8 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d09ae28 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d173e0c rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d22ef0c ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x6d263b03 kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3f3b9e __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4e6b6e blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x6d52ea93 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6d5e8381 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x6d65bad8 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d752dd5 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d9bdcd6 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db97ee0 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbee9c8 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddb83d7 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6de9dba2 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6e074faf ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x6e09cd78 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x6e0a55cd pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e192d1a udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3dc37e usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4fbca7 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x6e58055f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x6e77d2a0 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +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 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb56d0b regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x6eba4b13 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec6399e device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6ee7b16e __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f026bc2 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6f0d2783 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6f1098a1 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f317952 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x6f34bc42 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f3f96e3 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x6f476eaa wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x6f4dfde4 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x6f5963bd ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x6f68b936 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7f1838 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x6f7fa401 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa555c5 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x6faae627 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x6fac613c bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x6fb8bf60 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x6fba9b30 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6fc6d870 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd0b878 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x6fd67418 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6fda0ee1 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x6fe6613b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x6febcaa2 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff67d89 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x701670d4 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x7031d5c2 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x70517693 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x705d982a pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x70601821 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7084130d tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x70aa579c od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c57c3d devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d2ad74 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x70e5a6f8 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x70ee1bd8 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70fc42da regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x710aadc1 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71161c6a i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x711f6771 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x713af549 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x7142194a acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x714243b2 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x715ba603 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7172150f icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71764fc2 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719cc789 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x719fb681 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x71abd5a4 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bf1d63 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c1ae14 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x71f16d13 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x72009858 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x720690b7 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x723cfbc5 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x72533536 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7253ac14 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726b1068 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x72751f39 acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727b8a67 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72949c09 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x72a4278a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x72abe5ce pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b1e241 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x72b6962c regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x72b6ac83 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x72c16a2f tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d3804f cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x72e0fd7d folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x72ef3712 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731aca01 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x731b652c virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73287fb0 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x733979bd relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x73483eb3 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x73601c87 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x7363636d ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x737212a0 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x7387e972 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x7394814e fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73bd773c serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c29284 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d9655a skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x73d9f31d fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x73dc3b65 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x73eeecaa sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x73f30497 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x73f7c695 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x741173d5 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x7426117b device_register +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743f248b devl_rate_leaf_destroy +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 0x7453fd7f ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x7458b549 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x74592e23 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x745b4ac3 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x74760322 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x747ae01f __alloc_pages_bulk +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 0x74cbbc12 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x74cd8717 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x74cd8f4e nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x74d57329 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x74d652ec acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x74d986ee gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x74e4e9ac ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x75086971 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x753a5507 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x75411522 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x754be8f6 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x7557ad8b acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x75650dd7 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7574c73c blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x757b167f dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x758013bd __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x7587065b pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x758ee197 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x759a9d89 nf_defrag_v6_hook +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a74b87 iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75ae6ecb ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x75bdf12f devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x75ce0161 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fadcef acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x76076e7d fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x761ef158 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7634ef04 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x76370fae component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x76459e3b ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x76467e2d spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x76484729 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x7648cfa6 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x7649f96b serdev_device_remove +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 0x7660db9c to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x766448b6 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x76738297 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7690a69b devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x76949ab4 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a3237b pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x76aa0eb6 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x76c2738e regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f60713 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x76f688f7 __tracepoint_rpm_return_int +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 0x7728d3ea pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x772a9983 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772c6bbd pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x77389754 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x77578d25 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775df683 __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x775f5ded raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x7762a998 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x7767ced3 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x776d90f1 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7776717f cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7792638d cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x7792a56c dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x779ab0d0 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77da67d9 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x77dfcc86 rio_free_net +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 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x78142bc9 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x781cb2c6 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x7823331e __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x78248e49 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x7824cb6e xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x78308139 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x783ebc89 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x784108b1 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x7847de1f __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x784bbb6e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7882fd7e dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788f6074 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78ab4488 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x78abb88b __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78bfc73f clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x78cb61a0 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x78cc75d2 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x78d61e94 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x78db7a24 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x78dc4db7 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e27a90 tps6586x_irq_get_virq +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 0x7919e728 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7927905f pci_stop_root_bus +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 0x794b7a0f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x795d23c8 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x796d7800 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x797f2342 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x798c349d crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x798e73c7 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x79a478e6 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x79aabd7f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x79b27f33 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x79b97215 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c2dbf1 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x79c43d7d platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x79d2d70d clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e0331d elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79f85276 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x79faa1db gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7a032bd9 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x7a0f7554 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x7a134db9 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a24a1c2 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x7a27f491 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x7a29a965 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x7a2b4179 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x7a363f89 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x7a3e3d60 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a3f31a9 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x7a440572 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1c4e serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x7a59d826 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a814c7d dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a945b23 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7a95c04a gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa27fc3 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x7aa3482d clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x7ac1254b local_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac47e2f sock_diag_unregister +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 0x7ad84a8a dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x7adcaad8 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7aeb0841 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x7afb5632 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b169366 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x7b1fba0d __SCT__apic_call_send_IPI_mask +EXPORT_SYMBOL_GPL vmlinux 0x7b262256 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x7b3a7539 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b57831f dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b607975 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b84149d spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8a249b device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba14036 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb2f6be fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb6ffae xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x7bd4f5d3 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x7be4a18b driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7be6cb47 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x7beed9fb cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x7bf804dd bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x7c01c094 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x7c10117d bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x7c14650a debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7c1aaa09 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c22e239 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c325e75 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x7c3559df setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3df82a dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x7c402c79 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x7c445204 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x7c4fb9e2 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x7c69b675 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x7c6b7e0f devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7c6c2e3d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c6d9252 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x7c8e590b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x7c972735 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9e2ce2 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x7c9f6a19 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x7ca60f19 devm_of_icc_get +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 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 0x7cdf1cdf of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x7ce00a9d reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ce92787 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf1d3f2 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x7cfb1a2d sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x7d007ed7 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x7d00afd6 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d08dfda virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1a91 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d12304c serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d35b0c9 node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0x7d391ad0 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x7d40a81f dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x7d44b773 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x7d4a2222 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d64caa2 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x7d766dff mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d769db6 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x7d7bc319 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x7d7f6f7b i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7d8e3cb5 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x7d8f8eb7 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x7d917886 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x7d96e2ae pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x7d9eca59 device_add +EXPORT_SYMBOL_GPL vmlinux 0x7d9eed59 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x7daee415 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7db710e9 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x7dbdcc5f bus_register +EXPORT_SYMBOL_GPL vmlinux 0x7dc497a9 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7dc5db0d pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x7dc86f7a crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x7dc88e00 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x7dc976ab ip_fib_metrics_init +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 0x7df41724 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7dfa983b nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x7e12347f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7e18dd06 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e1f403f dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7e28bf26 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x7e36402f ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e423d24 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x7e4479bf ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x7e562fcc edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e696014 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7b78e6 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7ea34603 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x7ea4eee8 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb8cfb7 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x7ec0480a gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x7ec33f05 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x7ec6e69f gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x7eda5460 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7edbf38d css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x7edf10b4 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x7edfa377 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7efa4082 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x7efafeb3 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x7f210d17 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x7f30660d device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6e00a9 dev_fill_forward_path +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 0x7f8e6403 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x7f966ce8 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x7f97ecd2 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa14feb iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x7fa5377a gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc6f28b __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x7fd0a70e iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x7fd7ca9b ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7fdb2edd crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x7fe7abce bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x7ffc7edc shake_page +EXPORT_SYMBOL_GPL vmlinux 0x801d0684 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x80272a4d devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x803f811f phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x803f9e80 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x806bb31c pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x8071b134 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807d50f4 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80864326 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808e67d2 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x808ee233 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80b8433c icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cc3b56 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x80d089d9 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e45cd4 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x80f35185 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x80f512af vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x80fc76b9 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x80ff8c21 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x81059d34 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8106d69f net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x810bfc7d __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x810fe664 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811486df nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x8118e017 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x812d5906 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x812e07f8 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x8144ddc9 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x814b79d3 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x814f784a cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8155fd3d usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8176654f __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818a1481 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x8193cc89 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81c5fe0b led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x81c806c4 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x81ce4a09 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x81e27947 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f3b07c usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820b39df regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x8213df42 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x82159db9 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x821aaff4 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x821c368d virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x821e9616 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x823a71ee __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x825450f8 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x825eafb1 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x8261787b __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x8285b828 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x82865300 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82b47729 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x82bde551 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x82d53382 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dcb4e6 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x82e09b87 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x82f0b437 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x832761c5 __SCK__tp_func_ipi_send_cpumask +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 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x83520d7b devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836cf59a blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83724e25 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x83855c6c nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x838ae697 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x839c10cd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x83b2380a devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x83bcb34b __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83d95409 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x83fd9812 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x84026e55 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x8403020a ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x8404124b vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x840f51d2 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8411c8b0 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x84221128 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842b5305 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8439daba __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844e78fb skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x844e9d4c usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84694203 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8474f937 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0x84877f87 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x84902cbb mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x849cbad7 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84b51450 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x84cef917 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x84cf4f11 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x84d6e5a1 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x84e306ee devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x84e76968 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +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 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85329672 fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x85530c92 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85541da4 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x85552720 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x8557f8b3 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x85825669 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x8586d85c __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8587b573 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859be5bc gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x85a6237e crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85b9fb79 regulator_register_supply_alias +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 0x85e109df msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f24f65 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x86050fee em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x8606055b usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x8615f63f tcp_unregister_congestion_control +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 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x862c8edb phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x862df187 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x8631603f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x86326d23 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x86465afb pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x864832e7 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x864c7116 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8655f207 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865a3e69 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x865e0d8a sock_diag_check_cookie +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 0x867913a8 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x867c97ff get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x869056a8 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86996131 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x869f2758 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x86a3c59c devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b42c22 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x86b64c1e pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0x86ba08e2 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86cbeb12 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x86e5e44d pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x86ed9b3a walk_hmem_resources +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 0x872d10d3 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x872eff5b gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x874ef403 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x8756ba7a crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x879cec1b dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x87a9da38 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x87ab4b85 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87d38d5e da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x87dfcfe4 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x87e60ed6 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87e85434 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87fa0b08 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x88031de3 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x8813a78d sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x8817436f spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x8827d265 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x8829e2f6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x882bc8cc blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x8851980c power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8864dd15 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x88681e8e mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x887b3348 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x88a31ebb devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x88a9af42 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88abd2a5 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x88b49dbf led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b5862d unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x88c896b9 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x88ccaedf fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88dc675d led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x88e5626e follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8908117a fwnode_get_phy_node +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 0x8927928f ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x892e4842 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x8930c587 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x893cf322 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954867c mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x896796b8 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x89697126 device_move +EXPORT_SYMBOL_GPL vmlinux 0x896ac393 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x8980e7e1 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x8996d3bd rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x899d928d devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b43772 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x89b875c0 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c61345 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x89c74d62 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x89c9594d device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x89c9973f debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x89d21c13 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89dbcebf modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f2cc87 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x89f3a5e0 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x89f6458e devres_find +EXPORT_SYMBOL_GPL vmlinux 0x8a00e263 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x8a0afd6b xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0x8a18bd25 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a213f5c vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x8a2d3384 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8a318626 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x8a31ca8d iommu_device_release_dma_owner +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 0x8a4d7b03 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x8a5c1029 __SCT__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x8a5dd796 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a62d732 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a68aec8 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x8a7338b0 icc_provider_deregister +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 0x8a88388a vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8a9bfb9a genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x8aa88906 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8ae01b96 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x8ae2bbe3 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x8ae5cbdc phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8b074723 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x8b11202f regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b15e50b of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x8b2cbaee xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x8b3708a3 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b44e048 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x8b468e97 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b4e27a8 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x8b712ae2 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8b755717 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x8b7ba1e1 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b7c83c2 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b8e7f38 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x8b915cb4 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b9467fa io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b9c904b __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8bb8228f handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x8bbf1cd4 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x8bd27ae7 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x8be327ff rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x8be8520f __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8bffd004 crypto_clone_cipher +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 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c29ef9e skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c3ff6e4 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4b04c1 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c574257 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x8c6a516e generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x8c6dc4a1 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x8c704630 gnttab_free_pages +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 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca2fbc0 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8cc16189 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x8cc21d70 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x8cc42cca rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x8cd01e40 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8cd1cca8 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x8cdfee24 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x8cfc0356 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2cef13 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d37f862 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8d3914d3 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x8d4dddbf get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d67934a gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x8d682c24 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x8d6f25fb crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x8d7582ed spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x8d772258 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8bad72 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d911351 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x8d96410d scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x8da5b7de netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x8dad80a3 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x8dae82b7 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x8dc43474 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de37d72 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8de7532b l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x8deb053b dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x8df9bc61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x8e08346c kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x8e119f7c gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x8e26ff84 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x8e355a30 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x8e35742e bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x8e3bf53d 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 0x8e6a354a regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x8e6a5c69 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e75f6ef acpi_dev_install_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e7b1863 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x8e8158d5 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x8e93699a devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x8e9707d9 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea01916 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x8ea56ea5 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8eaa5032 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ec7e830 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8eeb4987 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8efbd076 crypto_akcipher_sync_encrypt +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 0x8f159a3e tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f3612e6 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x8f39e816 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x8f4bb674 led_get +EXPORT_SYMBOL_GPL vmlinux 0x8f4bfa37 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8f5d5d4d crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f72bd4e xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x8f756ca3 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f858ca0 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x8f88db46 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x8f927d65 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x8f9f817e pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8fa25d1c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb02744 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x8fb256dd regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc2d83a fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x8fca0669 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x8fcd1b2f user_read +EXPORT_SYMBOL_GPL vmlinux 0x8ff14620 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x900a0be2 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x90100d3a kill_device +EXPORT_SYMBOL_GPL vmlinux 0x901c06d3 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x90244c18 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9043933f serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x906c0fbb pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x906d0cfb device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x9071f3b2 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x909cbb83 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90aca051 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90ba08df gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x90bb964c tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x90c34c51 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df3ee8 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x90dff656 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x90f1fa0f sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9106f343 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x911362a9 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x911effa7 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x9121cc84 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x912cf1a6 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x915751dc usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x915d2e02 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x9161d03d unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x9171bbbd fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x917363d6 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x91744c55 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x917d7fdc pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9181b4c1 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x91876118 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x918b3b1c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a4257e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x91ad33d7 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x91b17d89 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x91b3a112 __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91bc487f regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x91be7f32 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d4f563 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x921ff203 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x922ac984 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x923b15c4 pci_disable_ats +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 0x9253c385 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x9270a138 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x92753362 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x92824f72 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x92889edc crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x9292111b ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x929ae900 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92b3f9fa fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d0ca18 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d50c0e adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e33bb6 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x93055b30 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x930d486d i2c_new_smbus_alert_device +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 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934ca03e shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935cbdf9 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9371ea58 sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x938e4eec skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x93a468d2 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x93ad9e64 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x93b9faff regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d25c1d crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x93d53d04 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x93d56c62 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e2dfc0 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940f76b5 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x9415e8b6 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x9418b6bc __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94234402 irq_domain_free_irqs_common +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 0x943850ec class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944c45b4 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x944f344f blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x945fdd80 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x9460d19a mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9462d197 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94743d9e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x94872f83 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x949260b0 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x949ff872 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94a650d6 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94b8dbd5 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x94c98392 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x94d9af47 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x94dda6b9 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x94ee2e09 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f5149b crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951001f5 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952dcd35 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x952f6f67 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x953044b0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x95360a43 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x953c38d2 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95531f2a devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x9557084c phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9564ecb4 events_sysfs_show +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 0x95764377 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x957718f3 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x957f86c3 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x95808894 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x9581d186 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x959119ce crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x959150bc spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95ae1244 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x95ae4c46 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d26e5e gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x95d3e946 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x95e3dc6d __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f49076 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x9604418d hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962330a4 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x9625d4be lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x962ab994 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x962f9467 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x963fe0e1 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9649c8b2 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9655a34d usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x9655c971 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x965e49d6 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x965f2632 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x9664ab80 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x9675049a i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x96873aea sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x968df536 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x9691418b scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x9696936d fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x969bd3c0 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a7314a is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x96ab7b5b skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x96b49dea __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x96c411d7 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x96c547d8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x96dfd16c devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x96f27dc2 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97387590 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x97427f54 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x974741da unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x97484ff6 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x974e687a misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x9752c623 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9757ae37 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x975a1c62 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x975a8ddf rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x97746bc9 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x9775ae2a parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x9778fec6 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x977abee4 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x977ddb58 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x97827747 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x978a117d lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x978a27ac unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x978f5962 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x978fc870 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x97ab3795 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x97b6491d acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e60de7 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x97eb78a8 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x980b27ad genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9817ecbd regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x981a2bd8 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x9824b44b irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x983144ff device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983be375 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9850ca5b trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985dd48b rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x98797f48 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x988f9453 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9894a254 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x989f9070 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x98a3ae1f pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x98a68d89 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x98b63587 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x98d7fb87 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x98da115a power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x98ddf5ed kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x98ed4d2b clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f33e41 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x991493d0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x9929427b tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x99387fd1 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9938c87b devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0x99402731 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x9941e0ea fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x994d96b5 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x9951d530 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x9956294a _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997711cf fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x99864807 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x998caade devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x9995b1f2 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b794b5 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x99c62679 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x99cd38c5 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x99ed7d82 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f3a7a6 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x9a08d15f dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a318aa8 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x9a3620d8 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a42eada devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5afa5a phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a612b41 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a69afac mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9a6b3720 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x9a6d5580 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x9a6e8e96 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9a74d647 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x9a8b24db rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9a8e0caf serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ab9b68f sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x9abbec47 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ae2bd34 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9ae84af4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b013eaf pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b17677d serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b3cfe3b usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x9b42daf9 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x9b4780d4 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b556ec0 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x9b574d97 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6cec3d __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b708c1a crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x9b853751 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9983d1 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba61159 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba86c62 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bda7a07 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be05006 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be83b42 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c019928 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x9c173624 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x9c28a0da ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x9c4494ce vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x9c60856b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c812813 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x9c8305e7 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x9c8674a0 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9c92c370 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca1b9cc crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9ca99e2a acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x9ca9a88c debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9cb66811 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9cbc727e spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccf3dfc transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x9cd35256 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd7b2db phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cd97a6d acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cec55b5 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf5d249 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9cf6cdab kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x9d037a6a class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d1fd04a __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x9d2bdfd5 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3bba90 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d3beffa devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d4fcea9 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9d503f66 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x9d5085dc xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x9d5495d3 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9d560387 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x9d5f1485 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9d6aa81b bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x9d6ae25c gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x9d6cb6fc device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9d7b9ebd devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x9d7f2d3b scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x9d899d9a ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9b2743 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x9dc2613f iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x9dd98d19 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x9def3be3 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x9df031f2 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9e1634d0 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x9e1b5e39 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e274396 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x9e328659 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x9e3489ee iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e484b40 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5d23ab gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x9e751006 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9e7fd9e4 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9e85fee0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e895fa0 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x9e979f37 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eaab772 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x9eb46430 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9ec9d994 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee62fb6 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef6c885 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f17c3f7 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x9f47dfc6 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x9f50beb9 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x9f511a1a xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f5c8c44 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9f65d4c7 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x9f6648e2 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x9f698d90 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x9f6d94db inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x9f7082fc fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x9f7303d9 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f78b370 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x9f7e3ec9 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9f80baa0 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9f880d9d devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa5b0bf devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x9fb20c9e serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe1b6d0 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff6d66b anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x9fff47b0 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xa0086568 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xa00b9b29 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa019b400 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01ab5b9 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xa01cb51d gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xa01f9a68 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xa026f48d task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa0303d75 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa038ed55 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa042bf5f pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa060ffb0 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xa0684b63 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xa076dbad adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08d1a35 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa08e4998 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xa098115b __SCT__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa0a4a5cf pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0c05ab1 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0cf0fac dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xa0d21fac blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0d89ef5 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xa0d9c8d6 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xa0e49215 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0e9f0dd device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xa0f71126 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11bd346 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xa11fa164 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa1328d38 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xa1426e99 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa1519610 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1590716 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xa15ed9c4 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xa15f2553 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa16652a7 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa16b908b debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xa16dd28b kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xa16f5796 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xa17d0767 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xa19a4cb9 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa1a3af3c ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xa1a5ea9a firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa1b75d2b dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1cf5885 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xa1d1fd2a pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1efcbb5 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xa2009de6 rio_mport_write_config_32 +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 0xa2239abd is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xa224f0ff clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xa225e0a3 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xa22a38e0 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xa230601b ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa240849e get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa2461819 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa256c654 import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0xa25b61f2 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xa260aa65 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xa26757a8 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa274bb9e regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa28b19be fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xa291fa29 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xa2a1b110 iommu_unmap_fast +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 0xa2caafb0 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2da14d8 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fb0086 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa3056a2f rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xa3259c72 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa32c55db device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xa32e2a1c usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xa340f232 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xa341a02d dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa34808e2 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xa35df9df do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xa36f227b pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa3822a02 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xa382b5ad kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c249a io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bc3e0e devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xa3bd4528 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa3df1380 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f759c0 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xa3f8b739 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xa3ff361f perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa426af3a get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xa42e2dc5 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xa43a88cb kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa450ba70 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45bbc14 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa4605e1d ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xa4614110 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa47b97e1 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4849f87 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa492717d da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xa49e333a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4ab87d6 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +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 0xa4c77371 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xa4c79bca power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xa4d202d7 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xa4eff03b mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xa51a57a4 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xa51be5e9 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa52cccb8 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54251ba io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa54b4bff cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xa54b6ad6 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xa54cc5f4 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xa550091b crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa559988f virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xa56a79cb devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa5759a7a xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xa576f9da register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xa57841d2 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5805d77 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xa58a72c5 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa5986fa9 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xa5a131a9 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa5a3a55e vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0xa5a8f23f devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c5361b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e6f54d usb_string +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa6025da2 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xa6078f41 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xa609c469 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa6485015 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xa6623d79 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa672272a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa67e1fbf pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xa685e33e tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xa68ac794 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa6a06460 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a4db03 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6bab9f4 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xa6c2c23f device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xa6dbaf8b crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xa6de29cd tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e75a08 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xa708fbcf gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa7154828 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa739afbb iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xa74cade5 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xa77d013b usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xa7902ed2 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xa7958042 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xa797820d __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xa79d90ff inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xa7a86d79 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xa7acf758 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xa7bee39d inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0xa7ce65a9 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xa7d154d7 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xa7e36d02 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa7ebcf81 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xa7fcfc1b pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xa8007ab0 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa81200e0 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82fdcc7 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xa8311e81 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xa834fa2c virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8441cde virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bbe00 __SCT__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa8643d90 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xa877418b pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xa878c566 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xa884ae6d nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xa88c7021 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xa896e285 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8e69b0e devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa90f3120 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa92c20b9 input_class +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa936095e __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa94148c0 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xa94a7dc5 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xa94bd2fc mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa95458ac crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95bc25f thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xa963215d _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xa9652669 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9762c6d mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xa9850cf7 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xa9873636 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9aa86bf __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xa9adf639 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xa9af5f1e devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xa9b38c7e ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xa9c45ade debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa9e3d588 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xa9ee3680 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa9fb8509 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xa9fd7a6f serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xaa01f46b skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xaa08e6de crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xaa119a41 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xaa2d8d02 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xaa3b71ec dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa5cbc0e fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xaa5f488c pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xaa5fcf61 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa77be09 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xaa782750 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaa8c1868 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xaa93a7c9 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xaa9d6cb1 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab7c0a1 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba0ee5 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xaac1d9ec virtqueue_dma_unmap_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0xaac8dc8f clk_register +EXPORT_SYMBOL_GPL vmlinux 0xaaca4649 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xaad4ae59 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xaad7e657 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xaae566c3 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xaaeaae2f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xaaf8ddb5 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xaaf98ffe soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xab064489 device_del +EXPORT_SYMBOL_GPL vmlinux 0xab0f136c ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2fc933 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xab304e34 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xab595673 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab6813ae __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab6d9762 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xab79a90b transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xab810bbc vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xab876c99 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0xab972f25 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xab9cb772 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xaba1e36a get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xaba91787 dev_queue_xmit_nit +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 0xabc6638b usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabdf4cb5 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xabe8ccca watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabf64b04 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xac029487 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xac1d2677 thermal_acpi_passive_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xac2f0c74 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xac316e5a sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xac3d3a30 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xac4eb3fb devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac4f50b6 component_del +EXPORT_SYMBOL_GPL vmlinux 0xac58d088 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xac6067c0 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xac6b5161 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xac7d146a device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xac81ed0f __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xac928ccc ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xaca95b7e dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbf49fd bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacca239b icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xaccb89df dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xacd46a38 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xacd7be72 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xacdb289b pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xacdcabd5 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xace65bb5 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xace7a4bd debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xacec5650 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xad136dba xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xad33f8c9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xad3930bb hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad39e721 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad60037a hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad6405f2 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad696615 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad76146a max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xad7a5d5a of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad8890de gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xad8a71f7 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xad9c6f11 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada24305 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xada31015 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb4a4c2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xadcf81d9 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xadd82ccf device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xaddd7705 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade8bd53 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xadf59b77 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae066fb0 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xae0c7acd ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae22d3f4 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xae295983 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3d0bc3 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xae5a6f1c fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xae5ea2c4 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7d5e92 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xae826f28 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xae8821e1 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xae8bb981 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xae956c49 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xae957584 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaea0fc94 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaea23389 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xaea2e883 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xaeac3a6d inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xaeb2ddbe nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xaebe08bf fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xaebe7393 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xaeedadc1 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xaeef63ac register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xaeefc6c8 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xaefd56f8 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf1b6bdd cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xaf1dd54b ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xaf1f06fa regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaf24008d cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xaf2da013 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf428325 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xaf4f9a16 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf615146 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xaf63b91c blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xaf6669b6 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xaf68b1c3 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf71a29d sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7cf31a __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf986d33 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xafc178f9 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafcf3ccf x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb00ee4e0 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb02070aa rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xb0288bc1 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02b1f26 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xb031526e tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xb042e1e9 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xb04abf7b ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb04adb49 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xb052f71b fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xb057b8a1 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xb069fb43 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xb06ac644 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xb06b9c2e bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb07574dd percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07ef3d7 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb08a1870 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb09f935b gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xb0a36253 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb0a3e0d8 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb0a61e4e watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xb0b18715 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0ba6683 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d701e9 gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0xb0e2089f serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xb0e473e9 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e7f522 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ea99ba do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0f31faf pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xb0fae319 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11a3559 fb_deferred_io_release +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 0xb12a99e4 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xb133b7b3 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb13511b3 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb16126ec mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb165bb17 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xb16928dd eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xb16b3875 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb1796fb5 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb1a85e59 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1a9348b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xb1a995f9 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xb1b35f53 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb1b7397a scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c2fbd4 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e5b81b bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb1e62bb2 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xb1f18f35 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xb1f19a26 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xb1f9ee69 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2126994 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb222e568 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xb226f93f ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb2363dc7 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24ea75e tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb262b546 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26a3763 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb2715cd8 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xb27a8f61 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xb280d6f2 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb295c936 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xb2a00849 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb2a0f275 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2bd028b __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb2becc0b devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +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 0xb30b94ed failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb310d4ee set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb316d1b9 get_device +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb348373b tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xb3560b7c xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0xb35e7a7f __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb36bdb26 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xb3811193 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb3940d85 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb3a260c5 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xb3c1c564 get_rcu_tasks_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xb3d25fa3 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xb3e74f1b bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb3ff306a noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xb4011d88 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xb418320b wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xb41c5ba2 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb41ebd70 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xb4268621 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb453b73f ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4581915 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xb45a02a2 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xb45c89f4 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xb4683885 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xb4711f7c fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xb47c29ec sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xb4879ced register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48fb95c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xb49b92c0 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb49e4c55 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb4a8f900 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xb4b1ca02 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c737ab bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4de2036 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb4e82b71 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4e8e987 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xb4e91730 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eb039b __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5190b25 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xb51f20c0 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5252a85 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb5263a6a dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb52aacbf crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xb52f3afb blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xb541f5dd __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb559f14b usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5621de1 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb590abd7 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b63c58 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xb5c43b05 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xb5d91859 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb5de3462 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xb5df371b addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xb5e1a38a iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xb5e3182b devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5f440c1 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xb5f57db5 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62d28c7 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6375322 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xb6390a27 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb657542f devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6857fea gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6a2ca01 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xb6a35cc7 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xb6b7e0d8 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xb6bb8207 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6cabecc get_rcu_tasks_trace_gp_kthread +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 0xb6f2ab68 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb707edaf device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb70d862c __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xb716a87a i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xb71a8d5d crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74b7a54 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb75911a3 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xb7597e70 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb767cf53 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb77c9a5c ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb784c57e badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb7902886 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7c3a292 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d649a0 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7db14f0 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb7db9536 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb7e05cb9 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fc8694 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xb805d2b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xb8099b2c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xb81519a3 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xb816151a vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb81ab7b8 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb836f6d5 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xb84bba71 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb853fa93 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xb8574d70 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xb874e621 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb887c012 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a3e0fb device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8a9868c spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8aee9ea sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb8b1de7d dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c35e0d __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xb8cc50b8 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d4807e fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xb8ec35c8 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb913b451 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xb92109f8 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xb9234f43 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb946e863 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb956eb47 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb9614147 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9619c11 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96b42c6 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb96b6fa7 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xb96bf934 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xb9851301 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98ef853 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a4a8c5 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xb9b6f5f3 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xb9b942a9 __tcp_send_ack +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 0xb9cfeff4 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d3d681 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xb9dc69b8 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xb9ded6b0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb9e59f33 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xb9ea487a of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xb9f01b84 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xb9f81588 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba047951 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xba075d77 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xba1095fd tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xba13a73a regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xba15c341 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xba1ee0e1 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2c0b25 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xba3d328d ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xba466ef2 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xba5338d8 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xba54c504 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xba69b41d gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba933101 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xbaad54f3 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbab44da1 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xbab73f93 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac5ed16 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xbadc80b2 arch_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbaf57924 regmap_add_irq_chip +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 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb28f364 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xbb2db814 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xbb35ef87 mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0xbb3d8ef1 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb450d57 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xbb528a66 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xbb53bd1b perf_event_create_kernel_counter +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 0xbb6e202f vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb8001fd lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xbb8010f3 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xbb80c35d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xbb814775 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbcfabda fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbfc5edd pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xbc1986fd crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xbc2dc7e5 crypto_unregister_templates +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 0xbc50c208 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc628d54 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc79eb0b sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc95d82b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xbc9b1a85 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcae0ce2 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xbcae739f pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc05b56 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd17e5d netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xbcd7176c blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbced1640 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd03b087 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd3f1744 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd42e0b7 __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xbd54cbc0 amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0xbd5ae6f1 vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0xbd6a3d4f __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xbd6d2748 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xbd6e0991 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbd7873d8 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8544d4 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xbd9914f9 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbd9bf8f9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda097f0 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xbdaa91ea vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdbbd14d crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xbdc775a2 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xbdcfeb94 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde4fe64 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xbdf98bbb tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xbe035a64 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xbe1217f1 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xbe34095c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xbe57c53e register_pernet_subsys +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 0xbe6a68ce dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xbe6e0e9b fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xbe72e308 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe79f277 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xbe7eb67a cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xbe98c2e9 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9aa348 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeac2e54 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xbeadbaac dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xbeb7f07a bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xbec60c4c regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed0528f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xbed2f69c rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbef81cd5 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xbefdb9c2 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbefea1c7 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf04a522 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf18dfc0 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf2e54f2 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbf5a5d40 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xbf67cffb led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xbf6e5b10 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xbf794d8f perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xbf7ac67f usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf9d2570 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xbfae7f3e serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe8ed87 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xbfece42d dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff50f29 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xc0080146 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xc00d05d1 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xc013c999 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc016cbdb __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc01b1c02 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc02383f6 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xc024fb6e usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc03b3c29 fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0xc042137f cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xc04ab376 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc06d5b64 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xc085a0b0 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc08a245e iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc08e8fc6 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc0909e04 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09903e5 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xc0a0061f nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xc0a7a5fc pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b32fc5 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xc0b3425a perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xc0bcfda7 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xc0d1ddfc ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0ddbea7 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ddf470 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0e25fb0 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f38779 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xc0fc4b1d tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xc104af00 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xc105d6eb device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc118d95e pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xc12b08d0 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xc145e931 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xc164a694 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xc1650a7b relay_open +EXPORT_SYMBOL_GPL vmlinux 0xc16b6e4b platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17689c3 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xc1771bac sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc182555c tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc1852aa0 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xc1a4fed9 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc1b06388 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xc1b8ed27 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xc1bad37b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xc1cb1308 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xc1cc468a disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc1d2f3d8 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc1d73132 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc1d9b6ff __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xc1dafe22 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f1a9d1 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xc1f37152 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xc1f621ec xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc20fdcd2 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xc216bbb7 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22c44b2 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xc2352c3b compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc23601c1 __SCT__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2485849 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xc25843b0 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26b3c45 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc279d612 bpf_trace_run2 +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 0xc2a00b7f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xc2a1fa61 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2acf9ca cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xc2b2dcae iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xc2bc5489 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d35182 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xc2d59a9c usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc2d8b925 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xc2d9388a genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e32bdf ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc2eeaa9b ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc304a944 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc306fbd4 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xc32f9654 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xc33bd135 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc33fcca8 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc346bf5d regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xc34c374a governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xc359303e spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xc3609377 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc387a058 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xc393831b edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39b6339 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc3a2a272 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xc3afb980 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xc3b29a75 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b5d197 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c7ee06 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3ce2e5c skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc3dd2972 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e0bb05 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3fa29e3 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc40ab0c4 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xc40eba6c badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xc42105db device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44005fd pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xc44399ca __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45a0ae6 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc461d81e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46dd082 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xc470cfb4 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc479fa3e gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xc486ccf6 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xc492ba51 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xc49630e4 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a3c9a5 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4a44d7e sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4be5e0c __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0xc4c11d53 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d85729 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xc4e5733e debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f25b55 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xc50d3556 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51818e8 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xc5282db4 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xc52bcf00 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xc531a710 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc546aaa2 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xc55e8647 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56d8d3e strp_stop +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 0xc59cb049 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xc59eb887 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xc5a03985 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5c6f12d dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xc5ccf056 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xc5d370b8 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc5e19561 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xc5f1bf90 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xc5f24363 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xc5f8335b blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xc5fd0242 ata_port_probe +EXPORT_SYMBOL_GPL vmlinux 0xc6045a2b dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc608c29a gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc60fbd54 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc63b2678 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc6499ce8 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc64e3ac0 trace_array_destroy +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 0xc65b818f sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xc65d935d acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc65feef3 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc667ed50 iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66cd5b9 blk_rq_unprep_clone +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 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a52b25 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc6a966c6 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xc6dbeca2 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ec3a9c ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6f11f81 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xc6f95fe5 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xc6ff7b6e disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70adf16 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xc71273ee __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc71566ed crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc71824fa nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xc71d070f device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc720648f iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xc7325f40 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xc73817aa xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xc73f4a67 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc754e825 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xc755de17 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc75763c7 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xc764d6e7 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78ef2f8 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a70564 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xc7a72d4d kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7b2837f __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc7b29e9e nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xc7b3a43d crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc7c1c5e6 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c94e54 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc7d6249d bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xc7d6ab96 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc7db22de __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xc7df07f8 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xc7e097e8 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80157e7 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc801ef9f fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xc803fdd6 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xc80ff737 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82e7db2 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc82f740b access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83e6e98 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc84305c5 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc8689a17 genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc86d9329 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc879f38d tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8a63218 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xc8b90bf4 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc8bbcb0f dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xc8c74b8e thermal_acpi_hot_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xc8dadc2e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e0b425 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc8e12eb8 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0xc8f4c715 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xc9020439 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xc90a1bfb tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc90b3e38 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc9104fa9 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc920ccbd pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9418633 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xc945a04a pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc94757c1 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc94f303a fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9574efd thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xc958f6ab devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc9590cae fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xc95ac2fb sprint_OID +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 0xc96ea858 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xc9754e7f irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xc97e6b5c da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc999e968 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9b5d219 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xc9b8391a bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xc9b86baa blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c6fd23 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d523ce switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xc9d6566e led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9e58f49 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc9e6ca45 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc9ea7145 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9eff105 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc9f85621 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca074107 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xca0e7f67 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xca147f38 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xca165b48 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca4c35e2 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca600b26 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xca64a0e4 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xca776042 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xca77772b firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xca784654 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8e3aef dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xca951ad9 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcaa8b5e8 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xcaaf9da6 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac37dbc sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xcac47665 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcad0a883 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xcae0452d genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xcae36e67 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xcae44b45 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xcaf0271f hv_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb111006 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcb24cf5f mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xcb2936d8 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2df9d9 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xcb2ff00d pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xcb341904 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb383168 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xcb394efd devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xcb39daec ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xcb3d41b0 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb4a4918 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb635efc mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xcb758747 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xcb7feff5 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb8d7327 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xcb942dfe set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcbaa327d misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbb53dd7 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xcbc048b6 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xcbc76205 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xcbd146ea ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbec56a5 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xcc0d1445 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xcc149992 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xcc1be576 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xcc1c6b9f fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xcc2ab7ee sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xcc32b24d pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xcc34b5ce crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc402865 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xcc450b81 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xcc472f20 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xcc556372 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcc5e3794 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xcc6182a8 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcc6d3697 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xcc71ac65 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcc7a379d 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 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb48b45 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xccbc8d99 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xccc46fc3 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0xcccd6dd4 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce6b5a0 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xccec5845 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf5e442 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcd07f40e sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xcd185845 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd34bb01 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd798a3e rproc_coredump +EXPORT_SYMBOL_GPL vmlinux 0xcd7ac107 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xcd7ff159 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd8b095b tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd900995 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda2a592 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb75484 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcdbc2e7d xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde7fa68 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xcde80ee9 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xce000b5d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce232894 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xce3bb305 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xce3ddf18 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xce507522 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xce573751 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xce5fb188 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce764e57 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xce7cfaab led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xce84ff5f fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xcea051e4 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xcea687f6 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xceb0094c dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb5f769 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcebbadb1 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xcec96790 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xcecf6016 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf14ef9b pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xcf152309 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf35629e __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcf36cc02 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xcf404097 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xcf429afe regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xcf48a6dc pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xcf56fc8e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xcf78ec68 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0xcf9608c5 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xcf9a1b75 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xcfbb8d34 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcfbdf7b9 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfd12795 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcffea15d xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xd013c525 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd01bc179 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd0222d30 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xd0393f12 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd043227a usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd051776f security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd05e6016 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd0643498 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067c979 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd06925c9 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xd078c1bc espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xd07cf3de sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xd082b198 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xd08a3a2c class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd08ee23e devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xd0959230 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0b6508e bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd0bc6f05 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c68136 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d816cb crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0eb8d95 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xd0ee5e61 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd0f031ad wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd1040c19 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0xd108f9c0 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd11a9564 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd142042e simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd1703401 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd1bf02d8 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1db5ab2 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd1e5351e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd205ed96 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xd2095cbc relay_late_setup_files +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 0xd21aa39a trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +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 0xd2792a54 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xd27e9575 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28b4011 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29db0dd priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xd29f6393 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xd2a8b60f blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd2aa8bf3 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bc4ec3 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xd2bf1440 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd2d51555 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2de1420 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xd2df3b66 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xd2e14185 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd3046a6d ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +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 0xd33bdd23 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xd3632f98 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36ec80f dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37b0777 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd38c13cd task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd390a46b acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xd39e47f8 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a3a76d acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd3bfd0e7 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xd3c34043 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd3cec923 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3efdd3b pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xd3f99ed0 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd403f362 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd4110c4a io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4390e7d regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4639135 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd47b4eec __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd482a6f1 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd4924505 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xd49517ca get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xd49bb71a iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd4a136e7 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xd4ab8897 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xd4b1e55d sata_scr_write +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 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4ec87b4 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd50a0563 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd516ee85 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xd51de398 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53f4877 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xd541b9f3 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd5495bee crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5555966 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xd558c8b4 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56d8b74 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xd5743fb7 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xd584fb45 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd58d6685 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59f0ada fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xd5a61a34 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd5ac8df0 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd5b38f22 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd5c83d60 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xd5c9b6e1 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xd5d5e80d clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xd5e6caad fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5fc94cf balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xd5fe5f40 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd60500ea thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xd61ad3f9 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd61ddda5 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xd63fe26b usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xd64034fb crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xd648b2f2 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65203bd sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd66bcb9b seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xd671bcf5 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6739248 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xd67b47fc ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xd688c2a2 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xd68e9b71 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xd69df785 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xd69e6543 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd6a315f4 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xd6a4c1cd wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6af49a9 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b3e3d5 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xd6ca8586 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd6cc7da7 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6ee81c6 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xd6fb74e1 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xd6feb98a tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7148198 proc_mkdir_data +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 0xd73143d6 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xd732b227 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd763f5a4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xd76527dc vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd768a2a1 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77dda67 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd77e9a38 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd7913a0d devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b5c76f sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xd7c179a1 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd7c908a3 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7e3b463 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xd7e6c761 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xd7f53157 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xd8092841 devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xd81427fb tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd857eeec ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xd859368b crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xd8699f40 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xd86ad003 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xd87974c8 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87eabd2 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd87eb01e ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88392b8 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xd88e425d set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd8a8aa48 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xd8b3342b is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd8b985c2 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xd8c28ab0 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xd8c682ba dwc2_pci_ids +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e20805 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd901e184 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xd9094a4e __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xd909c78a bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xd91899c0 genphy_c45_read_mdix +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 0xd93e45e7 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xd940ec4e bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xd94a7bd2 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd989ef39 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xd98cdd55 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9938b07 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd99b9767 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd9a68ad2 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd9dc5edf __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda04850f da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xda049c79 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xda060daa tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda162601 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xda16bf43 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xda1d8ae6 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda460cf2 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xda4ad88d crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xda59e386 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xda5d08c3 devm_device_add_group +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 0xda9a2243 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xda9c7896 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabfe963 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdac1fcc5 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdad1657d dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xdad90b59 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xdae329ad component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xdae50cee elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdaf32392 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xdb0ac1fc debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xdb0d6045 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb0e52ff sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb28119f task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xdb2b6b3f phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdb3c913a dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xdb41ef68 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xdb4b2fbf usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdb54c765 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xdb55d4f3 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb714e9a crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xdb7f2ec3 thermal_zone_device_exec +EXPORT_SYMBOL_GPL vmlinux 0xdb816eb7 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xdb849f32 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xdb881f39 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb938544 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdbbe9b0a cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdb4a69 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdbdd32d7 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfb72a7 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc037085 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc052d7a platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xdc2b6691 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc48cc4e __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xdc552aa1 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xdc563275 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xdc643ea4 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6f99ec proc_create_net_data +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 0xdc895146 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xdc8df3a0 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc99f1b4 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca22fbe tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xdcae52f0 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xdcc765c5 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xdcd96719 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdce16e86 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xdce66cf0 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdced8fb7 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xdd0457b6 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd116e31 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xdd2169c7 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xdd227bc3 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xdd236817 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xdd39455f validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xdd40eecc gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xddbb99e3 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xde05b9f4 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xde070538 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1795e7 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xde193844 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde41fc0c pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xde44b01e smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xde496896 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xde4df992 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xde52e279 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xde539e61 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde62f4e3 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xde68719c devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde852da4 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xde87d5a4 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xde95ff6d mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb18340 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xdeb494d4 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xdec35985 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xdecb1549 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xdef0c075 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xdef37fc5 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xdef4d7f9 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xdefc582f icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf024eab rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf027d36 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0e7368 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xdf0f51a5 devlink_trap_groups_unregister +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 0xdf1c7167 irq_domain_add_legacy +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 0xdf3e9170 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xdf3f7265 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4dbc32 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf5b7201 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf6cd09d clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xdf73cf2a rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xdf76c8e3 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xdf7e8e26 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf84fc18 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xdf85ec93 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdf9c33ae nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdfb116f6 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xdfb421a5 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xdfb62b1b ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xdfb7e0e7 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xdfbe2aea regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfdc924b wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdffb5ee5 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdffc34ae class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe011ee01 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xe01a7c54 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0xe01ec7a4 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xe024172a blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xe026b537 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe04501e6 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe04696df genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xe046bc54 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe04941c6 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe04d99da synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe089f21a find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b26b19 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xe0b6750a acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0e6fa88 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xe0ed04f2 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1163dd3 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xe12127ba clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xe12b5211 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xe151ff45 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xe15fb81c pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe16978ee tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xe1814e1e scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xe19c895b ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b54317 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe1b6bae5 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c05bea synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1cdcf22 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xe1dce9be mas_store +EXPORT_SYMBOL_GPL vmlinux 0xe1f17629 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xe2058ca0 nf_defrag_v4_hook +EXPORT_SYMBOL_GPL vmlinux 0xe214b4fb __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xe2188950 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xe228ed98 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe236103d usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe25056b1 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe264f895 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe27239ee rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xe274485b blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe28422f5 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xe287d220 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2962e88 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xe29a055e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xe29b267d platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe29bb29f devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2a14775 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe2b16111 __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b7759b edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xe2c3d2ba ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2dc1c5d ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xe2dee334 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe303390f acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xe330c601 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xe3358eb9 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xe352fb1a ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe368c26f regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xe3696c39 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xe375ac89 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xe37e7da6 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38c00e4 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe3912e75 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a0bc48 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xe3a586ff devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe3a7a45c __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xe3a8adf5 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xe3ad0c3d sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b0c427 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xe3b8fc1c __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe3ba241b dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c9c86e vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e2045a gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3f1943f icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xe3f79acc wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41c0778 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe41fd2ff dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe42b071a devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe432b02d iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4400d1c skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe4409249 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xe45170b1 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe457fc5a __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xe45ccea2 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xe46790f5 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xe46add20 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xe479f764 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe47e7557 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xe483f122 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49f5ac8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xe4a3270b fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xe4a46a40 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b83143 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe4bc6b7b xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xe4c0bdea irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4de9779 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f585a0 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe4fc49c4 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xe50a7c80 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe51e128d irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xe523602e switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe52605b4 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xe52e9b97 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe541d482 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe54918d6 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe552654d devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe5644ffe led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xe5665753 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe57ee8fe dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe589c4c3 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xe58abaf2 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59219d8 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe59b70d0 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xe59fd973 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xe5a0f894 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xe5a51364 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xe5b38ced clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c15966 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5e97dd0 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xe5eb892a isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe5fb9c7c platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe5fc117a clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xe5fe8379 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xe5fe8719 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xe60432e8 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60b154b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe61200ae phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xe623afcc gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62d8006 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe62da06b crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xe6322b8d register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe64fc744 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe65a7d15 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe661ca19 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xe666f03e unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe678baff ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xe68ae0e2 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xe6967a25 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe6a03afb fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xe6b2a962 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xe6c4424e switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xe6d20523 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6ed8ac4 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6ee425e wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe6efd481 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fdd62d debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe729b798 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xe73e8e46 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe746e766 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe746fa23 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe75237a2 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76a2107 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xe776ba67 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xe7781f7f ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe792b06a debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe79c98f6 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xe7a930bc pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7cce136 perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0xe7cec562 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e1f24b __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7fdf0a9 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xe807edfb usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8087a5f ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xe80f1cb4 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe811c395 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe84541fc device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a594a devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xe85e4872 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xe861e186 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8654d53 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe86cd75c __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xe8704d96 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xe87d1515 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe893acdf scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xe8a41ce8 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8aa0d46 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c0cecc irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe8cbc301 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8e42743 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe8e65ae9 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xe8ea7444 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xe90f617d preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe910e112 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91f9fe7 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xe9286edd ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xe92914de regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe92a2db2 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0xe92ef935 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xe93aa247 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94e67df regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xe95b6933 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xe95f7344 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xe9622987 component_add +EXPORT_SYMBOL_GPL vmlinux 0xe970c7bb gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xe97f8c23 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xe9959818 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xe99bcb35 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a98b48 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe9ab5049 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xe9b2fa5f crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xe9baf499 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xe9c78193 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xe9c9e73f __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dac08e pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xe9dc51c5 cpu_emergency_register_virt_callback +EXPORT_SYMBOL_GPL vmlinux 0xe9e45bd4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xe9f3c751 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f90853 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe9fadf16 __SCT__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0e2d5a seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea153e35 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xea1b476b nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea3739f8 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea49af24 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xea4b1a97 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0xea512d84 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xea5a8e86 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xea65700d irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xea69d7d7 asm_exc_nmi_kvm_vmx +EXPORT_SYMBOL_GPL vmlinux 0xea6aab47 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xea6c3e1d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xea71bf88 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xea8184e8 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xea81b76c tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xea84ab06 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea853960 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xea8cc8dd sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xea95f67a sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xea9e255b __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xeab5020c apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xeac0d7d8 inet_hash_connect +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 0xead8a9d8 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xeade348e dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeb046f7c rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xeb147571 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xeb2cf050 fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb309b4e dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xeb357da1 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xeb38f3e3 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xeb47d8ab free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xeb52f746 __SCT__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xeb5d750c cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xeb649e6f iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xeb8114b9 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeba54e0b i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebcbeb1c __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xebcc8187 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdb7283 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xebe78f9d mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xebef5c6c usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xec01ef84 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xec0646cc __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xec2b98fe dev_pm_opp_get_freq_indexed +EXPORT_SYMBOL_GPL vmlinux 0xec40739c fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xec4c6736 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xec548669 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xec5624b3 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5816c3 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec67f9dd ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xec74f9d1 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xeca8c65d __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xeca9d88a icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc74ea0 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xecce89fa inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xecd22d7f sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecf72cee __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xecfc4b19 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xecfea4fe fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xed1f8ac7 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed3f9174 inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xed72974b blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xed8822b7 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed923276 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xed95f8a5 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xed9f4ff1 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed9f5ab4 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xedb2c734 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xedc23be0 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xedc6a8c7 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xedcd6d90 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xedcf6d23 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xeddae49f xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xeddb2203 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedea0087 virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0xedebf541 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xee006366 hv_isolation_type_tdx +EXPORT_SYMBOL_GPL vmlinux 0xee02dbf7 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xee06d7ff __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4cdf76 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6a7482 iommu_domain_free +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 0xee7e4c47 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee8b28cc __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xee93d730 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xee98ac99 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xee9f3b2a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xeea15320 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeea94094 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xeeacb882 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xeeba8643 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xeebc758a synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xeed490e3 pci_iomap_wc_range +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 0xef0ef8a4 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef237178 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2d78af fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xef2f81b3 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef36f370 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xef39b33d acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4a72be pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef5703df pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef60c886 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef741147 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xef7ff51e usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9b0eab ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefe1686c __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xefe672cd devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xefe6c0f7 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffc7cfc make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xf0005377 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf03a65e6 __tracepoint_ipi_send_cpu +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 0xf062aaa4 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf065d977 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06f74f2 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xf08c8b61 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf093065a relay_close +EXPORT_SYMBOL_GPL vmlinux 0xf0ab1990 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xf0c35cba posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xf0cc233d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xf0eff360 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xf0f288a3 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xf0f374d3 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf10adb28 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf117a846 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xf11822eb sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xf128c4d5 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xf1296b8a hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf12a3011 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xf131eb69 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf134d1b7 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xf1463e7e __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xf146e748 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf170a549 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xf176aebf usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf1829d5d __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf190bdae __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf1a58202 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xf1afe098 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xf1c78b22 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1ce5458 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xf1db2842 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1ecfa2c dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xf1ed5f8d xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xf1edaf0b usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf20121bb pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xf2099420 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf20edcaf crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21f273e extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf22033b1 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf22315cd devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xf256c5f8 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xf26074da ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xf26247f5 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xf26b1e36 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2910b70 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29e8c37 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xf2a9527f irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b77c3d phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xf2bec630 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +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 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31ca26b iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32e79e1 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3338274 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xf3355e4e nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xf351514c sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37b78fc dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xf37f1ba3 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3816393 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xf381bc85 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf3851911 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3afeaf1 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xf3b1dbc7 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c0721a pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xf3db6131 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xf3f324b4 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xf4032b8a pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xf40694d5 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xf4153bf8 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf424596b devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xf424af16 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xf451cd84 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xf456663a account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xf46677d5 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf486d206 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xf48d4034 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xf4913833 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf49fa8ea iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4c40b06 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xf4c5a456 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xf4cc06e5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf4cd3db0 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4ce332b skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4dea62b __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xf4e72d56 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xf505d4bd usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xf517912c bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xf53f6cbe pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xf544f71d devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf550a3a3 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5564b12 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xf5602063 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf562cf9b bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xf5695a5c i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xf575a8d2 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf577838d hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xf5824a8a trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xf5878cc7 fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0xf5929447 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xf59c63d2 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xf59e5b03 fwnode_device_is_available +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 0xf5b26b05 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xf5b52d5c hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xf5c1e984 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf5c3563f device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xf5cd4947 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xf5d353a2 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf5d7f46c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf5d871a4 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf5dde46b vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xf5df2a3f regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf61586f8 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xf61781b0 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xf6203aa8 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xf62801d1 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf63351ea pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf63876ee xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf63dc45d md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf68c8d0c dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xf694b76b register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0xf69b418b genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xf69b6b74 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6aaa9c3 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xf6c5b42e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cf408d disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf6e7248c tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xf6e84847 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ed2f95 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf6f0259f pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fb0e25 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xf7076a95 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xf70e28e4 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf70e545c perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xf71568d5 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xf719430e __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xf7265457 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf738d343 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xf73cb515 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf73ce7b7 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749418e tcp_reno_ssthresh +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 0xf75171ee class_register +EXPORT_SYMBOL_GPL vmlinux 0xf75e00ca trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf7696eb2 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77bd674 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf784a29d dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf787e683 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xf792567b iommu_group_add_device +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 0xf7da0c27 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf7dae79e bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xf7dd4bb7 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xf7e043bd ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xf7f61993 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf827eb18 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83ac8cb hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xf83d0b39 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xf843ca25 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf84b83e6 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85b99fb crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf86b5ed2 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf86fb6d3 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a0f515 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xf8ab6416 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xf8ae0f84 p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0xf8b00b1a clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf8b78f8c dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8c67d8e devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xf8d0d32e blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf8dd202a kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8e58840 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xf8efdfc7 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf9041296 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xf906e4bd crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xf90881bb debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xf90f01e7 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf920c817 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf93a2032 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xf949e8a0 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95bd47a __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf9752a06 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xf9768bb0 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xf97b7f7f class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf97e4432 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xf9811ea2 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xf98e990c __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9957001 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a6dc9d crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9c51a06 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xf9d9a683 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xf9ee4a3a vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf9f7cf53 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa163e2d __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xfa198b82 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4edb37 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa7d16dd devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa918d25 __traceiter_xdp_exception +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 0xfad62cee anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadaae4a irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xfae15fac pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xfaec3be2 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xfb1c94e8 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb427769 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb4fea41 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xfb5da1ea i2c_match_id +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 0xfb83c9ec edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xfb8839c3 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd01d20 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xfbdbaec0 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xfbdcd92a crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xfbdd291a mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xfbfee54c netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc0038c7 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc042f97 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfc06c3b4 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xfc0836d3 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfc1ec09b crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc21e781 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc26ae2e spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc2f70ea rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xfc356599 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc408507 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xfc5f5bdc phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xfc8d4942 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xfc910871 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfc949104 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfcadfcea __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc209b8 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfcc43aee dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xfcc5887e __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfccb6260 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xfccce4f4 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xfcd3e3d2 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xfcd6bd2d __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xfce3adb5 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xfce76745 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xfcf4dd47 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xfcf50e7d __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd171a7b devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xfd29af99 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xfd4337d6 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd4e9bf8 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xfd6ad6d1 devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd777be3 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd8bec24 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xfd9cdd25 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfdb27b3a irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xfdbbe825 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xfdbbf378 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc5a26c devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdca0af7 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xfdcbf605 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xfdd14111 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xfdd53d8c devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xfde061a5 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf6853a sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xfdf889d4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xfdff6dbe serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfe0e589e __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe0f41d3 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfe125bfa ethtool_set_ethtool_phy_ops +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 0xfe1c39c4 dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe473512 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5f507f trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfe693f02 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe6d82e3 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe75bc90 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xfe7daf1e usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe965156 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xfe96d1b1 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfedc9b0d sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xfee4c4e9 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfee5343f sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfefba31c dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfeff76b4 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xff04e6c3 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff347cbc __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff509d59 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xff5ba884 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xff60833b tps65912_regmap_config +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 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffba895a of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffca55db devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xffeb5e4d blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xffefc9ee clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xfff91ee9 devm_regmap_add_irq_chip +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 0x03ece38d cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x097b2133 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0c2f3f58 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0d985f14 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1213d279 cs_dsp_cleanup_debugfs 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 0x1bd8a9fb cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x25806720 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2f766dde cs_dsp_write_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 0x55c0d61c cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ee73dc cs_dsp_coeff_read_ctrl 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 0x6e96d952 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x83409891 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x850cae60 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8b468153 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8c70b6d6 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x98a947ee cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9acf1a7c cs_dsp_coeff_write_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 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb9ba1342 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbe2eff14 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd5c18736 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd73af3c2 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe67bc571 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xeb05357b cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf1d5d369 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x24b65731 tng_gpio_suspend drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0xa614d359 devm_tng_gpio_probe drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0xf3991a28 tng_gpio_resume drivers/gpio/gpio-tangier +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xc2e20706 hwmon_device_register_for_thermal vmlinux +I8254 EXPORT_SYMBOL_GPL 0x6b595171 devm_i8254_regmap_register drivers/counter/i8254 +I8255 EXPORT_SYMBOL_GPL 0xd4847231 devm_i8255_regmap_register drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x01fad6cb i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x03208efb i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x11203647 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1356fb74 i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x163ee944 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2333a9f2 intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x261a64ec __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2736c8d0 intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x38b91c5b i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3b8197d7 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3e6a5da1 __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5028500c i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5dfe1854 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x661b3d74 __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x726e7d44 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x72d50940 shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x730e480b i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x73a95f71 i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x812f421d i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8ce0b565 i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8f03e57a intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9c6f214f i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa85fb80b i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa8d33873 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xacbf71f7 __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbd424d13 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc121624e __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xcc7176fd intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd23aa3d2 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd29aa81c intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe3cb854d i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe4b1b85f intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe92c8955 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xeaa4be18 _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfbc4fdb0 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfe770cc4 i915_gem_object_set_to_cpu_domain 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 0x02150155 __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xa0de00e0 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xbba7ec55 idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xc16a0d02 idxd_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xd1d805c6 idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xe335f2fa idxd_user_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1a8889dd ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x9b0da6f6 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x84667010 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x89ada58f ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x574ab985 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x7e31c7a5 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x3e3ec34c ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xc0504f02 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x5a094a27 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xf8635262 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0b0e2662 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1daf79a6 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x214d8014 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6803ae4e adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x83eec4d6 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaa09f884 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xacb520d7 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd8d16230 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe1e6f910 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf5e6a2e2 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xf7d5ad23 __adis_reset drivers/iio/imu/adis_lib +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 0x98f33025 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xbd50f1d4 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 0x32c57343 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 0xee0f0e22 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xa0d5dd6a adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xca1df64b adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3f3a811d ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5977a9cc ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5d1c4314 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7296e4e8 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x76aeca4b ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb3504ad1 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc4d6f29f ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd087fb3c ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd5c5eae6 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6cd7d12 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0xde454d2b bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xebb4f66e bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x159e374d bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x2a76f16b bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x79076316 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xc60e6e6d bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x6a69a0c1 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x79835223 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x97ca9723 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd183a92f bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xba8fcfb1 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x2b306c30 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x07cd9cf3 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x7c75a66f bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb4860a09 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe520ed16 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x1c950fa7 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 0xbf1b939a bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x13a70f06 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x180fd800 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1ddbb383 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1e6a27d6 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x37e2ca33 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x620b020d bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x698f0612 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7ba78d16 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8365c6a0 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf2890562 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x29d2b8e0 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x34d9cd18 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x6c8f63da fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x75d809a4 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x8f55d9a0 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3dc37959 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x7109d440 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x81a6f2e9 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd3d74085 fxls8962af_i2c_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 0x89feb55a 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 0x23850ebd hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x2546a49e hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x43e6a249 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x4bf6cdfe hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x4e03dd1e hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5e005a50 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5e4c20ee hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x66472105 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 0x96d24c4c hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9b54ae45 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb9f21b04 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xde7ea6ad hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x26c47488 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x3759f239 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x83f094c9 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc0f3e247 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x8b8cfcec hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xa71f0278 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xdc4398c6 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x602bfd1d hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x61562c70 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x145120c7 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x23f87298 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x3cef85ab inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x4c441c91 inv_sensors_timestamp_init drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x8f76efe5 inv_sensors_timestamp_update_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xd27a87e4 inv_sensors_timestamp_interrupt drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xf515045a inv_sensors_timestamp_apply_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_KX022A EXPORT_SYMBOL_GPL 0x1dc765a3 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x3b99ae78 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x66113aa9 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7b1e6967 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xc2619c4b kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x33cf0273 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xd39de1b3 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 0x076fb3ad ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x25dad99c ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x29684d48 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 0x346948a7 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3ab1a16f ms_sensors_tp_read_prom 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 0xb1b29e09 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb6e78209 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb95b09ed ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdc75bbef ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x58827585 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x95361038 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xf1dc1657 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x010f0dc3 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x23a9a837 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x241d049c mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x43be59b9 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4949b806 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5f6534fe mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x64766e0b mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6e2a642e mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x819dee9d mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb387b887 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb4bf3b19 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbaf36679 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd77f605f mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdfacb9d5 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe31e39d6 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xec35c581 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xe498c23b mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x41437b36 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x0e71f1ec inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xe600a03f inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xa14c4da2 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x08fa5b16 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xc7800eaf 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 0xf938009a rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x67362424 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xf92d121c scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x365f972e sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x003f7b0d ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x01115878 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3eef088a ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4585ef1a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x8e0ae1a9 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb2d30125 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xbd7ae326 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xde9a9a6e ssp_get_sensor_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 0x07c407fb st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x106f39c9 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x1361eaaa st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x141a8d93 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x33455be5 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4ffb9de1 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x5c5e62a4 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x628fabc7 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x73d1b60c st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x75df99e9 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x81d2e812 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8f1ac794 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa38312cf st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xa7427751 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xac68ba4d st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xae152143 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xb0c3144d st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb5339a4b st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb9cc6c4b st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcac2c554 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd16c5557 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xde0f5640 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xe08d5850 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xe6e9721e st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xeb4c97f9 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf626fbe2 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x47e25987 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4be1c2c7 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x6cd50718 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x17046dee zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x68b121a5 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6f214517 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9746495c zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x97c0f828 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xd9afaa2c zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x706128e3 processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xb1db95c9 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x38c3ae51 ipu_bridge_instantiate_vcm drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x3e21485f ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x6530536d ipu_bridge_parse_ssdb drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x02bbab22 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x3874a738 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x6bad6675 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbd8c2083 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xeb0e7399 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_PMT EXPORT_SYMBOL_GPL 0x2ff5f8e9 intel_pmt_dev_destroy drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0xbba80f1c intel_pmt_is_early_client_hw drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0xd85b8650 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 0x1da976ee tpmi_get_resource_count drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0x932eb4de tpmi_get_feature_status drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xc8465c5b tpmi_get_resource_at_index drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xeb5b1927 tpmi_get_platform_data drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x024e889f 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 0x86385364 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 0xbb3d7629 tpmi_sst_dev_suspend drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0xc3ac59ae tpmi_sst_dev_remove drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x1638238b uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x8e47eca7 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 0xdc9d018d uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_VSEC EXPORT_SYMBOL_GPL 0x40b1f214 intel_vsec_add_aux drivers/platform/x86/intel/intel_vsec +IOMMUFD EXPORT_SYMBOL_GPL 0x064c9248 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x0c7b7f56 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x0ec82af8 iommufd_device_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x17ad9d6a iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x22b3cd32 iommufd_device_to_ictx drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2463d24b iommufd_ctx_has_group drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x55baa94a iommufd_ctx_from_fd drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x627b5c5e iommufd_access_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x82895669 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8a7f1be7 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa2d66668 iommufd_access_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa3363abe iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xab816df7 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xad6be3c0 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc109978e iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc89e3994 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcc45f86a iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd0055147 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xec999915 iommufd_device_to_id drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe9046fe iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0xe564efe3 iommu_group_replace_domain vmlinux +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x2a7761d3 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x6413777c iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x73c30ead iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x06aad7dc iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0c158185 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0d5c8d95 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ec9616a iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10cfbd1e iwl_phy_db_init 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 0x138122d5 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1e0a44af iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x241432b6 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2434c603 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x26d93847 iwl_clear_bits_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 0x28bc4b17 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2992868c iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2d46f8f3 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e60ace5 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x308d6ee4 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x349e5666 iwl_pnvm_load 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 0x3cd92f80 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3d8b4de4 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40b2387c iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41d330e4 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x43acb8da iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x45a9c39c iwl_read_prph 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 0x4abf15ae iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ba08954 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4e6fd4d8 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x578dc668 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5978b714 iwl_fw_runtime_resume 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 0x5a905378 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5f3a27a3 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x61c6672b iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x634aeb99 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x676296f2 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x67e6396b iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6811cd59 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x69e53972 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ab05636 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ce5b6b6 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6de11a38 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x738b5316 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73ab8129 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 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7ae14ed2 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7ec5dca8 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80e5a238 iwl_write_prph_no_grab 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 0x87e3a5fe iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x89423a12 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8acb1e3b iwl_fw_dbg_read_d3_debug_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 0x911ef368 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa1ae6360 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa2891f7b iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa528926 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac0cb20a iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xacb3621d iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaccf7b10 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xace5ddf1 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xada0831a iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb024495c iwl_dbg_tlv_del_timers 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 0xba360f78 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbcbed703 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd958b59 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbfebd33b iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbfff8bfe iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3816d2b iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7d93fb2 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 0xd3e178e7 iwl_read_ppag_table 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 0xe52b0d75 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe5b8563b iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe751dbc7 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe784190f iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe96df566 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf01935b6 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf1929ef1 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf50285b2 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf90794c6 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfe3134d2 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfeb1d5e3 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff761a80 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x0cf36170 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0x5e5d414d ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0a701de6 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x11cfdbd9 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x18a410b6 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x34637baf chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x357319d7 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x787dd0d3 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9e54cf16 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb998d9e8 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc1067320 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd2be15d mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd7f04af mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd04e29ca mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd84fd548 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfe160fc4 mcb_get_irq drivers/mcb/mcb +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x47b58413 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x680fe67f cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x6b5bb85b cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xb75aee3e cs42l43_dev_probe drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc01929ff cs42l43_pm_ops drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xd5bac262 cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_OCELOT EXPORT_SYMBOL 0x0dce3b85 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x5dd9e850 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x242786ce ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x48c15779 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x58dd0a18 mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x606b4124 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x7d4307c9 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x85579112 mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xbefecf57 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x064301c7 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0c9ed666 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x28241939 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3d385cf4 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xeebab057 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf02904eb nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf6b718fa nvme_find_get_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x007af993 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0260f4a9 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1dd9f8fb peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4aba1b44 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5dd0d538 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6a9e57f5 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6e7e5b12 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x70672580 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7dc8861f devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8354bf28 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x932df6cb peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9e511216 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9fe5dde4 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa1b2816d peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa409a4ea peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6f0677d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb2e0e84e peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb60e3051 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbae14afd peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbb20f3fa peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc055fc75 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd16a1b8a peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd5ee8329 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd6bbace6 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdb3e732c peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdb6fd911 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdce49eb9 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe1d51232 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfc4d1fdf peci_request_data_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1b3c0692 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5d26f9c8 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x6b7acfbf peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa24d4df5 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe1c91238 peci_pcs_read drivers/peci/peci-cpu +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0x2afc3750 intel_get_group_name vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0x72749147 intel_pinctrl_get_soc_data vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0x8835f13f intel_get_group_pins vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0x8e95fe42 intel_pinctrl_probe_by_uid vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0x981f3060 intel_get_functions_count vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0xc2df094e intel_get_function_name vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0xde8e04bb intel_get_community vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0xe890196c intel_get_groups_count vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0xed3f6b0f intel_pinctrl_probe_by_hid vmlinux +PINCTRL_INTEL EXPORT_SYMBOL_GPL 0xf5948640 intel_get_function_groups vmlinux +PMBUS EXPORT_SYMBOL_GPL 0x1483a088 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x19cb0f1a pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1adbb060 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1e654b30 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x20da1c58 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3521f224 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x51620f24 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5e26109e pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x617ee819 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6183016a pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8026e0b7 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8491d6a9 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91daaac1 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa2195f4a pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa76dfe0f pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb366115b pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb96ca3c7 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc9281bf5 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdef6a80f pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8edb8a5 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfa08f1fd pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x59dbce84 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 0xa7adea62 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe6a44185 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe8208399 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xf3518179 sx_common_write_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x66a8cb0d serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x00d3673b hda_cs_dsp_write_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 0x4e6409d8 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x9b70c406 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x9eef5da6 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x180ad730 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x1f8e481e cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xea29e8d1 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xa516fe19 cs35l56_hda_common_probe sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xae277ac8 cs35l56_hda_remove sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xf47fc5e4 cs35l56_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l56 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x143a78da acp_disable_interrupts sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x14e77b25 acp_deinit sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x1eb1013b acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x23976903 smn_write sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x2f9fde23 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x403421e6 restore_acp_pdm_params sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x4b9ea011 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x6e4dd921 restore_acp_i2s_params sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x92f0483a config_acp_dma sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xabeb3498 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xb50164e5 acp_enable_interrupts sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xb668451c acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xbee30fc6 acp_init sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xcd8e1f15 config_pte_for_stream sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xf3201352 smn_read sound/soc/amd/acp/snd-acp-legacy-common +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xc0aef86b acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xc61ee016 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3e50950d cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x7d76b520 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x80cd9d1a cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8b47a304 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xc87f6248 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xeeb01747 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x15e6de78 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x1c082506 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x41e7e0b1 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7525f089 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq 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 0x0bfc18dc cs35l56_wait_for_firmware_boot sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x28e136e1 cs35l56_set_patch sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x35f25b3a cs35l56_system_reset sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x42c7383b cs35l56_mbox_send sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x52c48537 cs35l56_init_cs_dsp sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x60b890b7 cs35l56_regmap_spi 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 0x6a27a56b cs35l56_runtime_suspend_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x810124fe cs35l56_wait_min_reset_pulse 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 0xa6145939 cs35l56_is_fw_reload_needed sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa6df2eaa cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad591ce8 cs35l56_wait_control_port_ready sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xafd6a4c4 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc58a3a03 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc87ae39a cs35l56_firmware_shutdown 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 0xd6ed9668 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xdf3d22c9 cs35l56_hw_init sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1b0ff109 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x280018fe cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2a3e0c98 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4e2cd3af cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5b2b00d4 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5ece5e4c cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6e4f5636 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x92f2debc cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x95831948 cs42l42_resume_restore 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 0xc09d7871 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf0e1ad52 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf579ee27 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf803f4c2 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfee54076 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x1106c77b cs42l43_sdw_set_stream sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x5f978f95 cs42l43_sdw_add_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0xe1fa4353 cs42l43_sdw_remove_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0xe57279c8 hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x86480699 cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x9bbd6b14 cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x07974b5e max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x2a4f7ae6 max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x2e730a55 max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x44a46e50 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x72637c28 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x8eb43f32 max_98390_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x967c219b max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9acaf704 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xa78fab2d max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xcb7153ff max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x2328f45f sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x3aa3d447 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x534fb06a sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x94184291 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x98663cfd sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xadf6e149 sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xcbcfd079 sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xe923e31f sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x4c3768a8 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xba53a7f2 sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xdfdaa134 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x01a4e745 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0446f875 acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x07155db8 acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0fcde6b6 acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x19483aad acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x195a0596 acp_pcm_pointer sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1a4ab43d acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x26a77a69 acp_probes_register sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x30f39719 acp_sof_load_signed_firmware sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x34273a2d acp_dsp_block_read 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 0x36507efd sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x47d608b4 sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4b8b60b1 acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4ecf5b88 acp_probes_unregister sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x522eeb74 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x536719a3 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x5560b00c amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x662c7c14 sof_vangogh_ops sound/soc/sof/amd/snd-sof-amd-vangogh +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x73b59eed acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x823a7da7 acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x825d8cd6 acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8abc6587 amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa2f8170b acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xaaa7da7e acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc2c72554 acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xcfbe0b44 acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd76e3437 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xdc72e874 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe6a2ddcd acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe7ea9a75 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xec437a50 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xf356ddac acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x08fb86a6 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x23936536 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x2dfb1328 sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x377494d7 sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3a5aa82d sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x4780e015 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x4de8e506 sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x6b1b395a sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x7937feb4 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x987388da sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x9d29edd1 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa1043f0b sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa218328f sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa44ae8b5 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xbb805c14 sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc4679e01 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xcb0923bb sof_client_ipc_rx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd6212c0c sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf49daf03 sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf5a33ae9 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x007c3505 hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0ec8b9f8 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x13acd7a4 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x1bb1e583 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x304760a9 hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x69712602 hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x9797705f hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xa4a9f194 hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xb62f5b08 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xc9350eb8 hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xd4443eb8 hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe3f8a813 hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf90cc71c hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x49694ab9 hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x9e857efe hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0xb735dd17 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x011c1891 hdac_bus_eml_sdw_map_stream_ch sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x0a555429 hdac_bus_eml_enable_offload sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x158fd1f6 hdac_bus_eml_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x195c7431 hdac_bus_eml_sdw_set_lsdiid sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x1bac7977 hdac_bus_eml_sdw_get_lsdiid_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x1c253c01 hdac_bus_eml_ssp_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x1c7fe690 hdac_bus_eml_power_down sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x27e516f0 hda_bus_ml_put_all sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x2df3426f hda_bus_ml_reset_losidv sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x355545e2 hdac_bus_eml_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x369e74ab hdac_bus_eml_sdw_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x42809f8f hdac_bus_eml_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x4765172e hdac_bus_eml_power_up sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x4d652516 hdac_bus_eml_sdw_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x5a8b9d81 hda_bus_ml_resume sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x60bc4140 hdac_bus_eml_sdw_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x63ddb6c5 hdac_bus_eml_sdw_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x6eba00c2 hdac_bus_eml_dmic_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x802976ac hda_bus_ml_suspend sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x81e5ebdb hdac_bus_eml_enable_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x8542cb72 hdac_bus_eml_sdw_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9112029c hdac_bus_eml_check_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xa930c1b9 hdac_bus_eml_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xaf19a273 hdac_bus_eml_sdw_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc134bb33 hdac_bus_eml_get_count sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc5fb5b71 hdac_bus_eml_sdw_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc9971df9 hdac_bus_eml_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcc9b63b8 hdac_bus_eml_get_mutex sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd4f7eefe hda_bus_ml_init sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xdd034d67 hdac_bus_eml_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xdf172996 hdac_bus_eml_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe7c21526 hda_bus_ml_free sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xfb651592 hdac_bus_eml_sdw_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x0a9d01a6 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x22405065 atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x2bcd560b 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 0x581c6ced atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x7a5ca7eb atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xad6bba44 atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xbb14d582 atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xcf7cbfff atom_get_window_offset 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_ATOM_HIFI_EP EXPORT_SYMBOL 0xfb16fd5e atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x00c82392 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0232b986 sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0239f957 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0eabe816 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x1eda9795 skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2bb5e80d adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3d5e78ff sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x44686f84 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x47e06d46 sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x53d6d1f2 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x54116daf sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x5db28431 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x5dbba5e0 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x64329a74 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x69de539e sof_lnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6b36596a sof_lnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6f0d9d07 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x75c2f8d2 sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x78577eca sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7efcbba6 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x87349c61 hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb3c09528 ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc1c6b8a0 mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc233f0a0 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xd291992a lnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf3e94f2f sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf5805fa9 sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x082d12b2 sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x8a17b1bb sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xa1eb6c0e sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xad28af9e sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x36c295a3 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 0x34b59fd7 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xa74d6b11 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x224235a6 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x7bca9a0e sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x83ad3f9f 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 0xe5fbb022 sdw_intel_startup drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x031c51a8 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x152923b1 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1a07f0a1 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4fc132c8 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x89af8266 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc4a16fbe dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd09c5718 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf31d81ea dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfaa13440 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 0x1861bade usb_stor_disconnect 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 0x239f1fa4 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x277bee75 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x29565f55 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x32cd7f97 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3cc5bd6b usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x40eb1cc8 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4467cbb0 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5b3cb816 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x71d05234 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x73774a02 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x80dd9a14 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x85994850 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8635698f usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x87e90eb3 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x89023fc1 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9eb05db9 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc0e16b6c usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd1b23953 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xda7b4c0d usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe30c7206 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe4afed1e usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe81a510d usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xff9af167 usb_stor_Bulk_reset drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.master/abi/amd64/generic.compiler +++ linux-gcp-6.6.0/debian.master/abi/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/amd64/generic.modules +++ linux-gcp-6.6.0/debian.master/abi/amd64/generic.modules @@ -0,0 +1,6427 @@ +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 +aw37503-regulator +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 +cs42l43 +cs42l43-i2c +cs42l43-sdw +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-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_exec +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 +dw9719 +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-ds4520 +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-google-stadiaff +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-bioscfg +hp-wmi +hp-wmi-sensors +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hs3001 +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 +i8254 +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 +inv_sensors_timestamp +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 +iqs7211 +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 +irsd200 +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 +ivsc-ace +ivsc-csi +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-pca995x +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 +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 +loongson +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-88q2xxx +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 +max77857-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 +mchp_pci1xxxx_otpe2p +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4728 +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 +mt792x-lib +mt792x-usb +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_ucs2_utils +nls_utf8 +nmclan_cs +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +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-vfio-pci +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-cs42l43 +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_mock +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-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 +rtq2208-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 +sel3350-platform +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-batt +simatic-ipc-batt-apollolake +simatic-ipc-batt-elkhartlake +simatic-ipc-batt-f7188x +simatic-ipc-leds +simatic-ipc-leds-gpio-apollolake +simatic-ipc-leds-gpio-core +simatic-ipc-leds-gpio-elkhartlake +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 +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-common +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-hda-scodec-cs35l56 +snd-hda-scodec-cs35l56-i2c +snd-hda-scodec-cs35l56-spi +snd-hda-scodec-tas2781-i2c +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-audio-iio-aux +snd-soc-avs +snd-soc-avs-da7219 +snd-soc-avs-dmic +snd-soc-avs-es8336 +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-rt5663 +snd-soc-avs-rt5682 +snd-soc-avs-ssm4567 +snd-soc-aw8738 +snd-soc-aw88261 +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-cs42l43 +snd-soc-cs42l43-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-rt1017-sdca +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-classh +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-amd-vangogh +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-lnl +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-cs42l43 +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 +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_midi2 +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-cci +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 +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_dma +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-gcp-6.6.0.orig/debian.master/abi/amd64/generic.modules.builtin +++ linux-gcp-6.6.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-gcp-6.6.0.orig/debian.master/abi/amd64/generic.retpoline +++ linux-gcp-6.6.0/debian.master/abi/amd64/generic.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic @@ -0,0 +1,29054 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x5c0495a4 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xda23ba83 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x15421c01 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x26aa6b36 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5196259e counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x798ebf42 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8b3bdc4b counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbd9cf3df devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xdcf13d1c counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe2729e9e counter_priv drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x34691ac4 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x422fb8e6 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x425c6689 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x48da6c13 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x49a03b47 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x6385f331 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x70109a09 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8ff1e105 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xabb88b51 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb1cc21e4 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbc92f0f5 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbcf2e840 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc305c52b otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd4030f08 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd5942065 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf4ac2f74 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfca3280e otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x2beff993 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xaee5196d crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xfd1cf985 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x020ff270 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x021eb374 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x037897f2 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x05e8e89d cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a7b81aa schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f95f7e6 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x139840a5 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1471c986 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1d676681 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1da65a7b cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x22e721d2 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x26976845 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27e223c3 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x280b0fd4 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e020c5a cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x343a9093 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x37f04bba cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c7560f3 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43f96355 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x46390910 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47e684b0 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4b106659 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4bcf990e is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4f52da9e cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x510558e2 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52603b1b cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52f56e84 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x53e20982 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x540b5044 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5497fe9c __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x550f08a0 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x551f37bf cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5863deb9 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e76227a devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5f3b35ab cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5f667803 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62bae4f0 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x63ff85a2 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x66c6870e cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6bf674b3 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6c9bd5e2 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6dc97b40 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e330fae devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6efd7a06 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x706570de devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72acc7ec cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x784b76eb to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c33ef23 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c520542 to_cxl_nvdimm_bridge 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 0x8d8cd960 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8dc071ba cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8e57de57 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ffcebe1 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x94101f76 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x974cc101 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9812dcdc cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x990ede21 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d9c4bb0 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9dbc1b0c cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9f3560d3 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9ff16ec6 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa849c1e3 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9847203 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9d43122 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xab2fc9e2 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb515c805 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6ba3d4f cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb80289a6 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc821da0 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcfdfc2f6 pcie_aer_is_native vmlinux +CXL EXPORT_SYMBOL_GPL 0xdfecc688 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1540b30 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1d03d3b cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6fbd578 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe88331fe cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2688cda cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf5d7449f devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6644bf8 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf8fbc64e cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9fd8d49 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa2bc7d3 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa6fadaa cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfcf91769 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd181415 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfdd9c75e is_cxl_memdev drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x00ec8ddd dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0eeac179 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x129535d4 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1cb8f383 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2f320cf0 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3110fb93 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x44b7e686 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4bae0503 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x60936263 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7ae5322f dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8ffc0963 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9abe76b9 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9edb2156 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9eee90c0 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa405ed75 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xba6b828c dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc1d162cb dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcbff45ec dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xda0ed2d0 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe1a6c90b dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe866f1d7 dma_buf_fd vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x944ae112 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 0x51a1801c ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +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 0x0bbbf6c9 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x6056367f crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xa2edea8f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xce781e08 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xd10f5af9 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xde31411c crypto_nhpoly1305_init +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 0x73ad107d 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 0xbe788524 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x65789d0b suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5305e9cc bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xe7a0938a 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 0xe3270050 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xe84ccf69 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xa86c2996 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 0x429c7eb9 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 0x565af805 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x677a89e8 ipmi_get_smi_info +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 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 0xefc3f503 ipmi_smi_watcher_register +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 0x1aa3282c kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x4a05e24d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x610631d6 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x677e1b4f kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6c945616 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x71e82154 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x78fd5312 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x83fd7378 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x86de526c kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xb37be30e kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbb145df4 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcc8943bf kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd525510c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x32034bde st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x6b0c1ad4 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xa797c72c st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xe836c0b1 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x14c75a1b xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x301420a3 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x66720f8c xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x0d40edc4 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xa37e0f5a xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf9bee3b3 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x09e7bb2b atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x1682a993 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x6d355b2c 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 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x0cd7a7c4 caam_drv_ctx_update +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 0x5b1b1739 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x666eac1a caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x96e26dde caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x31d0c9db caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x4c77a8ff caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xa56287c8 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd3a188f6 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe20ee793 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/dpaa2_caam 0xdb0da9a4 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 0xccbe65ca caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x0cf5357e xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x121a1cbc xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x29569921 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x28f6520a xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0a5788ff fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x130a58a7 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x269bd5e8 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x294012df fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2f45bd52 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x30b56c86 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3106a0f4 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 0x498e7931 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x551677c9 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x55829685 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5c24249f fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x696bd9c8 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6bd31f27 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d119755 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x87e823c4 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x88a0632b fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9131120f fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa71d8f73 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbb5d58ad fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd531267a fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd8fe869a fw_run_transaction +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 0xf4887370 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfaeb86c3 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfbadd1a7 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfc59e267 fw_bus_type +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x2b4789fc imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x394512f9 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xb9ff3c97 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0x1e2e5403 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x89dd9230 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x398e38ef sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb26b2bfd 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 0x02dd2a2b drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x031033b4 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08d291b4 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08e277a0 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b35bbfd drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1392f117 drm_dp_read_desc +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 0x17a9ecb3 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19adde2c drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19d28429 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a49084b drm_dp_mst_update_slots +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 0x1ad174e0 drm_dp_mst_edid_read +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 0x1ce31430 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d115bdd drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1e1be94d drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1e8abf98 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f3746ec drm_dp_mst_topology_mgr_resume +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a8bdfd7 drm_dp_read_clock_recovery_delay +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 0x301de9d5 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x322beff6 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x33097ad9 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36beaa41 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x396bde87 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x416b0936 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43f09a47 drm_dp_mst_hpd_irq_send_new_request +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 0x4610ae86 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4afd8ded drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b7919d4 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bd0f241 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51f6f0d0 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x52bff318 drm_dp_atomic_release_time_slots +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 0x5596c0c4 drm_dp_mst_hpd_irq_handle_event +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 0x58b7f4c1 drm_dp_send_real_edid_checksum +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 0x5c7e7149 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c99b90c drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5cfdfd33 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d04e7b2 drm_dp_vsc_sdp_log +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 0x64ced8c1 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x65aba59f drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6605f725 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x66fd43f3 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67b85c44 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68b5aae5 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x690e77fb drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69a95411 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a273153 drm_dp_dual_mode_get_tmds_output +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 0x6d4f434e drm_atomic_get_mst_topology_state +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 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 0x79305e55 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b766cd7 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7bd4480c drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d7c1a00 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e0cd18e drm_lspcon_set_mode +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 0x868df584 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x893f5cd9 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89712707 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ad1dbab drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c86c22e drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d027148 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d521674 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8fc483e6 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x911e5091 drm_dp_pcon_is_frl_ready +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 0x97d55ae3 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98e41dfe drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9b6b0b6b drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f1cc98f drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9febcd02 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1d5da01 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa46fd008 drm_dp_pcon_hdmi_frl_link_error_count +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 0xabf32836 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadb96e67 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaea6f939 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xafbe7935 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1415009 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb48d605b drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5eb05f1 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb61bba8d drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb6a0f5f2 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb2ec1ec drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb4c315b drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc9da737 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbced70a9 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd42fe3e drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbfd3427d drm_dp_start_crc +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 0xc2125df1 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc27cd946 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 0xc72c9f8d drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc744d731 drm_dp_pcon_pps_override_param +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 0xca7e7fc6 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccef9445 drm_dp_mst_atomic_wait_for_dependencies +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 0xce1c9f88 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf6af54e drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd020279e drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd26525d3 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2fffdc5 drm_dp_link_train_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 0xd7cf8610 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdfe3bbef drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2655d56 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2ae66c1 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5282a27 drm_dp_link_train_channel_eq_delay +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 0xe67ea8be drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7f005a7 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe94e7dec drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9cb21b5 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec8810af drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed1651a6 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1a85797 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf361cadb drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf57d70fb 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 0xf8e26db8 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8f07c89 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9650135 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 0xfbf32ada drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc82892f drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x008b1ac2 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01200a43 drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01bf90eb drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x035330bd drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04318c6f drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05ea1657 drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06c527ae drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x080e284b drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x084e1766 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x087349e7 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x087d4b62 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x088aa89d drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0926951f drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a1febd0 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a2577cb drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a91831e drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af2f64f drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bd018a4 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bffcb83 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cc2da85 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cdbbc35 drm_bridge_attach +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 0x0ff3991c drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10b354f2 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130b0c65 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13f15ae7 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16f35dc2 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17750c00 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a86e4d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a6d068e drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aac2bf2 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ab1b72d drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b199ebf drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bda787c drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c456a9d drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dcd7591 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd96c03 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e436aa9 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e80399b drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f28f017 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fcfb94c drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x200a2563 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2041557a drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2052636c drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c3f2e6 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20d4b25c drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2217ee62 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2399aa14 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2476b924 drm_atomic_get_old_connector_for_encoder +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 0x250dc68c drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2563cb21 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26448cba drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26810fbf drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26bca9e7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x278a4ac3 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27a52275 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27c8908c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x299a3df3 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b02c65c drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bef71d9 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c4f5331 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7c94b8 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e919180 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ef1ffc6 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f25cc8f drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f489a55 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fe687bd drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30f83b53 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3156f3df drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31735e05 drm_plane_create_rotation_property +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 0x32c2eb97 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33826f24 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33a9f0a9 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33eb1d3d drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x341f45f7 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34e8118e __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3539889b drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35bb95e3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x361711ed drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ceac79 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3779c292 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37a5b018 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37dbbbe4 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38d80315 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38ed9283 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3939d95d drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39c651f0 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39eac747 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a522f11 drm_plane_enable_fb_damage_clips +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 0x3b8101cb drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b929f39 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bfd6bad drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c9ad796 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ecbc42c drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x401750f7 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40d0b9c1 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x410fa3b0 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41656675 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41e6ab17 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4207ba93 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x422b18de drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42535d15 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x426a57da drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42903a23 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4373aa54 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43752588 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43ddffbe drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43de06c8 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x441deb4a drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4497e9a2 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a00018 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x452cb57f drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4561ac97 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46197285 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x461d1352 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4649d6d5 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46f565fc drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47333a23 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47a0a166 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47b80618 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e6f5f9 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48be9535 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49567e6f drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b902a1 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49f1238e drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a26f8a0 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a88951c drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab1ba6a drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bb85ad4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc29e11 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e477c12 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e7ba9be devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f6d3925 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fb6dfb6 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe2f7b7 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5021d615 drm_property_create_blob +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 0x51310235 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5163066c drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53ce28a2 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54bbfd7a drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55cdeacf drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56490a21 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5655753e drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x565dad5c drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x566dcd42 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56fa7d4f drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x571063b3 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57360baa drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57a0a24a drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58a5fc07 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59749fec drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a051322 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a79d248 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cc19cc4 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e946dc5 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e99776b drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e9a4319 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eb625e6 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eeea672 drm_panel_remove_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f1203f0 drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f48fe51 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60009161 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x607e3de9 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60bfe045 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6129ca9d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6194f865 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62b0d2a5 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6459134d drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6461d2f2 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650e11c8 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65b97ca0 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65c82ec0 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65e327b9 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6604977d drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x666241a4 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6689c274 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66baed50 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675bb124 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67caaa0b drm_mode_create_hdmi_colorspace_property +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 0x6a0b3a83 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a936dcc drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6af5e36b drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b3b9be4 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b446da8 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bd627d8 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c16d7f1 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c606a02 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d0f0ec0 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e47289c drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f545850 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd506ba drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x700ddcf2 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70c3f7ad drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71ad82ec drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72aa47ca drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7343cc36 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7394a1e0 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73f27158 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75c37b53 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75eeb07a drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7694bfdd drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77914609 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779b49a0 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77f770d4 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7829a8ff __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78406d07 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79859ad7 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x799a8226 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab6a0c2 drm_atomic_state_alloc +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 0x7c127c24 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c66543b drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cdef01d __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e32a024 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3f68d8 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e833522 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f2c347e drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f7eedb6 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ae1d1c drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81dc7ec7 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8250f5a0 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x855da7a6 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x879559e0 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8825e640 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88886297 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x899703d4 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a1ac013 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a817038 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ab77acf drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b13ff4f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bc1475c drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cbac13c drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1ce251 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d610f92 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d9d2d7d of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9304ff drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff183fd drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90cca6d5 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91e3d11a drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fe42b7 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9305f349 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9314fedb drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x939814fa drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x941cb021 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x941f4258 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94a30138 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94cf0ea5 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94ddd2b3 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x960e536a drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x968f3379 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9761d27f drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97c17b58 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x984443ea drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e2c73f drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e852ef drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99e4e901 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a0548d0 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b32d0b2 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b39be50 drm_atomic_get_private_obj_state +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 0x9c0e65db drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c1b59af drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e67c75c drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb6775d drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ed2bb6b drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa018d022 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa05f1312 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa15b2800 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa15b3f94 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa36b7881 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa43c97f7 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa507fb33 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa603f593 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6ff3d27 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa72660bd drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7abfa9b drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7f39dde drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9c1b745 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa30214d drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabd3cd4e drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabd71723 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac8c96bd drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae19c6d4 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf5a5eea drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb011571d drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb05e034c devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0623170 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0d34b19 drmm_encoder_init +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 0xb40b25f8 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb471fb0c drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb557c1c7 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb578b13b drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb61420d8 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6407a75 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6afecf7 drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb892abf1 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8f43544 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9386fe7 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9b6afb5 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c7e7f8 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9f24743 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba865878 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbac9db1c drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6a2309 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbddc1e94 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfc58c8 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeca93fa __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9344b6 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf98a9bc drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfea6d73 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc019496b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc084e6a3 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1fdcd96 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc20fa07c drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc364f7f6 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc376f884 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc654e408 drm_connector_init +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 0xc812d60f __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9365fe4 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc96823a8 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9a0b7fc drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9c12c28 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca0940df drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaacb873 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd51e9b6 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce6bd38a drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcebfd0a3 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf776fa3 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd14a28a3 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd15b0a3e drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1646a9c drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1b540b0 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd277869b drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd364dd8f drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd37fc6b6 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4767b94 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd47f5956 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd496d4cb drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd55c6d21 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd79029f9 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7e8a057 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd85d32f9 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8c0ec9a drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda5b0355 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda6e67ba drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb1b22ce drm_connector_update_edid_property +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 0xde6b8612 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf645f0f drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1c2c847 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d15c70 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1e3929d drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3742827 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe387d5e7 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3cce1c1 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe52a042b drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe55812b6 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5748dab drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5c2fa7f of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe855cc10 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe87e134d drm_mode_plane_set_obj_prop +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 0xe8a2ce19 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe910dc39 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9b86de0 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea2c8340 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeac903b9 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xead28e96 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeae3b4a3 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebb6a65d drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecee51c9 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed9c90b5 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeda74240 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee34eed9 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeec9911c drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf068cb5e drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0c0146c drm_edid_read_ddc +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 0xf1b71a9e drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2101094 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3e44040 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf553c8a9 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf834913b drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8397ea5 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9483f8e drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa9305ad drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfadf9057 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc38f461 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc8ffc51 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca67373 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd3eeeae drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd75e0ce drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd7b9f4a drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe2020ee drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe3089bf drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeab5405 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffa79419 drm_dev_unregister +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 0x4bb3ef37 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x65eb065a drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x7bbfcdbc drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x03785430 drm_exec_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x15d24721 drm_exec_prepare_array +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x17e344f6 drm_exec_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x1f8403a1 drm_exec_lock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x531f22a4 drm_exec_init +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x8153b304 drm_exec_prepare_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x9bd150fd drm_exec_unlock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02d3dcca drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x078bc33e drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a644ccf drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f1c43fe drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f47835a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fcf8c0a drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x104cd7d1 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10a0af75 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10fddb5a drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1147bae5 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1346de83 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13e1f082 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13f71247 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x141f7895 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17eccb01 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x187d0d65 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x188f2afe drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c3a8f4b drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c6c677d drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce4d55a drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d11cee2 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e1155ce drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ecd5f92 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2101d972 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25ff5490 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26adacc0 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27388d91 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x278061bd drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2886383b drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28adb1e9 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29c94c5d drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b6260c7 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f742d2a drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x306ceaff drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x309f58cb drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3152490d drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x333a3cf0 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x338cf3ad drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33e6b5b6 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x360f9914 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3834ef1b drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x395acfaa drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b5e10b6 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c7f8583 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ce2767f drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d5cc10a drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ee782e8 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f20112a drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x400c6032 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40e94940 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4423842f devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446f5c70 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x449f0313 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x455fbf0c drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4844dce9 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x497d6c41 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49f9dd67 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b6b38a8 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b8e7d59 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x505e8b5a __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51a043fa drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52e81a01 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53780538 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x564b1c11 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5814d548 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58c08c83 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59b4dd06 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ae370f7 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b421ba1 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cdbcd89 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e43e52c drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f0edfb2 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f99ca63 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64114b43 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x644bbca1 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68578ac5 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0d198d drm_fb_xrgb8888_to_argb8888 +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 0x6fd83aae drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70d5170f drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71bafd7e drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74133970 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74136340 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7512fbe5 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75b3e437 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76291e8b drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x786816ee drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x787a1d93 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79becf66 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79faf0b9 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d7acbb3 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e7f9ffc drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ea7e611 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ed23ba6 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f72ee05 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x810dc752 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81f8ef1d drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8534609f drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x862810f7 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8714c0b4 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8966f896 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b78b754 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d2d15bb drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ddef4c8 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ee2d36d __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91398f7e drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x922ae3c5 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9390cbd7 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9727bac5 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98f9154d drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98faa060 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b48589d drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9beadc04 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d564123 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f2a6422 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f766d8a __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa22e2215 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa322d352 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa382e77d drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6d8c363 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa70e292b drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa772dc4e __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77b0f2d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa787cd67 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa789fdb4 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7dfd671 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa0527a9 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab0ff6e5 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab8541a5 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab8cb6ee drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabb3d272 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacfc1e80 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae86ec98 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf70f298 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafcfc3f4 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1677bd4 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2a84cf5 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb38778a4 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb49283cb drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb62df1f1 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb65dc485 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb66fc532 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb88a96d5 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd914008 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdf76dd9 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc02dbba7 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0f269be drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc121f441 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1f0458f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc23d85ef drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2e3d030 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc31006cf drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc52c18d5 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5554d78 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc55a6ec7 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6c9a9b9 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc78b0180 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8ce59a5 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca1b1d8f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbcad24c drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd9bd811 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf805da0 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0847f14 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2339aa7 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6a08231 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7fa24ab drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9237cff drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9935958 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9ba87fd drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda132ed9 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaa78345 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb4d8972 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde20c2e6 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde74e8b9 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0d3ac68 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3c0fb71 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe48db93a __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5f4cfac __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe61034c3 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe712b224 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7457086 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7577f0d drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb67fb10 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebd42ad2 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed7180a4 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee72af00 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef7a2427 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf024432f drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf066597e __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0b342b0 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf19deac6 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2f33bb5 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3400e9e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6916c61 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8feb4f0 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa2a47e5 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaa21db8 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb50c767 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfedcaaab drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff87736b drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0944010e mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0c4815e9 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x235e4abc mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x240ef13b mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3061071c mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x35f5b377 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3ad2c6fa mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4363cdae mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5af9b4a2 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6af09183 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7eed81b1 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7fd152ab mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x893d4538 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9d034055 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9e8d08c4 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa2124c02 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc6898b5d mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd16abb16 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd8b6a932 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe9601ffc mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xeb95b182 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xee6811fb mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfd37efb1 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6538ba79 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x740770fa drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x93c43832 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9ca58d44 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa3f4af53 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xbb05c9f9 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcb15fa30 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd9e55f05 drm_gem_shmem_pin +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 0x272181ef drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x29d516c4 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3a092286 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8c1abb9c drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8fbe536f drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07164e68 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x19ef707e drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1c534fe1 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2e6c1749 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x319105db drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4366ccc3 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5287a05d drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x54555955 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x665d9731 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9166e6ba drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x98ed6953 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9a6c3c04 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xaaa7c645 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb7087888 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbca85d29 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbd8235db drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x6ee96c37 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x01acd264 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x05031a83 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0d239690 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x28a959f8 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x30a1fba1 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x43c7e497 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4a7f3657 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x53232d5a drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x54406765 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x554601c8 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x65ef697e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6815d275 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a3a2b2e drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6ce7a739 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x72c77f0b drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7cce7a14 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xac98b7ef drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb5a61e37 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbbc39864 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc2eca1d to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbf0fa334 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc38a2275 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdf3bc1f7 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe19663ba drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe5325dd4 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf8fcd522 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x25f1c7b7 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3f287e69 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x4377061a sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x8ecbef03 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x99ab74b9 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xb104a4e7 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x143d180f sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x707fcaf4 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08ec49fe ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0eef5e63 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2428f163 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x25a17cb1 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26d0cdf1 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c76439e ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ed4efe7 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x360199b3 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3894c77b ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47922c36 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4a3b74 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c22d2da ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5314197f ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x540288d5 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x54d0068f ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x570a3b5f ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58d71580 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5bb74de6 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d57902f ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x684cd8d9 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6dad3d8b ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fcc45dd ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7574f4f4 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x76821b3d ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78f255fe ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a23fa43 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a38bb39 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d015a3d ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81c74078 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x838be501 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x851bf270 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8615f397 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ade4373 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ff0b6b6 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x946ea6e4 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98a84a98 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9cd9efee ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa33ae8cb ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa59ee6ce ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9f4f047 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac5c3a26 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf64c41f ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb39b5c83 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb40052cc ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb718bc68 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb788a34c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbea32d6c ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbeffa5fd ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc704cc47 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8df608f ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcb9d2314 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3bdea9a ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3c175cc ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd9c9d33f ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdfa7b75e ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe49ecec0 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf38fd8df ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf855128a ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x049511cc host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1d29a793 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1fec67a7 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2612b7a7 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x276e8c2e host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3647024e host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x40039c6e host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x46a3ce5d host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4d50f0a5 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x53fd8834 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x59cbdcc8 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x652d8e76 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x784d54a3 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7dcf0f05 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x87fd4963 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8dd2e57e host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8eb34ffd host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9adf201b 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 0xaa5d0b93 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xae896b13 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaea6e4a8 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb37aca2b host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb4c6bee7 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb780d5bf host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb915aa9c host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbb795943 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbe94a4a2 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbf62737b host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd3f3d3a6 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd86a1da3 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd91c91cc host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdb859f9e host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdc916df7 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdf7906fa host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe2378f77 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4b4cab4 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe8a8cfbb host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf2ab1d43 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf3187ad3 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf3810252 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfe118b6c host1x_job_put +EXPORT_SYMBOL drivers/hid/hid 0xde7c8d6b hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x0ccf1a98 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x55373af3 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x5ffb9eb9 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x0b4f1dac 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 0xdffd0f5d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x24d19bfc 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 0x22ea3907 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x6704d4c5 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb8e138e0 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2623a1ac i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf8844fd7 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xe4a5bd67 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 0x3c5986d3 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xec3389e1 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x3f139452 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x911b9759 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xd3bcc110 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x10379a50 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x13ae0cc8 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x25485822 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x25aa4d09 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x31a1fb31 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x39f1b4ce iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x3f8bb8bd iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x4b7a1a1f iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x5cae0873 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x73e58f59 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x753da4a8 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x7a150e75 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x816270dc iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x82df849f iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x8a52935c iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x8c73ade4 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x98f5b6db iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xbdb9a30a iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xcbcb888f iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xd5da7be0 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe893e27d iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xecf85172 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xac7a1735 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2a18d08d iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa0719d06 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xddece7b0 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfe0cdc2d iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x266adbd2 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x95a09a0b iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc3edbbfe iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd40b0503 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x804c2927 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x9a997583 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x8bd952fb bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0xe73f99b0 is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0x5ea79cd3 is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x002cfedb ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x05972a1d ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x06546cc3 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0ebaa256 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x13363dce ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x166512a3 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2e308f3e ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x35737094 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3717e946 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3fc6fe6a ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x44ac85a0 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45c48e15 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x780b90cf ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbe233183 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd187cb9c ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x002d1514 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0150f25c rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05961bb6 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05971bc9 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06f5a7d1 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0874ef09 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08995d61 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0947a790 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a09b3f0 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a5ad29e ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bff922f ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c9afc34 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dca8a42 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11a424a5 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x123582a6 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x125f3281 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x141b8cf7 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x147ce790 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14e93fe4 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x165f3c97 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18d2948b ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1998cd6c rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a0905d2 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a1b1890 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cab6ca7 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d443adf ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e32ac3b ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e73f042 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2184de43 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21e9b53d ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x240c328d rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25f977d2 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26a033de ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x278d0ff5 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27c0b5cb ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c8ad29 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a8610a9 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cd7bcca ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f828c91 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31b9b3a4 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31cb9123 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x325b838a rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x337cdea8 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33b879b6 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37177238 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3779d54a rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37dbab8f ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37df684f rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a3e81d ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39b119c2 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d9312ac rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e2aa938 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e6b8cc0 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40dde7b4 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4105a432 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x415c542f rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x429b8a98 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42bd95f6 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x438e09eb ib_create_srq_user +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 0x48be5b7c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a630174 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b2dc960 rdma_nl_register +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 0x51638558 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5222883b ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5359bc5f ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5385a2d1 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53b2a4b7 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x556f2c55 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56076a89 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57fb2bf0 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x585eaf00 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58c6ea45 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x596d7bdb __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a089c4d rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5aa1aeac ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b9b8a5f ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ba30ad4 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c022f39 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d5bb497 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e883910 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fe06835 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60033346 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x607c43e2 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60b4c90b rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6103c530 ibdev_crit +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 0x62437cad ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64915c34 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x651cb118 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66334a3d rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67b51ee8 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x689c7ee2 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x694a27f2 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69f9d3ca roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a15ac01 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c1ae465 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e136388 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e914b29 rdma_dev_access_netns +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 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73d75619 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7653330b rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79c9ff73 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bbc13e6 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c08c36a ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cc1bc19 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d6e4b2b rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81408e12 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8163f99a ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82380d7e __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82a9b11f ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x849760dd rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84d45224 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84e8aa94 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85d565fe rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86c28342 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88cf88c8 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c30c2a9 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c911c1c ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e2f1273 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90b2b5b8 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91908a86 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9220ef8c rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93e45ec0 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9600945f ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9926b97f rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9937802f ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b15b931 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c32c983 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e75d0be ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9eb63887 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0428345 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa630cd47 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8802252 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8d3ae76 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8fff69a rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa979139c rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaaa3676f ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb116534a rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b66ca7 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4ea4c78 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb79b167a ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb79f4059 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb86f13ae ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba366bfb ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbab47e74 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc88ba36 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcdc2aed ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd46bf7a rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf29816c rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc13ddde7 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4fa1f2e ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc529293e ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8773553 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca50eead ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd3be30f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce7e40ce ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd10f61cd ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1ccf829 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2897cf7 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3724a1b ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd47f91f3 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6ddcd47 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda510f25 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb1c4ae9 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdea7b542 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf2aff63 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf328333 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe049f730 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0a153ab ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0c9188e ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe19fbdf7 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1a150f7 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe33e9953 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3e594ca ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe538ee77 rdma_nl_unicast +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 0xe8850c74 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb725f83 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed4af7ac rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf18ee23e ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf22b1485 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf255777c rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31f367d ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4d7ae8d rdma_user_mmap_entry_put +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 0xf72b3c11 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfafe1122 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc569ae4 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd5a29fd rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe750d73 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01752251 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0609bd82 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141405dc ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x152c816f uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x19b34819 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x233e5c18 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x23d0efb3 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a1df8fe uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a53ffa0 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b14a1d2 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4bd17048 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55d906f1 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x585e62ec uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5be52cc7 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5f510ff9 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5f542282 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x640ed6e4 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6872d61a ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x72316f96 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x773db272 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a12d2ac ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8e661796 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa0d12bb1 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa81ffe10 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa9713001 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa99f3f5b uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb7c6c35c ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4b6bf49 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4f7c1a9 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc955c907 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcb5199bf uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0600609 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdabfe620 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4dabc39e iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x54f0ee66 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7388142d iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xad5d86a4 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc6e04ac9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd68dc01b iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf5412721 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf864a8be iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0505dc38 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x177f085c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x178988cb rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x221ec300 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2bf8a097 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3265404b rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x33765e20 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x593c5700 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5dd76310 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x61a3eae2 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67ec2745 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a38968a rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x761444e2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7aba86ff rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b994121 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7fc65cb8 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x98335d6e rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa073454e rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa2a4e147 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa41beb2a rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa5bd9c46 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9735dbf rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9e36c9b rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc86a1233 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcfd77748 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd22fceec rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf297559 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf7b0162 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6f642a0 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe74b369d rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9fdfc2b rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xea014e8e rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xec6c0123 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd65a3b4 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x05147276 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x251847e8 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x66d60a89 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6ae878e6 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6b41ed81 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x83599eeb rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9d2cc990 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x64c2e93b 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 0xa9980639 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc87b2822 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xd2cf8c77 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x29b0a813 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x35802aa2 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x5066197b rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb441a615 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xbba3957b rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe0d59137 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0a6581a8 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x19623fd8 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x575805db __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7e3542fe gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9ac5f7d1 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xafaa9b42 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc7062d65 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4b0b52e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xee39c5a8 gameport_unregister_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x0c8900f9 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x17da4763 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd6feea6a iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb75b308d matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7b0f5d01 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0x95a38a91 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x7f193416 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 0x9a388730 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0b5157cc sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x48f87c55 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xbec7ae69 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe31b117a sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xed4047e7 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x146edb9a ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xedda383e ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x0a922b72 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xec66ec4c qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x81bc58fb capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa1622e61 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa9888813 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdf4a1b2f detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf51c25dc 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 0x702f0607 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xabb6e14b mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcfaebd13 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xe36e4f5e mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x79a3cb84 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x991dbd5b mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x01b66df9 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x057cdab1 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0a5f3865 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c89bdf5 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x20b1f71a mISDNDevName4ch +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 0x27964351 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2eea50ae 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 0x33a7534b recv_Bchannel_skb +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 0x61048daa recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6139b4b3 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6b15b7b3 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71c5a3c0 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x75191cfc mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a7f07c8 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x950abaa4 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa98a0295 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb1207018 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc8dd4035 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd3eefd71 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd815330b recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd9074459 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd9f516bc mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeec36456 mISDN_freedchannel +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 0x7d331afa ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9ade5624 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 0x1acc531a cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x43eb0ede omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x56d00a52 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x5bdceb0a omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x076769eb dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x23e613ab dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x4184c2df dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x9ace6a9f dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x087609ab dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1072a306 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4866c2d2 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb2d14d93 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe13223da dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf7615ce8 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0xc08b9b76 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xf17358a1 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2ec5b99c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x50ffe1fb flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7140dc03 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x74fc740c flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7edd9b9e flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xac3e2564 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xadf87143 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd2ab3f22 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd39e2fb7 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdc4aa4ba flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe22534c3 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe554bf2f flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf13d0b69 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1e77d161 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 0x8f6ba267 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xbd594f19 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd96a75d4 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 0xacccbf06 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x91f515e1 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x7bd40f07 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 0x30047cbb vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x4d139d50 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 0x0d6483db vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x1bb036f9 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7d3330ca vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x86b2f842 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd335fe13 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xefe5adc2 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 0x02240f82 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x147c6c43 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22ab5ea2 dvb_generic_ioctl +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 0x4a42919f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4a52f959 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5eea8ee2 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x656b8b6f dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6b45d06a dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x765626c2 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7fccda9b dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8cb98b84 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e23d5ff dvb_dmxdev_release +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 0x99b8f187 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa325a627 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb6832298 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd50b6a65 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7c59961 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd89d01e9 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc795731 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe25e0c3f dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe450e76b dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7f38632 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9c23f3a dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea5b8efc dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf501559e 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 0x080b3136 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x18126500 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x76c3f568 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8b125dfb au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa46280cf au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb4b5633b au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb5635e04 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc96f50c1 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf2260b3b au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xf727f844 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xd1d1daff cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x37199761 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x56b2a288 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x57f6898d dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x65c4a7f6 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0712d3da dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x124752fa dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2b7f58f3 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x317960e5 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x481fd1f1 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x62d53552 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x67733955 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7c93d4fd dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x973481ed dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa2d3a50f dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb63fda9c dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc2927e49 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe0ad04d8 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x22bf5e10 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x380b08ec dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6695012b dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xaeed818c dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe63468db dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x0f0a7779 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x179b599e dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5daaa5c5 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2b99f484 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x510ff4c7 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x54e5a9f9 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5ac95f20 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x62251896 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x73401eff dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x897eb886 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa8a32cd7 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbb962ce7 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcf49bb8e dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe36b19e2 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf048cb8e dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x11ec7596 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2f4695f4 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9998664b dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9aaa264d dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd4fe0581 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x77d52939 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x87c142b9 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xdc1b0d51 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x13e1ced3 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xe52abb23 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xb21588c1 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc63e3764 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x3b3a7e23 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xa5fcc775 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x236b4e35 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x29e0a950 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x30589bc9 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3810122e flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5ac664e5 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6930cff0 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x80a71852 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x13dd71ba bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5175a561 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6bc71f4d bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6facc36c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0561cf31 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x65f7d3f5 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x92538e86 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3078468d dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x363a20b5 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x78fa8676 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7a594fff read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb4c3443a dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc1e017d1 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc4c2051f dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xeb8455f2 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xae29b3e4 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb6058b73 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbecd999f cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc6d023cb cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe7de14fd 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 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5d3deb14 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x845e0949 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x931043e1 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x95a3cf1d cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xaf4537a3 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xea082d98 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf4c5979a cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x6c03dd35 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xe0927f0b vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0c64e760 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc3a4f80c cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd5a47460 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe8c2481d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x084dee1f cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x18f9163e cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1a4b22e3 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1f8f7a06 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xabcab6af cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xecdacb52 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf5bd7b80 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x01026832 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0137eefd cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x05166367 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11056168 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1815b837 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2aa1541b cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2ba1e661 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x315aa0d3 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x32658542 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 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9ac8e35c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9bedccea cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa4be9796 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa5cc476d cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb1a644aa cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf8fa81f cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1effcdd cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8503161 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe3aca0c4 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed9e75bc cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf7146519 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x01c7117d ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0471901e ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11b801e7 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x23da4eb7 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x294c93e4 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x300bd97a ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x39fb607c ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4c046c33 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x642d079a ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7347c3d9 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x74f66a04 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x950e707d ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f896f3e ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xab23ae7b ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd8c125d7 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe4dd6fdc ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf4c70f02 ivtv_udma_prepare +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 0x2ce14135 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x43245e83 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x508a1c6f saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x61889a99 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7b5b2c9b saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8b61a077 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xabc8db82 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb30a0e93 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdbaa7e6b saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdfe46834 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe9b713c2 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2afcc6c2 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4660a4b8 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x62b018ca snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb804e3ec snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc263d860 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe5141454 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf5942a29 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1c300e50 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x41ac3be4 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 0x5c570dcb fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb3e2ec82 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 0x05fdd6de cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x77b35e83 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x290e86e3 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3ed49226 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x430f1884 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x53716ea9 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9fe2665a dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa24c767d dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd1ddef70 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdfc6f3a4 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf34300e7 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0832de65 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x11ca2f87 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2348f0ca dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x25e3ae70 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 0x915ffb7a dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xddecfe06 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 0x70b96df7 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 0x70003ee3 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x711f9198 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7b7404de dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x80704bc5 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8d1230b9 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 0x9d86491c dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa97bd5ca dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbd8593a9 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf97e82a6 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xb1e0706e dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xdd529079 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x50b14dda em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x6497ed2a em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0a00b0f8 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1ac1811e go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1bc8622c go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4d705d8d go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x601c0027 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8fed702f go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x952cd161 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc1a13f32 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdc8154c3 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0eb873fe gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x150c30ed gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x36917cda gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xad3ee6ea gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb4ffafdf gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb6f7de4a gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd0d8513d gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfad27c2d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x54a60cde ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x7f610d14 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1ee81ec7 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xac96035d v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb7a60d64 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc98c3d64 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xf2bc86d6 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x34232a33 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 0x575f1d8b v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5adb984f 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 0xfbbca103 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x037cc8dd v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04a74401 __v4l2_ctrl_grab +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 0x0fe53249 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11a8e6d7 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13b326ef v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1eea25e9 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22c4cd37 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2408ad41 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c62ea2b v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ccce84c v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d53f6b4 v4l2_ctrl_cluster +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 0x3963fa2e v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b2e1fb2 v4l2_s_ext_ctrls +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 0x3e6b71da v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4485917a v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x453d9e98 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48653e9f v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f006418 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f53f02a v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x540ccf5f v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55e921ed v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58e7501c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c62fe1d v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f14e648 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62301f27 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62778430 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6712bed4 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fda18fa video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78a524fe video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a4e9d67 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7bae99bf __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x829e87a1 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86000162 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86ed6001 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x935f8aa2 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x98b9e218 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c70b79f v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa371c782 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa735e81e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac425bf4 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb91cbf52 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbda67cef v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2517e4a v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2f89494 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc3ca14a6 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5a0b818 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcce1c3fc v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce3103a7 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcef33c23 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd01f7180 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6a2e7b2 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xedfc6f91 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf093efc5 v4l2_ctrl_handler_init_class +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 0xfbfbec75 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe4154fb __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffd9fd09 v4l2_g_ctrl +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x042cb099 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x79344c17 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa4be2c79 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa890d4d8 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xea283e05 rpcif_dirmap_read +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 0x31075c06 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4934d901 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x772cb258 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7aa145a3 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7ff8dc12 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x840fe656 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8b8924a5 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8d752217 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xaafd03ab memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbe36423b memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc9a01a38 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcad0fc63 memstick_add_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03ed0fae mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0745b0b1 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15c65946 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x28c03161 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c2f83ed mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x506bb30f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x55da71a7 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f7fd23e mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x601ab1bd mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6466aea5 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x80633aa1 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x854091ce mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9307984a mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x972d67fc mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x99a143a0 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa2e4e213 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa9c9b8f2 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7f2c026 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbd3e3d78 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc4ca5776 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc5c66b15 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd55dd97b mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd7c6c76c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb4ac2a0 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb8b721a mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe2e454a0 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed5d6b30 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf7f147c4 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf879b76a mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0bbf0fd4 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x16311efb mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17898628 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d757390 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2136aef1 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2b958dc1 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x39e3fc41 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3a9f0aab mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ba9ffbf mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x484f71e5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5feb35b7 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79297338 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x82d85153 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b003fff mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9cedca66 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaf21e39f mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba5e2782 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba99433c mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc5ac5be4 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc646d09f mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc73c8a5f mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd285676e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdf440189 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe41c19d0 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf061d497 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfaeef5c9 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfb203d88 mptscsih_event_process +EXPORT_SYMBOL drivers/mfd/axp20x 0x14e34931 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x24d05c00 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x2756ba4d axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x4fb9a514 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x8557592d dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x8c9ecc7e dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0657c2f5 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x17ec1584 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6096596b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x64c4625a mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x75fd6e76 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x95168ef5 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9c329be6 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb0df4a2a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc33a210d mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc8d29c18 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcd997b6a mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xe380a250 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 0x06c65d1c wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x42a1f036 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x5db3e8a0 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x709b4baf wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xddc3f21b wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xfac6c9ad wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x3808d5a2 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x8074f98d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x05a2abc3 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x8ee0518e c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x240598da tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x293cf44d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x31ebbee1 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4df951b7 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x5e4b564e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x5f1ff4b7 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xae8c99d3 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb81a7003 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc79490bb tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xd152bbf7 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xec739e77 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf20c3b64 tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x4deccb38 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7d75459a cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb2a89f09 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb425931f cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xc140ac5a cqhci_init +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x91a728b7 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xc7efe629 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xceba6561 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xed8488e2 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xab09b8a5 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xedc85945 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x08a0a1b6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5ff40bda cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x976f2871 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9d3e588b cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa6620ac2 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xddb4bdf2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf80e70b3 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11163f65 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1f9049db unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6aac83f7 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7f08a922 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x956e4a50 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x3a83d5db lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x63000140 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xc03649f6 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xff187937 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 0x9b1a4660 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 0x1c4db5dd nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2b5558ba nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2e2f3b55 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x486d2828 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x66ee1b51 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fa0b2f nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x854d590a nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x86dd5431 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x92da8522 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x936163b4 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9368e780 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9391ec05 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9dabe959 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3a76e88 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xacdbb143 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbb1df16c nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc0bb5f2d nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd562be63 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd8e0497a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xea354163 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf28f070f nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf8a20b0e nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xbd23fcdb flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xf2105a74 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x924dad3c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xc50b9434 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x17342565 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x21ddab52 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2c3174d8 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3839df8f nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x53ba5d3e nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5a4bf3eb rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x76fac413 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7e39bdf6 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x802b29fe rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x84a1ee75 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8a251d28 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x997c9092 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa37a0bf8 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb2724169 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb6d322f9 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb968f550 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc13defa nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x0f2048c4 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7f4e8ebb elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x050df6bc arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x154654df arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3b5fdbce arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5f5688a6 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x650b6ff7 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8ca4322a alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa3b80f70 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xabedb61e arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xeb7d4333 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xeebb9013 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfafece9d arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x30ceab0e com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xbe85c129 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf860b0bd com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x1376f911 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xccfceefe ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe13f6dd1 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x3459bcbd can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x64a9988d can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x018ff064 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x03f95f34 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0e871d62 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14a1cd31 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29f2b4b8 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35678c1c b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3888efb5 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38b11199 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38fdc2d2 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3ddbfb0e b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3ff0a1c4 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x42b99d21 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4668f192 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4a36ef02 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x516e56c6 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5f2ba90a b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x658115e1 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6be2755b b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ccea638 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x71d51275 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7348391c b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74f9b3d0 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c40a04b b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x904eded7 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1a259c0 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa338ff1d b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac166095 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc13a5b9f b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc14decd3 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc1a0f352 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2eb84df b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc546cebb b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcefce495 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd1b74d11 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdf14ecc5 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe42ada6d b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe7eb3df1 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xefec7d3a b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x25abb605 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb22c56f8 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc549c81e b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf65e87a9 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x21b97270 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x984f7b98 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xf62aaa2a lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x6582e863 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x82d0b0e0 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xe1c20597 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x71301474 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x7d6270d5 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xbfbaa9cf vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x54584eba xrs700x_switch_shutdown +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 0xa8fa452f xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xaf8ad7d0 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 0xdf94becd xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x02925d99 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0af2e152 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1c766cb5 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3797a6da ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x619493d5 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x937f68cd NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa5ff4114 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbf4d9f08 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd27bb450 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf9b23766 ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x291805f0 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x71030232 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xc89640c1 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe25ae596 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x83f55a08 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x26f03fe9 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xded27e71 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 0x3f93ad80 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x73677647 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7e8007bd cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8057bc3f cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x95ab8f1e dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa04b149a cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa540bb19 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xab84cac7 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcaa9c8f0 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd964a66b t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdf121f2e t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe2ee4bad t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf802b19e t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfa5a4561 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfd2fdda6 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfea19de2 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x025c8d28 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0854f0c1 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1056f193 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a2222fa cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1af6bb79 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f82eb38 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x329bb53e cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d87e9d9 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d8a0656 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44cc156b cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x47bf8ccc cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4da0e965 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x535676bc cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5691f9df cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5b47439c cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6201d9be cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64687f2d cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e98feab cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x76b31596 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x790e194e cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a96a9a1 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b734b7b cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ab809ed cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1417211 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1d0b6ff cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa97a2f86 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xabd77c9f cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb627e35f cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb7baba54 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb7e09cd8 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe38c2b9 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2fb7fee cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3529a83 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3ced8c9 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc931b7d0 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd4ccce6 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd4d82a7 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdb579f8 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3f5c2ea cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd80fef46 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd90d8b4b cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda8349ef cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xee016b4b cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf155dc73 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3974469 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf78cccb2 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x20e5f856 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3f0183ce cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4a95570c cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x568dd9fc cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x67ccd69e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc4af78d4 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd99c15bb cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2b44ad2b enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcf38deca vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xda2bca5f vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xedc689ab vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf2a71805 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfbf0f105 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x26edf52b 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 0x71d0e96d be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x2d43576a 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 0x38d899b8 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x25e8b3ed fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x61c83e7c fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x636a1b5b fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x8a58d01e fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x53a2c674 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x7a20d2b2 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x8c62f137 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x94b4ae1f hnae_reinit_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 0xf72ee1fa hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x6b63fc04 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0bbc859d hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2fcb1ef4 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4699c0f3 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x60a843ff hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x77bcea4e hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x8f17ab23 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa21fcfa9 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xfa683b13 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x173a6d98 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x24051e95 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 0x072a8fae __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x21110473 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x21335c88 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2220b2b6 otx2_mbox_nonempty +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 0x3565ca99 otx2_mbox_wait_for_rsp +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 0x5b05a422 otx2_reply_invalid_msg +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 0x68390376 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x78c927ea otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7b5a8e39 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x81f5458f __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8d60cf5d __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x92d9d0e8 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa1919fe9 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa429f3f2 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc3b6eddf 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 0xde84c540 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0471c5d3 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x04a54bd1 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x078b64ca otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x17217bb3 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1bd16109 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1ff1518b otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x21823ca0 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x22830e95 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x22f71c79 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2cb546d5 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x330ef34b otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3a82f662 otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x438635e3 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x43899c4c otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4f437a7c otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x56f125e9 otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x578fc77f otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x61082495 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x64df6b93 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7a4107bb mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x885986ee otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8bb7d953 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x96021ff0 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9d0909af otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa181ec38 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa964b32e otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbce3f54e otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc4e2258c otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd476e2db otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd54e576e otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd6270f0b otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe3f114e6 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xecc86631 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xed306ce7 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x066ea824 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x93ff623f prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x009d08ec mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03beb61a mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03fe970a mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x044c9986 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10823c1e mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15e3d9bc mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bd52cac mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23f94d0a mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c2ed3d6 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32d0ea2b mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34c3f3dc mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36e60d5d mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40146bcb mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42234cd9 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a417a54 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5116d2c6 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b02778a mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68281490 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x682b0167 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d282d27 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a5924f mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73f1ca22 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ce7b424 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e7e453a 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 0x8055b8ac get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d6f5c01 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90257a04 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90af73d9 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97c81549 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9982dc8c mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa863d88c mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa94f7fe3 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb191c28a mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb34defdd mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb53626d4 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb648c504 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaf90c54 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0c51ad7 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4d18904 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca7961b2 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd601dcb mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd041341b mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9099adb set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe245724c mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7557303 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9fa27ee mlx4_queue_bond_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbfc4d32 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x002da95f mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0257cc7b mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03466714 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x063a2634 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cc534c0 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cec94b2 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d81e0dd mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0df1096f mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3aa97f mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e496754 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x116779fc mlx5_core_modify_cq_moderation +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 0x142b6614 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16248491 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x171188c9 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x199b128f mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c2ea939 mlx5_cmd_do +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 0x1fe82c2b mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22848c8f mlx5_core_dealloc_pd +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 0x240708ca mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2411899d mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25c768c1 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25ca4340 mlx5_comp_eqn_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27146452 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x295162cd mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ad5e48f mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b6661df mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b91c752 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c3715fb mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dc594d4 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31157081 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31cb5dd4 __traceiter_mlx5_fs_del_fte +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 0x362a04e9 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3650e7e5 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d47642d mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ff98dd9 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41bf1158 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4251f59c mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4396eec7 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x451a36ed mlx5_lag_is_sriov +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 0x45c79631 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4623a109 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4646d2f5 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46f15a66 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46f7fe03 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c1ed012 mlx5_core_modify_sq +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 0x4d60883f mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ff54a49 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51a73cdb mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x523572a6 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53f056d2 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x554451eb mlx5_sriov_blocking_notifier_register +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 0x5647fd23 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57ac86a9 mlx5_core_modify_tis +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 0x5cf73028 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ed395f6 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f87aaa3 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605eb51d mlx5_comp_vector_get_cpu +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 0x624e5861 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d53f60 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b3f45e5 mlx5_core_dealloc_transport_domain +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 0x6e46c50e mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ebee862 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70c30c61 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72117965 mlx5_fs_add_rx_underlay_qpn +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 0x73db402d mlx5_eq_update_ci +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 0x75138796 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78619530 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78ce6853 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x791ff48a mlx5_eswitch_uplink_get_proto_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 0x7bf71266 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c3c6db2 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85d33163 mlx5_lag_get_slave_port +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 0x889b044e mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a2dbe3d mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c452e48 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d8fdba5 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91a1dac3 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93c3f354 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93cac831 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94794558 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9715ee52 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97a70803 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ba0f995 mlx5_eswitch_vport_match_metadata_enabled +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 0x9e31c9ec __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa223211e mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa38c0b46 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7f8683e mlx5_core_destroy_rqt +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 0xa8d1ab5e mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaac602c5 mlx5_core_create_cq +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 0xaced3dd3 mlx5_fpga_mem_write +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 0xafa8dc36 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc29d8e mlx5_del_flow_rules +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 0xb2b28a02 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3431d66 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb38d68e5 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb572dbe8 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6783b59 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb96543b2 mlx5_core_attach_mcg +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 0xbf0e5e3e mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1b9d737 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3539315 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc68192f6 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7010901 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8383698 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc94dd7aa mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb6118ed mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbd6e288 mlx5_rl_add_rate_raw +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 0xcc94c115 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccad6b11 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcce5a947 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdebd081 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce7591ec mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce9538fd mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf73b53f mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfd99470 mlx5_eswitch_add_send_to_vport_rule +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 0xd1f0ef1f mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd43e0cf0 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd45bd641 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd513eeb3 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7c6ed7d mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7faef01 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8a6919c mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9db633e mlx5_mpfs_add_mac +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 0xdaf4b685 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd0e5efb mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd59997a mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe027294b mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1b921ee mlx5_comp_vectors_max +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2eb2599 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe49982d7 mlx5_core_roce_gid_set +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 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec41727f mlx5_mpfs_del_mac +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 0xf393e7e2 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf49e737c mlx5_core_detach_mcg +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 0xf59dfea5 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf810bf4d mlx5_cmd_create_vport_lag +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 0xfa2d1eab mlx5_core_query_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/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0148d5f8 mlxsw_core_trap_state_set +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 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 0x10a0be0a mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x13a569d0 mlxsw_core_driver_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 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1899a9f9 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 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 0x2c53a96f mlxsw_afk_key_info_get +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 0x33e16dfa mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x34b861e4 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x35c0c1c7 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 0x3d279269 mlxsw_afk_key_info_subset +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 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 0x5330b65b mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x55441b73 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x568d2e4b mlxsw_core_ptp_transmitted +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 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 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6e308ea7 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +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 0x77532431 mlxsw_afa_block_append_ignore +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7834a61a mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7cb0e860 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7ded8b62 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7fb97c9b mlxsw_env_get_module_info +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 0x8384a5da mlxsw_core_res_valid +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 0x85d9e5bb mlxsw_core_rx_listener_register +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 0x94621adf mlxsw_afk_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 0x9d11fe4e 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 0xaecd3aff mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb4253d6d mlxsw_core_driver_unregister +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 0xb78583db mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbcbb2201 mlxsw_afa_create +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 0xc530eb82 mlxsw_core_resources_query +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 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 0xd4b46d07 mlxsw_core_rx_listener_unregister +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 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 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 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 0x1b8b1348 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x697e8daa mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x9a11a22b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xe56b7f19 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0267aca9 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x051d4039 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a9519fe ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13216102 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13b30e02 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1516bcae ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18c24d7c ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19a9b0d9 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ddd467c ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e09ac53 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22808aba ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c7f0e4a ocelot_sb_pool_set +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 0x30a9b644 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x35ae8c8c ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3676c5a1 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38910f06 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c843803 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d912a26 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e4b2b0e ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4677cc33 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4965ae65 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ac95a0e ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5973fae0 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a1d1948 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dc5c38a ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e36a6c4 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5f429d4c ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6b14ff54 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e501ee2 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f624788 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73cf1db7 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x764c3ab0 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ac14ced ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7cb155ea ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80462993 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83266bf9 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x848e3d5c ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ae0b7be ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8d3f0a0d ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8dcb9368 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92cec260 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94062ee8 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x977e6f83 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa55ea596 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa98d095f ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafdf7db2 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb6b2953 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd001c1a ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbdf49fd7 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbe03966d ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc09fe3a1 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc23123b4 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3bbed68 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4c1573a ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5c41ffe ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc63f9266 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb081ed9 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb7b6c3f ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccac277e ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcedb22c0 ocelot_vlan_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 0xd18c1f41 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd402fa87 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda57331c ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe85a3189 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9793fa2 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb9353cb ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec9de00e ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed6171fb ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef8e0e5f ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf16132a9 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2b137ec ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf4509867 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf493950d ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf835d0ad ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf882a456 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf960bdc9 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0b35a475 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x33b4d044 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x656bb703 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x80d0ecda 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/qede/qede 0x8945af9e qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf39c6cc6 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x03d5c5b4 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0d821e17 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16bf01ad wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16d1e7e8 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b9a9f65 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1ce75af7 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2745258c wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x29664894 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2efa3c75 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2ff003c4 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x30416a0c wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39077ccc wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4805ebd5 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x488f4eed wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4f95f166 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5244db12 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x52ee45ca wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x57b81607 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x65445eec wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x66e784b5 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6d4e3034 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6d9d4fd2 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6f2f09fa wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x70e23f71 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8b5dea1f wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x952ea944 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9666c325 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9741a336 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa1a46287 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa48ed260 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa978b522 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xae53e252 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbd25132f wx_configure_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbd5bcdb3 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc1245639 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcb068a58 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd1fa1797 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd1fb3120 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdc57414b wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe4ece62a wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xed1f93fd wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf6bd21fd wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf86cdc75 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf959b9f3 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfa4ed173 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfb8b3b95 wx_intr_enable +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x14134246 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x26ee55b0 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8e2fabd3 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb84db0e0 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc3bd1790 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 0x0cad0aa7 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x31dd8faa cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xc3c361df cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xf0b3cf98 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x79df4857 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x31be42db xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x39cf1080 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x83ba8472 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xaf053a9f xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc371cbe1 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x1287f2aa mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x19f17cc2 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x81121ef8 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x044354da pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x1a4eca57 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa7eabe41 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xee7cbcae pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0xa973d356 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x19931400 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x1b5708d5 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x653662d0 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x7fa1ab03 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xaad8e781 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xd38dd1dc team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xebd93758 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xf6293b9a team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x63aee606 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7bc84cf2 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa20c79a4 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3b89fa23 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x407befd3 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x57ac3527 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6b24952a hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x777af2ea hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9188150a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9d1536ba unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa9d1bc75 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd1908f63 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd5d38671 register_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 0x301ea787 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x32a1166b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x50c1b67c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6250b200 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x800cf707 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x903e2b86 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x96899bc2 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9932989a ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x99484bef 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 0xc5c94e89 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc7cecfd0 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd328b61c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfbc2c83f 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 0x0400a536 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x07376783 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08ebc7ac ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a65ab0b ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b4234d8 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b82f715 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1cad4865 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1cdd5285 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e381f03 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e3ebe95 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1fdd19bc ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x202deaad ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x297944b8 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2cc2ae38 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x30ee97a2 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x32d834f2 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35721998 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3d089899 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4371152d __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4832a0a1 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f0b9817 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5babb123 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6224e5a0 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x64bdc5cf ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69076b07 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e54a547 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72621312 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72e169a6 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x75bf5826 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c59b395 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8225ab87 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x83c24bc3 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8cebdef8 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e810456 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90106727 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9803ec06 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9f7c0e15 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa40959c7 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaca2d6fc ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xad47548e ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb58c02ad ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6ead165 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb80c7ce6 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc03962da ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0c3b545 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc215ce86 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc416cccd ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc598b045 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb6212f4 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 0xd3082009 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb20d04d ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc2d8b36 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe1417d97 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2cb53f4 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa3652a3 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xffbcd6b6 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0794a954 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0a5a396a ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0d6d74c4 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0edc7104 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ff23efe ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x102b2c40 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x16b7b3b5 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b716cca ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b7c0fb3 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x22c733ab ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x25502315 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x39012817 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3e7af03e ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4b7ecddb ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4e7ecadb ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4efe436a ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6322f67a ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x68a305fe ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6a4a9870 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b198d56 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6d69da40 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x73cd59d8 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x749e2600 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x76aca2cc ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x79f92c45 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7e18cee2 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7f9b30ec ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86641117 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8d712079 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa6a02099 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xac8d642b ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaf57fce1 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc917a700 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd482f33 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xce8daaac ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd2f641db ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd4bea6ac ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdb366800 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdef3544b ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf234244 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xecf52f8e ath11k_qmi_fwreset_from_cold_boot +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xff42bc34 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0892bec4 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x239afcc0 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2e4a15f3 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2ebb0e07 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x37e1c9b2 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7d38aefb ath6kl_core_rx_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 0x9402d60f ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9a79166a 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 0xddc2962d ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe10ee8e0 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf6cedfe6 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x13078c35 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x181b260d ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x20813ec2 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28a89d5e ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2bd5e720 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3a035eba ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3a80b9ae ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3f58144c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41f53487 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59a6192f ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5f716519 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x619e00d2 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x67b56e84 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x69154327 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x79a34bde ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7a223392 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8f62bc26 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa94ba4bf ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcac7a76f ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd05bfca8 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd7b2d3bf ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe3e62e2f ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9a549de ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0539b61a ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05daa051 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06682cf8 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x098e771f ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ca98eb3 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f9024f0 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10818fc7 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1127fff4 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11ce7908 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1227adac ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12e513fa ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1424a9c4 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18529135 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x192bc3fe ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1995177f ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x199ecb02 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a2c26f8 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ac58642 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bb9be44 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cbdd921 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cf3cb7d ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1eecb0b8 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23e19ce0 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2778e045 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c3f7da7 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fc582c7 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x302e0a79 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3156002d ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x319e81c6 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3949cfd2 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c9b2f4b ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e95a5c0 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ff1a586 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42ac7ff9 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4420470d ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45c8d6b4 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48dd75f3 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49747fe2 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4df09ee1 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e62fed1 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50fc8713 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54a728d5 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59a3c543 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b276148 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6223e0ad ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6410661c ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x646280b6 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x655483bd ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65597b19 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68f347f5 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70784b19 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70f310de ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7270a243 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7768188b ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x781a3407 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a81b5eb ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f78173a ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x828b58cc ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83740481 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x858b9c52 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89137c01 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89b8604c ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a98f133 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8aeeec98 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b18ea2e ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b8cc059 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c3f72f0 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d7167fa ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91d671d6 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a3cfbe6 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bcaa4ef ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d479de3 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f0c7e93 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5320c67 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5576eca ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8260e70 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf5153f9 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf83220d ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb60232bc ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb71b3472 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb82622aa ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbac2567f ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2e120b1 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc355edd6 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3665f12 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc38c07c2 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8c8a28b ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9d549fa ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce416f7f ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce825227 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcef0bcda ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2a1bc15 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd49ede59 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6abd51f ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd763edf8 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd7425fd ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0b39dc7 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5a96b01 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7f5abec ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xebde5208 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0478f26 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf05f480f ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1100e2c ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf930e305 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb08cc5f ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe5b94db ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffa33663 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x101ed03d init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x5a959ca1 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x8e1cab42 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0aca3ed7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x126c1bf3 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x28c9feef brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3195eaed brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x40dcaedb brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x47e0815d brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4ec2be93 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x553bbaba brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x702b4103 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x79143c8b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7a0d016f brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7c61c075 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xba7d66c9 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 0xd7a1c68a reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xec0dfce3 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xff6af432 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x06f075fd libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x18d0cded libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x446154e2 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4f2f0a8f libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5f423dc6 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x609e2125 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x651ee28c free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8bee76ab libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8cdc828b libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x995cf590 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbed01a49 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc0aa04bc libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc863e4f7 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd07a550a libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd7d2a806 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe03a40e4 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf5754f18 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf9477af1 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfcc5cc5d libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfcd9cfc2 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0dfce5c2 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f21e93f il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10cad096 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11066de5 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x143801d7 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1916bd30 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ae5d60c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x229b126c il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28717c6a il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c86d7f0 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d553fd5 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e4201fe _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32ccfff9 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38695ec0 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c39c628 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f836c51 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4214bc13 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42bb4dc2 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43249142 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x46f4f2a4 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4bb4d836 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4cf8f3cb il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4eb51b42 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f455ef2 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f7944eb il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54841da0 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x55b3f2ac il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56ef5a90 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x580b5de4 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59e03517 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5eea3852 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f460126 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fbe92c8 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6267a425 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66f18e56 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67913cc5 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b4124a0 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b6b236a il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7065588d il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7587d9d3 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a5d9592 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7cd02998 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d51145b il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d51eef1 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e14d4d1 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82ac18bc il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8428d5f7 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8538cb2c il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8726e6ee il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c7d985c il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e8e3354 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x901a6f15 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x91c64496 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96e3294e il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x979b9e49 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ad6154d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c615aa9 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9caecb77 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ce54481 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f27b953 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa1cd4c3 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab9aeebb il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xabea0dab il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3358c05 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3e067e3 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6adb499 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9699c8b il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc62c1d7a il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc72f15df il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca52ec8d il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca785417 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcadcd72b il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd041ea6a il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd401f319 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6ad6af6 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd855f9c3 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf308195 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdfadf751 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe25a575b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3adc2fb il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe715aa15 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe84b9d6a il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec117c2a il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec500b74 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecd02a23 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed2fbc9d il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee0aa081 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1268ca8 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2ea59c8 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf38ba397 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3cd675a il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf51039e5 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf58faf10 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf74d3771 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfac650c9 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb320e3c il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb58bbc4 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcf0108d il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x20191a57 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 0x8f0f9200 __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 0xb51dc27f __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcc816ce4 __traceiter_iwlwifi_dev_ucode_cont_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 0x0031b053 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x019d4b27 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0dadebbc hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0e6d8355 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1a67b83d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2f3e7e8a hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x34b087ef hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3b0113ad hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3b1f0b7c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4cd8f919 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4dcf6ea6 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x515980e5 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x542e6235 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x69db3687 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75312320 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7963eda4 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8f5e14d5 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x922976be hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa46fc930 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa84ab280 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc76d4b06 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd008dd61 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdcdf04c0 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4dfd492 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xece85241 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3a5e9802 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3f570261 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x42737c97 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x57466c2e orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x63049ccd orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6fb7b8de orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6ff64bf1 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7dd1fca1 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8be42f68 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x97938f06 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb2dccb04 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb5e4fc4a __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd0dbab59 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdfce3fcb orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xebcacb9d alloc_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 0xacc21aa2 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xdcd509d1 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x04a8c9ad rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0e59ff02 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1834abdd rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1861d4b9 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18671a99 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x19d9fdd1 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1dd77799 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 0x2cdbb0fd rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x354fddae _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41834dca _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x422b3481 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x43f60fed _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x449c2dba rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4aad1f10 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x527c937e rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5e64103a _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6221cd8e rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x637bbdb7 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a313dd8 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7bb1a45c rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x80f38096 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8360d1c6 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b8ed8b8 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94a78eef rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x995fc0b3 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa3d0e5fd rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa5b57bb9 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa0971f7 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xae00f31e rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb59fdc11 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb6be6da7 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbea11b4a _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca83334a rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcb5c4865 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd2508476 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd375534a rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdf1f8d19 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe4a4c771 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xefe4d03b rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf0749305 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf20bd3be rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb2d07447 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc9de59ab rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xcb9e0217 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe6f71025 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x55d02e20 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x71b958c6 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x9761ee2a rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xfb209d49 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e56b3d2 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x183aa0f9 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1dbca767 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3824c536 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3894f319 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3b3c6de6 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4024d265 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x499d3ae5 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c311aca rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ea5505e rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64187f66 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6750df12 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7679c076 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fb01ea2 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x815d9908 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90836b93 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x944964e5 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97f2985b rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e6c9eea efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa297289f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3c0887a rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa80a04a8 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa8ec27f2 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa99ae510 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xade5de3e rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca4c5d00 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd2e1d9ed rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe9b3089b rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed083fed rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef68f12a rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf78cd07e rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xe978e379 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x74b894f4 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x029899cb rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xed5af2f5 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x01126760 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x066b569a rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x07539e0e rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0a3a645a rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0d906303 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10b8cf81 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x111ee5a8 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17103a61 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x178414dc rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x19575221 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e65e457 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ef96e6f rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x20e2734d rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2737f6ce rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x28d1360e rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2b940d64 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2b95bc62 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3357da6e rtw_phy_pwrtrack_need_iqk +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 0x447ddaf1 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x449b6fa0 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4db34f43 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519629cf rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x55c26285 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5623762a rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5795b1df rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b950001 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6d6c82b5 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x707fc9ea rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7e4e5a1b rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7f2da119 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x855265fa rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85e2fd22 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x871d34d5 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x88f5a9e5 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8bdac94d rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9450fbb8 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x946e2587 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x99b40cc6 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1335c42 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1c6ea60 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa394ebf7 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa943d55a rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc4a24e8 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbee781dd rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1853f55 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1e6790b rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc3a4b0ac rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xce45ff6d rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf817130 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd5bd16c9 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd7a2cf6e rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd86935cf rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xde3d6244 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe0f82f7e rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xed6396c7 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeda6a718 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf36aac25 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf37f969f rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf4c7fa1a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf630e822 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfda88a71 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x0b1a4b0a rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x140b8f28 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xa727d99c rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xece550d5 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x7055b576 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x717f2797 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x914b4395 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xd9fbd281 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x8594b26a rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xb82099e8 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x50898e3c rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x9add3002 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xed43e2f2 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x76e6ae9d rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x061d546e rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0a9eadb7 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f1512f0 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14400aa8 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18c7fc26 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x194172b2 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1bcc6dd2 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x202e1d6c rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x234b73f6 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x23e5ef92 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x258eb837 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26572335 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x296a08fd rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x29885336 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2c1035d0 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x32c4eadf rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34481b1a rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x345b4452 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3594dd83 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x37163f97 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x37816b2a rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c49952f rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x407a3d57 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x44813fb3 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x45f1ab2b rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x460bee32 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5152075c rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5300d7cd rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5463ffca rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x574bf69e rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57c640e9 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5b1736b7 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e32b943 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63f14d32 rtw89_phy_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64de9184 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x790b1329 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c19e514 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7fa13e9f rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8137d7c9 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x877d6270 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b285e90 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x94ecc044 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa13d56fe rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa3291c22 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa6e41035 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa7a572f7 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa8b79d50 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa8c20849 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab42a547 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb2b84311 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb412b016 rtw89_mac_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5eab7c0 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba97d354 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd9bccc6 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc123b6d0 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc0c9e34 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xccf56a78 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7b24d18 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe2a09d5a rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8e85b33 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xef612f86 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf371a1c7 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf4cb75f8 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd362015 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x00c313d2 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0d82c22d rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0f37c010 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x13547022 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x32a3ee8b rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4480c01a rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x45a40c44 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4cbde1c8 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 0x71252e66 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8ee1d730 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8f3a5a55 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9aa06926 rtw89_pci_recognize_intrs_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 0xa2790be3 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc869c3c0 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdd45609f rtw89_pci_ltr_set_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 0x46c12717 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1ed774ab wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xcbc9d9a8 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xdc9bcd6b wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf19f03b1 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5fa64a94 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x8e50828a fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x2f8b7c28 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x9a5d7f58 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x280b6e09 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x2a339807 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xc92d7083 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xd25569f4 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xe36e3ee9 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xfdead96a pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x37f54690 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x455f4d2b s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x95a9ee18 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xdc9185d3 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 0x15a9cbec ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x219b22d8 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x3f1c4c44 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6977af11 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6a7bf72a st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7688ee43 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x81ffe47a st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa6ee5793 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xab362596 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe6b0c63b ndlc_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x13d81a2b st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x14896318 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x64fec99b st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6963d0db st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7a2f9a78 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x85f01e86 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x89597bfb st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa853aa58 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb9bc7a9d st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc04898a4 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc7e04348 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xca750530 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe45e9984 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xec13e4f4 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf3e541a1 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf7c778c7 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf89a0911 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xff9572cf st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/ntb/ntb 0x018505eb ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x0c021a05 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x3cd9d766 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x465013b2 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x4a664d5d __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x74f501f8 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x9f43451f ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xa29c54fc ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb70e98a4 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xbc102142 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xbdaa0c39 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xc09310d3 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xccb25e4b ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xce3a94e5 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xcee02c8d ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xd82314f4 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xe80f764f ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xe9e6def6 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xe9f7cc1f ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf8595482 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x17cefe84 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x2b512619 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0af2e634 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x0d2cfed5 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x113a2c6e parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x1c7b23c0 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x3816411f __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x42b5be3a parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4421176b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4b4c1bf0 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4d772673 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x52bae80f parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x58b6b453 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x59f9e65c parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5e8babb5 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x69e081f6 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x6a217452 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x87af136b parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x8da51c41 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x8e819be7 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x98533d04 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x994c6090 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa1c91263 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xb8d60bc5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xbacea16c parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xbfcb5f9c parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xc0b5a398 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xc0be9a40 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc400f2a8 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xd87e5449 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xde5de9bb parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf263ab65 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xf728b337 parport_write +EXPORT_SYMBOL drivers/parport/parport_pc 0x66e3d431 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xf61b6c74 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x047c5c34 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x55111510 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x643dc10a pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x68baaaa6 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8a4f6624 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa411d00c pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa4cf1fcf pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xde8dd3ba pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf4a60220 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf55963d6 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x525cd809 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x01e54285 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0d799fae cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x171b9e0a cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x3fd8a75a cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x5f496daf cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xd27ff70f cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xea9f14c4 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf8be4dbf cros_ec_resume_early +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x2caf9b61 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x85331142 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x35f499d4 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x971404de rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00e47353 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x13c8d112 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x164130c0 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3514ce7b rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x44efbc4a rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x48fd450c rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4a61c625 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x62e35b60 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x740c145c rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x74c19a07 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7fe5c3c7 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8a94d2e1 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8ffa5747 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x939b441e rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9c8df525 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb5cf5126 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xcb1a01a1 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe4b74864 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf7efa8a4 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xaf5ec560 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3bef3ef1 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x5711fe3c scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x79db56e0 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x96aad9a2 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1ac6bd70 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4834f343 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4a484401 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x53b1aea4 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5bb38498 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x66c2005c fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8cdc25b7 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9cfa0c3c fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb0fdf740 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd90daa9d fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfd995860 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x027fd3aa fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x093dad0c fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e71e2a8 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14beca7d fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14bf16f7 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b1943f6 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c83aa5b fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2486cf59 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x269f2f38 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x274c4692 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33cf3b20 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x340e7019 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c1c57e0 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45b3bb01 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46bf57a6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51510fb7 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x543dc31c fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a056648 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5e5f758d fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x673438a5 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ad60ff8 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cd494e3 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71a6e19c fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74545054 fc_fcp_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 0x89231cf0 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95a0b4d7 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96890de0 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96bb9803 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9728006f fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97aa2bd8 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9952f75d fc_set_mfs +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 0xa7614beb fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaaf217f2 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab501a77 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xabcc1ea4 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad451f68 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbbb695b4 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc153af0 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5e435ec fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc9c748b fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd4dff6c fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf92613b fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3c7e714 fc_get_host_stats +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 0xeb1d6858 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebdc8d7b fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6bf1533 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf7593612 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfaaeaaed fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfc50bea9 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff26ea38 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4fb43821 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb469fca7 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xc3416d06 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd52849fd sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x40b08154 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 0x2bcff73e qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2c8d25e7 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x37e0bcd6 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x66852343 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7ad26b65 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8f32b46f qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x90e68abb qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa012792e qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xadbb9fad qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb62086fb qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe361ff91 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfbade023 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/raid_class 0x45f3dfa9 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xebbfc6f0 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0c569a43 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0d346b32 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0f6ab6d3 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1fe7f5af fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2d359a4f fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3e951caa fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x490c8ded scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x54552c01 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x59802b4c fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x73a6f142 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x77a95925 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8849f1c9 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8a53c995 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8b97b5fc fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x98fac0bb fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xccc18add fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd94c770c fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x00d572ff scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x08cd2e58 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0cafa3c3 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e9df7de sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e15bddf sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x22138d21 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x37eba3bf sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x475dbb5b sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x47a947fb scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x51a310b7 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a619398 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x61286084 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x614d97e8 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e7c73e0 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x881b081d sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8d0543b7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95d3d761 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a27c27d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9c2cd298 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa7e5a205 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa99ba00d sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4ec2218 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3418366 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd65e5635 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd95b155d sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe29b9c4b scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe34434ef sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfa1dd3d9 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe663ed7 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0fa316ed spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x35fa24c4 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x36db919f spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x37fa59cd spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb2ed53c4 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8902e370 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc6991f52 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xddc7090b srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfc97156a srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfe9b0733 srp_reconnect_rport +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 0x08f445e9 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2f6dd39f cmdq_dev_get_client_reg +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 0x57c3654d cmdq_pkt_create +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 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 0xeafe3dbd cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x302d1c46 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 0x075ce903 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x17d21b56 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x2e259f30 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x30f22acb geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3b9f3356 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3bbc044a geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x590da0f2 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5d8802c1 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7c622055 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x919c617f geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x965c9144 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9d7a3854 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa4643226 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb5ee923d geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe1cf05d4 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe1f31d6f geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf789c939 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf9ff639e geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfd9a39c4 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x01b2e132 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xe3f9000f qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1ad20a5a qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2b78dc47 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x35a4a7eb qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3df84d39 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x48eb49bb 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 0x7fa840d3 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x80378f8c qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x91e829b9 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa0b4a63c qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe7a1fb35 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x2673f635 qcom_smem_is_available +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x02edb616 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x020e1f68 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0d677dc8 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 0x20156554 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x218be35a sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2247e7e1 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x235ef7a5 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2cc652ee sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x39eee94e sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x41870b57 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4397a233 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x504ffa00 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5722c332 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5a9fc031 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x63999347 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x65f7264c sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6aaa605d 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 0x789b3486 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x89770f54 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8a4aaaa8 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x92d62fb2 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9edd6d14 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbb512604 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbe5c225a sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbf8c4330 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc452cc05 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc63aaf2b sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc899260e sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xca2968c5 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeb61202a sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x03a776f9 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3d1109b0 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3f373a3b cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x406f58d1 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x44f94c9e cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x51a54f38 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x55e01b6f sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x68e38fe8 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x76662376 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x97cc62b3 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x98d5bb87 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9deff5a1 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xac6daa6e sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbaa8e76e sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbb08a5b5 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc0218f76 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc3d3a755 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc4ba85ab sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x1068e6be sdw_compute_slave_ports +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf16861d3 sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0d54a19a ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x0d5f3b59 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x10be38fd ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x120ab8e3 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x2499f18c ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x3fb4968a ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x4d6b70fd ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x55073fbc ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x6e25f164 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x7395dcf7 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x7bb1b1c6 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x7ecde7de ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x9813a105 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xca3ae7d0 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe9b0ed15 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xed540a4e ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf7b5e77b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xf934a787 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xfbaf0aad ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xfe2383a7 ssb_device_enable +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x005c8260 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x024af1fc fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x11921842 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x12f55a59 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1b2f52dd fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1d863c5b fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2a348156 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x366aa6a3 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3c375cba fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4db0bfdc fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4f37d6c1 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x53652244 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5b720090 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5c8b063c fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5ce8ede2 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7802ab12 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7aad31d0 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8c8eadf1 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xaef43cbb fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb125f6bc fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb50374a8 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe374145f fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xee9ef923 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xef6ec963 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfea17485 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc21ff26b gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc9e6f354 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xccfe6106 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xcd8bb359 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x80bd8db0 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xc6a7fdaa nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02591e6c rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03d6e01c rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a7ffee2 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2686f7d9 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x276f3d62 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x287babd6 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33ff670f rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3845b535 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bebdf5e rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d50aa15 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x447cfe9d rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x470b7b6d dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x486c3523 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48f225a9 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d85d669 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x53c46ad6 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5441c206 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x562d1c1c rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b3f0b8c rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c3b690c dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60f9b2cf rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70f7b4f4 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77145449 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77963248 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7bd0b0fd rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x87d280f4 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a0704b4 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e9b9307 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8fd602b1 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x912eb9a1 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9173ea8c rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97427010 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa64b0a49 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaf39b247 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xafd10df8 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaffa0d2c rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5a76a5a rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc4e70391 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc16e094 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce1f91ed free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd0a4ee57 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd53c5107 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd56f9242 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdb7a5a4c rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe16a8432 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe4836778 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeaac8efa rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfa361caa rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc511607 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05d4692d ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x091348d5 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c28e14b ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14fa6bac ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x164d6615 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x184e5182 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b484945 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ef1917d ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x231cae83 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26b04d3b notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x272bcba3 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2dd67678 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e94b298 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3012fa60 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x342d5a80 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d137651 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d23b78e ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4810fde6 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48229963 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x491304df ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4add3c1b ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d5a54f5 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f63a6bd dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x500828b2 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5333bcaa ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x603f7743 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61b36f12 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66e15ca6 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7246af3e dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7bba6f5e to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84d98598 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8c9bad47 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8cdfccd9 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f9c0bab ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa3a631ac ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb71817b4 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba6571c0 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc7fef65 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbde2ee92 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc46f22be ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc8acf68c ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca1bfb35 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcaf7abce ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe30c4c6c ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe78dc592 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe92b684d ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xefc8549d dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf223f220 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6a14f1a ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf902e4d7 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9821d40 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaa885c3 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc308567 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05df67bd iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x06c2cdd1 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a4cb6ce iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11b9ff84 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x151e600e iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x193da10d iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x269785bc iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28a9ddeb iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2bcae346 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39b5f32f iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b480161 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3bf9e81a iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x406df551 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4194212e iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x45c30e35 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4853fe06 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4931fa4c iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e5b548d iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58b36c2e iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5939aedf iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c71336f iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5de59aed iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f2d8216 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x742cdcb3 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x786513ea iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b185ff6 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e60e218 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80b78183 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91dcad6c iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x969a919b iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa90a4291 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb6b4f202 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf97c060 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcba7ea0b iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc09e203 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcffa223f iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd4b2d832 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7475322 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe6c13d6e __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe9f3a6bb iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee2ea7a8 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf35dab96 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa0139dd iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfafef283 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfdf3fab1 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x01c52301 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x01d0e2bd target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x024199b7 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08fc3231 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b529e7b spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x1025833e sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1667d7ed core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x170d1811 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x18259e36 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x1fb9e05f target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x227854e8 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x2869aadf transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b1eb938 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x33ce0a48 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x33d1834b core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x35e7295c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x363129ea target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bb66d85 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c15abbb core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e8d02d6 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x427b8b05 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f430d90 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x50db1730 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x591fba6e transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x604f6fa2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x61b94a95 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x64adeca6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x67052f3c transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x676dfacc target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x757c276d sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x76a876a3 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b6e5cde target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x811a9113 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x83924e04 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x843973aa target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x849f5255 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x88794e8c target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ed480e3 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fdbbf14 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fe1abbe transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x900cadd6 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x98657805 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b331f97 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1f1d76a core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6924b28 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xa888ebfe target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xac7b8cfb target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xae329418 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb045bf7c target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb15c82ae transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb64d3b32 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xb6f33348 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8d4afec target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc0498cd passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc996cb0 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0d70bd8 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2d1c01a transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xca225bd5 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf5c4eb2 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xcfdd95ec transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3f5cca0 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd68998a9 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1ff41ec spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5841c17 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xea8d2dbd transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xeee0b210 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1aab038 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf58ba182 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8d74de8 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa054332 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa1356fb target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa68d870 transport_alloc_session_tags +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x23593e03 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x35d7a6a0 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3ae84f45 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x4248ef0c ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc944458d ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfc4e4e89 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x240249b1 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xcb740a16 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x6cd5258e ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x6f6da2b6 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x3dbeee8b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x76d132cc usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xb4874b5b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0bdc0c83 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x44422561 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x67415164 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x75f2de0a usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9cd4213c usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa91dee18 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb03f6c54 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb753a06f usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc5a41771 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd65583f8 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdaaa68d9 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x1f9b46cf usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x68452113 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x50fdbe89 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x474c51f7 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x677864d9 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 0xb6f16ffe vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x05e7b3ad vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x9b78b96e 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 0x5300ce68 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa8d08c4a devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd9e84420 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf48c4a4b 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 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x52f79642 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6f045bda svga_tilecursor +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 0x85bed6e4 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xaa9faece svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xafc26d30 svga_settile +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 0xd30b7913 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd3651881 svga_tilefill +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 0x433f0a53 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 0xddd7238f mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4a9d418a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb4ce7df5 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb7a1d205 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4759a4a6 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xccb97a71 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xde3d7d1f DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf74770a2 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x9fe87651 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x28f14817 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x026cea28 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3f02b10f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xa9753bfc matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdffc6441 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x00b9d68a matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x48630dbe matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x40934b29 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x516263d9 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6f6e5f5d matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6fee1ead matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9dde5a7b 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 0x14e8f0a0 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x17880859 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x19e72324 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x237026d6 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x19ab7ebd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9f5ea35e w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x51c8f219 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x8a69a912 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x2c787c68 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x34b1fe14 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xac0acf26 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xe97e4b26 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x05063735 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x1866a8cb fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x28906ccc fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2db5720d fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x481977dc fscache_relinquish_cache +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 0x5206b62d fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x54fb7cbe fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5632fcdc fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x5abd805d fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x63d17e31 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6936e06e __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6abc0545 fscache_withdraw_cache +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 0x72e38c5c __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7947dded fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8185a407 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x891f21a1 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa52b4db0 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xaa0cd1ae fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb28bad41 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb43890d9 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xb6eaa447 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcfbf397a __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xcfbf3ac6 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd712610d __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xd823b794 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xdf6638b9 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xe6f97b1b __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf54042fa fscache_dirty_folio +EXPORT_SYMBOL fs/netfs/netfs 0x115b2933 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x12303852 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x3f7c2076 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xa35d5352 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf4816a4e netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x087408db qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x38ab1d9e qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x540e4a1c qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xbac4d5f5 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xedf545b3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf3ab4a60 qtree_entry_unused +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 0x1c63ca9d lc_seq_printf_stats +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 0xd1bdba29 lc_seq_dump_details +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 0x085cc59f lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x74de3e43 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x84cb78fb lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x93d7cb3b lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe2a108a6 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe759050a lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x248ff29c unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xb3177de3 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x0b2a8e67 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x9333633f unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0d3464d6 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x0e5661f2 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x1170a855 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x17ac4387 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x188bf52c v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x1bab4615 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x1c0999c2 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1cd3fbb9 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x229d8929 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x23845dcd p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x23bf20ff p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x2b6d8319 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x2cc5d3de p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x2f2df134 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4995dcfb p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4ca4d53d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x523aaa35 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x524d50d5 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x606d6d34 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x68c28a32 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x68c868c5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x6b82da94 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x6f36c279 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x70ed09f4 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x8a30d6da p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x8b5c7a67 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x8d6ac43a p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8dfbdfa4 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x92b6e553 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9d8ab097 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9f1b9938 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa62fd9df v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xa99eac82 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xaf2a075a p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xb05ffc67 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbe73b92f p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xbea6c34a p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc55271d2 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xc83436ef p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xd202f643 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdbea6ba0 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xde173b20 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe041515a p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeca0e753 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xfeaa54d1 p9_client_disconnect +EXPORT_SYMBOL net/appletalk/appletalk 0x0394f577 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x60082121 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x6c98ff88 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x6e2f88b1 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x0276f399 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x1f368e04 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3d449491 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 0x63f14331 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x65c34891 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x75e8dd62 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x7ba25979 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x7d5819f7 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9104a85b atm_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbd9d6c1c vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xcd7fae7f atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xd6f3c515 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf7799926 vcc_release_async +EXPORT_SYMBOL net/ax25/ax25 0x1345e486 ax25_listen_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 0x45122a9f ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7f3fe44b ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x95915b35 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x97a7a724 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x9826c0fb ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdf9e7e77 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xfeff6c79 ax25_linkfail_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06db12b7 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x07b36677 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1074b432 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1459a75f hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x15726ed6 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1acf2cf5 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1c4aa5af hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d45a4de bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d825d1a bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e840863 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x24556223 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2ba5f557 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2bc288ec l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f587446 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f9962d1 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38afb919 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x397633fb hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c18453e bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e8efbcd hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x493bf39d hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4cb09e42 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ccb4dc6 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x625ee88b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x62ff585b hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x68040e32 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x685820c0 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7971a26a hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7a762801 __hci_cmd_sync_status_sk +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 0x8171d25d hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x825a97f4 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x826eface bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8b6e17ee hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91e1cfbb bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9343d3f6 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x95a9ae8d l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a67c5a0 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9bb74b3f bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c68d606 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa832df38 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa850b8ae bt_sock_alloc +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac780f6f bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5f7555d hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb64e19ef __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc2d05f87 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc37413ef hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc45c2174 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc58e0ac4 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc90f3184 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc938972a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca16575b bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd29ddba7 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd97dbbbe hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdd0d90d2 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2d627d0 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe866d299 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef950fa0 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3b33384 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf6b01467 hci_devcd_register +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0b503374 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x30914e47 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x685b6d13 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x959db91b ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa4fdde80 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd3daa62b ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/caif/caif 0x072ba460 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x0cf0cf1f 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 0x3831cb76 caif_disconnect_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 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x893bfe64 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 0xe0586f91 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x3138f9dc can_rx_unregister +EXPORT_SYMBOL net/can/can 0x372e37ab can_sock_destruct +EXPORT_SYMBOL net/can/can 0x381f3e0f can_proto_register +EXPORT_SYMBOL net/can/can 0x847a3f61 can_send +EXPORT_SYMBOL net/can/can 0x8e90da66 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xbaece10a can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x02f1bb4e ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x09408e56 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x0b4106ea osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x0c655767 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x0cf6d5e4 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x0ee49223 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x104ccfd1 ceph_auth_verify_authorizer_reply +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 0x176d1374 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1b1b898b ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x1bd9f2f8 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x1c2f6b39 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2432df78 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x243fc820 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2611fbc0 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x280ad770 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x289dd815 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x28a109e5 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2c68d8cb ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x2c862bca ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x2e179e35 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x2e5bcffc ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x32e195f9 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x35bafae3 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x371bf8bf ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a70e0be ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d1d1feb ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x3dd41892 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x3e0acda9 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x43f81c76 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x45bd9c60 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x49355f00 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4e3132d7 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x4ff8c977 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5baa4594 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x5c9afbfb ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x5f8051e9 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x605eb4b0 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x633167be ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64fc7505 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x6575ca41 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x6803430c ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x68b96535 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x6a467018 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x71071557 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x77a5d9fb ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x7960f49a ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x7facbd9d ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x8180f973 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x821c7423 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x8228095a ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x888f498d osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x8939259d osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x8af90e3b ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x8eeab396 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x93f99fee osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x956dfab4 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x964c3b55 ceph_monc_get_version_async +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 0x9da56755 ceph_msg_data_add_bio +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 0xa2871e0c osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xa64b93fc __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa9210b95 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xa9b286b5 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xadcb235a ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb49eb645 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xb4aad311 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5fea81f ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xba2db39e osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xbbcf35c3 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc05cfa01 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xc2146161 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xc2b0c667 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc2d20b27 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc533316c ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc6565108 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xc9763ebc ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcaa012af ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xcacdc049 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xcafec143 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xcbe016f5 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xcda5ad4e ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd2e2b544 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd5b7713d ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xd88178ba ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xdc524372 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xdc63a450 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xdc6e6aa3 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdcbbc3a2 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdf748981 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xdff37519 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe004fdbb osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe4ed2436 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xe59a2e13 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe64ee444 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe9a741a6 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xebdb7090 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef0dc32d ceph_msg_new +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 0xf2e06586 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf638d66b osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xf830f2a9 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xfa7e2422 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfb0a5a5f ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xffc9c0db ceph_cls_set_cookie +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xae414470 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xaf350f3a dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x87d91888 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xa2a46edc is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0784ec16 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x13b80ffc wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x875646e8 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a8ee9df wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbd9881c5 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc4c355dc wpan_phy_new +EXPORT_SYMBOL net/ipv4/fou 0x12af6ba5 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xcb418d47 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x7718589f gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4e41b17d ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xac5d1b99 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb63b5140 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xba78310a ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd350084e ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x09a83510 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x276bf995 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x28a18e0e arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf4ea526e arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0e588c37 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x30db4528 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7ee4cd8f ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa59a24e5 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x11cc2edf xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xd0f6fb50 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xc31e568e udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1ccc54c1 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x348bf51d ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3ebf77ea ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x99ba8c10 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9ed8abc9 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xafd9c9a1 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcd3a53f0 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xef8e700b ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf75c0b6c ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0a6773fd ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x88bfa263 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb64b4804 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf32f4e50 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0xc23bd14c xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xcef6c8fa xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x207e31d9 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf62480a7 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x2d98f55a lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x3763ce21 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x498c49d3 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x86f5a975 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x95486fb2 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x9b089f0d lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xa71c9129 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xf78528c2 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x1b1a18f9 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x350caf87 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3a69b77d llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5df01d09 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x6814a857 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xb17f8a43 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xcafefdab llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x0605dc93 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x06b8af41 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0a2c38fa ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0a9b847a ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0d19ff54 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x19613c4a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x19dd86b2 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1c67803a ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x228f664c __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x26002952 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x268cee91 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x28685513 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x28e4c894 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x2969771f ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2c557d92 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x2f382e9c ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x30bbc93b ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x30e32d06 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x361ff820 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x36885005 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a5bcc80 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x3ba656df ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4202f07e ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x424c7f5e ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x42702dd6 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x445878e8 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x44d0309c ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x49602269 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x4b9ffb36 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x4d05c93e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x4fb589da ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x53fb7dfb ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x5790ebfc ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x5939d3e4 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5974c795 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5bfcd6bd ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x5cd5fea5 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x5cec0047 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x6417ba25 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x6459de9a ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x64afc298 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x668f049e ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x69da935c wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x701f9a8a ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x732652de ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x769acfbe ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x79f4136e ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x7d2ecafe __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x7e5ad5f4 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7ee10afc ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x80d8568b ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x813d915a ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x832129cc ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x83885420 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x895354db ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x8a92f10e ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x8cb975a4 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x8f21b366 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8fb356be ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x916de333 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x918844d1 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x9451af9e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x946ca8e9 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x94b65407 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x9759f056 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9c9cc983 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9d242a9d ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9d4f175a ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9ed31b1c ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xa00b9b45 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa2b7d7b6 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xa31a0bf7 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa6648861 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa770895b ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xad5635a8 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xaea358a1 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf6ba70c ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xb05d015b ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb1003610 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xb4c98226 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xb6fc6f66 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xbc8f01d9 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xc08ad448 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xc2cc1e64 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xc48319d4 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xc5965a14 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xc6e2ec00 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc95e6df9 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd2e68550 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xd51826fd ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xd565e9be ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd8b0a42d ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xdfd817d4 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xe03a3c11 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xe093810d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe1a6f739 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xe2ff2d8a ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xe69be56a ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe6ba6fa2 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xef3bd921 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xf694ef5b ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xf6c8fa26 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xfbe5104c ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xfe3611f4 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac802154/mac802154 0x079b32af ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x679cb291 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x7f5027ca ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x8589a64a ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x996d89b8 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xaf7aca7b ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xafbd515f ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xcdb5fdba ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xe60ee973 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x167f1e34 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1ca57fd6 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2232b021 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2822e423 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6aef46d6 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x82e99f5c ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x91504c36 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9a22fae7 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa643ff59 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb57ce55d ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb858cb7f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xba23a998 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbafe11aa ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc89fb5b8 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe3f0cca8 register_ip_vs_app_inc +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 0xb6f72b19 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x1a3f6b05 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x75afa7ce __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe451c9c8 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf824b56a 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 0x1f7d5f52 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x1fe8423d xt_register_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 0x500a3b7c xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x69c96214 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x704054ad xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x770b8245 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x7a4ae6bd xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x863c9aab 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 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 0xee8d34cc xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/netfilter/x_tables 0xff849cf5 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x03bdfa0e nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x0bc5a3ec nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x0ffb1b7f nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x197abb7e nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x2c3ad26f nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2ff3ccd1 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x3503056c nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x48d2a4ef nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x597f7a44 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x69495c6d nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x72f36ce4 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7c000b95 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x7d60e3df nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x8510d37a nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x94e2407b nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xa06abe4b nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa3f38b09 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xb6175b37 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xba812e69 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe48f7634 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xf6372d49 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x06a8be5c nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x0ec79bc0 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x1a4493f5 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x20d865f9 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x2815823a nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x2c4d9b22 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x30b5d951 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x3350a895 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x513c6999 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x55033eec nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x55231282 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x55630d78 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x5c162b76 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x5c6719c9 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x606a5fb3 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x6d90f436 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x747df78d nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8d96d991 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x8dec6f81 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x92d764cf nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xa3e8d3f7 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xabfb6848 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb2539013 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbe866087 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xc6900930 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xd703b556 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xe2aa5235 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xeba47bea nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfff9790f nci_core_conn_close +EXPORT_SYMBOL net/nfc/nfc 0x0647117f nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x0c0595a1 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x11c4cfa1 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x16a535fe nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x286b4346 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x331bb34d nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x422f97ca nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x47dcee19 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x48677fa6 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x55c67b4d nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x594dfc96 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x5c581968 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x6d2daa6e nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x7de2547d nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x854fde18 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x920fa518 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xa7f1f84b nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xb718cfdd nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xc16da81a nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xca1f02d4 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xcf34e03e nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xd311863f nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd6b44fd7 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xdfa51bcc nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xff73eff1 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc_digital 0x2a9d0f35 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x70e0fbb5 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x918fe123 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xff5ac813 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x07c80992 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x0aba685c pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x21b852bb phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x233f17e2 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x5731d151 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x700dea1b pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x760f4805 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xd79dca93 phonet_header_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x06644ea0 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x09c512a3 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x13ed8001 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2a4fa832 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6428895d rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6f238e9a rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x72fef552 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x74667aa3 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x74894004 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x766982ce rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa472bc7a rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb9c0c306 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc9d6e31b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd763d82d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd9a94e6f rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe2c9f9ce rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe725e565 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe756bfa0 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfd883cfc rxrpc_kernel_get_peer +EXPORT_SYMBOL net/sctp/sctp 0x07d2e3f9 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x41352837 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x83c9fbce __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x978ff739 __traceiter_smc_switch_to_fallback +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 0xc9f1f3b6 __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 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 0x7b37bb90 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8a27de30 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xad2671c8 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x35b680ce svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7ce26be5 xdr_finish_decode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x847f7aac xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbc0f8455 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x278531af tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x3cf84af7 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x92db9c26 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xb859f579 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x54009d4d tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x01839db2 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x05a22691 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0df4a80e cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x0e6350c7 cfg80211_scan_done +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 0x141e1f4c cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x160987e3 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x186dc84e regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18b51bd3 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1bbfa81e cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e4b1fc5 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x212679dd wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2b08b4ca cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x2e2a7797 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x323cf84e cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x35915349 ieee80211_data_to_8023_exthdr +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 0x3c3f20e2 cfg80211_cqm_rssi_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 0x3c904e49 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3da62a33 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x3dcc4efb cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3de760ea wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x416a2050 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x41c42d8d cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43a43cc3 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x46b696c9 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x479ac767 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4b2263e5 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x4ffb9643 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x51342c94 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x51d2cd3b cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x5200f93b cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x54cb18b9 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x54fa44ae cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5681f29c cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x5c9627d7 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x60ed1803 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x626cdf02 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x6630d96d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6645c64a cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b739bb9 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x6ba81560 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c31fe7a ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x6d9a2f15 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x6e7547ac cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x73a8cbd8 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x73b4abf9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x74a99fc9 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x75d63270 cfg80211_ch_switch_notify +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 0x7afcacce regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7cf6438c cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x7d33f52d cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7df35b1b cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fae43ad ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x808a24fb cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x80f18024 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x814e419d wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x81d6f646 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x822c3395 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x838f137c cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x86099092 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x894536f5 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x8da13721 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x902686ae cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9654a08a wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x96a3d8f1 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x96b99ec2 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x9a97d21c get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x9a9f1639 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x9ab70d30 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9eb7ceda regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xa2dbe177 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xa4034bd5 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xa54f28df __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa5bc407e cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa741e8cd cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xa79df5f8 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xa8fa46eb cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xad4ee34c wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xb0787269 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb6f080b5 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xbcc1a0ad wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xc1bbefbe cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc41e244e wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc5e2930f cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xc5ece4f3 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcd17340a cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xd05533bc cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd1ee2666 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd2ac0386 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0xd3946e90 cfg80211_remain_on_channel_expired +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 0xdafc5ac4 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbb7ec7e cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xdde36de9 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdf51f24a cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xdfae064a cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdfb1532e cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe339d1a0 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe59b7009 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xe719bc37 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe75a6c34 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xea339eb5 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xef1d2948 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xef75abf4 cfg80211_tx_mlme_mgmt +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 0xf5a85cc0 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xf9cbc5c0 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xffeba2e7 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/lib80211 0x44de51a0 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5d56f614 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x5e91a726 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xc4616f50 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xcdfd4404 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xe2473136 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x7d0e2caa ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa268aeba 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 0x44bde9bb 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 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa78b3810 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 0xe0af577e snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf9a4110c 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 0x183559e9 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0b7edbf0 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x0f75b25f snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x11154af6 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x13133eaa snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x167765a5 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x2324b8cd snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x29ded82d snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x2f19ef62 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x35ae2e5f snd_device_free +EXPORT_SYMBOL sound/core/snd 0x36bfe725 snd_ctl_find_numid_locked +EXPORT_SYMBOL sound/core/snd 0x37fdccdd copy_from_iter_toio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a92f24a snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x3d0d1bb3 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x3f4e6b14 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x4996a599 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4f85360c snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x4ff8e0d7 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x5981adee snd_device_register +EXPORT_SYMBOL sound/core/snd 0x5ab2b1ea snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x5c50af83 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x64cb6b33 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x6bae0690 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x6ed2e289 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x7390a7ee snd_ctl_find_id_locked +EXPORT_SYMBOL sound/core/snd 0x7e719b5b snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x88b44f61 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8fd55d4a snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x9746fb91 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa009d59f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xa5197609 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xa5446432 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xa6bf60b5 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xaa854d0f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xab11ec63 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xaf8c2cd2 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbf2e30b3 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xc369d04b snd_register_device +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc74253eb snd_device_new +EXPORT_SYMBOL sound/core/snd 0xc8e9bfc5 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xcaa1fc5a snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xcab63132 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd11cb5b7 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xdefc4258 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xdf46a9f7 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xdf939047 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xe01522d9 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xe16b1c66 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xe5a775e2 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xef620309 copy_to_iter_fromio +EXPORT_SYMBOL sound/core/snd 0xf3231ebd snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xf3d063f6 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xfbb1e302 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xfe35731f snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x5991a47d snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x6a6e73ea snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x1f7d7cee 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 0x05075789 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1171a8cd snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x13381104 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x162b5121 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x18d76b0a snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20444c7a snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x20cad18c snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x22a4e139 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x23c7bce6 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x23fc3580 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x2961b1bc snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2f7dcdce snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x3476bf2a snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x34b9d015 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x36f9a5cb snd_pcm_release_substream +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 0x4052f98f snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x41510c38 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x49dd1f8e snd_dma_alloc_dir_pages +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 0x52a54941 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x53056676 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x542b3dfe snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x5517cd73 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6326004a snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x64e60aac snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x689793f2 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x68fd3d3c snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6aa0ead5 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6c679b28 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x71347761 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x7c2d8349 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x803062e4 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x8282ee87 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x8318a135 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x991941db snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb22aa116 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xb8464061 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb876754a snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc2a799dd snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xc6082c12 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc9b15791 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xcf1b2943 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xd11c2cef snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd3c60d7a snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe75ed164 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xec610db4 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf44bccf0 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xf47d3257 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xfd7248e0 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c641075 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x152afe4b snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28db7348 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2f0dc294 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x579cff82 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x63ea869b snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7e1c914d snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8d0cd734 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x922de300 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x96ef3eff snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb053c262 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb7a814d3 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbfd6da5d snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc38aa310 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd10ceef0 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd6423de1 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe6837167 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfadc28f6 snd_rawmidi_output_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 0xd046d5b2 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x03d33a93 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x17ade827 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45de27f9 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x4d9a30dd snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x4fed162b snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x5620d780 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x5bd73e15 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x73017c65 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x9d52fa79 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xa0ed3dde snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xa66a06e9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xb5373d84 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xebcb88f0 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xf3d9f52b snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xfac2b08f snd_timer_open +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xbf385b75 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 0x0a8936ba snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x260e7f30 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x63e5f9ad snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x80842c02 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc0cb0041 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc0e8717a snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe7f70cb6 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfed9f9d2 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfff912cf snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x100edf54 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x15749d21 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 0x4ab04811 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6dbb0d92 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8039bcb6 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xccd89943 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xce796dc4 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf2e7bcf0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf64160ec snd_vx_resume +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0b63eaa0 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16fdc0af amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29407042 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3513bf9d amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d3f7504 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x443c2bff fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x581214e2 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x60e77e97 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x672fcbcb fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f72f814 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x84f3d7e6 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x88662cb2 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8bc9a8ec amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d4500e8 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ff010c6 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa0b4c201 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9e71708 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb1b9684f cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbe395feb cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5831dd0 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd121202 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcddef660 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcf3cfa19 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd6afb2d1 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd7ab4a65 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdff5602c avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed4d29fc fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1b10fad avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf3f9873d fw_iso_resources_init +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 0x7b9e1b80 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x085d3689 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xe6a01091 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x17560ff9 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1914683d snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x30725ab9 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3e6085f1 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x50258c4d snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb7b4a4c1 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbbe08c81 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf39d722f snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x26ed94ec snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x3e8ff728 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8c9a9982 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x905b4583 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xaeff99cb snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xfa3b455b snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0922ed78 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x12f52eb8 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x495449e7 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x587015d5 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xac125e4a snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe09441b4 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1d7d92a9 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x32baf48d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3541cc39 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4db69e51 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x53496714 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xdb245035 snd_i2c_probeaddr +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0a156c80 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1ec15253 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5ff17368 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x66b1abe2 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6be2ef1c snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x71481bc0 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x830557a6 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x84fb0342 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x981205bd snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9867a3d1 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9f69410e snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa3804ae7 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaaafe341 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb11dae63 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcbe408ec snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd4411149 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdcac5a6a snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x001570da snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x14b16843 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x324e7057 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x58309d34 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x653b6520 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa12e3efd snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdc2fb922 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe06088ea snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xea9d42c5 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf864476e snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x377cdb94 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x6633fede snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7256686d snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x045af898 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x07bdb556 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x157c760f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1954e37f oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1965dd8d oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2306037d oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x30f9ae64 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x346a6209 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x56411641 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6db93cd8 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7764394f oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7c89ce18 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x941aa08e oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x94615297 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ca7e92a oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xadc1ac75 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbef2e801 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd267730e oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xedf0fef8 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1936817 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x54b8c910 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x58e5f02d snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x881cce4d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x966608af snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa9816ab3 snd_trident_start_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x866cf4d2 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x9a20259a snd_soc_acpi_amd_vangogh_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xb43df608 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc52fa601 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x15db31f4 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xae0624af wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x5c39558e pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xc1ceb35b pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x4f7c4565 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x539d5fd5 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0a0f188e aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2d8f0d65 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xddd3cdc8 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x30506f64 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xde05b872 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 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 0xc06b23ad wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xcbf6c6cc wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd335de55 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 0x40bcaf52 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x84dde28e fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xb46c3092 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xdda7331f mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xfa772c52 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x2c7cc971 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xb583ecfe q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x4a8f8169 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x3be6465b imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x79f9331a imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x9a9fe42a imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xb8d2037c imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0xf85f12b2 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0494da87 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0acef271 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0bdb9f0b sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1e4a7ba9 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1ef0fa85 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1ff7b65b snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2087d673 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x22b22d16 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x238a0888 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2b56815d sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2c61639a snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2ce347c9 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2de85f2e snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x39741f0f sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3c9d5d72 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ffb2072 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x41e80723 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x438f4c52 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x474aa431 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x48b3016c snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ab35220 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5a0ee828 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x65105403 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6848383a snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6bc4254a sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6f645bef sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6f7c7ba8 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x72ac642c sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x746485d2 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x78087eff snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x785b5025 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7aa73639 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7eae79fc sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x80380439 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x85b78808 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x85ca62bb snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8650fd62 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x93df2e17 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9443d2fb sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x948fc354 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e997db0 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa0f098f7 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaae77b1c snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaf941f6e snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb648749c snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbcd8840b snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbdde3323 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc7983a48 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc7e9c69e snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd18573df sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd2a28036 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd41bc660 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdd15a1d1 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe76ad75b sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf00501bf snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf141c494 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf692e199 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfffc4940 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x07ef6ed4 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x1497d688 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x452e5777 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xda28bd9c sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x50a8ebea snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x1c89de0c register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x357b79a4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x74e3be95 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb7780427 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xdf05867b register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x151618c4 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3d4869c1 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 0x78d36777 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9fd8af60 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbdb05b9c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcd8eed32 snd_emux_new +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 0x13b2b3b2 __snd_usbmidi_create +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 vmlinux 0x0005f1f2 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x003c22d1 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x003ceedc kern_unmount_array +EXPORT_SYMBOL vmlinux 0x00488a3f __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x0056d736 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x005f31f3 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x007126a7 nf_log_trace +EXPORT_SYMBOL vmlinux 0x0072d55c max8925_set_bits +EXPORT_SYMBOL vmlinux 0x00815057 kernel_read +EXPORT_SYMBOL vmlinux 0x00829036 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x008f5b20 kill_block_super +EXPORT_SYMBOL vmlinux 0x0094bfcb inet_ioctl +EXPORT_SYMBOL vmlinux 0x009f7356 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x00a921e2 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c03945 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x00c5090f folio_add_lru +EXPORT_SYMBOL vmlinux 0x00d16c8b tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00ed60cd __dev_get_by_name +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 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0148c077 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x01543b9b tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x0163db0b copy_highpage +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017c12c6 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01806e4f scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x01873c8b nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x0191407e kern_path_create +EXPORT_SYMBOL vmlinux 0x01a90936 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01bff856 padata_alloc +EXPORT_SYMBOL vmlinux 0x01c750ae tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x01cab8a3 update_devfreq +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01e1062f rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x01f8e934 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x01fe81a6 phy_start +EXPORT_SYMBOL vmlinux 0x01fef5ed vga_put +EXPORT_SYMBOL vmlinux 0x0200ee12 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020d3f50 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x020f974d ping_prot +EXPORT_SYMBOL vmlinux 0x0219c5d6 clk_get +EXPORT_SYMBOL vmlinux 0x021d4545 dcache_readdir +EXPORT_SYMBOL vmlinux 0x02253486 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x025078f6 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x026faa72 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0273d2eb dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02933dba mmc_of_parse +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0299ae85 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x02b26e25 sget +EXPORT_SYMBOL vmlinux 0x02b897c2 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x02ba5aba __dquot_transfer +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02dfc4db generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x02e6243e xfrm_state_add +EXPORT_SYMBOL vmlinux 0x02f58538 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x02f5d103 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x03009fcd ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x030e5f6b copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x0314efa3 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x031a38e5 simple_unlink +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x03514311 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x03595886 vc_cons +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0365c274 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037c0a8f ptp_clock_event +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0386d30d ip_local_deliver +EXPORT_SYMBOL vmlinux 0x03888653 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x038cebe0 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039b3933 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x03b2f939 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03c8946e skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x03ce557b phy_suspend +EXPORT_SYMBOL vmlinux 0x03d37f39 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x03d68a7b pps_unregister_source +EXPORT_SYMBOL vmlinux 0x03df0211 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x03e12d5e poll_initwait +EXPORT_SYMBOL vmlinux 0x03ecdc96 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x03f3e6a5 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0419abca phy_detach +EXPORT_SYMBOL vmlinux 0x042b5532 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x042dac62 pci_release_resource +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044df6fb md_bitmap_free +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04515434 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x0452f059 vfs_iter_read +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 0x047ae793 tls_alert_recv +EXPORT_SYMBOL vmlinux 0x047b2e9e of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x04b244e4 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x04b8f3a9 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x04ba8f0d param_set_invbool +EXPORT_SYMBOL vmlinux 0x04d20f9c _dev_err +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d95eaf devm_free_irq +EXPORT_SYMBOL vmlinux 0x04df5258 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x04e8f828 mtree_load +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f6ed04 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0525b171 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x05266ac5 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x05322159 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x054b6b0e netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x05633a8b pci_set_master +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x056cc927 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x0599244f dev_mc_init +EXPORT_SYMBOL vmlinux 0x05a7a35e copy_string_kernel +EXPORT_SYMBOL vmlinux 0x05a7e639 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x05be8fcf ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x05c5ceeb of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x05cf3aee of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x05ea88f1 rio_query_mport +EXPORT_SYMBOL vmlinux 0x05f49f87 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x05f607e3 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x05ff88bc ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x060a9f96 generic_setlease +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061fff9a vfs_getattr +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06733f29 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x0675565c pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x0687567c mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x068b26f8 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x068b29a6 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x068c11e7 dev_add_offload +EXPORT_SYMBOL vmlinux 0x069e2cff blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x06acf33f rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x06adc717 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x06ae01c7 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x06b9e320 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c86cb3 dquot_resume +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06df8079 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x06f10092 md_write_end +EXPORT_SYMBOL vmlinux 0x06f7a5f1 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x06fb4986 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07323e34 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x0732adf3 bdi_register +EXPORT_SYMBOL vmlinux 0x07377e40 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x073df189 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0780c558 dquot_file_open +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07930338 mmc_release_host +EXPORT_SYMBOL vmlinux 0x07963441 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x07a1b489 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x07a45d91 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b9bb5c pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x07bcd89a pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x07bed5e3 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x07cb277b param_ops_invbool +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d03c92 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e0442b gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x07ed0918 ihold +EXPORT_SYMBOL vmlinux 0x07edd809 tcp_v4_connect +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 0x0819819e truncate_setsize +EXPORT_SYMBOL vmlinux 0x081e6f7b napi_consume_skb +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 0x083dbdd3 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08417748 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x08520698 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x085a4772 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x0865abf8 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x08699ba3 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x086c6347 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x087960b1 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x08a9a4c8 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x08d3a49b fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x08d47187 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x08dd5b05 mmc_get_card +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e6630a netdev_notice +EXPORT_SYMBOL vmlinux 0x08fa9731 load_nls_default +EXPORT_SYMBOL vmlinux 0x0905c4bd filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x091933f3 dst_destroy +EXPORT_SYMBOL vmlinux 0x0920e1ea input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x0940a7d3 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0977d0ba open_exec +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098f4da5 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x09b4cc8d dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x09b9c0e3 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x09bdf27d __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5def5 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f84762 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a18dd90 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a1fba14 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x0a22aba0 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0a24476c regset_get +EXPORT_SYMBOL vmlinux 0x0a3294ac rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x0a4fbfe3 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a87776d seq_printf +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aae9c8c scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0abd0b16 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x0abeaa5c tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x0ac22df3 genphy_read_status +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0afaa25a __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1d9414 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x0b200a47 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b324684 filp_close +EXPORT_SYMBOL vmlinux 0x0b514bb5 current_time +EXPORT_SYMBOL vmlinux 0x0b59afb1 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x0b5bd340 fman_set_port_params +EXPORT_SYMBOL vmlinux 0x0b6a95ea __breadahead +EXPORT_SYMBOL vmlinux 0x0b6c16c5 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bae4aa4 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bb75a7e kill_anon_super +EXPORT_SYMBOL vmlinux 0x0bbf56e1 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd25adb xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be5561a module_layout +EXPORT_SYMBOL vmlinux 0x0be5bc7f eth_type_trans +EXPORT_SYMBOL vmlinux 0x0bed7fe6 set_blocksize +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf35a8c mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c20320f prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c33cb42 kobject_put +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c4fc938 cdev_device_add +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5d8e30 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c8a238c fget +EXPORT_SYMBOL vmlinux 0x0ca8a005 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x0caa93b8 bio_endio +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb1613c nf_unregister_net_hook +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 0x0cf3bb65 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x0cf4c7bf fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d2c03f3 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3b158d vmap +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d456bcd __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0d48c98b jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6b9485 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x0d6eac1d skb_unlink +EXPORT_SYMBOL vmlinux 0x0d78f079 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x0d9b5238 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da79d01 iterate_dir +EXPORT_SYMBOL vmlinux 0x0dbfbb39 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0dee5645 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x0df2743e amba_device_unregister +EXPORT_SYMBOL vmlinux 0x0e002370 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x0e062d61 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e28a8fc fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4381a1 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x0e50503f xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x0e523eba __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x0e59e80f tty_name +EXPORT_SYMBOL vmlinux 0x0e61826a mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x0e73cdc7 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x0e7f18b6 seq_lseek +EXPORT_SYMBOL vmlinux 0x0e8983b8 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x0e95a616 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x0e98f083 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x0e9c6b00 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eacc04b reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x0eae57a1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed1b5aa mii_link_ok +EXPORT_SYMBOL vmlinux 0x0eeea172 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0f05e65b cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x0f08d0e6 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f11da08 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x0f147218 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x0f18639b da903x_query_status +EXPORT_SYMBOL vmlinux 0x0f1a1860 qdisc_put +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1d8175 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x0f34a35c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f517665 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f77d498 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f939aa2 vfs_mknod +EXPORT_SYMBOL vmlinux 0x0fa0880f jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x0fa21a3c blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x0fa3868d __destroy_inode +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fac4c06 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd81d46 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x10286db6 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102eec4f skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103ff42b vme_irq_request +EXPORT_SYMBOL vmlinux 0x10503f87 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x1055304d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1059893b __mdiobus_read +EXPORT_SYMBOL vmlinux 0x105d0dad from_kgid_munged +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1071ba1f call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108f3a0b phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x109f9e30 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x10a7316c skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x10b88496 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x10cfba14 inode_permission +EXPORT_SYMBOL vmlinux 0x10d3d138 skb_checksum +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e26c61 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10fc3a1d dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111983b5 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x111f8fbe kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x11294d72 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x112d8e4f __serio_register_driver +EXPORT_SYMBOL vmlinux 0x11400ce3 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1143cb71 con_is_visible +EXPORT_SYMBOL vmlinux 0x11440894 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x114de46e udp6_csum_init +EXPORT_SYMBOL vmlinux 0x115148be vm_insert_pages +EXPORT_SYMBOL vmlinux 0x1158008a xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x11597ab2 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171a763 pci_get_device +EXPORT_SYMBOL vmlinux 0x1171c21a nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x119b09a2 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x119f78c4 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x11c39bda scsi_partsize +EXPORT_SYMBOL vmlinux 0x11d740a0 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11eecf53 simple_setattr +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x121529d3 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x12168db6 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1237fdaf __find_get_block +EXPORT_SYMBOL vmlinux 0x124b49f7 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x124c271c sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x126ef347 sock_rfree +EXPORT_SYMBOL vmlinux 0x1274e71e dev_disable_lro +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12abd047 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x12bbe194 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d6566a unpin_user_page +EXPORT_SYMBOL vmlinux 0x12efccf3 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130bb3f6 free_buffer_head +EXPORT_SYMBOL vmlinux 0x130d37c2 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13119a09 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x13212dd6 cad_pid +EXPORT_SYMBOL vmlinux 0x1324bf62 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x132bb30e put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x134a0cd1 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x138401b9 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13cda96f rproc_report_crash +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d80f92 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13f82598 __d_drop +EXPORT_SYMBOL vmlinux 0x14047826 sk_net_capable +EXPORT_SYMBOL vmlinux 0x1405b486 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1418b3ab dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x141ead50 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x1426afd6 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x14277389 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x143b6b27 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x14585952 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x148632c9 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x1492dee0 init_net +EXPORT_SYMBOL vmlinux 0x14a5d747 sock_no_bind +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c6dd64 seq_dentry +EXPORT_SYMBOL vmlinux 0x14cc1a28 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e00328 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x14e7e601 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14f9ac21 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x15129c8b pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1535ce4c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x1541d946 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15569ab7 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x1564ca12 ps2_command +EXPORT_SYMBOL vmlinux 0x15690dab of_get_next_parent +EXPORT_SYMBOL vmlinux 0x157ae6f5 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x15847bf6 input_allocate_device +EXPORT_SYMBOL vmlinux 0x15a5d2cd devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15ba6d53 inet6_getname +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 0x15dfd65c configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x15ebe0e8 skb_dequeue +EXPORT_SYMBOL vmlinux 0x15f35379 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x161ce8d3 get_phy_device +EXPORT_SYMBOL vmlinux 0x16247003 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1633f882 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16411496 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x16436c50 security_sk_clone +EXPORT_SYMBOL vmlinux 0x164c8889 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x16524431 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x1655458a fwnode_iomap +EXPORT_SYMBOL vmlinux 0x165ec5a8 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x16695cf2 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16840d1e node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x1696cec0 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16a981ed tty_check_change +EXPORT_SYMBOL vmlinux 0x16aaebfd tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x16c0883f fiemap_prep +EXPORT_SYMBOL vmlinux 0x16c0c956 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x170e4c01 unregister_console +EXPORT_SYMBOL vmlinux 0x1716cd5e genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x174e58fd __quota_error +EXPORT_SYMBOL vmlinux 0x176b3954 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x1798043d page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x17ad91e7 dev_add_pack +EXPORT_SYMBOL vmlinux 0x17ba1c1c input_flush_device +EXPORT_SYMBOL vmlinux 0x17c8d8dc to_ndd +EXPORT_SYMBOL vmlinux 0x17ddefea clk_bulk_get +EXPORT_SYMBOL vmlinux 0x17e3337f seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x17f27f66 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x17f96c21 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x1812b70c __alloc_skb +EXPORT_SYMBOL vmlinux 0x181c4311 scsi_device_get +EXPORT_SYMBOL vmlinux 0x18296339 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184475fa of_node_put +EXPORT_SYMBOL vmlinux 0x18615c87 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x1862c502 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18980e0b pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x18a47657 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x18ae7f64 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f669a1 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x18ff6707 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x190162a5 seq_open +EXPORT_SYMBOL vmlinux 0x1914e125 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x1914fb2f uart_match_port +EXPORT_SYMBOL vmlinux 0x1938842f vif_device_init +EXPORT_SYMBOL vmlinux 0x19481fb5 generic_perform_write +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1970a80b dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x197a1244 skb_copy_header +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19908eb8 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x19935be6 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19bf13a7 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x19c1dee7 vfs_llseek +EXPORT_SYMBOL vmlinux 0x19db14a6 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x19ea2512 lock_rename_child +EXPORT_SYMBOL vmlinux 0x19f3f044 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x1a37003d vfs_create_mount +EXPORT_SYMBOL vmlinux 0x1a3c6919 tty_port_close +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4b39dd blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x1a50121b md_error +EXPORT_SYMBOL vmlinux 0x1a5ea20d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1a91fcee tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aab3bcc km_policy_expired +EXPORT_SYMBOL vmlinux 0x1ab35764 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x1abf16a1 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad4f02d acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x1ad96428 bioset_exit +EXPORT_SYMBOL vmlinux 0x1ae04c1a dget_parent +EXPORT_SYMBOL vmlinux 0x1ae175c7 __devm_request_region +EXPORT_SYMBOL vmlinux 0x1af5f261 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b165842 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x1b173d75 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b379800 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b725c2f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b86c5ca wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x1b878cf8 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b937eaa pps_event +EXPORT_SYMBOL vmlinux 0x1b9a0333 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1ba69763 consume_skb +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc22403 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1bf8aab9 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x1c1f3495 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x1c2f6133 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x1c316e5e vme_irq_handler +EXPORT_SYMBOL vmlinux 0x1c35ccc8 dcb_setapp +EXPORT_SYMBOL vmlinux 0x1c3c5299 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1c3ee035 copy_splice_read +EXPORT_SYMBOL vmlinux 0x1c44ae40 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x1c506dec param_set_int +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6bbfe0 ip_options_compile +EXPORT_SYMBOL vmlinux 0x1c725c9a netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x1ca61f5e neigh_parms_release +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb2c097 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x1cbb95be inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc83e80 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ceaa577 trace_event_printf +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d0010bc timestamp_truncate +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0bd200 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2644eb task_work_add +EXPORT_SYMBOL vmlinux 0x1d2ab8f7 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x1d39729a peernet2id +EXPORT_SYMBOL vmlinux 0x1d3bc105 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d4be408 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x1d4c9d8c dev_uc_init +EXPORT_SYMBOL vmlinux 0x1d7495fc dmam_pool_create +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d81b67b of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x1d848317 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x1d8ae597 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x1d8b9a58 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d9e4826 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x1da1fa09 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x1db2aa4b netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x1db2cf65 register_filesystem +EXPORT_SYMBOL vmlinux 0x1dbc12ab param_get_uint +EXPORT_SYMBOL vmlinux 0x1dbff4bd skb_expand_head +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 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e04ff70 kern_unmount +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0aab7f __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0da357 lease_modify +EXPORT_SYMBOL vmlinux 0x1e32d55f of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x1e36fe85 nf_log_packet +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7d7917 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1e91a147 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x1e91f925 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x1e967425 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb3362e jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x1eb9ba1c km_state_notify +EXPORT_SYMBOL vmlinux 0x1ebfd021 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x1ed8d861 sock_alloc +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef600ab seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x1f08ddb5 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x1f27a781 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x1f2c86c7 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x1f2f4199 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x1f504ea1 mdiobus_write +EXPORT_SYMBOL vmlinux 0x1f5233d0 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f84eb4b reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1f8c7212 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x1f9a1da6 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x1fa96a95 mount_single +EXPORT_SYMBOL vmlinux 0x1fadbf8e vma_set_file +EXPORT_SYMBOL vmlinux 0x1fb95650 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd7f2b8 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x1ff0bcfe __check_sticky +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20073571 proc_set_user +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201141cb simple_empty +EXPORT_SYMBOL vmlinux 0x201585c3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x2020e283 bdi_alloc +EXPORT_SYMBOL vmlinux 0x2028dc09 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x203c942d mdiobus_get_phy +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 0x20759ae3 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x2082d77b register_quota_format +EXPORT_SYMBOL vmlinux 0x20867e53 generic_fadvise +EXPORT_SYMBOL vmlinux 0x208bb473 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b42db5 mii_check_media +EXPORT_SYMBOL vmlinux 0x20cb73ad pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x20ce4726 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ee306a d_rehash +EXPORT_SYMBOL vmlinux 0x20f3ede7 vfs_fsync +EXPORT_SYMBOL vmlinux 0x210a5aa5 fb_pan_display +EXPORT_SYMBOL vmlinux 0x21372a5f md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x2137f551 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2147307d vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x2156475d padata_free_shell +EXPORT_SYMBOL vmlinux 0x215ba3ce i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x2169fe8a nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21966066 param_get_ulong +EXPORT_SYMBOL vmlinux 0x21af5e3d iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x21b3206b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x21b4e4c0 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c860c6 inet_frag_find +EXPORT_SYMBOL vmlinux 0x21c8bcb4 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e57253 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f93669 register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x221e612f kill_litter_super +EXPORT_SYMBOL vmlinux 0x222190b6 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x222e0fdc vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x224e95ec cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x22612258 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x22637537 skb_eth_push +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x227cc64f pnp_register_driver +EXPORT_SYMBOL vmlinux 0x22b18407 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22ec0f67 make_bad_inode +EXPORT_SYMBOL vmlinux 0x22f1bdd6 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x230c7be5 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x230ffa1b dquot_free_inode +EXPORT_SYMBOL vmlinux 0x232c1f0e ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2356c7f5 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x235895e1 mtree_store +EXPORT_SYMBOL vmlinux 0x235e9c5e path_put +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x2382fc3d udplite_prot +EXPORT_SYMBOL vmlinux 0x23848506 fman_port_get_device +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238eb5d7 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c6a0ef tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x23c8870c inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x23cf80d1 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23e215bc __register_nls +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241771fb pnp_get_resource +EXPORT_SYMBOL vmlinux 0x241794b1 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x2433c213 phy_connect +EXPORT_SYMBOL vmlinux 0x243e048a tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24533981 dma_resv_init +EXPORT_SYMBOL vmlinux 0x2458d221 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2469f269 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24963848 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x249a7b44 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x249f9467 file_ns_capable +EXPORT_SYMBOL vmlinux 0x24b937bc tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x24c285a0 km_policy_notify +EXPORT_SYMBOL vmlinux 0x24cb5796 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24d8c98d pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x24dd5731 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x24dfb0ea of_node_get +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24eb5c69 phy_init_hw +EXPORT_SYMBOL vmlinux 0x24f1b56d vfs_get_link +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25095915 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x250d909d qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2532d134 skb_tx_error +EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x255ce5cb md_register_thread +EXPORT_SYMBOL vmlinux 0x25634457 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x25719123 netdev_state_change +EXPORT_SYMBOL vmlinux 0x257d0167 generic_file_open +EXPORT_SYMBOL vmlinux 0x257e65fb sock_no_shutdown +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 0x2596065e registered_fb +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598531f flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a81809 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x25a9f4a2 elevator_alloc +EXPORT_SYMBOL vmlinux 0x25b94cf1 block_write_end +EXPORT_SYMBOL vmlinux 0x25d0c443 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x25d3b31a tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x25e5f810 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x2603da93 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x26322d6c rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x263a6c63 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2673b0cd __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x267569c1 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26df90f0 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26ee1e98 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x26fb0165 __of_get_address +EXPORT_SYMBOL vmlinux 0x26fe3cf3 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271b4fd0 i2c_clients_command +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 0x273e8746 netif_device_detach +EXPORT_SYMBOL vmlinux 0x2745afef scsi_eh_prep_cmnd +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 0x27688729 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x276da167 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x2773f9f4 md_bitmap_end_sync +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 0x27b076fe bdi_put +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bc46e1 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28122542 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x283c24a8 arp_send +EXPORT_SYMBOL vmlinux 0x283f3635 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x2849d2ad tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x284f99f5 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x285b1dc3 proc_symlink +EXPORT_SYMBOL vmlinux 0x2861ad76 dst_discard_out +EXPORT_SYMBOL vmlinux 0x28666a66 cred_fscmp +EXPORT_SYMBOL vmlinux 0x2867485b netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28b5e591 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x28bd6b21 bio_free_pages +EXPORT_SYMBOL vmlinux 0x28df9fad dentry_open +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f85338 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fea77b d_move +EXPORT_SYMBOL vmlinux 0x290b9f70 input_reset_device +EXPORT_SYMBOL vmlinux 0x291ad035 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x291bd703 file_open_root +EXPORT_SYMBOL vmlinux 0x2929ce03 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x294a922f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x29598f8d locks_delete_block +EXPORT_SYMBOL vmlinux 0x295a5878 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29661c8b i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296f4646 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x297e39b8 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x299d95eb of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x29d1d8e0 fb_io_read +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29f8e20c mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x29fcb400 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x2a044780 pci_choose_state +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3c3070 icmp6_send +EXPORT_SYMBOL vmlinux 0x2a496bc5 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x2a66717e pnp_possible_config +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6aadbf set_disk_ro +EXPORT_SYMBOL vmlinux 0x2a74ffc9 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x2a7982ed reuseport_alloc +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a94c382 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x2a989d69 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa4221d xp_free +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ae0b42b fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x2ae86f5b of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x2af168c6 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x2b16228b devm_clk_get +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b26735e mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x2b2fbbda pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x2b49db48 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b6c88fc xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x2b7dddd4 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bbb8c88 qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bdb64a7 pin_user_pages +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c1dff21 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c3260c6 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c3c05cf inet_getname +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5ab573 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x2c61d3d0 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x2c7a5a9a input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x2c801892 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9d653f iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x2cabbcc5 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x2cb96a93 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x2cb9aad9 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x2cc60b5e netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x2cc662fd unregister_netdev +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cf5a8c8 tty_register_device +EXPORT_SYMBOL vmlinux 0x2d0d3b7c fs_lookup_param +EXPORT_SYMBOL vmlinux 0x2d105498 init_special_inode +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 0x2d470f38 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d532acb of_find_property +EXPORT_SYMBOL vmlinux 0x2d60fcf2 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x2d731051 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x2d87d07e ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x2d8b1f4f mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9b83fa __icmp_send +EXPORT_SYMBOL vmlinux 0x2da9688a gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x2dbb35b8 proc_remove +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd638bd __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x2dd9f9e8 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2dda8125 __inet_hash +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2df0c2ea shmem_aops +EXPORT_SYMBOL vmlinux 0x2df723f4 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1858e7 inet_csk_reset_keepalive_timer +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 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e6e2ce9 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x2ea0a2e9 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed8e4c7 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x2eff9cd1 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0b6d93 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f147d34 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x2f240a8d try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x2f288dc4 unix_attach_fds +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 0x2f47547c mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x2f6078d7 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x2f6850b1 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x2f714b24 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f83298d dev_mc_del +EXPORT_SYMBOL vmlinux 0x2f93e1ab unlock_rename +EXPORT_SYMBOL vmlinux 0x2f9921f8 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x2f9d85cf handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x2fb9c7ee kset_register +EXPORT_SYMBOL vmlinux 0x2fbbcf8c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x2fc0d4ca dm_unregister_target +EXPORT_SYMBOL vmlinux 0x2fd613a2 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ffdac18 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x3017636c folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x30201958 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x3036d8f3 key_validate +EXPORT_SYMBOL vmlinux 0x304932d1 inet_protos +EXPORT_SYMBOL vmlinux 0x305c2aa0 is_nd_dax +EXPORT_SYMBOL vmlinux 0x307e3116 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x308a41b7 iptun_encaps +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x3099b52e thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x30a2003b sock_create_lite +EXPORT_SYMBOL vmlinux 0x30a3d540 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x30a6e3ad mmc_remove_host +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30dae015 skb_append +EXPORT_SYMBOL vmlinux 0x30f7d86c kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x311619cc blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x312558ad tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312e812c dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31470cf9 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x314fcf66 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x3161037f readahead_expand +EXPORT_SYMBOL vmlinux 0x316e1661 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x3176e2f8 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x31950fc4 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x31a3fbf3 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x31ba6491 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x31ba8c49 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x31c4624d param_set_uint +EXPORT_SYMBOL vmlinux 0x31c52f30 devm_memremap +EXPORT_SYMBOL vmlinux 0x31cc9add dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x31d0cf47 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x31da6e18 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x31f31c72 tty_port_open +EXPORT_SYMBOL vmlinux 0x31f630c0 mii_check_link +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321d9312 dns_query +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x326c843e mdiobus_setup_mdiodev_from_board_info +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 0x3298b2a8 of_match_node +EXPORT_SYMBOL vmlinux 0x32b09d83 dentry_create +EXPORT_SYMBOL vmlinux 0x32ba7b29 fb_blank +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d33d0b jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x32d36e5b jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x32d3c321 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x32d5c5f5 nf_log_unset +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32faf588 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x32ff92d0 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x330e5a29 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x332134b1 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x333f1aae sget_fc +EXPORT_SYMBOL vmlinux 0x33402471 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x3345690d scsi_register_interface +EXPORT_SYMBOL vmlinux 0x334ccf4e netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x335b14bc phy_modify_paged +EXPORT_SYMBOL vmlinux 0x33667427 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x33763e40 sock_wfree +EXPORT_SYMBOL vmlinux 0x337bd7da fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x339361e5 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x33a703b1 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x33a75ac5 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x33ab552e tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x33cc9fe3 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x33d8a5d6 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f6a5c6 inet_bind +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x341cb18f nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x3456a72f jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x345b0e4c dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x346f6b7d devm_ioport_map +EXPORT_SYMBOL vmlinux 0x3483202b kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x34998f0c bio_reset +EXPORT_SYMBOL vmlinux 0x349adc34 tty_hangup +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x349eeec5 fd_install +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a833e1 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x34b3b5b0 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x34bf6087 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x34c31e62 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ca1ea1 dev_get_stats +EXPORT_SYMBOL vmlinux 0x34d58246 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e35bb8 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x34e7db6c netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3501754d inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x350bd833 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35287357 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3553e71a unload_nls +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35796920 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x357a6cf9 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x358fe4a0 vme_lm_request +EXPORT_SYMBOL vmlinux 0x359760e6 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x35a09467 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35d8aaf7 inet_offloads +EXPORT_SYMBOL vmlinux 0x35ee6ce6 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x35ef228e scsi_remove_device +EXPORT_SYMBOL vmlinux 0x35f0dd16 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x35f65052 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x360574da phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x36085447 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36183f64 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x36215f8a sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x362596e3 bio_add_page +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 0x36699d8f blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x366f21e2 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x367b7aeb mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x3683ea08 __serio_register_port +EXPORT_SYMBOL vmlinux 0x36852f49 vfs_setpos +EXPORT_SYMBOL vmlinux 0x3692ac5e mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x3693b5f8 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x36a65217 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x36a74a35 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36e69c35 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x37043ff1 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x370c826f reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37209548 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x372bd3c4 folio_set_bh +EXPORT_SYMBOL vmlinux 0x373106ae clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374b6491 get_watch_queue +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37621678 prepare_creds +EXPORT_SYMBOL vmlinux 0x376ef473 devm_memunmap +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x377f39a2 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x3794366a of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x379a0230 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x37aff3f4 get_task_cred +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cfdd4c page_pool_create +EXPORT_SYMBOL vmlinux 0x37d41ca8 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x380cd520 send_sig_info +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38200bb8 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x382c2556 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x3833e955 write_cache_pages +EXPORT_SYMBOL vmlinux 0x384e2af8 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x385ccc63 single_open +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38897a12 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x3895e2dd copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389e2695 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b79fe3 request_key_tag +EXPORT_SYMBOL vmlinux 0x38ba4ef9 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x38bd69b4 simple_rmdir +EXPORT_SYMBOL vmlinux 0x38d58bdf sk_reset_timer +EXPORT_SYMBOL vmlinux 0x38de4798 inet_release +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38ebd6d1 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x38f4c755 amba_driver_register +EXPORT_SYMBOL vmlinux 0x391324f3 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392db37b of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394737c1 pci_find_bus +EXPORT_SYMBOL vmlinux 0x394a17c6 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394efbaf mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39851578 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x39872932 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x3995d59a flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399da51d genl_unregister_family +EXPORT_SYMBOL vmlinux 0x39a81527 __bforget +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39bff4ba uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x39c5e87a insert_inode_locked +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cc55b8 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x39d27aef mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39eaaa29 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x39fe41fb blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x3a364671 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a54c809 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3a6813ec ethtool_notify +EXPORT_SYMBOL vmlinux 0x3a69cda1 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x3a98fcd8 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x3aa6c446 register_framebuffer +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 0x3aca140b pcie_get_width_cap +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 0x3ae22983 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x3ae32a83 proto_register +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 0x3b1eee88 eth_header_cache +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b49f0dd security_sock_graft +EXPORT_SYMBOL vmlinux 0x3b50c51f tty_port_put +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6f2274 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b979d28 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x3b9da052 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3bc1f4b3 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x3bd69628 nf_log_set +EXPORT_SYMBOL vmlinux 0x3be38a0d pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x3bf5aa32 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x3c0ae5ff scsi_device_quiesce +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 0x3c51c730 param_get_ullong +EXPORT_SYMBOL vmlinux 0x3c5aebeb dm_kobject_release +EXPORT_SYMBOL vmlinux 0x3c7009cb security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x3c891244 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x3c8c2d43 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x3c9e3be2 noop_llseek +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd93921 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cdde024 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x3ce4752a blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce5b19e bio_uninit +EXPORT_SYMBOL vmlinux 0x3cfc8f8d pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d230947 phy_attached_info +EXPORT_SYMBOL vmlinux 0x3d3a978c hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x3d709f0b phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x3d910da1 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d976a16 pci_release_regions +EXPORT_SYMBOL vmlinux 0x3d996dda vfs_fsync_range +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 0x3dafd475 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x3dbbe05b linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcd548c follow_down +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dee70f1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x3df2daed bio_add_folio +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfd44a7 import_iovec +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4d4206 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e878110 vfs_statfs +EXPORT_SYMBOL vmlinux 0x3e9a2f91 d_add +EXPORT_SYMBOL vmlinux 0x3eb3875e param_ops_ulong +EXPORT_SYMBOL vmlinux 0x3eb8baa3 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed66e4f sock_edemux +EXPORT_SYMBOL vmlinux 0x3ee9853d udp_set_csum +EXPORT_SYMBOL vmlinux 0x3eee9d34 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0ddf12 scsi_print_result +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f10ac30 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x3f2b7cda configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x3f30a442 inetdev_by_index +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 0x3f7a67d7 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x3f8567c1 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fb9d721 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc7d681 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x3fc92219 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x3fca64dd inode_set_flags +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe9c45b mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x3fed65bc tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x3fef94db __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x40072eb5 _dev_crit +EXPORT_SYMBOL vmlinux 0x40113935 sk_wait_data +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40342bfd key_alloc +EXPORT_SYMBOL vmlinux 0x4064214e dev_addr_add +EXPORT_SYMBOL vmlinux 0x406e429e console_force_preferred_locked +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 0x40af04e1 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x40afa64e iterate_fd +EXPORT_SYMBOL vmlinux 0x40bfc8c6 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cb220e tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d2e5f5 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d82732 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x40ed9841 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x4111acd9 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x4113f97d seq_pad +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41306280 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x41469e36 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x41481576 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x416313aa dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4174589f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x4176739f pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418f6e11 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x41ae4f15 sys_copyarea +EXPORT_SYMBOL vmlinux 0x41b476de d_path +EXPORT_SYMBOL vmlinux 0x41b9f521 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x41dc14dc seq_read_iter +EXPORT_SYMBOL vmlinux 0x41eabee8 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f460be locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x42092efb free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x420e8f41 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x42140fee md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4219cd2d neigh_lookup +EXPORT_SYMBOL vmlinux 0x42272fc6 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x4236b459 dev_set_alias +EXPORT_SYMBOL vmlinux 0x42415015 pskb_extract +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42894c5c d_drop +EXPORT_SYMBOL vmlinux 0x428d543a file_remove_privs +EXPORT_SYMBOL vmlinux 0x4295dd2c phy_connect_direct +EXPORT_SYMBOL vmlinux 0x42b06d1c inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c856f7 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x42cf8964 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x42e5bc27 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x42e5c8cd kmalloc_trace +EXPORT_SYMBOL vmlinux 0x42eee584 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f3e692 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x43003f2a amba_release_regions +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43183a18 dma_pool_create +EXPORT_SYMBOL vmlinux 0x431cf779 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433c2928 md_flush_request +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x434fa347 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435bb2e6 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4388bd3c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x43914b94 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x43aa0a3d put_cmsg +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b61b89 try_module_get +EXPORT_SYMBOL vmlinux 0x43b7655d blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c6b7cb pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d40479 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x43d8e8b1 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x43ef9d99 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fcc139 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440fa1ee sock_alloc_file +EXPORT_SYMBOL vmlinux 0x44259b0b fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x44317eb4 inode_init_always +EXPORT_SYMBOL vmlinux 0x44397742 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444bbed8 end_page_writeback +EXPORT_SYMBOL vmlinux 0x44561d54 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x445b4f9f pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44829a2b pnp_is_active +EXPORT_SYMBOL vmlinux 0x44930c41 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x44992b8b configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44ade1d2 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x44c30919 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f02bee mmc_run_bkops +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 0x450fdb94 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x45273728 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x45388668 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4540c0f6 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x454223ff dquot_quota_off +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455c2e51 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x456ce6c9 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457ed5ad inet_frags_init +EXPORT_SYMBOL vmlinux 0x4583ae60 tcf_em_register +EXPORT_SYMBOL vmlinux 0x458a298e pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x45923b39 input_open_device +EXPORT_SYMBOL vmlinux 0x45926b61 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x45a95dfc call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x45b63a87 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x45c01940 kset_unregister +EXPORT_SYMBOL vmlinux 0x45db9ee6 __scm_send +EXPORT_SYMBOL vmlinux 0x45eaf06b drop_nlink +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4633e5b4 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464e544d skb_find_text +EXPORT_SYMBOL vmlinux 0x464eae13 stream_open +EXPORT_SYMBOL vmlinux 0x46518221 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x4657fb1b tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46683555 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468c289b mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46ae4c9e sock_set_priority +EXPORT_SYMBOL vmlinux 0x46afea3e unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x46b12590 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c35eab udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cd7a8f __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x46dc555d mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x46df186c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x46f87b34 bio_init +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4709ef33 __break_lease +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471b47bd genphy_suspend +EXPORT_SYMBOL vmlinux 0x47308722 iunique +EXPORT_SYMBOL vmlinux 0x47361e32 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x47384401 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x47459d83 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x474d78b1 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x474deec6 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x474f3759 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x475b29a0 sync_blockdev +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47660e16 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477a6e10 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x478267e0 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x4790c7af mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47951332 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x4799ef1d blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x47a3aea3 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x47aaf580 flow_rule_match_ipsec +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 0x47dea68f discard_new_inode +EXPORT_SYMBOL vmlinux 0x47e4265a mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x47f845f8 xfrm_state_register_afinfo +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 0x48240b21 vlan_for_each +EXPORT_SYMBOL vmlinux 0x48286c8b xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482ad01f inc_nlink +EXPORT_SYMBOL vmlinux 0x482dfc42 udp_poll +EXPORT_SYMBOL vmlinux 0x483794f3 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4843fe44 napi_enable +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 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a0aa3f pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48abb5d6 __folio_lock +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 0x48dce207 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x48f0f16e kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x48f84e8b netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x48fb8299 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x491979b5 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x491dcfb7 dquot_transfer +EXPORT_SYMBOL vmlinux 0x492de11c pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x49322e6c dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x4935feb5 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x4938042e ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x494b455e device_add_disk +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4957ec86 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496fd385 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498a3012 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x498ebb90 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x4990f4f7 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x49930ea6 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a3a933 sk_alloc +EXPORT_SYMBOL vmlinux 0x49a41fbc dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49dd6082 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x49df81f3 security_path_rename +EXPORT_SYMBOL vmlinux 0x49f48907 folio_unlock +EXPORT_SYMBOL vmlinux 0x49f90026 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x4a1b3557 register_md_personality +EXPORT_SYMBOL vmlinux 0x4a20f6a4 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x4a26af8e param_set_charp +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a4cac25 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4a547c8c devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x4a54fef1 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x4a835014 input_copy_abs +EXPORT_SYMBOL vmlinux 0x4a863b65 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x4a90566e security_d_instantiate +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a9592a2 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x4a9663c1 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a96e26a kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x4a9b20d3 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x4a9fcd0f scsi_add_device +EXPORT_SYMBOL vmlinux 0x4aa19abf param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4ab0ffdf inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x4ab28a4d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x4aca717a skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x4adb5310 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea16e3 fb_show_logo +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b119d47 __ps2_command +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b43e1e2 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x4b630d32 dm_table_event +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b72063a d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b781020 pci_select_bars +EXPORT_SYMBOL vmlinux 0x4bac15e2 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x4bc2affa pci_disable_msix +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4be71c34 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4bf77cc9 tcp_mmap +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c07b45d skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c2a892c complete_request_key +EXPORT_SYMBOL vmlinux 0x4c40b5b3 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c53a67b acpi_device_hid +EXPORT_SYMBOL vmlinux 0x4c606305 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x4c77aaed phy_aneg_done +EXPORT_SYMBOL vmlinux 0x4c8f9e4d ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x4c9f9a4b netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x4ca31378 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x4ca5894b phy_print_status +EXPORT_SYMBOL vmlinux 0x4cb968f8 bio_put +EXPORT_SYMBOL vmlinux 0x4cec85ac elv_rb_add +EXPORT_SYMBOL vmlinux 0x4cfc4afa fman_port_bind +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1bd2e4 pci_find_capability +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d45d0c6 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x4d514d19 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x4d5db449 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d90b308 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x4d90be25 ether_setup +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dcb856a invalidate_disk +EXPORT_SYMBOL vmlinux 0x4dd2a9ed flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x4ddf78ca iov_iter_zero +EXPORT_SYMBOL vmlinux 0x4de604cd serio_unregister_port +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 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e3225fc compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e41143f __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x4e48d4f3 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x4e4ace72 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x4e4dbb39 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e549f26 vfs_rename +EXPORT_SYMBOL vmlinux 0x4e5f5945 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e74d19d netdev_info +EXPORT_SYMBOL vmlinux 0x4e8800f6 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x4e9221d7 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x4e936e2a dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea4caf7 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x4ea4e6e8 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x4ea96571 override_creds +EXPORT_SYMBOL vmlinux 0x4ead4b0c md_integrity_add_rdev +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 0x4ec9e2b0 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x4eccadb2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x4eef7a69 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x4ef29a9b security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x4ef43c6b param_set_byte +EXPORT_SYMBOL vmlinux 0x4f125011 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x4f15d1aa tty_port_close_start +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 0x4f4edd09 drop_super +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f568e36 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x4f63afbe param_set_bint +EXPORT_SYMBOL vmlinux 0x4f656e4d input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x4f6d4a5e vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x4f8369b9 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f8cd477 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x4f8dd92d skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x4f9899dc sock_no_linger +EXPORT_SYMBOL vmlinux 0x4fb64485 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x4fdcfb8f d_delete +EXPORT_SYMBOL vmlinux 0x4fe0e010 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x4fe5c8bf par_io_of_config +EXPORT_SYMBOL vmlinux 0x4febaddf tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5004a3bb security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x500977d7 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x500dceab __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x501efc25 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502f52f3 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x503b18cd _dev_warn +EXPORT_SYMBOL vmlinux 0x504ca336 find_vma +EXPORT_SYMBOL vmlinux 0x505490e2 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x5057f699 ps2_end_command +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x5062dab5 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x506664be __netif_rx +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50709c5d __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x50711f3c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x5074dcda of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x50820b8e scsi_host_busy +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 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80684 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50bdeccf jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c11cd3 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d682d0 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x50e1d52b truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x50e5696d ip6_xmit +EXPORT_SYMBOL vmlinux 0x50f5250a pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5107a353 phy_write_paged +EXPORT_SYMBOL vmlinux 0x51134f77 dev_mc_add +EXPORT_SYMBOL vmlinux 0x512a86d3 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5135a29e pci_write_config_word +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask +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 0x5195dd4d sock_kfree_s +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51ad813a devm_rproc_add +EXPORT_SYMBOL vmlinux 0x51b1fba4 sk_free +EXPORT_SYMBOL vmlinux 0x51bb3508 napi_disable +EXPORT_SYMBOL vmlinux 0x51cc68cc tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d50874 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x51f08ab1 bpf_map_get +EXPORT_SYMBOL vmlinux 0x51f17687 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x51f62718 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x51fe4dba register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5244ee4c inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x5246e402 netdev_emerg +EXPORT_SYMBOL vmlinux 0x524f2130 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x52532bb4 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52700a8a pci_enable_msi +EXPORT_SYMBOL vmlinux 0x527b2a62 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x5288ed8b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a60e86 of_device_is_available +EXPORT_SYMBOL vmlinux 0x52a6752c netlink_set_err +EXPORT_SYMBOL vmlinux 0x52a9e57f block_write_full_page +EXPORT_SYMBOL vmlinux 0x52aba845 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x52afc331 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x52b0b921 noop_fsync +EXPORT_SYMBOL vmlinux 0x52bee116 _dev_info +EXPORT_SYMBOL vmlinux 0x52c55002 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x52cc20fa netif_tx_lock +EXPORT_SYMBOL vmlinux 0x52cc7347 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52d7f299 napi_get_frags +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ef3412 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f53d41 release_pages +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53155a33 kill_pgrp +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x5323a8ca skb_seq_read +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x53450013 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53522f87 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x53688596 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x5375efc1 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x537c6c92 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x538642f4 pci_restore_state +EXPORT_SYMBOL vmlinux 0x539b71df jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x539df9d3 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b7cbdb uart_update_timeout +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53be5ae4 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x53cbd8d5 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x53e2fe76 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53f90bd6 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x53fbab83 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x53fd1332 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x54016b3e pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x541c00dd skb_queue_tail +EXPORT_SYMBOL vmlinux 0x542be5a5 wake_up_process +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545797ce kill_pid +EXPORT_SYMBOL vmlinux 0x5467919d folio_mapping +EXPORT_SYMBOL vmlinux 0x547cb354 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x5489b187 sock_release +EXPORT_SYMBOL vmlinux 0x54a715cb kernel_listen +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b45c50 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x54b74724 __devm_release_region +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d09ea7 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x54d3085d flush_dcache_page +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f37aea nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x54f3889f pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x54f54219 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x54f8a792 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x55431d20 key_move +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5564a912 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x5577d3c3 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5596676e __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x55b6e688 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x55d10504 simple_get_link +EXPORT_SYMBOL vmlinux 0x55d48bd5 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55ea324b vfs_fadvise +EXPORT_SYMBOL vmlinux 0x55f911ec of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x5613a19e ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56241605 napi_complete_done +EXPORT_SYMBOL vmlinux 0x5626d40c __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x562ca35a unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x56486a97 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x56490cb3 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56546478 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0x56548ae9 phy_get_pause +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56a44019 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x56a7ecf6 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x56a89ba6 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x56bb38fe of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d5930d phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x56d806c3 gro_cells_init +EXPORT_SYMBOL vmlinux 0x56e5949c sget_dev +EXPORT_SYMBOL vmlinux 0x56ea9ea7 kobject_set_name +EXPORT_SYMBOL vmlinux 0x56ec5a2c tcf_action_exec +EXPORT_SYMBOL vmlinux 0x56f5b3aa tcp_time_wait +EXPORT_SYMBOL vmlinux 0x570180ce pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x5703ca85 proto_unregister +EXPORT_SYMBOL vmlinux 0x57077698 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x570ce051 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x571bcaef skb_split +EXPORT_SYMBOL vmlinux 0x571f982d cdev_init +EXPORT_SYMBOL vmlinux 0x574b8cd4 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x575616ea serio_close +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576c052f ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x577160e9 start_tty +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5794339f xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x5796db51 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57d01091 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x57d0d9d5 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57fe0b2f config_item_put +EXPORT_SYMBOL vmlinux 0x58026bcb flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x5816ecb3 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b553f i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5835f3ad sk_capable +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583df528 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587910c6 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587e3278 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588a184a napi_gro_flush +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58aa1b72 kernel_write +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b0cdcf blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x58b14af5 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b56178 _dev_printk +EXPORT_SYMBOL vmlinux 0x58b56aed of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e38756 param_set_ulong +EXPORT_SYMBOL vmlinux 0x58f16aa4 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x58fc82f5 setattr_copy +EXPORT_SYMBOL vmlinux 0x590da22e rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x593d921e mdio_device_reset +EXPORT_SYMBOL vmlinux 0x59548dff tty_unregister_device +EXPORT_SYMBOL vmlinux 0x595a1555 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5981bed1 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x5992fb7f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a3d03e devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x59a5de18 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x59a7f2c1 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x59b03773 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x59b06778 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59bcb2db folio_wait_bit +EXPORT_SYMBOL vmlinux 0x59fb07f4 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x59fc3cb3 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a122ce8 netlink_ack +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a29c326 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x5a34e1ce mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x5a3ebfc7 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5a4018a5 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a62cf7e bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x5a70b6da lookup_one_len +EXPORT_SYMBOL vmlinux 0x5a774c6b acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x5a8f1e14 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x5a8f9f08 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99116c __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa4ba86 tls_get_record_type +EXPORT_SYMBOL vmlinux 0x5aa8f40d ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x5aafde7b pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5ab3079d generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac4e0ca fb_io_write +EXPORT_SYMBOL vmlinux 0x5acb7f46 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x5ad69da5 retire_super +EXPORT_SYMBOL vmlinux 0x5ad935fd mmc_add_host +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5af0868f __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x5af41a9d security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x5af74131 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x5b2a7169 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b365e19 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x5b3b3b90 inet6_offloads +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4173eb phy_device_create +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b913ccc pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x5b987ccd bdi_unregister +EXPORT_SYMBOL vmlinux 0x5bb71243 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x5bbaa334 wireless_send_event +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd2bf17 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x5bd3d3f4 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd69f72 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x5bd8c919 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c076b28 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x5c147e52 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x5c19302d __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x5c1a09b2 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2e6694 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c792b41 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x5c80fbae i2c_del_driver +EXPORT_SYMBOL vmlinux 0x5c8240c6 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x5c9142ac d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x5c9a3c3a param_ops_string +EXPORT_SYMBOL vmlinux 0x5ca285e7 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x5ca7ab63 simple_getattr +EXPORT_SYMBOL vmlinux 0x5cbf29a6 param_set_hexint +EXPORT_SYMBOL vmlinux 0x5cc43d2c nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5ccefdc8 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cda81a8 mount_bdev +EXPORT_SYMBOL vmlinux 0x5ce5d2fd from_kgid +EXPORT_SYMBOL vmlinux 0x5ce8c375 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x5cea9521 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d2811f1 devm_iounmap +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d7111ba fc_mount +EXPORT_SYMBOL vmlinux 0x5d71e10b genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x5d808cf6 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x5d9d9146 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5daf307f copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x5dbc73fc fs_bio_set +EXPORT_SYMBOL vmlinux 0x5dc28cea flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x5de11a3d unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x5de5c7be lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e06cee0 rproc_detach +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e150620 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x5e1797dd writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5e1f3af5 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x5e2f1dc0 vfs_unlink +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e33a13c unregister_binfmt +EXPORT_SYMBOL vmlinux 0x5e34374a block_write_begin +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3d7452 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x5e4eda59 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x5e562aa4 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x5e580e26 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x5e641def get_inode_acl +EXPORT_SYMBOL vmlinux 0x5e69bc82 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e83d239 of_changeset_create_node +EXPORT_SYMBOL vmlinux 0x5e84a55b blk_mq_alloc_tag_set +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 0x5e9a564a jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x5eb5e161 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x5ebd1028 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x5ebe0182 tcf_classify +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 0x5edd77a6 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x5eeedc31 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x5ef66c98 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0d38b1 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x5f2549bb input_match_device_id +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f62ea34 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x5f6a4ecd path_has_submounts +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7f8fb9 neigh_xmit +EXPORT_SYMBOL vmlinux 0x5f80e7a8 vga_client_register +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9f7d5b __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x5fabddc5 seq_write +EXPORT_SYMBOL vmlinux 0x5fb0e937 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x5fb6b051 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x5fb975b9 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x5fbe09f1 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +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 0x600fc14c tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x6018f8af can_nice +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602aa11b inode_init_owner +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603a2580 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x60465ed0 __sock_create +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60594768 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x605c73e0 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6061acdc __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x6076af46 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x6076e9b3 of_clk_get_by_name +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 0x609b5130 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a2f7b8 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b136c9 tty_unlock +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60eea223 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x60f53e22 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x60f86c8c dev_uc_sync +EXPORT_SYMBOL vmlinux 0x6100262d __folio_alloc +EXPORT_SYMBOL vmlinux 0x6104d19c dcb_setrewr +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 0x6138e364 __bh_read +EXPORT_SYMBOL vmlinux 0x61418c1e request_firmware +EXPORT_SYMBOL vmlinux 0x6157a427 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x61588548 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x615d72c2 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x6172191e dquot_disable +EXPORT_SYMBOL vmlinux 0x617a358d tcp_read_skb +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 0x618c57c6 fasync_helper +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a25997 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c4f8e2 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x61d5a17d poll_freewait +EXPORT_SYMBOL vmlinux 0x61db1b2f __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e41382 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f8fdf9 notify_change +EXPORT_SYMBOL vmlinux 0x620cc64c rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x62147bf8 address_space_init_once +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622ba4ff set_page_writeback +EXPORT_SYMBOL vmlinux 0x62390a13 vme_master_request +EXPORT_SYMBOL vmlinux 0x623aafd8 bioset_init +EXPORT_SYMBOL vmlinux 0x62463b7b genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x6247cf10 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x624ca493 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6273b946 mt_find_after +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627c418d xfrm_register_km +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628bc18a add_watch_to_object +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62a4c771 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x62b99d19 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x62ba68a3 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x62bd0c7d neigh_event_ns +EXPORT_SYMBOL vmlinux 0x62ca00a3 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x62d6517c eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62db4f61 of_device_alloc +EXPORT_SYMBOL vmlinux 0x62e614a3 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fec0f0 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6323f334 pcim_iomap +EXPORT_SYMBOL vmlinux 0x6324c221 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x63361adf tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x637ff5f9 netdev_update_features +EXPORT_SYMBOL vmlinux 0x638214c8 vfs_symlink +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b9537e sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x63bce747 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x63c5820a netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x63cc3949 sock_no_connect +EXPORT_SYMBOL vmlinux 0x63dbf0a6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f55ab7 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x63f694f9 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x6411e703 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x642eb529 get_user_pages +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643d26d2 of_device_register +EXPORT_SYMBOL vmlinux 0x643f66b7 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6456ca3d nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x64570f50 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x645a469d refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x645d4676 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64841159 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x648588f4 dm_register_target +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64afeca5 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d40278 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x64d9fbbb of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x64da8d57 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x6500f8ab devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x6510f1d3 key_reject_and_link +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 0x653071f7 km_state_expired +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 0x6576a163 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65bd7d87 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x65c2136b netdev_upper_dev_link +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 0x65ec0ec4 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x65f7b218 seq_read +EXPORT_SYMBOL vmlinux 0x65fe10fd unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x65ff76b1 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x660aa081 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x661d0bc1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662ef5eb genl_notify +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x6651a344 km_query +EXPORT_SYMBOL vmlinux 0x6659ac79 mdiobb_read_c45 +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 0x666b671f jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6670553c fb_set_var +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66768f9e ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x6695621a dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b5f2b2 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x66c5b39a __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x66d2b60c rpmh_write +EXPORT_SYMBOL vmlinux 0x66e29233 tty_vhangup +EXPORT_SYMBOL vmlinux 0x66ec197f ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x67295e7b scsi_block_requests +EXPORT_SYMBOL vmlinux 0x6737466e remove_proc_entry +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674ed336 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x67650010 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x676fcf86 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x6773e98c __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x67815ca7 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x67820705 key_type_keyring +EXPORT_SYMBOL vmlinux 0x678215c9 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x67ab5b78 proc_create +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b65f44 ps2_drain +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c6a334 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x67d74c39 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x6801281e param_set_copystring +EXPORT_SYMBOL vmlinux 0x681bdf22 vm_map_ram +EXPORT_SYMBOL vmlinux 0x6820625e ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x68249b4e dm_get_device +EXPORT_SYMBOL vmlinux 0x683a9f44 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x685a7ed4 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x68658641 vfs_create +EXPORT_SYMBOL vmlinux 0x687483ae netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x687a534f mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6889cb7f simple_rename +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68b3c354 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x68c9e710 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x68ced4c5 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x68d86f3d of_phy_find_device +EXPORT_SYMBOL vmlinux 0x68f148cd of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69133ca8 vme_bus_num +EXPORT_SYMBOL vmlinux 0x69336df3 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6935c454 tso_build_data +EXPORT_SYMBOL vmlinux 0x69655541 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69746f21 ip_defrag +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69a1470e filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x69aca1b4 of_clk_get +EXPORT_SYMBOL vmlinux 0x69b1840b bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x69b9d905 param_ops_short +EXPORT_SYMBOL vmlinux 0x69d0d090 handshake_req_private +EXPORT_SYMBOL vmlinux 0x69da88c9 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69de9f68 is_bad_inode +EXPORT_SYMBOL vmlinux 0x69e297bf mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x69eb6c34 vga_get +EXPORT_SYMBOL vmlinux 0x69eeb8bd ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x69f03db9 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a092d96 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x6a159b3f ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x6a2282f0 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x6a2ad416 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a4f09e0 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a65349d of_device_unregister +EXPORT_SYMBOL vmlinux 0x6a66a3aa mdio_bus_type +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a7f2ebf scsi_device_put +EXPORT_SYMBOL vmlinux 0x6a83303c audit_log +EXPORT_SYMBOL vmlinux 0x6a8e1f03 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a910594 ip_frag_init +EXPORT_SYMBOL vmlinux 0x6a95a990 serio_rescan +EXPORT_SYMBOL vmlinux 0x6ac4122f neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x6ad2e044 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b039953 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x6b0773a6 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x6b18bcf8 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x6b199ba0 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3f2925 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x6b51572d sock_i_ino +EXPORT_SYMBOL vmlinux 0x6b528e01 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b63fa26 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x6b7dcf08 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8b0c38 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b9b5eff secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x6ba11a3e xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x6ba4d0bf xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bdf5d54 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be3cb8f vlan_vid_del +EXPORT_SYMBOL vmlinux 0x6bf0ac55 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x6bf7bb4b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x6bfc4884 tty_lock +EXPORT_SYMBOL vmlinux 0x6c0a158b init_task +EXPORT_SYMBOL vmlinux 0x6c0bef5d unregister_qdisc +EXPORT_SYMBOL vmlinux 0x6c1cf1c3 fman_bind +EXPORT_SYMBOL vmlinux 0x6c1e4fec phy_resume +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c4bae8a elv_rb_del +EXPORT_SYMBOL vmlinux 0x6c4e4c2c __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6c519128 cdev_del +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c73c851 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x6c7c0ead mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x6c882efa mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x6c9d5d45 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x6ca03cfd config_item_set_name +EXPORT_SYMBOL vmlinux 0x6ca9d00f request_key_rcu +EXPORT_SYMBOL vmlinux 0x6cac7966 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb747da phy_loopback +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cc436f7 unregister_key_type +EXPORT_SYMBOL vmlinux 0x6cca428e xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x6cce77a5 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x6cd315da msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x6cd5bff7 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d0ffbb5 of_get_parent +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1f702c generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d4dc42d sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x6d4ea96f disk_stack_limits +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d65f4e6 rproc_alloc +EXPORT_SYMBOL vmlinux 0x6d723b90 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7d0672 page_get_link +EXPORT_SYMBOL vmlinux 0x6d7e2b1a pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x6d816e84 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x6d83fe40 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6d8958f0 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x6d97c7f3 tcp_req_err +EXPORT_SYMBOL vmlinux 0x6d9ac720 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x6d9d5dc7 submit_bh +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbb87e8 del_gendisk +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd15ccd mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6de87fdb xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e5ae30a kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5cf6b9 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7a318d skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb3e4c0 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x6ed30a9e param_ops_bint +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6eeeae4a md_done_sync +EXPORT_SYMBOL vmlinux 0x6ef819be md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f1b8da2 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x6f2dea56 dump_page +EXPORT_SYMBOL vmlinux 0x6f31be29 netif_set_real_num_queues +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 0x6f5cbd66 generic_write_checks +EXPORT_SYMBOL vmlinux 0x6f6d99e3 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x6f86e204 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x6f894724 km_new_mapping +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa21adf tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x6fa7bdc4 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb6cb1d noop_qdisc +EXPORT_SYMBOL vmlinux 0x6fb78b76 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcd7ad6 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x6fcf2985 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ff93bb0 netif_rx +EXPORT_SYMBOL vmlinux 0x6ffa0308 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7003dd1b kernel_param_lock +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70497f0d dquot_initialize +EXPORT_SYMBOL vmlinux 0x70576884 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x70774412 dev_change_flags +EXPORT_SYMBOL vmlinux 0x70965681 dquot_initialize_needed +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 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x7103fedf netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x711b6767 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712a81fb freeze_super +EXPORT_SYMBOL vmlinux 0x71329eae posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x71436dea tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716ac093 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x716dde49 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a90011 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x71cdf591 cdev_add +EXPORT_SYMBOL vmlinux 0x71ceae59 _dev_notice +EXPORT_SYMBOL vmlinux 0x71f1462d pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x720b0519 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x7212dc2b skb_pull_data +EXPORT_SYMBOL vmlinux 0x721efe02 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x722df798 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x722faa99 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x72370a01 sock_create_kern +EXPORT_SYMBOL vmlinux 0x723b7c97 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x72420906 eth_header_parse +EXPORT_SYMBOL vmlinux 0x7243e074 input_free_device +EXPORT_SYMBOL vmlinux 0x724c3860 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x7265e059 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x7269d361 md_reload_sb +EXPORT_SYMBOL vmlinux 0x726a080c netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x72761366 iput +EXPORT_SYMBOL vmlinux 0x72776c73 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x727d3b73 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x729b9aa5 phy_read_paged +EXPORT_SYMBOL vmlinux 0x72a39da9 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b5a970 brioctl_set +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bc92fa inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x72cb4dff skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72fe975c xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x73105d80 dev_trans_start +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x73266791 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x732be47c sock_no_accept +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7342b592 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x7351aef7 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7362a1d2 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x73713c5a cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x737b0d10 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x739790db tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739b4c23 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73ab5f2b xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b6d4aa devm_clk_put +EXPORT_SYMBOL vmlinux 0x73d488c8 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x73e0d3bc phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x73e43315 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x73f2dc81 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x74056d84 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x740a1562 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7415586a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x7417cec0 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7426fcd1 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x743e9fb2 sys_fillrect +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7441f9a7 napi_build_skb +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x746af61c mntget +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74846635 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x7491aa5e unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x74acac46 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x74b29d3e ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x74b46d30 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c4f9be blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x74d858a7 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e51849 key_revoke +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f638e4 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x750a5426 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x751ef2d6 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x75287fcc input_get_keycode +EXPORT_SYMBOL vmlinux 0x753df718 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x754eb61f alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x75508af4 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7575e855 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x7577b4ce vme_init_bridge +EXPORT_SYMBOL vmlinux 0x75850cca seq_hex_dump +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75aa546e ip_output +EXPORT_SYMBOL vmlinux 0x75af3074 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75c1c8ad folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75db69e5 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x75de625c con_copy_unimap +EXPORT_SYMBOL vmlinux 0x75fba365 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x7600676e simple_fill_super +EXPORT_SYMBOL vmlinux 0x76022fa3 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7631c358 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x76418db0 uart_register_driver +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7677d22e unlock_new_inode +EXPORT_SYMBOL vmlinux 0x767c8fa4 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7682de5d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x768eccb4 mtree_destroy +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b3946b blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x76b4fe4e mpage_readahead +EXPORT_SYMBOL vmlinux 0x76c46173 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x76d2c4bb pci_irq_vector +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76dd4827 d_instantiate +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76ff8698 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x7710d787 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x771aa50c __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x771c1123 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x771d5947 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x772206d6 dcb_getrewr +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 0x77573d89 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x775cebd8 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77809b7a param_get_int +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7797debc generic_update_time +EXPORT_SYMBOL vmlinux 0x77a076ab devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cfc3a0 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x77d14f28 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x77d870b2 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ed6200 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x77fae38c of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x782103f4 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x78389a3f write_inode_now +EXPORT_SYMBOL vmlinux 0x78409cb0 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7859243f i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x785d1eae generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x787d054f pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x7886d633 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a90739 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x78af105d vfs_iter_write +EXPORT_SYMBOL vmlinux 0x78b321c3 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78baf2de unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x78c5b64c dcb_getapp +EXPORT_SYMBOL vmlinux 0x78cd85b8 fget_raw +EXPORT_SYMBOL vmlinux 0x78dc877a sg_miter_next +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f9a782 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x78fa4a5f backlight_force_update +EXPORT_SYMBOL vmlinux 0x7902bdd1 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x7917d399 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x792139e4 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x792419f1 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x7951ddd8 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x79552daa udp_ioctl +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798511f2 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x7989eb9a dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x798dd5a3 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x799eae86 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b6805c ip6_output +EXPORT_SYMBOL vmlinux 0x79b9b963 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d815c5 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x79da0cb0 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x79de3fe2 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x79f89197 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x79fc2b8a inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x7a1142a3 flush_signals +EXPORT_SYMBOL vmlinux 0x7a119dfe iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2d9203 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a326723 of_get_next_child +EXPORT_SYMBOL vmlinux 0x7a3dd4c1 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x7a412fd0 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x7a45d7b7 vfs_readlink +EXPORT_SYMBOL vmlinux 0x7a4e5726 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5fd90a inode_init_once +EXPORT_SYMBOL vmlinux 0x7a636e58 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x7a6d08dd input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7a706c01 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x7a8f9df3 unregister_nls +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaee78d icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aef1fe3 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x7b1d6fd3 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x7b218748 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b45f7f6 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5142e7 register_key_type +EXPORT_SYMBOL vmlinux 0x7b58f0f6 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b69659d blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b886f7f scsi_ioctl +EXPORT_SYMBOL vmlinux 0x7b8a8b34 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bad83fd __SetPageMovable +EXPORT_SYMBOL vmlinux 0x7bb1cb55 tso_start +EXPORT_SYMBOL vmlinux 0x7bb3b1ee config_group_init +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc5eb53 pipe_unlock +EXPORT_SYMBOL vmlinux 0x7bcb5e02 nonseekable_open +EXPORT_SYMBOL vmlinux 0x7beccf55 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x7c018be2 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2a1e80 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c430340 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c48c107 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x7c4c0ab0 d_invalidate +EXPORT_SYMBOL vmlinux 0x7c5bd9df blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x7c69d081 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x7c9d5dca __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x7ca258b7 param_ops_byte +EXPORT_SYMBOL vmlinux 0x7ca60eeb set_security_override +EXPORT_SYMBOL vmlinux 0x7cadbf4a filemap_flush +EXPORT_SYMBOL vmlinux 0x7cc7ab12 phy_driver_register +EXPORT_SYMBOL vmlinux 0x7cd6beac clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cebbdfd scsi_report_bus_reset +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 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d3e94dc pci_enable_wake +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4d3247 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x7d4d93c6 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x7d52ab46 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x7d5d11d9 sock_init_data +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d644d01 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x7d685eef serio_open +EXPORT_SYMBOL vmlinux 0x7d6f3bb9 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d86a27b register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x7d86de2d rt_dst_clone +EXPORT_SYMBOL vmlinux 0x7d9d5476 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x7da0023a skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db6cc56 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x7dc512bd rproc_boot +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7ddc7446 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7de7e0f7 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x7df4d4ee dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e2d2034 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e397b97 is_nd_btt +EXPORT_SYMBOL vmlinux 0x7e464644 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e90700f tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x7e9244ef follow_down_one +EXPORT_SYMBOL vmlinux 0x7e96bbb7 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea24edd jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x7ed5596f crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x7ed8f936 node_data +EXPORT_SYMBOL vmlinux 0x7edeaf21 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7eef0de0 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7eff627f bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f089c18 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x7f094d63 edac_mc_find +EXPORT_SYMBOL vmlinux 0x7f09654c of_iomap +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3c1a22 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x7f45b855 from_kprojid +EXPORT_SYMBOL vmlinux 0x7f4be336 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6712b7 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7faba4b6 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x7fc88649 phy_attached_print +EXPORT_SYMBOL vmlinux 0x7fccbdf8 inet_rcv_saddr_equal +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 0x7fed943f phy_device_register +EXPORT_SYMBOL vmlinux 0x7ff3f484 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x80015480 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0x801b82b6 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x8029d040 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x8037881d rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804f3925 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x8050a93c device_get_mac_address +EXPORT_SYMBOL vmlinux 0x80689c1e pci_release_selected_regions +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 0x80aef1c8 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d67a98 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80dc1377 dump_skip_to +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e72391 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80fc28bd flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8143837e blk_start_plug +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x8157cad9 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818806d5 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819569cc blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8198b7e9 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x819e9bc8 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c5a8f2 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x81c8daab d_exact_alias +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 0x81eae3c1 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x8205f8a3 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x821f5cb6 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x8238d97f input_event +EXPORT_SYMBOL vmlinux 0x823c5f66 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x8247e38c clk_add_alias +EXPORT_SYMBOL vmlinux 0x824c734f new_inode +EXPORT_SYMBOL vmlinux 0x824e3c97 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x8258e4ea blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x82986681 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x82b593ab flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ce39b2 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x82d24950 release_sock +EXPORT_SYMBOL vmlinux 0x82e23544 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f9219d skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x830a28b3 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x830c7139 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x8314b378 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x8329fb8f kobject_get +EXPORT_SYMBOL vmlinux 0x83376e20 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x83514bbc ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x83538ba9 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835c4de7 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x83686d8c fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838e71c6 mount_nodev +EXPORT_SYMBOL vmlinux 0x839d9db6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x839f1315 clkdev_drop +EXPORT_SYMBOL vmlinux 0x83a4a0f0 netlink_unicast +EXPORT_SYMBOL vmlinux 0x83a7c67f textsearch_register +EXPORT_SYMBOL vmlinux 0x83ba8ee1 sk_dst_check +EXPORT_SYMBOL vmlinux 0x83baafb3 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x83bf9b10 sock_bind_add +EXPORT_SYMBOL vmlinux 0x83d44367 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x83dd08fc phy_validate_pause +EXPORT_SYMBOL vmlinux 0x83fb8cd1 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842b1f77 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x843d03e8 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x8443c777 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x845b3f68 scsi_done +EXPORT_SYMBOL vmlinux 0x846c3d5b dev_load +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84837c50 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a17fe6 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x84a5806f to_nd_pfn +EXPORT_SYMBOL vmlinux 0x84babff4 to_nd_btt +EXPORT_SYMBOL vmlinux 0x84cdff63 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x84d4cd6b mdiobus_read +EXPORT_SYMBOL vmlinux 0x84d5017e devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x84d5bef0 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x84d9501b alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x84e39340 blk_put_queue +EXPORT_SYMBOL vmlinux 0x84ed1f66 skb_trim +EXPORT_SYMBOL vmlinux 0x84f97364 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85339afc phy_start_aneg +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8578bfa7 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x85890f63 fput +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85ac278b dev_open +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ecc06a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x86165aae pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x86277f26 folio_alloc +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x862f1aa2 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x8631372c pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86419731 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x86649d11 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x8668d5f4 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866f19d5 sock_create +EXPORT_SYMBOL vmlinux 0x867f93b6 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x86844377 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86994e85 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x86a3d661 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x86aea06e sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x86c5d34a qdisc_reset +EXPORT_SYMBOL vmlinux 0x86cb961a mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e59add __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x86ea40d2 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x86f70d18 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870f5149 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x87180510 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x871e3adb __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x871e78d5 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x873071b1 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x87310bef folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x873bc70c would_dump +EXPORT_SYMBOL vmlinux 0x874a3946 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878bed94 dev_get_flags +EXPORT_SYMBOL vmlinux 0x879bda72 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x879d571f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a37d1d phy_find_first +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87cc05bc sockfd_lookup +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 0x882afdb3 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x882dde99 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x884a5105 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x884f4f73 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x88523a6e dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x885cc6f0 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x8868134c dev_driver_string +EXPORT_SYMBOL vmlinux 0x8880a7fd gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8891cbf9 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x889393e6 input_register_device +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88a20558 param_set_short +EXPORT_SYMBOL vmlinux 0x88c7099c component_match_add_release +EXPORT_SYMBOL vmlinux 0x88c71409 simple_open +EXPORT_SYMBOL vmlinux 0x88c8e0f0 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x88d57dcc dquot_acquire +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88fb2fcf tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x88ff1a9b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x890583a6 sock_efree +EXPORT_SYMBOL vmlinux 0x891d8a1a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89421518 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89438745 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x894445d2 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894737cd input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x8952e089 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x8989d1c4 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x8989d9f4 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x898aba51 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8996bfae may_umount +EXPORT_SYMBOL vmlinux 0x899c7fe4 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x89a5a1db scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x89af076b blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x89d66473 locks_init_lock +EXPORT_SYMBOL vmlinux 0x89e7015a __ip_options_compile +EXPORT_SYMBOL vmlinux 0x89ef8cac __bread_gfp +EXPORT_SYMBOL vmlinux 0x8a24bf92 dump_skip +EXPORT_SYMBOL vmlinux 0x8a33bd44 of_get_property +EXPORT_SYMBOL vmlinux 0x8a394435 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x8a42d5ee scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a605069 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7af870 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7ee692 mdio_device_create +EXPORT_SYMBOL vmlinux 0x8a802e5b padata_do_serial +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a98a487 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a99f4dc tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x8aa03fbb inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x8abfe83d vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8acdddec netdev_warn +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b3d6b43 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x8b4dd352 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x8b56d2b4 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6d27d4 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x8b745c8f flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8a74f8 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bab6f27 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x8bbe3c15 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x8bc37843 set_groups +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be3d629 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x8bebd23e __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8bf09c18 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x8bf4449b skb_dump +EXPORT_SYMBOL vmlinux 0x8c06e057 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x8c1b9a77 ram_aops +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3f29d1 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x8c40a524 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x8c48d1d9 put_watch_queue +EXPORT_SYMBOL vmlinux 0x8c5a006f iov_iter_advance +EXPORT_SYMBOL vmlinux 0x8c5eb6de udp_read_skb +EXPORT_SYMBOL vmlinux 0x8c69cf82 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x8c838a5d dup_iter +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8aa4aa path_get +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cf1fc10 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8d006887 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x8d0fd7d8 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x8d1c8f9e devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x8d2756d4 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d467ebe padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x8d4c7f76 rtnl_notify +EXPORT_SYMBOL vmlinux 0x8d4d67aa acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8da67300 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dc5f365 page_readlink +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de7f35a ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df0e882 con_is_bound +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e14f075 send_sig +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e308563 pci_iomap +EXPORT_SYMBOL vmlinux 0x8e30e07d vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x8e35641b devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e5e9cb2 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x8e728731 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x8e77e086 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x8e820347 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x8e87d55a vm_map_pages +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eb96e7b seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8edfbbcf pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x8ee81270 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x8ef82c90 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x8ef91e97 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x8f0037c1 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0b19b7 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x8f0f622a seq_vprintf +EXPORT_SYMBOL vmlinux 0x8f14ac5e __lock_buffer +EXPORT_SYMBOL vmlinux 0x8f2b386c submit_bio +EXPORT_SYMBOL vmlinux 0x8f4b80d3 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x8f4d9685 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x8f72c343 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x8f767679 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x8f86530b iget_failed +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fac119e pci_pme_active +EXPORT_SYMBOL vmlinux 0x8faf1190 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fdf7edc bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x8fee0cbb flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x8ff3cd35 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ff91997 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x8ff9e730 amba_device_register +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90213a1d rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90374a0c __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x9038e585 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x90557a44 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x9056401d __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90700cc7 single_open_size +EXPORT_SYMBOL vmlinux 0x907c6899 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x908c05d7 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90c800fa sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x90d1d86b sock_i_uid +EXPORT_SYMBOL vmlinux 0x90d37a1a tcp_filter +EXPORT_SYMBOL vmlinux 0x90dea921 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x90f73634 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x9119441a filemap_fault +EXPORT_SYMBOL vmlinux 0x911d196f phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x9142a348 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x914e361f security_path_mknod +EXPORT_SYMBOL vmlinux 0x914f34a3 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916aefbe __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x916d76be config_group_find_item +EXPORT_SYMBOL vmlinux 0x91806c15 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a25a74 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91acbd6b tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x91b6d908 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c70360 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x91da52bf d_set_d_op +EXPORT_SYMBOL vmlinux 0x91e44f8e init_pseudo +EXPORT_SYMBOL vmlinux 0x91ebb333 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92101665 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x92125632 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923808c3 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x9239ddf6 dput +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9255dbe9 blk_integrity_unregister +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 0x9279ee8e pci_read_vpd +EXPORT_SYMBOL vmlinux 0x928ac32d input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929369e1 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x929f1c4a netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bcf427 blk_rq_init +EXPORT_SYMBOL vmlinux 0x92c2d68e flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x92c732de config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d945b0 touch_buffer +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f6ea61 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9314529a lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x932f1af8 param_array_ops +EXPORT_SYMBOL vmlinux 0x935f4f5d vme_master_mmap +EXPORT_SYMBOL vmlinux 0x93672218 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x9368bea0 ata_print_version +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93ba59bd xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x93bc4576 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x93ca991f __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x93cf7a85 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x93d61952 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93de4821 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x93f45383 dquot_drop +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945c1099 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x94647045 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x946e9615 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x947f3725 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x9486f60e kernel_getpeername +EXPORT_SYMBOL vmlinux 0x948cfc0b security_sb_remount +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9498f779 register_netdev +EXPORT_SYMBOL vmlinux 0x949973c9 param_get_hexint +EXPORT_SYMBOL vmlinux 0x949f04a5 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x94ac866e inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x94afa18f pci_remove_bus +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94be4373 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94cebe9b dev_uc_add +EXPORT_SYMBOL vmlinux 0x94e45045 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x94f80f63 file_path +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9527ce0e tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x95438c86 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x95439519 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9552d671 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x9567aab1 param_ops_long +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x95821080 generic_remap_file_range_prep +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 0x95a6efc7 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x95a863bd show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x95afeba5 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x95bcaa6f cdev_set_parent +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x9665ddf4 imx_scu_irq_get_status +EXPORT_SYMBOL vmlinux 0x96720f28 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x96799334 inet_shutdown +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96b253f1 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96da82ec posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x97061d5c seq_puts +EXPORT_SYMBOL vmlinux 0x97066e58 inode_update_timestamps +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97403a5d msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x97554668 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x9764dbe0 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x976aae2c filemap_release_folio +EXPORT_SYMBOL vmlinux 0x97894069 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x97915ed8 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x9796dd35 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x979b2a4b vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a73096 clear_nlink +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d07c9c mpage_read_folio +EXPORT_SYMBOL vmlinux 0x97d20f86 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x97d5a881 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x97dd86de blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x97f525e5 netdev_printk +EXPORT_SYMBOL vmlinux 0x97fa82b7 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x981b4009 sock_no_getname +EXPORT_SYMBOL vmlinux 0x981d4d2e pci_free_irq +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982d5f52 sock_wake_async +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985c1522 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x985dcf1e tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98dc7fe8 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99041ac7 dst_dev_put +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x9916bae1 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x99290af7 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994cb5c1 __folio_put +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9960fffa jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x99677508 rproc_put +EXPORT_SYMBOL vmlinux 0x997b5103 processors +EXPORT_SYMBOL vmlinux 0x997c9cfc xfrm_input +EXPORT_SYMBOL vmlinux 0x997e06c4 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x997f56b9 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9994de5f tcp_child_process +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99acb05a input_release_device +EXPORT_SYMBOL vmlinux 0x99c35f95 may_umount_tree +EXPORT_SYMBOL vmlinux 0x99cf7588 ipv6_find_hdr +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 0x9a1a29b3 _dev_alert +EXPORT_SYMBOL vmlinux 0x9a1d1db6 done_path_create +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a451082 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6df0fc tcp_release_cb +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a6ec12e skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x9a86a4c0 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x9a9bc36a genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ad8daf3 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b031221 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x9b2007a6 i2c_transfer +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b260eff unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x9b2eecfe build_skb_around +EXPORT_SYMBOL vmlinux 0x9b32247d md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b37858e ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b62f933 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x9b63dd0f ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b6ce2e1 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7c994b vme_irq_free +EXPORT_SYMBOL vmlinux 0x9b8d8629 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x9ba821b1 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x9baae735 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x9bc2df7b mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x9bd0de1f tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x9bdbefcb tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x9bf2e835 __napi_schedule +EXPORT_SYMBOL vmlinux 0x9c098992 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c2ed03c tcp_poll +EXPORT_SYMBOL vmlinux 0x9c3c3ce6 igrab +EXPORT_SYMBOL vmlinux 0x9c4620bd filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x9c4f18f7 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c6de2a3 touch_atime +EXPORT_SYMBOL vmlinux 0x9c8276dc sk_mc_loop +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c875b7d sync_filesystem +EXPORT_SYMBOL vmlinux 0x9c8d0bd3 mntput +EXPORT_SYMBOL vmlinux 0x9c987003 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cad5d12 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x9cadad28 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x9cc7da05 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0ef9bc dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9d11014a inode_add_bytes +EXPORT_SYMBOL vmlinux 0x9d1220e0 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2788e7 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d312c09 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x9d42be9b xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d674293 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x9d70c922 begin_new_exec +EXPORT_SYMBOL vmlinux 0x9d7dd230 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9bf936 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x9da0c91a __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9da56a59 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df1ea02 f_setown +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dfe5b86 dma_map_resource +EXPORT_SYMBOL vmlinux 0x9dffc078 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x9e04c3d7 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e275816 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x9e39a374 give_up_console +EXPORT_SYMBOL vmlinux 0x9e3cef3e pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x9e45cb2b phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5aef40 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e66fb28 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9e691b57 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x9e721a4e pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9e78da28 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e83fbaf twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x9e89ad72 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x9e8bcdd7 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea22f3a xudma_get_device +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ebb3acd dma_find_channel +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecd43c8 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ed9f265 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x9edcb6b8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x9ee439cc devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x9ee5d682 arp_create +EXPORT_SYMBOL vmlinux 0x9eeddf85 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x9eeeed00 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x9ef93394 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x9f09bec0 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x9f0c085e migrate_folio +EXPORT_SYMBOL vmlinux 0x9f104d7d dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x9f22a243 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x9f2fcf72 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9f3c8a49 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x9f4116f8 fb_get_mode +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 0x9f6b788e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x9f6fa8ed inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb2248f page_symlink +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fb65c3f __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x9fdc6df7 ilookup5 +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffc3de3 sock_no_listen +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0256078 netdev_features_change +EXPORT_SYMBOL vmlinux 0xa028472d skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa031a8ea audit_log_start +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04756c0 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xa0530199 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xa0543312 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa068734e remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xa070c17e mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xa0775039 setup_arg_pages +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 0xa09f01c4 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xa0a14b73 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xa0a15b49 smp_call_function_many +EXPORT_SYMBOL vmlinux 0xa0a46168 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xa0a8ab93 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b71fdd ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xa0c5775a posix_test_lock +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0de31a9 _dev_emerg +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 0xa0fdf136 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xa107fd5e pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa1300584 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xa1308892 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xa1342327 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xa137b771 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa140b99f tcf_block_get +EXPORT_SYMBOL vmlinux 0xa187ad20 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xa1b2dfc4 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xa1cbdd6e fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xa1d4d07a __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xa1e4aa10 scsi_host_get +EXPORT_SYMBOL vmlinux 0xa1f160fd block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xa1fa5727 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20aaa0c skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xa2124624 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xa21f3c36 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa228a61f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xa22a1669 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xa22e25ac io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23484d2 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xa23a7492 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa255bbfb migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xa2590e01 file_update_time +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa283bfd2 d_make_root +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2a76ebb tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xa2bb3e8a phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xa2bdb1e5 km_report +EXPORT_SYMBOL vmlinux 0xa2c05325 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xa2c14313 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xa2c6d77a blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d207d9 backlight_device_register +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f21bad __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xa307f30b flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xa3188077 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa3406524 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa37e2cba finish_no_open +EXPORT_SYMBOL vmlinux 0xa37e5a49 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa38d795d kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c5f94a vm_insert_page +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3f0147f alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xa3f31f1f input_register_handler +EXPORT_SYMBOL vmlinux 0xa3f467d4 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4030392 pci_request_irq +EXPORT_SYMBOL vmlinux 0xa40d1617 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xa40df709 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4657f17 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xa469c3eb free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xa4870f22 file_modified +EXPORT_SYMBOL vmlinux 0xa488dce2 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xa489ff37 register_netdevice +EXPORT_SYMBOL vmlinux 0xa48d455d mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xa49afb83 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xa4bab428 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xa4cddabf ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xa4e88fd9 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xa4eb5836 md_handle_request +EXPORT_SYMBOL vmlinux 0xa50ac4ad devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xa50dccda serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xa51ac1cc xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa52f8b57 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xa536cf4a of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xa53c1f7e nd_device_register +EXPORT_SYMBOL vmlinux 0xa544ee8b jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa54e2666 netdev_crit +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5971584 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a8b3e1 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xa5b708de import_single_range +EXPORT_SYMBOL vmlinux 0xa5b9d103 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xa5ca26f3 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xa5fba0f4 console_stop +EXPORT_SYMBOL vmlinux 0xa60a61f8 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xa618ae20 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa632f842 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xa63487ec xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xa63af311 copy_page_to_iter +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 0xa65ec36e kernel_bind +EXPORT_SYMBOL vmlinux 0xa66055f4 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xa6676825 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xa669885e simple_write_begin +EXPORT_SYMBOL vmlinux 0xa673303b flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68793a3 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xa68f1fd7 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xa695e4fd rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xa6dabc4d inet_frag_kill +EXPORT_SYMBOL vmlinux 0xa6dac088 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xa7075724 inet_select_addr +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71812b4 pci_get_class +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa71d8c07 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa747431e rproc_shutdown +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa7638ab0 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xa763d0b6 input_set_capability +EXPORT_SYMBOL vmlinux 0xa7689a9f phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xa76dd89f tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xa7752873 amba_request_regions +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7805574 zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0xa7917f13 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0xa7ce95e7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e8c5a8 module_put +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f626df send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xa7fdfa0a get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xa81807b4 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xa81b3d49 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xa82edce0 devm_ioremap +EXPORT_SYMBOL vmlinux 0xa838e9d4 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8471277 __do_once_done +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa865f90c xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa899c9b7 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89c6f78 serio_bus +EXPORT_SYMBOL vmlinux 0xa89ddcc7 rproc_free +EXPORT_SYMBOL vmlinux 0xa8a72bcc pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8c69d31 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ccaaf5 of_property_read_reg +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f3a225 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa9025ed5 put_fs_context +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa91450c6 datagram_poll +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa920735c d_find_alias +EXPORT_SYMBOL vmlinux 0xa927e25b phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94a37a8 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xa94e9b56 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xa95b44cd inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xa9616a0a mdio_device_free +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96e1c2d update_region +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97a2634 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xa97d6b65 genl_register_family +EXPORT_SYMBOL vmlinux 0xa9acc7ca jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0385db find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa0d9449 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xaa1106eb mount_subtree +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa258e9d tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xaa2f2487 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xaa301b29 of_graph_is_present +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3c44b3 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xaa417e8f security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xaa58824b dma_free_attrs +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7e6f47 key_link +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa959399 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaafe332 neigh_table_init +EXPORT_SYMBOL vmlinux 0xaab63ca1 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xaac6e1b5 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0a6ec key_unlink +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4dc07 rproc_del +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadac153 build_skb +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab143014 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xab1de49f dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xab21922c alloc_fcdev +EXPORT_SYMBOL vmlinux 0xab29398a dentry_path_raw +EXPORT_SYMBOL vmlinux 0xab2d30a0 put_disk +EXPORT_SYMBOL vmlinux 0xab3148be pci_match_id +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4062e8 napi_gro_receive +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 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab952569 sock_from_file +EXPORT_SYMBOL vmlinux 0xabb01fbf of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xabe5e3a3 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf4f84f skb_pull +EXPORT_SYMBOL vmlinux 0xac12ac44 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xac192e15 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3eda24 dm_io +EXPORT_SYMBOL vmlinux 0xac417ade cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac7e7d28 cdev_alloc +EXPORT_SYMBOL vmlinux 0xac9afdfd xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacbbac64 __put_cred +EXPORT_SYMBOL vmlinux 0xacc4e022 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xacc53c86 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacde939a pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad02c232 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1f09b4 param_get_byte +EXPORT_SYMBOL vmlinux 0xad28de82 seq_bprintf +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad4735c6 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xad48ed73 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xad4a6185 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xad4a9419 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xad4d537c ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xad509442 scsi_dma_unmap +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 0xad93b3ba vm_mmap +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada89133 thread_group_exited +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc2f40b __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd8bfbf qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xade89f2a msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xadeaafc8 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xae017e12 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae07c198 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae21014a kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xae21a301 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xae28e79f __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae40243b lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae616efb filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6778ec iget_locked +EXPORT_SYMBOL vmlinux 0xae682da7 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xae72ba7d devm_request_resource +EXPORT_SYMBOL vmlinux 0xae76d932 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xae7c15b7 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb673a4 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec2bd22 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xaed45ad1 __bio_advance +EXPORT_SYMBOL vmlinux 0xaef2fe88 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xaf01b8f5 param_set_ushort +EXPORT_SYMBOL vmlinux 0xaf0f717a devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xaf12764e close_fd_get_file +EXPORT_SYMBOL vmlinux 0xaf2cbee3 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf45890c fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf58474d tcp_peek_len +EXPORT_SYMBOL vmlinux 0xaf7e3713 fqdir_exit +EXPORT_SYMBOL vmlinux 0xaf924a08 dma_set_mask +EXPORT_SYMBOL vmlinux 0xafa6e858 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xafa76903 iget5_locked +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb5ee14 __skb_pad +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc21a3b ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xafc3fcf8 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafe4bd0e md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xafe95fab phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xafedf699 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xaff6ed12 from_kuid +EXPORT_SYMBOL vmlinux 0xb00c8cb4 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e3c67 mdio_find_bus +EXPORT_SYMBOL vmlinux 0xb03f2ea9 make_kgid +EXPORT_SYMBOL vmlinux 0xb043147a netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +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 0xb06940e6 netdev_err +EXPORT_SYMBOL vmlinux 0xb06f8eef pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xb08910ac pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xb08bdd9e unix_get_socket +EXPORT_SYMBOL vmlinux 0xb09c8acd textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0bef1d5 generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0eb0cd2 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xb0f36efd crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xb0fdb49b netlink_net_capable +EXPORT_SYMBOL vmlinux 0xb1025604 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xb1118ff9 __kfree_skb +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125c5c2 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb13ea2f0 tty_do_resize +EXPORT_SYMBOL vmlinux 0xb14169bd tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xb142b748 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14e762e sock_pfree +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1604632 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xb165b87f input_close_device +EXPORT_SYMBOL vmlinux 0xb16bf5b6 set_create_files_as +EXPORT_SYMBOL vmlinux 0xb177055b qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0xb17d0ab3 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xb1864d33 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xb1967e54 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb197b339 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xb1b7c7a5 __f_setown +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d52503 ip_frag_next +EXPORT_SYMBOL vmlinux 0xb1d926b2 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e3079b config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xb1e73874 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xb1f07758 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xb1f4d4bd cdrom_check_events +EXPORT_SYMBOL vmlinux 0xb20d2b6e xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb2152185 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xb2254b70 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xb22931e9 padata_free +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2332652 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xb23592a6 seq_path +EXPORT_SYMBOL vmlinux 0xb2473b1e mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xb254278a rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xb260d7a7 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xb268c846 page_mapping +EXPORT_SYMBOL vmlinux 0xb26cc723 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xb2746622 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xb292c84d pci_iounmap +EXPORT_SYMBOL vmlinux 0xb2a2fda6 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xb2a69de6 bpf_link_put +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bb7667 free_task +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c73434 lookup_one +EXPORT_SYMBOL vmlinux 0xb2cee321 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd2cac blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb309e4db input_register_handle +EXPORT_SYMBOL vmlinux 0xb30b2a48 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31f1d24 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xb3212f83 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xb321d2c4 follow_up +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32f1aaf serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xb33f886f udp_seq_next +EXPORT_SYMBOL vmlinux 0xb3452bef tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb39c8bc2 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3bf5346 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3eb3c75 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xb3ed7deb skb_push +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 0xb413632b pci_fixup_device +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb427d394 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb43d5acd vme_slot_num +EXPORT_SYMBOL vmlinux 0xb43d95a4 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xb44a086c __brelse +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb45bc6ba xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xb463ea14 framebuffer_release +EXPORT_SYMBOL vmlinux 0xb488df83 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xb48c6159 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a61117 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xb4b14196 set_nlink +EXPORT_SYMBOL vmlinux 0xb4bff72d register_cdrom +EXPORT_SYMBOL vmlinux 0xb4e917df redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xb4f155d5 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xb4ff1079 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb5000af6 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xb5182f93 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xb521f5c1 stop_tty +EXPORT_SYMBOL vmlinux 0xb523ad71 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xb52b96cc pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xb53032cd pci_enable_device +EXPORT_SYMBOL vmlinux 0xb53df68f mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb55d2010 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xb562edaa udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb56eceb6 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xb57c4b4f flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xb57ef951 xp_dma_map +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5807461 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xb5842e9b qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5af727f abort_creds +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c26868 netif_device_attach +EXPORT_SYMBOL vmlinux 0xb5c8f780 key_put +EXPORT_SYMBOL vmlinux 0xb5cb9177 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xb5d3eeda tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xb5d760c1 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb61caa2b uart_suspend_port +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb637a871 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb686dd6e dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xb68dc0b6 acpi_dev_uid_to_integer +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 0xb6db37b0 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xb6e0ec54 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ebf6cc skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xb6ec04fe blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb6ffa923 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xb70bafdb ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xb715851f inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb7160399 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb71f01aa xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xb722dc23 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xb7238b9d drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xb72f6f66 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xb732d799 nd_btt_version +EXPORT_SYMBOL vmlinux 0xb7363729 locks_free_lock +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb751b7b4 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xb752dbd6 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb77b9f73 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb77d44ac pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79ae92d nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d07b1a fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0xb7d50eca nlmsg_notify +EXPORT_SYMBOL vmlinux 0xb7e7309d skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xb7ebd5a8 vme_bus_type +EXPORT_SYMBOL vmlinux 0xb804cc4c pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb814bced vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb818c4ff has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xb832c771 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xb847bf59 of_match_device +EXPORT_SYMBOL vmlinux 0xb8571a24 add_to_pipe +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb8627810 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xb8767260 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xb88113f4 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xb88d3a2a blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8ca244e alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb8ed614c phy_error +EXPORT_SYMBOL vmlinux 0xb8feb783 freeze_bdev +EXPORT_SYMBOL vmlinux 0xb903f723 param_ops_int +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9098c2b dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb909ae1c qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb912f4a3 fqdir_init +EXPORT_SYMBOL vmlinux 0xb916453c devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xb916e501 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb93e9544 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xb9415912 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9693ce3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9761760 tcp_prot +EXPORT_SYMBOL vmlinux 0xb9993ec1 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xb99f1d78 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb9a2264a lease_get_mtime +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b306ef genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xb9b7fa9b noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xb9bda7f6 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xb9c0f5a6 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xb9c88301 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f1909e is_subdir +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 0xba45b560 arp_tbl +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5a2848 kthread_bind +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba7c8229 dump_align +EXPORT_SYMBOL vmlinux 0xba8f1bd2 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaaf4b39 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xbab705d7 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaca3112 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafc0dfc empty_aops +EXPORT_SYMBOL vmlinux 0xbafcc731 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1ef71e __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb21f329 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xbb246db6 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2cf634 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xbb356599 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xbb4c71ca dquot_commit +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb52fb6c proc_mkdir +EXPORT_SYMBOL vmlinux 0xbb64d9cf input_inject_event +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb7318ab d_alloc +EXPORT_SYMBOL vmlinux 0xbb7806c0 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xbb82d6e7 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xbb83c868 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xbb96aaf1 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba14893 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbbb6f9d8 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xbbc2123a ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xbbd0bda8 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xbbd41b48 logfc +EXPORT_SYMBOL vmlinux 0xbbd55464 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xbbd8eced phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe1d5f8 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xbbeec85c sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xbbf06163 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xbc0a5ab5 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xbc117b53 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xbc13410c param_ops_uint +EXPORT_SYMBOL vmlinux 0xbc13f049 dquot_alloc +EXPORT_SYMBOL vmlinux 0xbc1a49a0 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2257e1 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xbc4779f6 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xbc48644d genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xbca4203e scsi_scan_target +EXPORT_SYMBOL vmlinux 0xbca71eea eth_header +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcadcec1 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xbcbc0ae6 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xbcc17bf8 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xbcc651e5 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbce13ad9 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xbcf10787 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xbcf31797 inet_addr_type +EXPORT_SYMBOL vmlinux 0xbd21fa80 genphy_resume +EXPORT_SYMBOL vmlinux 0xbd2b015a xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6aa7e2 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xbd921b7f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xbda1596c xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xbdb02b7b dev_set_mtu +EXPORT_SYMBOL vmlinux 0xbde9e328 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xbdf2cc5f vme_dma_request +EXPORT_SYMBOL vmlinux 0xbdf97aa5 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xbe121e21 netpoll_setup +EXPORT_SYMBOL vmlinux 0xbe201906 __skb_checksum +EXPORT_SYMBOL vmlinux 0xbe227175 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0xbe2e0c86 keyring_clear +EXPORT_SYMBOL vmlinux 0xbe34867a mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe59c247 blkdev_put +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe699256 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe6e87a2 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xbe73160a page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xbe82a1a8 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xbe93bd30 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xbeb0ac2d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xbeb61bf2 d_alloc_name +EXPORT_SYMBOL vmlinux 0xbec1b8e9 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xbec45faf mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xbecaf1be kobject_init +EXPORT_SYMBOL vmlinux 0xbed17d3b register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xbee8401a mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xbeee3751 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbeff9d65 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xbf106763 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xbf25e81c mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xbf396c6f tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xbf3bf224 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xbf4bff12 elv_rb_find +EXPORT_SYMBOL vmlinux 0xbf4e660a thaw_bdev +EXPORT_SYMBOL vmlinux 0xbf533d33 ppp_input_error +EXPORT_SYMBOL vmlinux 0xbf57f9cc fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf610acf of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xbf6d266f xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xbf75c341 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xbfa4675b mr_dump +EXPORT_SYMBOL vmlinux 0xbfa71061 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xbfa75b99 dst_alloc +EXPORT_SYMBOL vmlinux 0xbfae1a97 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc3a845 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xbfc52861 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfd1237d phy_init_eee +EXPORT_SYMBOL vmlinux 0xbfe0e031 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xbfe4b066 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xbfe71a3c unpin_user_pages +EXPORT_SYMBOL vmlinux 0xc000f116 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xc00cd16f phy_register_fixup +EXPORT_SYMBOL vmlinux 0xc013acca __getblk_gfp +EXPORT_SYMBOL vmlinux 0xc01b464f fb_validate_mode +EXPORT_SYMBOL vmlinux 0xc026d43f proc_set_size +EXPORT_SYMBOL vmlinux 0xc027c978 security_path_unlink +EXPORT_SYMBOL vmlinux 0xc02ca214 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc040eff5 vc_resize +EXPORT_SYMBOL vmlinux 0xc059ac45 pps_register_source +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 0xc0959851 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xc095a51b sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xc09cc4d6 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xc0a966d4 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xc0b01b9b mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0xc0c3c0d3 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xc0e74e0e __netif_napi_del +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 0xc11efc5b param_get_invbool +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1563b75 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc1587e89 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16f509c sock_set_mark +EXPORT_SYMBOL vmlinux 0xc18b64ad mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xc18c7fd5 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xc1ad86d0 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d3aa65 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xc1d4d585 max8998_read_reg +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 0xc22bb42e uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc24702d6 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xc24fe30d set_cached_acl +EXPORT_SYMBOL vmlinux 0xc257cfd1 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xc25fc0b0 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xc26fdfc6 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xc278ffba udp_seq_start +EXPORT_SYMBOL vmlinux 0xc27f727c filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xc28d05e9 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a90aab find_inode_nowait +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2dc659b xfrm_if_register_cb +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 0xc2f2b01e inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2fb7e8a netdev_alert +EXPORT_SYMBOL vmlinux 0xc2fbb875 register_console +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30edb0c xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3129164 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33efdd6 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xc3478b5c __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xc34aa6fb xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc35ff755 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xc375bb51 param_set_bool +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37ddb95 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a03891 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xc3a40ce3 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3cfb5ff kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xc3cfba17 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xc3de9dfd kobject_add +EXPORT_SYMBOL vmlinux 0xc3e9bbde d_splice_alias +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40f64ea unlock_buffer +EXPORT_SYMBOL vmlinux 0xc4145d4a forget_cached_acl +EXPORT_SYMBOL vmlinux 0xc4190481 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xc427a144 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4508fff tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc45a23f5 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xc4625c3b mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc46fcb2c scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc490cc2d current_in_userns +EXPORT_SYMBOL vmlinux 0xc49ae8f4 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xc4a72fcb __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xc4a78578 __scm_destroy +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b86584 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc4d04c62 mmc_erase +EXPORT_SYMBOL vmlinux 0xc4d2bcff vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xc4df0784 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xc4e2fdff generic_read_dir +EXPORT_SYMBOL vmlinux 0xc4eacd9c of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xc4fef591 input_grab_device +EXPORT_SYMBOL vmlinux 0xc5122e59 has_capability +EXPORT_SYMBOL vmlinux 0xc51ecee6 pipe_lock +EXPORT_SYMBOL vmlinux 0xc52117fe device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc52aa9aa tcp_ioctl +EXPORT_SYMBOL vmlinux 0xc53c4e62 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xc54786b4 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xc54a1d74 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xc54e1706 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xc55de79f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc5718d2d set_capacity +EXPORT_SYMBOL vmlinux 0xc5726485 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc5832741 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xc5854172 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc595fdd4 zap_page_range_single +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b558ca crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5d0d058 dst_init +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f0eec1 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xc5f2cb17 kernel_accept +EXPORT_SYMBOL vmlinux 0xc5f4b51f touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc621e8f6 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc636dd67 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xc6593cc8 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xc65a824a skb_vlan_push +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc6647b18 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6678118 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xc6761afb sk_stop_timer +EXPORT_SYMBOL vmlinux 0xc6846cc5 dump_emit +EXPORT_SYMBOL vmlinux 0xc68f9946 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xc6c33c6b tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d34446 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xc6dc97f6 key_invalidate +EXPORT_SYMBOL vmlinux 0xc6e84402 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46085 kernel_connect +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7095d2b redraw_screen +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72dd3ec fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xc73170a7 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xc742a3c1 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78a9e2c alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xc79385c1 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc79778be skb_store_bits +EXPORT_SYMBOL vmlinux 0xc79799ac tcf_block_put +EXPORT_SYMBOL vmlinux 0xc799fccd sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c4cc68 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xc7d0f8a8 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xc7e8174e cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xc7f038e1 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc80f2ef0 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xc834d177 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83d2200 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xc844a45e phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc857a355 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc861a72c param_ops_bool +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc884cf7f scsi_print_command +EXPORT_SYMBOL vmlinux 0xc886d64e tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xc88ac446 arp_xmit +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc89d0260 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8ac2a52 of_translate_address +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cf0cbe make_kprojid +EXPORT_SYMBOL vmlinux 0xc8dc3a60 vme_register_driver +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8dfc81a pci_scan_bus +EXPORT_SYMBOL vmlinux 0xc8f21732 read_cache_folio +EXPORT_SYMBOL vmlinux 0xc915e60f phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc9294544 serio_interrupt +EXPORT_SYMBOL vmlinux 0xc92e927e vfs_rmdir +EXPORT_SYMBOL vmlinux 0xc936ae25 console_start +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc947ba1e do_splice_direct +EXPORT_SYMBOL vmlinux 0xc9487663 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xc962fc3d vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9719b15 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc976ad29 passthru_features_check +EXPORT_SYMBOL vmlinux 0xc980c3e1 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98c5375 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9eb12de in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9ee0c8e backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xc9f0856b misc_register +EXPORT_SYMBOL vmlinux 0xc9f14d13 dquot_operations +EXPORT_SYMBOL vmlinux 0xca00291e module_refcount +EXPORT_SYMBOL vmlinux 0xca05f67f blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xca0f2a78 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xca13345b simple_lookup +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1b6f43 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2ca0d1 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xca35d888 to_nd_dax +EXPORT_SYMBOL vmlinux 0xca3bffb6 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca7c2736 inet_add_offload +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcac85ef3 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xcac9487a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae34c32 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xcaf8fdca devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb1553f9 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xcb330b84 kobject_del +EXPORT_SYMBOL vmlinux 0xcb33b0f6 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb4913e3 __phy_resume +EXPORT_SYMBOL vmlinux 0xcb5e79d3 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xcb72bc3a genphy_update_link +EXPORT_SYMBOL vmlinux 0xcb73386a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb92daab of_device_get_match_data +EXPORT_SYMBOL vmlinux 0xcba06ece tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xcbb64363 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbf282bb netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc02349d blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xcc166109 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc24e499 pci_dev_put +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4e866d inode_insert5 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5a24eb deactivate_super +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5d82ed skb_ext_add +EXPORT_SYMBOL vmlinux 0xcc6ef632 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xcc842cf2 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xcc8f7181 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca5b8a2 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xcce8f592 __fs_parse +EXPORT_SYMBOL vmlinux 0xccf2f734 dcb_ieee_getapp_prio_dscp_mask_map +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 0xcd03f17d netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xcd189b24 tty_port_init +EXPORT_SYMBOL vmlinux 0xcd19dd63 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2937e5 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xcd3322bc mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xcd5a064d user_path_create +EXPORT_SYMBOL vmlinux 0xcd8a004c inode_needs_sync +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda17fc3 mt_find +EXPORT_SYMBOL vmlinux 0xcdbc26ff blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd13d77 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xcde3fe8f sg_miter_start +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce0957d3 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xce0c185d commit_creds +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce394398 twl6040_power +EXPORT_SYMBOL vmlinux 0xce4406f9 pci_bus_type +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 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 0xce88b035 generic_fillattr +EXPORT_SYMBOL vmlinux 0xcea23aac xattr_full_name +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebc1701 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xcec80644 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xcecb9fe8 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcef055cd tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf190a32 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea6f8 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf6c6866 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xcf704f2f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xcf70846f blk_get_queue +EXPORT_SYMBOL vmlinux 0xcf894cdc vfs_link +EXPORT_SYMBOL vmlinux 0xcf9709eb phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9fe91b eth_get_headlen +EXPORT_SYMBOL vmlinux 0xcfbeb327 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcfbff798 genphy_loopback +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcff797b2 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xd00e656e inet_accept +EXPORT_SYMBOL vmlinux 0xd01893ad flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xd021eed1 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xd028bead param_get_long +EXPORT_SYMBOL vmlinux 0xd031cd6f pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xd0359a9d free_netdev +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05bf24e ip_do_fragment +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd069b625 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd082aaf0 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd09d0e29 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xd0a821e4 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xd0a97183 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c1f035 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xd0de6c12 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xd0e10ebc of_get_mac_address +EXPORT_SYMBOL vmlinux 0xd114c863 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xd126b443 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1372b6c system_cpucaps +EXPORT_SYMBOL vmlinux 0xd137343c flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xd14a7921 finish_open +EXPORT_SYMBOL vmlinux 0xd14de720 softnet_data +EXPORT_SYMBOL vmlinux 0xd15468bd __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd16325be __udp_disconnect +EXPORT_SYMBOL vmlinux 0xd16dbdfa fifo_set_limit +EXPORT_SYMBOL vmlinux 0xd172116a migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xd18667d6 inet_put_port +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1abb8ca devm_release_resource +EXPORT_SYMBOL vmlinux 0xd1bbb45d bio_split +EXPORT_SYMBOL vmlinux 0xd1be6599 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd1c60ebe lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xd1cb233d tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1eb5b50 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xd1f67eda ip6_frag_init +EXPORT_SYMBOL vmlinux 0xd222d187 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22bf215 __put_user_ns +EXPORT_SYMBOL vmlinux 0xd22c4ef5 generic_listxattr +EXPORT_SYMBOL vmlinux 0xd2334b30 skb_queue_head +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24343e9 sk_common_release +EXPORT_SYMBOL vmlinux 0xd24f2128 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd2506d01 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xd2541efa i2c_get_adapter_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 0xd25e5a16 skb_put +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2854833 _copy_to_iter +EXPORT_SYMBOL vmlinux 0xd2ad3b83 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2bb5cfd finish_swait +EXPORT_SYMBOL vmlinux 0xd2bcd018 sys_imageblit +EXPORT_SYMBOL vmlinux 0xd2cca58b pmem_sector_size +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2db5458 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e6a17a devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f91214 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xd30f9451 tty_write_room +EXPORT_SYMBOL vmlinux 0xd318edbc __mdiobus_write +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3320dac iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xd338387c security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3637e34 fman_get_revision +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd371ac9f dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xd372cf9b bio_copy_data +EXPORT_SYMBOL vmlinux 0xd379ab4f fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xd37d3de5 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd38c2530 seq_release +EXPORT_SYMBOL vmlinux 0xd38ccb17 md_integrity_register +EXPORT_SYMBOL vmlinux 0xd391e27a input_unregister_device +EXPORT_SYMBOL vmlinux 0xd39efc9f phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xd3a197f7 set_binfmt +EXPORT_SYMBOL vmlinux 0xd3a6706a md_write_start +EXPORT_SYMBOL vmlinux 0xd3a6b068 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xd3a8d6c0 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xd3b8520b __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xd3e479fe blackhole_netdev +EXPORT_SYMBOL vmlinux 0xd3fa7549 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd408c160 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xd415a5dc pci_set_mwi +EXPORT_SYMBOL vmlinux 0xd42fa8e4 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xd4553706 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xd4563bd5 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd46d8c77 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xd47be293 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xd482a975 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4896741 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xd48f2880 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4a6f204 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b070f2 param_get_short +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bcd109 pci_dev_get +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4e1041e sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xd4f20fb1 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xd4f25c01 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xd4f2c703 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xd50bf6ac fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xd5129cb3 param_get_string +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52caa1a swake_up_locked +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd534764b mfd_add_devices +EXPORT_SYMBOL vmlinux 0xd53a2aa4 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xd53afa34 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xd53df9e4 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xd5413cd3 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xd554662e kthread_stop +EXPORT_SYMBOL vmlinux 0xd5572807 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xd5630e59 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xd56abd49 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xd57f3645 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xd580ddc7 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b443f0 __fput_sync +EXPORT_SYMBOL vmlinux 0xd5b4a136 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xd5b6e04b ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd5d2a5ce vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xd5d2c278 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xd5fc5ded xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6089985 sk_error_report +EXPORT_SYMBOL vmlinux 0xd62dad26 seq_file_path +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd639f5a0 generic_copy_file_range +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 0xd672a420 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a2bd1d d_lookup +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b7df54 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xd6b7ea4e md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xd6ba881a param_get_bool +EXPORT_SYMBOL vmlinux 0xd6bf094c proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xd6c3b2d5 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xd6c3bc57 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xd6cc8f6d filemap_get_folios +EXPORT_SYMBOL vmlinux 0xd6cc9bc5 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f292ab sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xd6f6afef mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd6fecb29 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd7146d84 tcp_close +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7479ee0 skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7598aa2 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xd75b1e1e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xd760097a jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xd770940b buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xd7819023 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xd78335e0 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7add143 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7de6c9f jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f60373 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xd7fe186e rt6_lookup +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd80e1470 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xd80eeab9 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd826f3d8 block_truncate_page +EXPORT_SYMBOL vmlinux 0xd827b530 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd836bf2c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83d7b22 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xd8652910 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xd888159d mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xd88d5ac2 nf_log_register +EXPORT_SYMBOL vmlinux 0xd88fe9b9 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xd89b5b65 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a2e3c5 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8a9f3e2 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xd8ad0479 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xd8b13679 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8c08897 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xd8c5c87f lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xd8d9d2dc kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xd8dce4c8 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e61dbb set_user_nice +EXPORT_SYMBOL vmlinux 0xd8ef8350 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xd8f76faf blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xd8f7d514 param_get_ushort +EXPORT_SYMBOL vmlinux 0xd9066165 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xd90ef944 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92129ae mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd930888b __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xd9450635 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd95a1735 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xd970894b jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd992198c tcf_register_action +EXPORT_SYMBOL vmlinux 0xd998b768 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd99d3f73 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xd9a15e33 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b33a22 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c17fb5 get_vm_area +EXPORT_SYMBOL vmlinux 0xd9cbe20f pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e73d24 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xd9f3ca27 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3d48e9 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda4a70b0 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xda61a873 do_SAK +EXPORT_SYMBOL vmlinux 0xda6330fe fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xda8ec1b2 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xda967c03 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xda96ea45 phy_disconnect +EXPORT_SYMBOL vmlinux 0xdaafefcd __scsi_add_device +EXPORT_SYMBOL vmlinux 0xdab68660 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac83c7b nf_log_unregister +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae0ce29 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xdaedd5d7 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xdaef7652 seq_putc +EXPORT_SYMBOL vmlinux 0xdaf9f289 follow_pfn +EXPORT_SYMBOL vmlinux 0xdaffe203 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xdb0ac402 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xdb0c4ed1 tty_register_driver +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb2e4f7d percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0xdb305fe5 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xdb33dc6e jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xdb38c326 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xdb419c9b devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xdb4e3bc2 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xdb56d357 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xdb581cea nf_hook_slow +EXPORT_SYMBOL vmlinux 0xdb59a702 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xdb5e4e1f sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xdb675adc xp_alloc +EXPORT_SYMBOL vmlinux 0xdb675c49 fb_find_mode +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb910092 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xdb96d77e d_obtain_alias +EXPORT_SYMBOL vmlinux 0xdb9758dc mr_table_dump +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbde60de pci_read_config_word +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe08882 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xdbe92e5b ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xdbf3afcc read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xdbf69e0d vme_slave_request +EXPORT_SYMBOL vmlinux 0xdc01626f filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xdc0332bc tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3bc316 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4fb9f0 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5c6bd7 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xdc715ce1 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xdc737720 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xdc737e08 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xdc7e6f23 of_chosen +EXPORT_SYMBOL vmlinux 0xdc825bbe genlmsg_put +EXPORT_SYMBOL vmlinux 0xdc96cd50 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xdc96e682 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdca8e24a sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcc3682b no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xdcd80b3e unregister_quota_format +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf7792b nd_device_notify +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd3cd5c9 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xdd4cf311 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd55bbf6 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6da4ef inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xdd7ac455 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xdd80fe7d sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd98c118 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddc7b41c grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xdde12e86 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0xddee589e locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde20701f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3e8e93 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde8d9291 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xde9c7e72 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xde9d0a4b jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdec9c8c6 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded63d8a __register_chrdev +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf00b99e bio_chain +EXPORT_SYMBOL vmlinux 0xdf1e91b6 set_page_dirty +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2be1ad vme_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 0xdf414b12 phy_attach +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf562753 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xdf5efeb0 input_setup_polling +EXPORT_SYMBOL vmlinux 0xdf6eb774 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xdf89791d rtnl_offload_xstats_notify +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 0xdfb2d63d twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc5d1ef input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdad19f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xdfed0424 pci_clear_master +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 0xe03d9b94 skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04a6e6f __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xe0523d2f clkdev_add +EXPORT_SYMBOL vmlinux 0xe070af1d rproc_add +EXPORT_SYMBOL vmlinux 0xe07513b1 config_item_get +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07f085b submit_bio_wait +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe08ff09c inet6_bind +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0939517 mmc_put_card +EXPORT_SYMBOL vmlinux 0xe0afd49f remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc69b2 ns_capable +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0dd6c1e dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xe0e76d00 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xe0faa200 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xe10581d2 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xe110fded phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xe1124862 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1140590 revert_creds +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 0xe1390428 clear_inode +EXPORT_SYMBOL vmlinux 0xe13946fa __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xe13a1e8d mtree_erase +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13cdcd9 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xe152c8a7 sync_file_create +EXPORT_SYMBOL vmlinux 0xe1669dad vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xe169346b drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xe16e3ef0 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe185b1cf __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xe19a92fd set_anon_super +EXPORT_SYMBOL vmlinux 0xe1a8e47c udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xe1bd8fca scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xe1ca7de5 __netif_schedule +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1ffebe8 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xe20ec731 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe210c844 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xe214c06b netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe2159dc8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2273fb3 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xe233f0f7 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xe24d0d95 dquot_release +EXPORT_SYMBOL vmlinux 0xe275b30f key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29e2f7a mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xe2a05dc1 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2c8ab5b dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xe2d29955 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d83b9c inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xe2da9d25 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xe30a90a9 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xe311ec09 ipv4_specific +EXPORT_SYMBOL vmlinux 0xe31c3095 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xe31f09f0 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe338910e blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xe345ef1d mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xe34c6f52 get_fs_type +EXPORT_SYMBOL vmlinux 0xe35846b7 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xe37a7ffc fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xe385fd9c eth_gro_complete +EXPORT_SYMBOL vmlinux 0xe3905c29 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39c10bf __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xe3a7e3a5 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c19c90 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xe3d1d507 input_set_keycode +EXPORT_SYMBOL vmlinux 0xe3d53a41 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe3eba97a make_kuid +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 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe40fc97e get_cached_acl +EXPORT_SYMBOL vmlinux 0xe435438c seq_open_private +EXPORT_SYMBOL vmlinux 0xe45bfc6a configfs_register_group +EXPORT_SYMBOL vmlinux 0xe45f40d2 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4617fbf sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xe463a335 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xe47ede82 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xe483d950 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xe4a86c56 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xe4ab4a94 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4caeb57 tls_handshake_close +EXPORT_SYMBOL vmlinux 0xe4cc2615 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xe4d3fcf8 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xe4e657ce __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xe4f06e2e qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xe4f70493 dqget +EXPORT_SYMBOL vmlinux 0xe4fd7810 inode_update_time +EXPORT_SYMBOL vmlinux 0xe50678f1 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xe50ec0ae dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe528547d fman_unregister_intr +EXPORT_SYMBOL vmlinux 0xe52eb33e iov_iter_init +EXPORT_SYMBOL vmlinux 0xe5460e5c flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xe54f78a7 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xe5509894 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xe5538bf3 serio_reconnect +EXPORT_SYMBOL vmlinux 0xe55dc53b vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xe56502e3 d_add_ci +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe595fb21 ilookup +EXPORT_SYMBOL vmlinux 0xe59b537e cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xe5b886d9 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5e46754 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xe5e8ab12 dqput +EXPORT_SYMBOL vmlinux 0xe5fe28cd rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xe62d5263 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xe634a3fb phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xe6474fbb __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe657b316 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xe65cb67a netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xe65f33e3 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xe66263b2 of_phy_connect +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6b9dff2 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d4bc09 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xe6d705d5 sk_stream_error +EXPORT_SYMBOL vmlinux 0xe6d73b12 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xe6ead638 mmc_command_done +EXPORT_SYMBOL vmlinux 0xe6ec73ea netif_skb_features +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe711a8c9 lock_rename +EXPORT_SYMBOL vmlinux 0xe71e0708 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7270c96 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xe728f59d phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xe72d324f finalize_exec +EXPORT_SYMBOL vmlinux 0xe743db07 bio_init_clone +EXPORT_SYMBOL vmlinux 0xe74bf95e acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xe757d56a sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xe7652b27 single_release +EXPORT_SYMBOL vmlinux 0xe76c1bc7 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xe76f8af4 rw_verify_area +EXPORT_SYMBOL vmlinux 0xe78b6ebd generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xe78cd5bd tty_kref_put +EXPORT_SYMBOL vmlinux 0xe79153f9 inet6_release +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b07cf2 dcb_delrewr +EXPORT_SYMBOL vmlinux 0xe7b8527e seq_escape_mem +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7c70b28 alloc_pages +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e77dae mmc_free_host +EXPORT_SYMBOL vmlinux 0xe7f89348 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xe8048d41 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xe812745c skb_clone +EXPORT_SYMBOL vmlinux 0xe815e116 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8377be2 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xe83bd0b2 proc_create_data +EXPORT_SYMBOL vmlinux 0xe84bf3ad nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xe84f61d4 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe867fd25 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xe872b3e3 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xe89d90b8 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xe8a7b7f2 mdio_device_register +EXPORT_SYMBOL vmlinux 0xe8c6a0f5 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fc06a9 dev_close +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91e8f0d security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xe924b72a of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xe92f19e3 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xe930895e seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xe9394f7d tty_port_hangup +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9575228 phy_stop +EXPORT_SYMBOL vmlinux 0xe9709cff of_root +EXPORT_SYMBOL vmlinux 0xe973090b sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xe97420df skb_clone_sk +EXPORT_SYMBOL vmlinux 0xe98b2f9e bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe9aa97f3 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b1ea80 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9eadffe cdrom_open +EXPORT_SYMBOL vmlinux 0xe9ee8f35 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea09bec1 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xea0c4a2b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xea0d7511 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xea0f7187 pci_map_rom +EXPORT_SYMBOL vmlinux 0xea18aa98 default_llseek +EXPORT_SYMBOL vmlinux 0xea1a3759 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea5ed861 dev_uc_del +EXPORT_SYMBOL vmlinux 0xea64d2c0 user_revoke +EXPORT_SYMBOL vmlinux 0xea6a3044 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xea6f75d8 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea726574 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea856e03 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xea984f67 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf03d3c cdev_device_del +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb195e88 ps2_init +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb35429a read_cache_page +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3a0a4d __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb4d5bf1 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xeb60af56 __module_get +EXPORT_SYMBOL vmlinux 0xeb61ee0c tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xeb6574ff kern_path +EXPORT_SYMBOL vmlinux 0xeb6ce316 load_nls +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8013a1 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba1e443 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebc4ac33 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xebc9006a neigh_destroy +EXPORT_SYMBOL vmlinux 0xebd1f686 mtree_insert +EXPORT_SYMBOL vmlinux 0xebde19a1 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xebeeabd4 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xec119cf8 iov_iter_alignment +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 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec50a854 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xec612de5 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0xec788836 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecbc6f91 block_commit_write +EXPORT_SYMBOL vmlinux 0xecbcf39d inet_del_protocol +EXPORT_SYMBOL vmlinux 0xecbd992d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0bbf36 __free_pages +EXPORT_SYMBOL vmlinux 0xed15d438 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xed2361b3 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xed391f33 mpage_writepages +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5be060 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xed5c6af6 inet_listen +EXPORT_SYMBOL vmlinux 0xed5c8d08 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed78b806 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xed7987c5 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xed859c17 udp_disconnect +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8a7cea set_posix_acl +EXPORT_SYMBOL vmlinux 0xed917c20 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedac47ce neigh_seq_next +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede2b0c5 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xedeb8fe8 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xedf5337f pci_request_regions +EXPORT_SYMBOL vmlinux 0xedf6f608 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee012296 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xee0ccd31 dev_activate +EXPORT_SYMBOL vmlinux 0xee123651 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xee1ffbbf setattr_prepare +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3b7bc8 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xee3bc154 skb_condense +EXPORT_SYMBOL vmlinux 0xee50dd84 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6c1e6f param_get_charp +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee807bd4 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xee85f95c mtree_store_range +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 0xeea6c1af devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeae5d73 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xeebef8c6 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xeec3ee28 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xeed4d926 kill_fasync +EXPORT_SYMBOL vmlinux 0xeedc69a9 param_ops_charp +EXPORT_SYMBOL vmlinux 0xeee11d0d tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xef2bc1ca key_task_permission +EXPORT_SYMBOL vmlinux 0xef3031d9 udp_prot +EXPORT_SYMBOL vmlinux 0xef34253e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xef5d8d47 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xef631b41 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xef7ff462 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xef8c9b9a tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xef902d58 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb3738e xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xefc5500c simple_statfs +EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefc93a36 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd71ac6 neigh_for_each +EXPORT_SYMBOL vmlinux 0xefdb1f39 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xefde60ab is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xefe0c0c1 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xeff70592 param_set_ullong +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00276b6 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xf0061f5f simple_release_fs +EXPORT_SYMBOL vmlinux 0xf009771f generic_delete_inode +EXPORT_SYMBOL vmlinux 0xf0137a92 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02cc810 thaw_super +EXPORT_SYMBOL vmlinux 0xf03a4790 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xf0523004 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xf0696270 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xf0763765 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07e3e9f eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xf084f003 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf0891e48 fman_register_intr +EXPORT_SYMBOL vmlinux 0xf08b8f83 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a3fdf0 bmap +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b7c2d8 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xf0d836d2 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xf0d84d94 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf1084bc4 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xf10f6a8e dma_resv_fini +EXPORT_SYMBOL vmlinux 0xf112e8da bprm_change_interp +EXPORT_SYMBOL vmlinux 0xf11426b3 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf14b261d vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf150cba7 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf168efe7 simple_link +EXPORT_SYMBOL vmlinux 0xf1708a10 generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0xf177d2ff ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xf17af475 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19fb464 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1b0affc pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf1cdc64e pci_save_state +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 0xf206243a md_check_recovery +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2400fdb tty_devnum +EXPORT_SYMBOL vmlinux 0xf2420f81 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xf24e6d90 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xf25bd483 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xf25bf724 dev_addr_del +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf27a415e mmc_can_trim +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cb00ef pci_disable_device +EXPORT_SYMBOL vmlinux 0xf2d0ebaf set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf304d928 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xf31fd0e5 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xf3300283 nf_reinject +EXPORT_SYMBOL vmlinux 0xf33b2d08 pci_release_region +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3519245 may_setattr +EXPORT_SYMBOL vmlinux 0xf35351b2 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf353702b handle_edge_irq +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37c1a05 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xf38d8a2a pci_get_subsys +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 0xf3996ddd dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xf39f2a59 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3d67fd9 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3ef61c6 slab_build_skb +EXPORT_SYMBOL vmlinux 0xf3f28836 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xf403eaa7 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf43cdfff phy_device_free +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43d4ace try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xf43d6c9c __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf4593457 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47e165c truncate_pagecache +EXPORT_SYMBOL vmlinux 0xf4849964 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xf4a09759 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf4adb010 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bf1326 netdev_change_features +EXPORT_SYMBOL vmlinux 0xf4d28e3f __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f52477 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xf501e57a serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xf50a387f acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xf50b76e8 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xf50ca737 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xf5266220 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xf52b0cc0 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54ded1d mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xf58bdb99 mdiobus_free +EXPORT_SYMBOL vmlinux 0xf5a1ad52 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5ce6a fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xf5bac9ca flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xf5bc606b kmem_cache_create +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60572fe is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xf606419e sk_ioctl +EXPORT_SYMBOL vmlinux 0xf60a6356 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xf6234252 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64e33fc cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xf659354e blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6841278 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xf691e4ac netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xf6926a59 neigh_update +EXPORT_SYMBOL vmlinux 0xf6b37065 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xf6c6aa9d pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f56794 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf703edd6 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xf7088dff rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xf725f52e tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74e82e5 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf779e24e dm_put_device +EXPORT_SYMBOL vmlinux 0xf798353a __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xf79f5241 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xf7b757fa blk_mq_rq_cpu +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 0xf8003ff7 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf80659c7 dst_release +EXPORT_SYMBOL vmlinux 0xf80f58cb filp_open +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81380cb pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xf820e982 keyring_alloc +EXPORT_SYMBOL vmlinux 0xf822c9c7 pci_get_slot +EXPORT_SYMBOL vmlinux 0xf82a4d3f dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xf82c7520 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf846f9a1 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xf8486e17 inet_del_offload +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84db70d d_instantiate_new +EXPORT_SYMBOL vmlinux 0xf8514104 netlink_capable +EXPORT_SYMBOL vmlinux 0xf8743991 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xf875da63 md_write_inc +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf8993280 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xf8bad9f4 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xf8cacac5 is_nd_pfn +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d379e3 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xf8dcb274 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf8dfae54 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xf8e5938b fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fdab86 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xf90a6403 d_tmpfile +EXPORT_SYMBOL vmlinux 0xf91a922c tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91f8027 param_set_long +EXPORT_SYMBOL vmlinux 0xf92d73f8 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xf9305f11 phy_device_remove +EXPORT_SYMBOL vmlinux 0xf931fb10 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf943cbdc of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf953cd52 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xf96d6fd8 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9726f78 ppp_input +EXPORT_SYMBOL vmlinux 0xf976a3af __neigh_create +EXPORT_SYMBOL vmlinux 0xf995829e iov_iter_npages +EXPORT_SYMBOL vmlinux 0xf997986c __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d94161 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xf9dd7d4f folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xf9f559b5 generic_write_end +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 0xfa1165d4 tcp_read_done +EXPORT_SYMBOL vmlinux 0xfa1df0af vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xfa2541a7 inet6_protos +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2b8530 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa323881 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xfa350d9b pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xfa434d76 pci_request_region +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa646126 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xfa650e05 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xfa6f872c pid_task +EXPORT_SYMBOL vmlinux 0xfa9147a0 tcp_connect +EXPORT_SYMBOL vmlinux 0xfaa19522 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xfaa8cc8f twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaabed6e ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xfab50d49 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xfab6c16c ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfac90f62 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xfad34151 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaf15e6c I_BDEV +EXPORT_SYMBOL vmlinux 0xfb005644 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xfb021998 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xfb195840 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xfb290e6b elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb372d6c misc_deregister +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb5ea01d scsi_host_put +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb81613f csum_and_copy_to_iter +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 0xfbb290f1 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbb614f mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xfbc20159 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +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 0xfbf6ae49 irq_set_chip +EXPORT_SYMBOL vmlinux 0xfbfeb46d uart_resume_port +EXPORT_SYMBOL vmlinux 0xfc108053 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc454474 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfc529bef tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xfc792899 __register_binfmt +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc94d97d tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xfca92ee6 cont_write_begin +EXPORT_SYMBOL vmlinux 0xfcb2a28a inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xfcc008d4 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xfcc2ba8f rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd5d884 skb_copy +EXPORT_SYMBOL vmlinux 0xfcd8be87 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xfce76f39 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xfcea02c9 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd31fa66 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xfd41f138 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xfd475346 register_shrinker +EXPORT_SYMBOL vmlinux 0xfd48bbd8 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xfd4e5363 secpath_set +EXPORT_SYMBOL vmlinux 0xfd8e5a22 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xfd9824d7 path_is_under +EXPORT_SYMBOL vmlinux 0xfd9cbd91 mmc_request_done +EXPORT_SYMBOL vmlinux 0xfda31364 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xfda501c5 register_qdisc +EXPORT_SYMBOL vmlinux 0xfda91132 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xfdae3dac vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xfdaf50e5 keyring_search +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdbc34fa dev_deactivate +EXPORT_SYMBOL vmlinux 0xfdc79c01 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfddaa3c9 seq_release_private +EXPORT_SYMBOL vmlinux 0xfddcd4de eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xfde8ed6a inet_recvmsg +EXPORT_SYMBOL vmlinux 0xfdeb88a1 d_obtain_root +EXPORT_SYMBOL vmlinux 0xfdecc02a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xfdf5f6fe generic_permission +EXPORT_SYMBOL vmlinux 0xfdf6be32 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe06e5e4 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xfe1a41c0 md_update_sb +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 0xfe22979c vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xfe2bda41 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xfe2f8fe4 __alloc_pages +EXPORT_SYMBOL vmlinux 0xfe35af36 dquot_get_state +EXPORT_SYMBOL vmlinux 0xfe3c3898 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6c30ac netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xfe80e6a1 genphy_c37_config_aneg +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 0xfeb4555e nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xfebc974c posix_lock_file +EXPORT_SYMBOL vmlinux 0xfed2e612 sock_register +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedfd094 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfef9b85a cdrom_release +EXPORT_SYMBOL vmlinux 0xfefb4695 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xfefb5afc nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff1a64f1 unlock_page +EXPORT_SYMBOL vmlinux 0xff1c71ba __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xff1cc999 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2621ab scmd_printk +EXPORT_SYMBOL vmlinux 0xff27209f dquot_destroy +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff4bcf6c filemap_splice_read +EXPORT_SYMBOL vmlinux 0xff5d4718 get_tree_single +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6e5077 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xff73cfb6 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff82def5 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff88a519 mmc_start_request +EXPORT_SYMBOL vmlinux 0xff9068ea netif_carrier_on +EXPORT_SYMBOL vmlinux 0xffb07992 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xffb564bc tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc54821 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffdbb778 pci_find_resource +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x0063c851 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x081bf902 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0af607f8 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x17aafcb3 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d6662ba af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x70fbed98 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x7a3703b2 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x7b66f9fc af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x8a601ffc af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x8e7b52fe af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x90d4d885 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xc20834d7 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xeee91d0d af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xfb425af9 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x7f5043f4 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xbe85ace7 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb75e2876 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xee003dc5 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x6e334980 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x79d5be6a async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x40117893 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5954aa7d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb3793719 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xea2ae016 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x0cc30d82 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6d5cd064 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd65c519b async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xea85a893 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x4cee4435 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4b3026b6 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 0xe3156a6e 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 0x26fe48f1 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x2908dd5d cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x36a9cd55 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x7217b85c cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x979f3a2e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x97b30063 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xa02707a1 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xa988f7a8 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xad517b04 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb19724b8 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc040ab29 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xc9f3e9dd cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe550c026 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0817f8f0 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1153a9cb crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x18134383 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1d29714c crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2c07bd36 crypto_engine_register_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x31683766 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3c60e202 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3c93f0fb crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3d7c8a53 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x471c8c0b crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4a3de585 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5317bad6 crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5771a2c8 crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x58007201 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5fa90d75 crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x60d3b735 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x696a6ec8 crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x77f79768 crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x87a95d50 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x97ecec98 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9b91ff79 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9c2fe7f8 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9d9fd6b5 crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa81a6c4c crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xad5f735b crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc0a55824 crypto_engine_unregister_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd52ff8f2 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdcff5ed4 crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xee0c6c0e crypto_engine_unregister_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf599797a crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf82fed5a 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 0xa2ac60b7 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 0x7e9969b7 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 0x67591368 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 0x2367ed57 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x30ed3de5 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x42e3fa2c spk_ttyio_release +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 0x4b3ce8f5 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5c5a4670 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6217e1b8 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6a147745 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x778131f5 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7ad08407 synth_remove +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 0x9702df0c spk_synth_flush +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 0xb9ae254e spk_synth_is_alive_nop +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 0xc7605b92 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcce86cee synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd1c00041 spk_var_show +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 0xd95719a6 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x11c6802f acpi_nfit_ctl +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 0xaa86f99c __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xd7575ec6 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xf3ce4ebb __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xffbbebb6 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/ata/pata_parport/pata_parport 0x067947b3 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x72f70b6f pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x54077eb1 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xbb559ed3 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 0xb56d2a66 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xdfed2cbc linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x29da865c __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xc9c617b0 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xffffd670 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xe46044bd __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x68f03e14 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xecfcca0c __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xd8e97baf __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf490736f __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x6d26325d __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xd95d23bf __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x14f234ce __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x7affec2b __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd7530106 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xf76652da __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3e611834 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x6b80a0a2 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x7b23d6cc __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x947bf71d __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xfb3ff800 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xfc4e0297 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b5b3d16 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x32ba4745 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x33c152ce __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x352de03b bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36f90bc8 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x399671cf bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3fc15171 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x442801b6 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x44e71ce5 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x44fbf915 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x47dc3643 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50a13b01 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x52df7b90 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5a18a8ea bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7214c272 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7969eb11 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x844ffce0 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8a0de8f5 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x943b42f0 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad36dc17 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xafa27c7b bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1dbdb02 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcc99aec5 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf1242fa6 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x00e223cc btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2745eed8 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa2eea7f4 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa45ac23b btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa843746b btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb8c11926 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xbdd8cd0e btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd44c3e7a btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x036b2361 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x13c12686 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1895651d btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x27d46740 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x35224a82 btintel_recv_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4008d924 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4fd4aab1 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x631eeb90 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x74f85a7d btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7c07a9d0 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x85f5a74f btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x89bb5fc5 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa5c2a126 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa97e7986 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb8a99520 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xce4c54b0 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd30c7a9b btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf97e6216 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x02c6f76e btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x050c07df btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1cd1b506 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3408c44d btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x73bc2411 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9700c5b1 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb4e51472 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb58c0a2b btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd3b1cbd3 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdecb4128 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe4bed617 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x0c7d2bb8 btmtk_register_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3d44352b btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x605809a8 btmtk_reset_sync +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x92c6f071 btmtk_process_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xaf5a4f7b btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xcd7894a3 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x21881fb9 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x5a040526 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa8e28fd7 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xcdf9af4c qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd3bdb04a qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x08901851 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x199e98fb btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x474853c0 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x63637247 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc14b91fb btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xce492912 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xe615aba5 btrtl_set_driver_name +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x279b4bf7 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xa968f1a2 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xbaf44179 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xedf70637 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x001e524a mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x3f371ceb mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5956d97a __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x66462ed8 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x956d40b2 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa9beadb1 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xb25d64b7 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc79403aa mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1d643e58 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2e40f925 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4aac2ca6 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4c942b45 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4cb4bddb mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5341001b mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x543a088a mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5799d950 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5db0f98d mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6e9f5276 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x72690425 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7c118c27 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x88f255d9 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b03b53a mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b5186fa mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9548a483 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x98c11b04 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa3cbb897 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaafc0d82 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb52b5413 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc3cfb704 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc48a63e8 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd0d771dc mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd9b007fd mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe0cb6d8d mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe4e42c07 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe5af4a58 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeb485cd4 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xebad3741 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf0930dff mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x77ba569a __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7868dc71 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x8e5d4739 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xb0047b5f moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x0e10e58f sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x36820416 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x563ad7ab meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x5c4ba92c meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xeabf5ce6 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x578bc947 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 0x03a3583e qcom_cc_register_board_clk +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 0x10e7102e clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1caae700 devm_clk_register_regmap +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 0x2af75cc1 qcom_cc_really_probe +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 0x40b0707d gdsc_gx_do_nothing_enable +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 0x5f9202d9 qcom_cc_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 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 0x79604e87 qcom_cc_map +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 0x86f53c26 qcom_find_src_index +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 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 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa9317f21 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xade077a0 qcom_cc_probe_by_index +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 0xb7adf104 qcom_find_cfg_index +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 0xbce4058b clk_is_enabled_regmap +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 0xdb9317c6 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +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 0x0e780daf sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x213fcbbd sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2907f648 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x29e51551 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x340c0667 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4953ebea sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x8ed4b9b5 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa45aa83b sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xacde99b0 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xc03cff43 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xde3387bd sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf0566977 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf5a126cd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1146a522 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1a514622 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1e203c1e __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1f7c6f4f comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2405d175 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x266270e3 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f825f0a comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3390f047 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3996ed67 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4b927744 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4c1c65b4 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x52a3aa9a comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x53ed8a3d comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x65172ba0 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6f4eede6 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7169962f comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x76211c6e comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8012a1ab comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x82c8808c comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x85df0777 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x92dc7970 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x94987e27 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9a8220ac comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9e2cc834 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa15ab661 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xac5dec7d comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb67814e2 comedi_driver_unregister +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 0xbcfadec2 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc004c6cb comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xce5c9360 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd097f371 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd640200a comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdbf98c23 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe157d828 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe80f6f79 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xed171652 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x53116d5a comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x601848f9 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9665df62 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xab7f644d comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc815da3a comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc9dbda8f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf23c3c2e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xfbaf3471 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x0ee26f88 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x1e7ff4a6 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2d960291 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x75f4384b comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb93c3714 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xd5808c7d comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xff45cb83 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x13e93987 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xd318cafb amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x45f6d969 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0da99281 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x14f6569e comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x23dcc729 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2e93e397 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x40d11b78 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x47191a9e comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4e025a70 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6e3742ca comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7d77b306 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb2df858b comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc2821237 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe099df8b comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe4ef5598 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x0346cda2 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x8b919979 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xc962ee6b subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xbaaea4bc das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x02838576 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0955e856 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x15ef3080 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x209baa2a mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x26d7e4f0 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2deb6fe2 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x49bb929a mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x52ca8f60 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x55ab37f4 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x659c0b9b mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x790e2353 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7e241bd1 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa03df88d mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xab7d6975 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xae061022 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbf557728 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x3c6d8af9 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xbf7bef28 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 0x1e81012b ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2b0b240a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2d904eb9 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5e8449bb ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5f3f3249 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x69c5b5cd ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x76326f48 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x880249db ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8be4c9e3 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x92410ddc ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9cf2448a ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa73ef88f ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc24cd924 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc7ee581b ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcddce47e ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfae725a0 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x02d5331f ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x373907d7 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x405b5350 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5a3498c9 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x986b65e6 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xeee69203 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x11a6e31b comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1466c254 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x45f34404 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x65ac94cd comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x7108908f comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x71b6184c comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x7a751e40 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 0xd2cf53a7 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0eb6f08e hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x196a8bad hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1ec8af85 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x245e4808 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2765da4e hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x38a700f4 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x395d1d32 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x39b3f4bd hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x40a61bf9 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x42c50cbb hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4b75130c hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x54edd9b8 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x58632dc6 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x61344727 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6171c981 hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x660a4a56 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6c82c805 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x77fcfbeb hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7a034a08 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7e3f3ef4 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8c4dba2c hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9420d9be hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x98af9076 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x994ff682 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a5b6577 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a8c493b hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9fbde74c hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa057239d hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa216488e hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa795ce48 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xaa3ec02e hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc1276c89 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc38f29ee hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc45c82c7 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc7d670a9 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe233056a hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xed911d29 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf247bd69 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf2fe24a1 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf3fcc44f hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf9501d27 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x972a31e6 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x863c3a90 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x2261a50f hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x046c0bc3 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0570ba79 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x058d1be7 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x06c6f356 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b3f776a adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x14abcccd adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15242a4b adf_heartbeat_check_ctrs +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1966d5e2 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1a1f2802 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1ac56f4f adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1c19557c adf_dev_measure_clock +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x20bc65c0 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x22d08133 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x268266b5 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x26bdef84 adf_heartbeat_save_cfg_param +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 0x2edf8c4c adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3172e36a adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3346a597 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3414af7c adf_devmgr_update_class_index +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 0x40566f9f adf_heartbeat_dbgfs_rm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x432bf3ac adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x46b587df adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4a6409cb adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5053ee91 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a15f52c adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c04e7a9 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x63068de7 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6caa749b adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x75e9f580 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7a457298 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7bb3ba08 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7cdee46a adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x86c13fa4 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8830fc13 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8bf7dd4c adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x926d7fa3 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x933c2b99 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa12c8e7d adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa2069a42 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa33a8625 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa3a45216 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa4c9a70c adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa8aae05c adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaa5f01f2 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaced52fa adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xba0cc2c3 adf_dev_get +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 0xccca9f83 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce408736 adf_gen4_timer_start +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd1c4d2d8 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd5bd1dfc adf_dev_put +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 0xd705fd03 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd7318cf6 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd79e9219 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd92f2a93 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe268cf0d adf_devmgr_in_reset +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 0xe5d22e8d adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe6de6ed4 adf_heartbeat_dbgfs_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe9e89485 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeae3a58f adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf278fb34 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf38eab97 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf567e4ed adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfcc71986 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfcfea959 adf_gen4_timer_stop +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe56f936 adf_dev_started +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 0xe26d66a0 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xa16f071f dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xc0ee9a3e dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x035e7769 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5517f874 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x596e30da do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x71ace2e9 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7d3d9034 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7feb4fe4 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8f837701 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x92f69702 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf8a70922 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x039628dc dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7a126691 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x815eeb4c dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x89b6252f dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x8cc048f4 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaaa54696 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb1e3b022 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb5c1cc5a dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xf3f1ee90 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xf4a8b3c4 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2b8b9d27 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xde34052f hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x52fe51d7 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x9162d7a6 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/firmware/arm_ffa/ffa-module 0x4ea7698f ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x59646a7e ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x75f5857b ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x97400a07 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf819f271 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x5fbebcde get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x249bee7e 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 0xb1932d7f 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 0x005bb8a8 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0f93d539 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x13c0674a dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x159e3e97 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1d800a73 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x28cba0df dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x35a5f015 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3dd89f4a dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5900250c dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5f931465 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6c068423 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x72e874b9 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x763173a3 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7a308962 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x843bab53 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x876c1dad __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x91d2b72d dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x982ec30c dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9b0315f0 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9c80bb69 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xae0b5f3b dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb003588b dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd989ede4 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdfec338c dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf2893b08 dfl_fpga_feature_devs_enumerate +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 0x1d1660ae of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x311c2a99 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x445ca278 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7c7f6076 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x99407fb1 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9db3e7a7 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xaa44e5ea fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbba29afd fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xeda909a1 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0112a233 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x02f88fcb fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x223c3c24 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x26e78541 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8ea75bc1 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9e54e455 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb0a446d6 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb1442ccb fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc15ca61c fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc1a3d8c4 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd7b87ace devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xea4f677a fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf131e9c5 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x27e0a6bb fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x57d565d2 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6200f7c8 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcbf78728 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xdf0ff9bf fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5799e80b fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a02e194 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5b7c0dea fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5d5f571e fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x6ae6f477 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x83bfe8d9 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x8b087ddd fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9b0a7a1e fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9ecf1552 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd35dc6d9 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd360a41b fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xdd048bb9 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe2b7baae fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe846844f fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0x1c1a0336 fsi_master_i2cr_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0xcc1b1714 fsi_master_i2cr_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x4f1a690a fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x149270df sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xf9f6ca36 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0b749043 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x44442424 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x63d04660 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xcb662567 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf9bb7f3d gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x08913a94 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x187c12e9 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5aea002c gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6d2d5fd0 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x96020826 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x107393dd devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x03073cdb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x32e270c6 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x23bf25c1 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x2658338e devm_gpio_regmap_register +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/gpu/drm/bridge/analogix/analogix_dp 0x1e490534 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2aa2c5e5 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 0x7055f72b analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8c9659c6 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc3a7daaf analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd427846d analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf8cc7db3 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfb576ea0 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x2496d97f ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4890f1e1 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4f42fd01 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x52161612 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x70b859b8 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x7d8996f4 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x883f97d9 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xbbd61110 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd6784ec4 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xda3cfa95 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xfd6e122f ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x9978c8fc samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xb12a7bf3 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xbf214fc3 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 0x3a37ff56 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 0x5446b82b dw_hdmi_set_plugged_cb +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 0x98db0c83 dw_hdmi_bus_fmt_is_420 +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 0x9ecf90d7 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 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 0xba7d8952 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xfc2aaa29 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x828594c6 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x07408da2 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x4ff31b39 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x956051f9 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xd158f990 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf043f4d0 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0ba9e2a1 drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0d8190fd drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19b93673 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1e7e2d0e drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2433d20e drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2559e586 drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x28242a92 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x29dffdf7 drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2feec6d6 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x307991b6 drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x32119d9f drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x37e70479 drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x45af5ae0 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4619c4cb drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x46df462e drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4a463fc1 drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4e0bdf3e of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x50758a35 drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6732e0a9 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x766b7266 drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77739aa2 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x83b26e36 drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x97d3318b drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9def4d64 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa582c9b5 drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba8d3462 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbcba0dac drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbec5c6de drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbf12023e drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc9217678 drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcd3bebae drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcf6276df drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd8c6b9d9 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdca2eec1 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xde909b93 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdf5d8083 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe3dbf189 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe74367cb of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe7d98333 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xebc81507 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xed3dbe6d drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xef459fa1 drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfbe52858 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 0xffa76051 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1e76087c drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x23d96236 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2b435df2 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4a1098e8 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7742fc08 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa2eedcc2 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc604a62e drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcacb8ccb drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xda3edf2e drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xef30228a drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf98986bd drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfaaece58 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1013611b drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x144cc5fb drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x17009795 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x26ea6f9d drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2cd33d1d drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbd432ffc drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc97d46d0 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd6384db6 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x005cca1a drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2f959062 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3992d990 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x54c45de4 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x599e40f9 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x80c03108 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb2a03b74 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbc0512e0 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x80e49726 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 0x7f5b6f81 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x84e89a1c 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 0xa47f588f meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xa98ae874 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xbb488437 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x4ca4a9bd s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x7b2d0562 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x69eb5685 panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x60c0a6da pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4ccca060 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x6e996b62 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x96c1c49b rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x9b1875a5 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x00fbcd50 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x3bfef1f0 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x75ab00b9 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x785924e3 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xbe5457d3 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xcab6e3ba rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xabff0a9d rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xb12f79e4 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xb3fb0ae0 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x02ad11b5 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa54a63a2 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xce7d5af8 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x29632e6b host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xdf95df03 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xf7f29191 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0d4224b5 greybus_register_driver +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 0x1637fbbd gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1f144f18 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2570ef08 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x265a84f8 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2abdce4c gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x36ea5bb4 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x391bd1cf __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x40a887ea gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x432fe4bf gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x452c1706 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x46cc8cdd gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x511179cf gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x563a3261 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6432a6c2 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x656e5536 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6b03e723 greybus_data_rcvd +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 0x79baa7c0 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x829f09d5 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x88e11263 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8ac7d150 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x924dc81f gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x97e16bbc gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x987f43d8 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa16a4ae8 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa30771c5 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa39755b8 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa409399d greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa51d8015 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa5696117 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xab3406be gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb39c333a gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbd3264b4 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc1a73eba gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcd6bc3a1 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd117c312 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3133ba7 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd7cb0c0c __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe38615bb __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xec93aa43 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee4eadd2 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf2fc0b03 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf83b2f50 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03a01912 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x06e2f47e hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x11875e45 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x127d3fa3 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a35b6b7 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ee5c53c hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x20ac78ef hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ceaf530 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x300bfce8 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3357fed1 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3aa9b19d hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3ab1fb4e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d0fb0b6 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3ea6264f hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47cb1783 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4b9d060b hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59cf0f48 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5bf5696f hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65324192 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68e8299e hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6ca06b25 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7002a1aa hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7066ac5e hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x72f9cbc3 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75423561 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7613b610 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ffaed82 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c37bc82 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x96038fd8 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x964ab1de hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x96ecdc23 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99748e35 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa63f295a hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa8c81b8 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb706c702 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbe1b8205 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbfb4309a hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2c61eb2 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc66c23dd hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7840975 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd301465 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd16d99e8 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd33daf83 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde34978f hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde4e32e1 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe525f8f3 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xecfb1152 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf3a8c732 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf9e6d029 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa50fb84 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x364a60d0 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x82b8c834 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xac35e533 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xacac870e roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcdf26e25 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd7e215fe roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdf3460c1 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x06e30b6c sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x084826b8 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1a485360 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x46e682a0 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa02de725 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xca939aac sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xce60ad25 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xec7be26a sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xeea0d59d sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x1cf0475b vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xe5cef85c vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1f0a87d0 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x23c41f61 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x8b6de1d3 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x904d0037 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x1a7fda58 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4a70bb11 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x793adb3d surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x0ef0fd20 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x794b19be hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x01936821 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x02be7e23 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x13d41088 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3bb2f8ae hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3ccc162d hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x71ccdca4 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x880319bf hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9b3c751b hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb0d67528 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb866cc24 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc87c2d66 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xca65f270 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd1dfab53 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd2a7d928 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd53ffd1e hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe2337a5f hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe80d777e hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf16297d6 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x05255aa2 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x074a7205 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x07a9ce44 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1140a7ca __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x116e7d64 vmbus_alloc_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 0x36e05af1 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x36ea052c vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3ed7506b vmbus_connection +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 0x562d3697 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x66fdc29b vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x72b1574c vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x78edaf17 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7a9681fe vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d477c0a vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x916cafc5 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa077a866 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa15947fe vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xab2b9185 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xac50dc20 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xac801aad __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb453497c vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc70c8fe3 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xceb5b045 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd974e0b1 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xde74ab92 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xecfa0aa8 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xed5335f5 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf9dd55d7 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xff71d668 vmbus_close +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x513fb15d 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 0x1716e956 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x46b898a0 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x4fdbcf03 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x63ecf459 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x881dbad4 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc8bd6227 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0d6ddfbb intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2e2c5b12 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2e4f249b intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x57589fd3 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x58df182b intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x75155dd0 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xccc0e594 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xede81064 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xee3906d3 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1cea1275 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xce56ad75 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xfbb0e647 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x05018ac1 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x10136642 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1d0d4a79 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x30d63028 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x914de4f2 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb656d040 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xce774225 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe26b4846 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe3b9819d stm_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x15071d31 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3ee3d9ef i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5682008a i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe4425440 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xf37faa5c i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb0fdc63c i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xbf34527c i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd3d3a8c1 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd51a28be i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x065d2bc8 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x066f572c i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0c52471c i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1e5362c5 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1fab3d41 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x470c911e i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x50ac165d i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57146bed i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x59fb1245 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5dec5e99 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5f3ccee9 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x61d5294b i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x66a34356 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6811f2d3 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9fbd529c i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa20010df i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa298ae9e i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa6825cbd i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa757eae3 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac637bc4 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe40dd3fe i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe98ac5a8 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf1728b3e i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf2e7ffe5 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf3ea0ea3 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x7dd53f65 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x81160056 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x188493f1 stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xb9f71a47 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 0x16109caf 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 0x5b547464 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 0x8d79f7db iio_channel_get_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-dma 0x14a10bb0 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x27335471 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x716b4aa5 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x86a9f06f iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9266a1d4 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x96327fe8 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa80fe815 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb7d1c254 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb8892535 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xda1a2047 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfcefbaaa iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfedab883 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x5103b5bb devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x057af95c 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 0xeeb5b4ab iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x6897053d devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x5ec4c4cd devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0421dcc3 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x128c4c19 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x178ee36b cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x34750b47 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x3cca4f67 cros_ec_sensors_core_init +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 0xa4f139e0 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa8df827b cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb6ae7cbc cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc42bf5ad cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe885db6b cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf92e2822 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x54a6a891 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xcbd107a4 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf1e84a81 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xaa7a32c5 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00348982 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x069f8c2e iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b371dd2 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10bdd9da iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11003a49 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13476645 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x150d4ea6 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x154263d6 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15974d4e iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1dc0f1b2 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x31c3a28c iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x34e35ccd iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3be5a507 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3d3a724d __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4837733b iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4b01cbc8 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d3445df iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59583b80 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5980f4f5 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5c48df5b iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fa6be4c iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x643be485 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x670d9fb6 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x78c9e976 iio_read_min_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88a2acd5 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8cf8bb6b iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d5b22f0 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x967f3da3 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9a74173d iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9af9f6d0 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xab6b8839 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf3ea49c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1388261 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb172b44e iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb48d0e42 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb6b8b1c iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcc87fa7 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe1a6b94 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1300338 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc9aba2d3 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcbff2892 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce679267 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf25003e iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd24daeca iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd410cacc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb51c8b7 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe397044f iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe87b764c iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeafa3061 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xecb9f572 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xed3606e9 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee99c857 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeebe6ec5 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0af7e21 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf664f864 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfea54ff8 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0cdc0ebf rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x26fb62f0 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3e3a19d6 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x490b6abe rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7a9923c4 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x954753d6 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa465a0ce rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa92234e3 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcec9b43c rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdf8271ea rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xef75def7 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfbcd68ca rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xabd4bcc4 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x96691a76 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x36bc63c1 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xff18791b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0da8abba rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x26a182af rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4623e437 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x748a1e73 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x79b30cc3 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7f404d28 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x95b9c592 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa1e321f6 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc5e8878a rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd9d9d504 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe1f3b398 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfa255d16 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xff8aeae3 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x56e87be2 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x849bec09 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc17b34b4 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x48ee6cd4 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc1db58ab cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x305bcadf cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xf7099bb3 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x63436b41 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x698a8a7d tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xbff11571 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xfc906b0f tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2f4ca9b2 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x32f2b4e8 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x430b77dd wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51058e4d wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x78c44a84 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x82f89dfb wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x988909ab wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa837a95a wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb2498507 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xce03c7b3 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe3e6a92c wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xee1e0d77 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x72779f73 icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xc1a9f5ae icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x6d06591d imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9e4d30dc 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 0x80852642 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 0x0b50b414 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x48dc6d7c qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa5abed54 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xcb551b7d qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe1241c2b qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf268a6bb qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x124acf0b mmaxi_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x14efccc2 aggre2_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x5b2d1d12 bus_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x7ae8d484 aggre2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9071ceb7 bus_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9d6ba4a3 qcom_icc_rpm_set_bus_rate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xa925a00c aggre1_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xaa78bc4f bimc_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xd9161cae mmaxi_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xddb96fbc bus_2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xeba7ea23 qup_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xfc7ca62a aggre1_clk +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x22a5dd9f ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2f829cc2 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4d551168 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5fef6085 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7d67b633 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8d21144e ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9a860cd8 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xba1bb010 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd72cd13e ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1cf934a4 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4a685f94 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5eaa0455 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8ca55ee2 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x94f4c5cc devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xcde66c72 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe85fafa3 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xfb105ecb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x55ab70e1 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8fcd7f6d led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xcc415877 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe1d5bacd led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe40207af devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0beca899 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x480185ba lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x66b3be4f lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x76357315 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x78bd86dd lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x908befd0 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x95a67ec8 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc4ef5620 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdae96545 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xece16716 lp55xx_update_bits +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 0x15697a29 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15cabeb6 __traceiter_bcache_request_end +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 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 0x3b13fff9 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43020bce __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 0x4ef8d301 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5af5785f __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 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 0x67f040e8 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b09e718 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e4bf96f __traceiter_bcache_read_retry +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 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 0x90598155 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94e6681a __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x988e04bd __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9bee9276 __traceiter_bcache_bypass_congested +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 0xa6fb1c14 __traceiter_bcache_btree_set_root +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 0xb0b0551a __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb55dd734 __traceiter_bcache_btree_node_alloc_fail +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 0xbcaf17c8 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc28a530c __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc75a2fce __traceiter_bcache_invalidate +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 0xe1291c7c __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe9e10f50 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea37d48a __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xebcf77fa __traceiter_bcache_bypass_sequential +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 0xff7b63df __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2049ba2d 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 0x3046366d dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3c4a2b4f dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3dc4b3e6 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x61ffbd02 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6f1e3c2d dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6f830e15 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 0x84eaca01 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8bbeec24 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa24477b5 dm_bio_prison_free_cell_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 0xcda6dde7 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcdf68849 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd2ccec0e dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd762fb29 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 0xdabab7df dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe53c1a08 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfa6a6ec8 dm_cell_error +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 0x32ca0174 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 0x82e56a67 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 0xa44c54ba dm_cache_policy_register +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 0x01128e8e dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x2a59c1c6 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 0x17270864 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 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 0x80e7ae1f dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x934503e4 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x944581d3 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9c419568 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 0xbf03fa6f 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 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 0xa1a9b098 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 0x07057ee1 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0883a152 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x14dd82ac cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1c82ee65 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x44effc42 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x54f24951 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5db9ab29 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6efc6ffd cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x88253915 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x88f7a5ce cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x97a16f1e cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x97edd7af cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa26c2ac0 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa72d3ac4 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb8e7f13e 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 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc71bff98 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc9a170ca cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcab1797e cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd4b8de7d cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe40a064c cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf4531805 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf6e69e86 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1c30edd2 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x20f5b4cb saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4217a58f saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5d6d57b4 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60b909bd saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7e79e41f saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x89eb876a saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd0e17087 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd44ed030 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd6f02319 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0d0a8e27 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x521d0869 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7404e560 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb587af59 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc6d9563d saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1edbc40f smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24ac9485 sms_board_lna_control +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 0x4ca267b5 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4fe50530 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x52e8ebdb smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f83e8cd sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x629a21a3 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6b6a6412 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x72773039 smscore_register_hotplug +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 0x7d2d8a5a sms_board_setup +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 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd6129891 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd79b9d51 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe41a9e4c smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe9a663a0 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe9c7d7c9 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf9b020d8 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfe4e13dc sms_board_event +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 0x18aba61a vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1a87e83c vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2ef6df67 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3143ddb2 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x36849f8a vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x384300ba vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3fdd60f9 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67d20e17 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67df2d93 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6a99f919 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6bb8c318 __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 0x81128df9 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8331e465 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9449a824 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9450c413 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9a2a3491 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9e79183c vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xae6ce68a vb2_core_dqbuf +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 0xbfb907c6 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc4cf11b9 vb2_core_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 0xcf997fdd vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe5f43613 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe6b57a0c vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe729794d vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xec0493fb vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed752533 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf66a14d9 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa7f2556 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xff63a32e vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x494b7087 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xcadf8c25 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x4b4b5e6e vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xba296a5c vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x01580d9d vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0192b7e1 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0a11910f vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0ac74c0b _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x182d9f8e vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1bc52010 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x242c5678 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x290bed0d vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2cf7d792 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x40ec9958 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4404ea32 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5239287a vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x567030cb vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6dc1c677 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x72ce037c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x78cd9e23 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7974f8b1 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x90ee0144 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x96db42a5 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x98da1533 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb0a611b5 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc238927f vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc4da1cbb vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc7dc29e6 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcd556451 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xde7bea04 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdf2f7472 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe3ba92d4 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe415ffcc vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe999d444 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xefa364bd vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2d14a03 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf3aa0af7 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xffcc47e9 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xd39c7d3c vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x139d669a dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9981280b dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xdd4d14b7 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xe6ed1006 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x697592fb ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x5acafca5 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x263619dd au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0xda7a76bb bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x4a19d25f cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x9f28bc1c cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x51099830 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x29e8d3b3 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x386afec9 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x9f2bf869 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x76292474 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x83c4aa37 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x21b7f2fa cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x626ab473 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x8adad0cd cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0xed2f1063 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xdf784995 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x10e055df dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xe962ada0 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xb6189178 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x8a3fa56d dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x6ab3c93b dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0xc829f1a3 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0xb55ae5c1 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x90eb0729 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xd34c9a4f drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x707fbec2 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x5a694093 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0xe1962687 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x61f10293 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x43d14a67 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x164e293e gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x2873c19f helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xd12e3ada helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xd6e7f8f0 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x7e55ee23 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x42e2f76f isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x67697bcb isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xdee82fa7 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xd03705ce ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x7b64789a l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x078483b4 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x50df3d55 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x80944852 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x956577f0 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xa4925ca9 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xe13e7db1 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x25c47327 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x3aaa8bb2 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xa69feeeb lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x5369286a m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xb1458953 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x08538e1d mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0xe18ca63a mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x559b967d mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x5013fd22 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xd20f70d9 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x1a95cfed nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x2ae985ce nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xf826bf31 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xbfc8c324 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x174e3fe1 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x8f6805a2 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x40d7f6c6 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x81d9287e s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x445bce6f s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x91c37096 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xd3a7a556 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x1344969c stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xd1eff5f4 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x72d03186 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0xa8e14cad stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x842e9511 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xf88b12b2 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x2c3da661 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x9dff4236 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xad0f5c0c stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x761f01e6 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x815fd389 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x63787c14 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x6d35e916 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xfd73461a stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xe08e8a09 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x8ef22ec4 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x21893d39 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x3ff3847a tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x0c9e9535 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x37138a41 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x2d6e33ff tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x3d82d5e0 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x6f837889 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x25182619 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xfa838a4c tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x23e07514 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0xd8f2c101 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x4323c510 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x6bcaca27 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xf4339d7d ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xf293588b zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x264721bf zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x22001ff7 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x1cfa6dc4 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x85c5e70f ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x31bc8917 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x431cc8bf max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x542a7bb6 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x62fcdd94 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x665dc921 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6d8731c6 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7ff63f24 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa96054f6 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb9c4a113 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xcb573318 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd3dba4e4 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd565d136 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfd8ee0f3 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x033aa941 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x050edf9a media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x09e96ca8 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b4596f6 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0bfa87fa media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f88b4b9 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x108aa57e media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x131d87f7 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x16f3d8e1 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x18f6b43f media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1d25c69d media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x24c27d61 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a2d810d media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x344a505d media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3587f765 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3fdab6ac media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41f1b393 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x42dbcd94 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4e28f66d media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5df51c22 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6416ecef media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x650c73c8 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x674ab655 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6be4b24e __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d02964a media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x79c8f2e6 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7d58af45 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x829a0c6f media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8576f5f7 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x86054bf9 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x873f7d52 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x97a4501a media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9b6e68d1 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d829421 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9f15809f media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa196f889 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa630b76f media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa9e46767 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xab723fd1 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xad91a211 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xadbdf166 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf0135de media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb89005be media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe4e8184 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe7e0395 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbfc553fa media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xca91817e media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcae58b77 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcebb10c8 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2a07741 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3b38775 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe1ed5e84 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee34213c __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf0d5b433 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf2c5de5f __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf32959e3 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfa5f5d49 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x80b3d9e7 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0xc7bef315 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x1407844c cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xdfb9884d ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04fa5742 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x109b525f mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1544439c mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x25fa2d4f mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x381dd7f5 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x389d7404 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x41a94ed6 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4bfc8a26 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x578e013a mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x621c01d2 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x66d812b1 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a0ee177 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x74651a6f mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7c9c0479 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8f119e31 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9e4aa1cb mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9eca023a mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcbd43dc7 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf159d4f5 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x03ebd90f saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x13f398a5 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x142e55ec saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x23cf0165 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2b16b4a6 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x340ec7c1 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x84e72c40 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9559bc3f saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaa2196db saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad6b130c saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0bcc820 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb9919b53 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbda3229c saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc0a0f8b9 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcb66adbb saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdd18bf35 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xec31c302 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf1d12e3a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfa1e1854 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0e654cdc ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x104e678b ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2a83eebf ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6dd27d44 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x74cf8e10 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8eef10ab ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xef68d109 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x139cd7f8 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1d77b97e nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2f304b52 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x47a29797 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x5148ba43 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x845487b7 nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x8ea8ea0c nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9521fd3e nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa21c66e9 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa31e1b54 nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa6c32ffb nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xac1dffe9 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd0f81f63 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe942533f nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x129a0be8 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x1facd405 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x6da6a3af mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7bd5c537 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x8b15d360 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0f8f898a vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x27c47cb3 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x281eae86 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x92b75dfa vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9eabbf39 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb2789d29 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb2a800b7 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcf922547 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x04fdf8a8 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x144d6dc6 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x168287fa venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1aa86791 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1b81b29c venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1e07662e venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1e6ff81c venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2082da8a venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2260cb4c venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x24c04a00 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x24da5491 venus_helper_set_input_resolution +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 0x29370a1b venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x29ec4497 venus_helper_get_ts_metadata +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 0x30ec1d82 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x32c3dcd7 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x36c5bfe6 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b3b1f22 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3ec9713f venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3f2131f8 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4a20c598 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x57c3f1a2 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x593937a1 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ba6ceb7 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5e1bdbfe hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x601a2666 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6f7c0982 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7339d92d venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7de489c7 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x86ff840d venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8980ca74 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x98dc5dee venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9d7546ec hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa037bc5a venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xac9e4a70 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb4f971ed venus_helper_vb2_buf_init +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 0xb956c11a venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc0c7dbf2 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc330f967 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc518663c venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc5e95972 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc8ebbe2e venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc9381f65 venus_helper_get_bufreq +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 0xd28d2398 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd94fa68b venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdf5bc72a hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdfee7a19 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe0b0cddb venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe64582ad venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xedcf74ab venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf035bc51 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf1c32fe5 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf2cdd40f hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf3aaf9b9 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf8770e8d venus_helper_intbufs_alloc +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 0x6b39bace rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x2a74dfdf vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5a4afdf4 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x65b4181b vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x769b6410 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x949e4ae7 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xc870a88b vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe35a96c5 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2a27aa5e xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2ef220bd xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3dfbc138 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4daa8920 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7f9a9d52 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 0xb7437087 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 0xef50ec55 xvip_enum_frame_size +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 0xa0f0f2e2 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x4c781b48 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf94872b3 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x01b49ee7 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3bbc11e5 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x55f92f65 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xbe586824 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc3cafe6d si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x260dc90c rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x27699110 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f427052 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3ea30bb3 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4053c96e rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4e04eabd devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5a1a8288 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x709578ac devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x73ab2ea1 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x86acba59 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x87c212cd rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8d014690 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x978bb981 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb26359db ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc6844c47 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xca3b5fd2 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcaec45c1 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcdbe61ef lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x06b2cb4f fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x3f27788a fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x420525e4 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xc613974f max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x3d7d0c31 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x01a67a40 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x63b3da00 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xdaa88f72 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x1c3ae848 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x7a38d5b0 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x645eb9d2 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x067d006c mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0xd72e86b4 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xe773e8f6 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x281e2664 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xe7eb201d tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xb32259ac tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x49a48cc0 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xb4c691fe tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x321c14ee tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0d6dcf28 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x9b410473 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x22da3fd9 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xc29bfee5 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x0fc966d9 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x30c10b99 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x054ebc49 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x1589d301 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x141ff57b cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a4bd7f9 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1e2329ed cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1e30e259 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1f54e50a is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x322a87a3 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x55af0942 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5e7db830 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9477dada cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x99adabc5 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9addf260 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa7a5b62f cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa86f4ec5 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xaa4ddca2 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc1565b0a cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd525465c cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe3a9f124 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6ab14bb cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe83227df cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xec03b0af cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8a601f5c mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xce21477b mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x05a12d4a em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x359ea0a2 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x44e85023 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5dd0b3fe em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5ee5ec1b em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x73a192d7 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7d7e0e21 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fa43bc4 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x822a71df em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x822e2bf9 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x96650291 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa002ffae em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb154a684 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbc33d853 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc66ab894 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc8414ce8 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcc274950 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe6a7629b em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x47ae2049 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x52c298d0 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7669f7fb v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8119998b v4l2_async_connection_unique +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa66525cd v4l2_async_subdev_endpoint_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa94a7729 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd5ad1c3a v4l2_async_subdev_nf_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x40ef4f7d cci_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x98059f0e cci_update_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x9bf4bfe3 cci_multi_reg_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xa41c47e5 devm_cci_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xbed9e63e cci_write +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 0x1d524f5a v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x7af57716 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xdd5b1ced v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0685087c v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x07af09b4 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x23c41232 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x565ae1ed v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x77178ff6 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x970e0421 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9e1cdf9f v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe47f12cd v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xed8c939d 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 0x0070a807 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x04b8e64b v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x10b705b8 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1111ca9e v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x19a50141 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1ae943cb v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b547a0b v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1f4bf7c0 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1fc38dde v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2ab5902f v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x347ec2e7 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x365f3799 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c5b2899 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ed1e3e5 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f6eccc2 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50b8d852 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5565f59b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x566b4a25 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x577e3ba1 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69382dcf v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69cad847 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 0x852037ce v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x873f9189 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b493e14 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cf908fa v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8ed6c499 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x98498ba4 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9bf6c3b2 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa551d957 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6b995d1 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa70da2d4 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb18c4af7 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb1fc61e5 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc119e6e0 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3358857 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc414e0c0 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdbc5df2 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd43bfd2d v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xedc82791 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeef77878 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf50518a3 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf8198a7e v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc694fd1 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xffe70f60 v4l2_m2m_ioctl_try_encoder_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/videodev 0x01cc3f35 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03ace3ce v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0684c900 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x084d943c v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0eae5b80 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0fe40189 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x117fd1a0 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1442b5e8 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1830d519 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x197071db video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1a1af85f v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b633030 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ca9364a v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x25160fef v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2928c2c9 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x296c3115 v4l2_subdev_set_routing_with_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 0x30d1749a v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31211443 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31867c73 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33c597c9 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35e5cbe2 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3aff506f v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d72662d __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e848dd8 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42648be4 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42d8a3f5 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x444b40fa v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x455c7db4 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ad7f8b1 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x524906fb v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x531b92ec v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5328cd93 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56a56a3d v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6014b74c v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a03ece1 v4l2_event_unsubscribe +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 0x6f7f036b __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73874bb2 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fc35112 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ff23365 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x837d11af v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8da52622 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8fd44f73 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90509703 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x958c0f1f v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98456960 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c586d53 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1028342 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa84fb45c v4l2_subdev_enable_streams +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 0xb3aaa511 v4l2_device_disconnect +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 0xb5a437a9 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7a635c4 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbbdc16ed v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe036daa v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbec999cb v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfcfd245 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc0dbe254 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc262a99d v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc997b65d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc42b688 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd2382d5 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce0f19a9 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf11e3c4 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd1118f68 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3192b98 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd64e812b v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdbcd303e v4l2_event_subscribe +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 0xdf21eccb v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2255311 video_device_pipeline +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 0xe89b86ac v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe95e0d04 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9f24f42 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeecfcb52 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf00e5866 __traceiter_vb2_v4l2_qbuf +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 0xf666417d v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfaf83b54 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xffad8ca8 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x4d81270a pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6222de22 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xad698c3c pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0b6e1657 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x148ffd42 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1f06f4a0 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2552558d arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x595301b2 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5c3e35ec wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6e203474 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6f5585d7 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x97ef6210 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9bf35205 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa16d61d1 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb09fb725 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc96167e8 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcdf9127f arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe255a09d wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xedcd1e4d arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xee91a13d wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf83e9c92 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x4fb1a110 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xa8a3e4f9 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x55663873 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x68d71445 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x84d38fff da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x8ca4081d da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa1cfdb01 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc50300dd da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf47a2892 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 0x1ead14f6 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x201fbc80 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x576605fe kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x647141c5 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xde87db94 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe9c998b6 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xeb96ca3c kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xecca70ed kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0f4e6e3b lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe333b524 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe41d1e6c lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0642dcca lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1faddd41 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x62a915bb lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x750efedd lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x91f60bae lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x934eb558 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaf4563b7 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x221742ad lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdc531da0 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xea0280af lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09d69846 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09db4406 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x14f06f73 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x14fdb333 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1c580cde madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2089d76f madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2296e9a8 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2371748e cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x237ca8ce cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x24e26e7f cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3ba4033e cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3ba9df7e cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4ae3854a cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4aee590a cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x50f39bf2 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57c5727f cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57c8ae3f cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x60446982 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6049b5c2 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x654e5574 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x78911e32 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x789cc272 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x80202f86 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x802df3c6 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa1b37722 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc315328a cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc318eeca cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdfd1ddb1 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x002acf82 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb3cade80 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb52d86b1 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe79838f9 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe7bee893 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf597cd91 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x234dad0f pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4219f558 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x422a6c12 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4e9f83c7 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x50aae0b7 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x566a6687 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7867210f pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x79f61149 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x87afa53d pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa20e49ca pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbfdeb78a pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdec94ef5 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6f81e365 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe4a576ec pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x168ab85e pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa5376312 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd0ce9ed0 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe3e766e4 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfcbba8ad pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x523ec131 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 0x5840db1e rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x78be4543 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x78e30e1e rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xecd9dc0d rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x046b9303 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0da99ebf si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0e86836e si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1a59fe42 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c1d10b6 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1e6b5e3b si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2703d0b9 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2925c60a si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45ba46b0 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4f2da11f si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x524c0a74 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x56739e91 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59af797c si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6800ec4f si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6dd92d8b si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6decf09c si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x73c5c444 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e91ea05 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8cf62948 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8df61efe si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x94fbd872 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95fe3d0c si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9eccb00a si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9f806edb si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa088e171 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa2f26c36 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2c99dd9 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc84577ce si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd32303b si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdcf84164 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe5ded823 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe77dd0de si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf24f8d1b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3771980 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x15973cbc sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x59dd5222 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xabe628e1 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc66d78bb sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe65bf9de sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xb1b4610b sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0xe42f46cf stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x16a1f2d7 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x1a032781 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x029d1c39 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x097d804a am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x25645ce6 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3b860f40 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x2719370d tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x464cd614 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc22ed511 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xf23c772e tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3e2b2263 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3f88c03e tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa4aa1f66 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x3de3226d tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xdaaabeb6 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0a228baa alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x11dba36a alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x343cad25 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7ca35882 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9e70c2a1 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa937ae95 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd4d65ce3 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0968ddd9 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x09ce9822 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x16edbce5 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1e11f2b1 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x22cc8eb5 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x25e9c2db rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2cad37a4 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x31c07a4c rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5e966a47 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x61165798 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x75085e43 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a27d12a rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87988914 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8fd8824d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x91541c94 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x955e1266 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9c87cd8a rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa2baa836 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc0411390 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc2592c9f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd465c4ba rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe3075d7c rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe507d025 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xef3bdd95 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x02a67bb8 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0dc95999 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0fbb339d rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x26053c4d rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2a50a90a rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2c77c5ba rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2fabb25a rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x52ffcf13 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x66fde275 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x75f5171e rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x93f65879 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9c5c4796 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf81fdf47 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3e33dba8 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7c75cdd9 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8907dff3 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc84a6fb8 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 0x10dfde9c enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2d6e56fc enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x439379e0 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4f808056 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6d5a54a6 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x702bb726 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xada1b50e enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcac302d5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2125c072 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x63e35bcb lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x65ea4923 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x69925c34 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7f444298 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc0b0f6cd lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe42fcebe lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfd00f7cf lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x246a4b68 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xafee99a3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xe8cdb467 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x63104b22 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xe1c9bdde uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xfb1b3763 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 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 0x5714775e vmci_qpair_peekv +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 0x8e7898b2 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 0xcb2ba0ca 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/dw_mmc-pltfm 0x24e68696 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x472fae78 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x50e2b5f8 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x0dcf8fe1 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x44b886d4 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xa2d8a7ce mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xad9cbeb1 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x4703df82 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x4c31ceac renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x00a23634 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0253e358 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ad6bd03 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x11c8d32f sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x25f7eb9d sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2698d34e sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3624fb00 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x366a9869 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x375a04e6 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x385b5b23 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4c000d24 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x534223d0 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x55ec2227 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x595bda74 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5b846dcc sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x67359ac7 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6e0af63d sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f29c18e sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x82cd9162 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x83b188b7 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85bc0da3 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8765b5ba sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b8771c8 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaee67464 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaf66f5d4 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2e7fae4 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb6d9f990 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb72b4235 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc55319f sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc4344535 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc9b1a1a8 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xccec7a0d sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcde0b7bb sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcebd455f sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd54d6f44 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdf88f78e sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe2338f82 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe845c66e sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xedbdcee4 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xef5173a0 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf2907175 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfe0f1eb5 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1c6152a5 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2c57b40e sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x52161322 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6505b386 sdhci_pltfm_init_and_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8711a1a2 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8ebe1058 sdhci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe082e1f6 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe4ac356b sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe80a5ded sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1f655729 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x25d94c11 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 0x38b5452d tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3fc6fff3 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7527bfce tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x951500d8 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa75e04fc tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa8c9549a tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd5a061ef tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0d66b264 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x26791620 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x29a1c47c most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x338068e8 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3b70d05e most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x54b618c0 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5fae08b1 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b06f4fd most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x8ff1557b most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9d210a8a most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbc0fb27f most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbc493e16 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbf0d7fe0 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xea4579bd most_deregister_component +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x570e952c cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x6827b0c4 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x95399552 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x09e169e0 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x77b32230 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x844aedb6 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe67444b7 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x352eec48 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x501ab931 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa4c6e593 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x3ea53734 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf27f384e hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x020dd300 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08086945 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1c099f42 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1c6d5fce mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x239019f9 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x25049062 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x288072c2 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f204cf8 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f4a67a4 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x356818d5 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38d795e4 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3eb2fee4 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f7dd5e9 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f9eda7b mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x48f8b5e4 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4915c5b6 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ee2a7cb mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x550a4bc5 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a793a33 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5c2667d9 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63ecae9d __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e4e6d16 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x71934052 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x74b68b61 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7773db96 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77b99538 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c6e72ab mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8e7ff458 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x93780907 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c7da9c9 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa0b4f0ca mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1821988 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5eb2d11 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa68803a6 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa83aeac7 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa9cc6073 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbc019cd4 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbde5d0b8 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc906ffa1 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca5bfd57 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcce5409c mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xce8fa7d8 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcedf7356 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd00f58de mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd17fe951 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1fa7295 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd301f4ed mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd45647ef mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6a6bda3 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3c6e99f mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5767858 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb08af83 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed60ca07 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff387192 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x31c52a18 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x6fff553b deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x852cdb33 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xdad3cbf5 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xead44766 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x16da75b1 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1c333a7e nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x24f40848 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2c25f16d mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4a7f153a nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5641da01 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x59a3219c nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x633b2d1a mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x63846ac9 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x68791a96 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7000002b nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x71f9d34d nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7db6faf6 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x87e21d04 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x94d69fe7 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa49fdcb3 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xac8b033b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xafb8d401 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb0b89024 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbe8b19f3 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc0d3137c nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xddaf476b nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xecb691d4 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xefbb36e6 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf9babe2f nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x38029ff2 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x4b758785 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x0ee29f8b brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xc2334c2e brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xcbc23f16 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x0ded7341 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0a14f7d4 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x17acfd0f nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1f5e6007 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x26778e03 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x329cc8ba nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3e3094a8 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4a99d0d5 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4b0cb107 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4f1b95c3 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5048b9ac nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5cf09965 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5f55c775 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x73e24142 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7d8c4eb3 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9375683f nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x95ad7866 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x97d49927 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbefb8fc8 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc827376a nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcbd8138e nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcd6824fc nand_wait_ready +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 0xdfea5869 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe95bcede nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf69b7fb4 nand_exit_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfda87f37 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x9569e7e9 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xe0c75b07 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1f9d642c ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x20bbb1f1 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x392a241b ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3cf8c8d2 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x46c3d742 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5693b801 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5f3e4ad3 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x73e256a1 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x769d1679 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7d5a58e2 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xacd64417 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb6eb4668 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdafdfdab ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xeb61e3cd ubi_leb_unmap +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 0x3433c990 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3812695a mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3826f06c mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x44d18339 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x512ad096 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x61cc8508 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7507bf68 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x78445182 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x791aaddf mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8da8b29c devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xafa2bb47 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc77fbabd mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcd25e600 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xeea08720 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x02f79828 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xcaa88864 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x000155c7 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x18f8747f alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x768f8870 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7f20902e register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8a6707f2 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa3999dc7 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x87d60295 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9e827799 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd1b57b80 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd54a25d5 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x03d707d3 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0d167b67 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x15c0b9f0 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16f0d8f9 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2699ed78 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x28183d83 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x289bd5af close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x376facfe can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c5cd352 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4f883deb can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x556932b9 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x724c562d safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x76356a7c can_rx_offload_get_echo_skb_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x80a0f749 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8c4a0ee3 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8fd6ebe1 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9a228814 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9e73de54 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xae6896c6 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaf70afcb can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb12b077a can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb3642d7a can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc4c7f3bd can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xccd6ffe9 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcfe1f701 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd0963805 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdd85ddda can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdddb1143 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe98c53cc can_rx_offload_get_echo_skb_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf019ac33 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf77d78d9 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfb8509bd can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfc94d7ea of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa4444cb2 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xadb6fa9f m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xae12d463 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xb3524f15 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xcbcbc068 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xcd8903e0 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xce92754c m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd10e5c03 m_can_check_mram_cfg +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe8163221 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x788fd97f register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa126a266 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xcd5a1180 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf4550a94 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7996ab3e lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x86bdf9ee ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x78fdbf41 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xac013566 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xcc5a00d7 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xf18f33eb mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x14e29b98 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x8027b845 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xf566bc07 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x6a1796ea rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x20877417 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3718035a rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4ba16359 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4c527b70 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x707a2259 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x80c0a9a0 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x821c0233 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9391434f rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa6acae71 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc2ad7023 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd2126717 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfe64b37a rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x05a9cfb3 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x0f6ff988 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x2bce8e67 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 0x667d74df 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 0xfa2d7327 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x4ab77b84 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xac1468d4 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x039b74a5 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x06af7fcc octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x08c4ea27 octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0cf0003c octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x108ea629 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x10e38785 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x17bd7768 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1974f1f6 octeon_delete_droq +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 0x1b636ecf liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1d6d1971 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1f687664 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x23a75b32 octeon_init_dispatch_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 0x36b1b05b octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3becd315 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3cbaac83 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3e1bbab7 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x403211a3 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x413fcc1f octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x433f204f octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x442fbd14 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x44c42a88 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x45431bc3 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x554e07a0 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5602486a octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5926003c octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a9d014a octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6372c2a6 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x63e14aa4 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x64a77bc4 liquidio_get_speed +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 0x7685ec1b octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x77cc3a9c octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x77f95e2d octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x781b3125 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7ac99ea3 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7accfc64 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7bb9ac83 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7cb35b19 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7fc69e21 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x82d6fd36 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x88acb3ec octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x899ae0cd cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8b165892 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x90b6fefb octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9192e3ca octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x990d9e30 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x998e9928 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa64bd5ea setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa73b202f octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8d61118 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb4bf73a7 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb8c510ca setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbd14d75c cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbf77f8c9 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 0xc886f6e6 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc8a81584 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc9c26a16 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce49f52c lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd02f9755 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1af70fd liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd3154ba9 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd57f387d lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd751d37a lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe2a90f8f octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe2ac6656 octeon_set_io_queues_off +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 0xee0b50f9 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf0fcd729 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf2766861 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf3c81033 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfb9232e0 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfc4350f2 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfc4cd96d liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x04e228a3 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0d4e7e66 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0e0c7237 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0efca56b enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0fa1b532 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x10d5e4e2 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 0x2b847c01 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x383b1272 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3a5e1bc1 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3ca1bc56 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x40fc2d9b enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x478ee373 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x48cc1173 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5e017035 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5f01b32a enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6110a4cd enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x70f7adb5 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x83a631c3 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x848446b8 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8d2602f4 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8dde572e enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9342ff69 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x95e46549 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb12cfa6f enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb262c620 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb3aace95 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb53dee21 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb712d812 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbf2659a7 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdb318e8c enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdfbe3625 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf0e08f7e enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf1591e67 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x074b3fd2 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x0db55b3f enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x62e03351 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x87ef0527 enetc_mdio_write_c45 +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 0xfafa5cbc enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x015104f1 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x19a79c2c fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2b24867e fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x369b1883 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb4984f36 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc88282cd fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcf118708 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdfbb2866 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xee98cf5c fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf066673e fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xff80ee5e fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xbe0587ae i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe9b4b026 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6058975e ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7f81175b ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa1d356fb ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd3720307 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe026bf07 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x27338509 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x6c35fe5b otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x76c91677 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xb47f475c otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0294c1c9 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05432388 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0694e101 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x069d46b8 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x071e131c mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x071ec837 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0733c48c mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cac7bb7 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f5d9681 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1167004a mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11700f6d mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1738a011 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19eb748b mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b9b6576 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e645d6a mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20965beb mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22972519 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x247ead5f mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27046d14 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27a365a3 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2953b80e mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x297545e9 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29aa6122 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b30c998 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bf677e6 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dc28538 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fcacbe1 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3093d12d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x318b0986 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38c8bd0b mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x390a95b9 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aaef5fd mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b79227b mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c357e7f mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dccbf67 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e993b8b mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ee7e6b1 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f8f417d mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42fb190a mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45c72b24 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48c4234b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ad37a60 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d50415e mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d7e8904 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e4876ed mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52502a7f mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52cf8d12 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5548c079 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x563bd471 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x588362f1 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5aeb8f19 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b5a472d mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f72673c mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63f8b0a5 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64d23d1e __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6563b051 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x678a828e mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d681b8c mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e853241 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72a91360 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72f3e968 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7320a0eb mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x746aeeb5 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7683c46d __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x793d90bc mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b3edc0d mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b6b2183 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bb2a373 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ff078f0 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83875f30 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x846abc42 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x846e530f mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86e46526 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c0f20c2 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cce7768 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91a5764b mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a615fac mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b0b8f6d mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b959ac7 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d0e4c3e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ebe3507 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa217dac6 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9197fc8 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9e44a79 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab1cd41a mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad4e4f20 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadc0f41a mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf39acf8 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf5cb942 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2da4831 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdbef4f1 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdc5cc9e mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfc5a213 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc40a2c9c mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc487e967 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc77c9f95 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8553644 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdf07f73 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd16272b4 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd207f965 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd40a47e6 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5bb54b2 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd891ed4d mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaab747d mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcda20ec mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde94ccb2 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe06f9cec mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe31da0b0 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5c986ca __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb9d64a2 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0457fa6 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2e0e769 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf546947f mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfacd882d mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc50dfda mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe14059f mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff3c41d6 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02d4aa22 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03ffbf59 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05744b41 mlx5_access_reg +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 0x0e741e59 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x110000aa mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14f88909 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x178fd045 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23ae9669 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2502dc36 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x268b644f mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2966cd7e mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3441d133 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35e7b6c9 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c94a785 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42d616f6 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43609968 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45178cfc mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46dfbf77 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ca51fc4 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51cfdea1 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x544e4839 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55721fa3 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x597048a8 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a80786e mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cc96686 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6181652d mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61d336b1 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62e50780 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64b46dd5 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b4a558c mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f80348a mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76abe5ca mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78b98320 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78f8dd07 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7acaa9e5 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8002c0f3 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 0x8333feb7 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8371b349 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88a8382d mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e78e893 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91c78932 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x948bba42 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e18409 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b390692 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bbaabc1 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa023e110 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa43be841 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4402d47 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5441cef mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa77d267f mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa791051e mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf08bb76 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb61261ba mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9f0ea0a mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9e41c47 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd394bec mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce07250e mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe168a801 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe16fc461 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2970824 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2b8dae3 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7616584 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8fefa2c mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefaca4ef mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf62ad3e5 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc1e8787 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe1deade mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x28917fe0 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x7d1567f1 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc6fc13af ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf8289e66 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x62ceabd7 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 0x07b93a88 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17e84035 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1cbe4678 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1eed88cb ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21557dae ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23ff90c2 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2f800da0 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30f5ad91 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32af5c46 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x347134a2 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x351390b8 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b12d939 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d20d11d ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d9cb92b ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ebac4c4 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54760000 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5571f748 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x602ea670 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60de6cc1 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x642f3ebf ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6aad276b ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74e0a49a ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x750945fa ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f1d126d ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9930af98 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1fda232 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa583d53d ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa954622 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac667fb2 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xacc48c48 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaf029348 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0e1851f ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2d62278 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6992321 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb9c5dd63 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb9e852f8 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc680f14 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4fe955c ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0c97669 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2e96417 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2566238 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe96ce3bb ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb475a43 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf79548bf ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd00f152 ocelot_port_add_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 0x0359cb97 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x23f8b050 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x27ec2e19 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 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xa2e0a20b stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xaf46fe39 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xdd537af0 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x0a530bc9 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1e8fd3e9 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2616e3d9 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x38bb99b1 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x41c4e851 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4bb1781c stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x60c75c18 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x63ded73a stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x744c55e9 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7ca75c2c devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd8a1e98e stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x152fb13c am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x46d1bbc3 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 0x7e30b294 am65_cpts_prep_tx_timestamp +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 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x2b5cdffe icss_iep_get_count_hi +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x403e59a8 icss_iep_get_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4119baf9 icss_iep_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4e32b39e icss_iep_exit_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x5ff3c385 icss_iep_get_count_low +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x74de623f icss_iep_get +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x7e80e07b icss_iep_put +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xb0624e07 icss_iep_get_ptp_clock_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xc874454b icss_iep_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xe9cfcf4f icss_iep_init_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0x1c60dbe4 k3_cppi_desc_pool_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0x209bdfda k3_cppi_desc_pool_dma2virt +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0x8b78a04d k3_cppi_desc_pool_create_name +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xabf9839c k3_cppi_desc_pool_virt2dma +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xdf84d5e6 k3_cppi_desc_pool_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xec3060f6 k3_cppi_desc_pool_avail +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xf46939b6 k3_cppi_desc_pool_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0369c05f w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x7aa43f10 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x9546b0c3 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb59893e3 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0x411c3cbd geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3751e4d3 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3e7d49e5 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5224608a ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd5ecd290 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf169d0ba ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0x41358509 macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macsec 0x66c8fd29 macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macsec 0xaf0a457d macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x284f92b0 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9ce1577b macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xabdcbf58 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcbb7ea03 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xedd64858 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xc8131c51 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x8221cf02 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x5a032850 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x800631f5 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8aa3e8d9 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9a44c81d xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9f148888 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa2c1ae60 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b25b8b xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x02fe2ee0 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0d5494fe bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x27509c9d __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3094dab6 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3840f765 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x39a174f6 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4224dc72 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x43c570bd bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f39ae49 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5091e4c6 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x513d9758 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75ec0020 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7d218437 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7e187d92 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x86885627 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8d3caee1 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x91497825 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x98ae7271 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9935f153 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c0c27c6 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9f561cc2 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8379534 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xac74e94e bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb0c7bfa7 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xba1c976f bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbaf4afe1 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc344e9f9 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc56b0249 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc7c5c3c2 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce07e484 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd823479a bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd15b425 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeb2d7c6e bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf298e35f bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf31e84db bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfc15c457 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfd01a27e bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x475030f5 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xa8f0b3b7 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x2e626bd5 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3ec75f99 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x53c2541f smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x56438655 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x6ec9e492 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7031b9b6 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x76dafc23 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/tap 0x1a191365 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x47228e77 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x52f3c69f tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x880be8d4 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xa1ce9c31 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xb7478843 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xbb72cf46 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xc0e67efc tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xded9c4a4 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x08731fb0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1e7c51c4 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x336bdc15 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x498fc1f9 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xec76d79a usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf8af3263 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xfa3a90dd usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x08d3f535 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2fc7638c cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3ad9e25f cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3d9275bf cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x473ed6ce cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x59c18d2e cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5fce1464 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x779e5336 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8cfc1c58 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9dec5e07 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc7776776 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x09dd6e37 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x19bb9b62 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2485d0d8 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x257bd17d rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x60d808f6 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x664ed203 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x95d6b7a0 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x18814550 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1909d145 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x22a44bdf usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d736b12 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x47a3c010 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x495c9987 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4a6489d6 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b94b732 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x50c63226 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x566f08f1 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5d61f33e usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f4cdf67 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x71034d51 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x76ba2b7b usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8bf923a8 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d65f7a4 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9677400e usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x97349238 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9aa34145 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6305c58 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa75864f4 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa767fa73 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xae31dba7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaf7f5bb9 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb1f68af5 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9cb2161 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc150ee9e usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc81f18e1 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd930651 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde764dbe usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe92c234a usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf3193680 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb46e741 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfdd13708 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x0a2c8076 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x54343797 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6671d339 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6ce5d981 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xa6acb89f libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04d05cde il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b34f1f6 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8771a7fb _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc8d1bc6 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe2a7882 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 0x0532cd71 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0640e530 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2aeb3821 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2b599707 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x38279da3 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7d277f39 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd830f2fe p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe79bc62f p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf8b130c6 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4ea01ec9 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4f6ec79e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x54aa3f6a lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x62101d47 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6f094762 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x813da151 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9c5d005e lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa23684fe lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xac102514 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb996683b lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc570c8b7 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd5423fd3 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdfafcd9e lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe8cfd555 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xead7916c __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf659eb86 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x24ffcdd0 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2fa767a5 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5fab5bf2 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7aafb675 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8c6ad5a7 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8e112b4e 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 0xdd44b357 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe7c95f8d lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x09a75223 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0dadd175 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x18549fe6 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2f1c7f04 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x453d1b88 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x58d64be5 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5fb1a602 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6a18518f mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6eb78620 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6ef6721e mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x70a92acf mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x916ee565 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x91986dc2 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9a90e29a mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa3127bd6 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xacc1a70e mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb42cc07f mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb43004e5 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb8ebfe17 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xba40ae32 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 0xde7c21eb mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe9c79dc5 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf21c6221 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfd89b4dd mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01d3501c mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x04a5eee8 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07a99eda mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d288bbb mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0ddd400e mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f99e853 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12d820d4 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x141557b8 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14c8b576 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15eaaa7f mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1da2be97 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x254ba462 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2deeaa70 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3236d0f5 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35c3b679 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3822db02 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a8b624a mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cd4c884 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e3bd773 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x45208e4c mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47810e8e mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47ec827f mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x498f5b65 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f24a761 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f8ab927 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4faa2c44 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5014cf81 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5154201f mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56b042da mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57bf7cbf mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x580c5373 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58fc1992 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x592744fd mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59428335 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a67161f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b512987 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6095e460 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61eb63a9 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x654c33dd mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69ccf207 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a790ed0 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b8c94db mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e6152aa mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8057d50b mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85fbf1fe mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x87eed7ec __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x886b0f18 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89a7d1c3 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8cb11b0b mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d4ca35a mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d956d62 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f275440 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x90e16f92 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x943d2643 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94c95be1 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x985b8189 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a819e3c mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c485369 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c763929 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 0xa0a3970d mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa677e1e6 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7287dbc mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa3ee3e6 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xabb9dc97 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadc9fab7 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb34b8722 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb6625531 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb66d2451 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb6b046b5 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb94793e3 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc39c3a89 mt76_register_device +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 0xc8f5fa9b mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc93aa507 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd7df410 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd062b1fb mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd99c1772 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb5b7265 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc51080a mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf5d3f6a mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe03c54d5 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe49f53c4 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5751bc4 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5c42d48 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea41d5b6 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfde4a2ab mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe356f2a __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfff483ad mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x02200f83 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 0x11bda3ca mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x13f79eaf mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17269cc7 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ccae174 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x215f778e mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2356cd24 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23670dd8 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23753de9 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2967e1a4 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29e93148 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2bbe6340 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31b2ede7 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33d88aad mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3a642f06 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c4e1856 mt76_connac2_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c7c120b mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d5ad9e9 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43dc356e mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4423ab4b mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47a7d968 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x485cc767 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4866c3e0 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4c71752b mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e9cf9a8 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x54626af1 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5548d67e mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x557903c4 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b9caff3 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5dc69b28 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5e72fb1c mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5e91e8fb mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6336e29e mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68d68232 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69396e3c mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69dd0fe1 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x71740d4f mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x740fbb2e mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7e45da30 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x83c730b8 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a654a49 mt76_connac2_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c0a0d0b mt76_connac2_mac_add_txs_skb +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 0x94520f65 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9636d985 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x98d89738 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x992d4f12 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa267f2da mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa2ffed01 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa7b39393 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xae48930d mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaedf5b81 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf073da5 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb321e944 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb6588b2e mt76_connac2_tx_check_aggr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb68877d5 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb9671042 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb4bb8cf mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3ceed51 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7431fc7 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc52bb0c mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc6d5e7e mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcee58760 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf4f5ccf mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd617bec3 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7ff97e3 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe01400d7 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe2e3f391 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe327127a mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7926404 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe86bee10 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe996c2cb mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeb7048dc mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeff37dab mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf1a998b1 mt76_connac3_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf2111bc7 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf2b3f88f mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf32c2fbc mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf3fa8d5d mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf5dd46a0 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6c96fc7 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x113fdbe7 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x126cd560 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1357223b mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1987581d mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1bb22758 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x21526596 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x502fd780 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x53e2a4f4 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5c823419 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbae5c1f5 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbde7312d mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd88d0043 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xda8bae23 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdb56173f mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdd5507d8 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe920d0e0 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x05842f33 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x09c0a0f2 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x22590409 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x23840495 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3a180348 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3deba21b mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3f9e9f72 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x40327b45 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x432935ac mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7640e99a mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x942fb1f9 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa0de613e __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa5a1fc73 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc7841082 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x07e08218 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x08c8b28e mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x09393aff mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0e7100f5 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x109766f4 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2cad5309 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3999a7e6 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3de8dc79 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x408a301b mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4cac5815 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x539b5924 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x58668d72 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5a56b5d2 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8357c1dc mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ec65c47 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x907fa301 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9bad2137 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa0ba70ff mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa5aae32b mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaa9e20d5 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xad799988 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xae79d8c5 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc23f0b02 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc3429aed mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcf64a44c mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd3ba7642 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe16ad5a9 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe97dc1d6 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe9dc9ce2 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf6494ecd mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xe715a3e8 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x07261f95 mt7663_usb_sdio_register_device +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 0x680c5c95 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xd1be9370 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf2278c3f mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x41bb8716 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x47686689 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x86204385 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8ad19900 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9d682f29 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa8b211d3 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xda7467de mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x096d115e mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0ae48fcc mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0be6b86e mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d8ee6e5 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e11092e mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x198a8182 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ac23324 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1c0a104b mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1c20e2c6 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d6899a4 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1dae2f4d mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x201d59ae mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b32c4d9 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b78897c mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ce0731c mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d4f644d mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30a54b7f mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x356167b4 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x40a9451d mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42c1c333 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43c2d5b3 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x452bc251 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47c753a2 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x51502f3f mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59e7819f mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b4aa1a4 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bbddaa8 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x63d50eae mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69cb70f9 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b997d4a mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6d8d8d8d mt76x02_rx_poll_complete +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 0x7a5cd46e mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f14f7dc mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84a60f37 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8631a2b7 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9344361e mt76x02_mac_shared_key_setup +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 0x9bed3425 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9cbe8ac8 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9fce0df0 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1fa2e02 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xabd5b4ec mt76x02_set_ethtool_fwver +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 0xaeb7a69a mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaec3a25f mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb713ab0b mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb84048d mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc7ab9e4 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbccab199 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc05f3402 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1692f23 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2a96f86 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc894739a mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc9b3b9fe mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcbf654a8 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcf443af9 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd01643fa mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd78b5d1b mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdacb7713 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc39c2f1 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde404368 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdecccafb mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeb479b9f mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf4b92b4b mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf4eab506 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5860325 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfcadce81 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfd51affd mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6010d6f3 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6b3ebd17 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x793b8dff mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x934bf3c3 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x97629991 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa683fb7f mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb3f12fcd mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf8959f9e mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1c24504d mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1e224d58 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x25928837 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2ec75393 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x52d74e2b mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x52dee28f mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x606ed29e mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6e7d530f mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x73fe1064 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9132fcc6 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91514930 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x94401c4d mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9c27bbf1 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbdfa31ee mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc5e08939 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc7fee750 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd139cb65 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe7800fb1 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf581e158 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf8080bab mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0c1184fb mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x32ad7f9e mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3f98295d mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4787f913 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x564bc01c mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6ab13c46 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6dd52051 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x74e36408 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7a0c47b9 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa014cf72 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb9d3f0f2 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc767b063 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe44c1fb2 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf2f8380e mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf93fc219 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf9cdb9d0 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x00c908c9 mt792x_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x02a9d21e mt792x_queues_acq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x06238c16 mt792x_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x07b2f08b mt792x_get_et_strings +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x08955c20 mt792x_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x09a85e31 mt792x_set_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0df73a34 mt792x_pm_wake_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1411b71b mt792x_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x16478d3d mt792x_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1930f256 mt792x_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1fe07916 mt792x_poll_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x251d0bda mt792x_mac_assoc_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2619b8dc mt792x_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x29aad86f mt792x_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2d783900 mt792x_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x33e041c8 mt792x_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4751eaee mt792x_init_acpi_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x523f6a27 mt792x_init_acpi_sar +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x52b25fbb mt792x_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x540e7dde mt792x_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x574c264c mt792x_get_et_sset_count +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5a7b5c38 mt792x_pm_idle_timeout_set +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5af60f8a mt792x_init_wiphy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5da0988b mt792x_pm_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5e9f736d mt792x_get_et_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5f2194f6 __tracepoint_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6bd5bf87 mt792x_unassign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6d885286 mt792x_mac_init_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6f28691b mt792x_assign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x765fc9b9 mt792x_wpdma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7a3bfef7 mt792x_poll_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x869a5d08 mt792x_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8a8877be mt792x_tx_stats_show +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e1639a2 mt792x_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e471e29 mt792x_irq_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x90b79b0d mt792x_set_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x97a1b6b9 __mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x98d17657 __traceiter_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9c06d4d5 mt792x_roc_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa6fc479b mt792x_init_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xaac389fa mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb78342ee mt792x_sta_statistics +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb863682f mt792x_tx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb9749f8d __SCK__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb978dbc6 mt792xe_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbaef15f5 mt792x_acpi_get_flags +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbb35a1ca mt792x_mac_update_mib_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd22e98c mt792x_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc3a0fb62 mt792x_pm_idle_timeout_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc4e497e7 mt792x_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc60c7249 mt792x_dma_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc91525ad mt792x_rx_get_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcdb57a83 mt792x_mac_set_timeing +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xdb63d7fe mt792x_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe12ad5d2 mt792x_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe4ccb149 mt792x_pm_power_save_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe58477ed mt792x_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe731fec5 mt792x_mac_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xea9b225e mt792x_wpdma_reinit_cond +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xed16545e mt792x_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x2185b51a mt792xu_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x2644e5d1 mt792xu_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x6073dfe3 mt792xu_mcu_power_on +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x61ad8a64 mt792xu_init_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x9e08c801 mt792xu_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xbe455847 mt792xu_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xc40bd8a2 mt792xu_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xd685bcdf mt792xu_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xfe2dc490 mt792xu_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x04583a2a wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7a77be57 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7c38fb3f chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xaa9ed97f wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xcd197659 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xcdfee1c9 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf2f6175f host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0eec553b qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x470ae3f8 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x4a22e594 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa7e34340 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xefce8d14 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf89df4a8 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x058d4903 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x06354b97 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0c438974 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x11786df3 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x119cf02e rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bd105e7 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x22a172fe rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x25ff1e52 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x35070ec6 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b61551c rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x43d57ae7 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x527ec2f9 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5339c97a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5471ef2a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59826d89 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5cc1d99b rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f6b9974 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x656c840e rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6bbe3397 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f398adb rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f7d606f rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86b973c4 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8969f7f1 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x997f1ddf rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa2fb1522 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa3c0f64a rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa6970cba rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa8ad45e3 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa92f9f4b rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaaf862a5 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xacf70bef rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaff8cee1 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6b7b9fe rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb7a6737a rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb9627abb rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc23fe754 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd4ae9e95 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9aec1b9 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdbeabf3a rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc505a33 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdda2f36a rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe37a17a4 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe55c3b1a rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf58e3a82 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x00db8e18 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x16972622 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x306b9e2b 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 0x3353d5b5 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3c0e2d5d 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 0x5030aa1c rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x69c8491f rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x77ad926c 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 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb45ad80 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb5f6abf rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xce9e17d3 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcf0f6149 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcfe1f4d5 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd01555af rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe9c29687 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xebbda046 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x09706a4a rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18d21a25 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x192ea857 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1dab7da8 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x208b1c0c rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a89eee3 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2bb339b6 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32990fae rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x37714824 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39b0ba40 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a13679a rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c4c279f rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d645129 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3dc147c5 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3dedb19d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3fac3515 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4b04169c rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d70ddcd rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f4aad28 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67115d10 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x677d55bb rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x701bf5d4 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x710aa206 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71f9d410 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x83977f3f rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8412e022 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x88923c68 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x89ba3ccf rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8b78c02b rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c00a3c9 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d212aa5 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xab2bfa23 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8db0451 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbfb7feb8 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc339794e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7d26ea3 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc94c4215 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcec4324a rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcedfd071 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcfdb9d7e rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd0772618 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd4ee7d0f rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb1e4b9b rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5ffc988 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf7f697c1 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf894ccfa rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xffe80a1a rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x50ef47d7 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa46b0239 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xc1271ab4 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe1750f69 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf18f9a8e rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x50c473df rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc6d15e5d rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf73ccecc rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x07c9964d rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0d2eab85 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x26e4ec81 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2b11fafd rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x389597ea rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x54ae7124 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5df6f8b3 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6998349f rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7151320f rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x726aa9a4 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa9e5f1f6 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb22bf3bb rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbc6f4458 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcfdce813 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd3f4a49c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdc82989c rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x20848e6f dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x335431cd rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x854374cc dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x868a5b74 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x09bee19b rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0a9e237d rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x134efa0d rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x135d204f rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2202ccd2 rtl8723_fw_free_to_go +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 0x4f505d47 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x62be4f2d rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6ffc0e2d rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x700c949c rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x71a33f2b rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7ccb84bb rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x82d39205 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 0x8bfbd51b rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x952fcec9 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9ea07e72 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaa87d983 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc2d00f7a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc820a728 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca1378a9 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xecd6dd8c rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf3eb94f1 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf4ed5f19 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf8a7ae21 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf9bdc874 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01f74bac rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08d649f5 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c7cc407 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19dfc0ed rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1dae72df rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1f0cf1b6 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29857b97 rtl_action_proc +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 0x4cd48d0f rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4dbe3a3c rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74f57886 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x789a7b40 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78cbc7cd rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7c24b717 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7dabf6b1 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x828ced28 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84ce9e5d rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8df2915c rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x99061247 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac71f256 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xadb45890 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc903e9b6 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6d50fd2 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe899ac5f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf1f0fa90 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf69a4b10 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f9a5114 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x101f2e7d rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x53e3889e rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbeef3c23 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc053caab rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x324f321a cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x41413cfd cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa34722a4 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xb5feafe8 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1ed84229 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x300b7106 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xeca38cbc wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x04bac634 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x085f51f1 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ec7ec27 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c9f5e6a wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x313b89f8 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x334443b8 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x33cab82f wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3bf1c7c7 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46d498eb wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4820efe6 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54b8fb9c wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54e2553b wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6473e2f6 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65b1f024 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x676d98e5 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x712fe15f wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73a030c4 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x778ecf89 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b543ce0 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8afa5aee wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8baff442 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x92c87f71 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa55bf7bb wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa882fb8a wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9edf9ea wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac601b7d wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb13fa7ff wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb20b8941 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2c9a331 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbcd76137 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc97770c3 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd15afbd wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd3c31c3 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce3460c2 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce5b5e59 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd08bb1cf wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd21d5d6f wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd440b02a wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd9db97d3 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc2bb245 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf6ff718 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf2bc4ce0 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf55f0bd3 wlcore_scan_sched_scan_results +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 0x776e9a80 wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8446c431 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x9285d88a wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xa09ab048 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xae1758b5 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb94a82cd wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x14110d54 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa8181407 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc7e02eb1 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xdea49dd2 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x2bb44fd9 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x723653d2 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xb346f005 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc87c31c3 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xd736ade7 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xde0d8f3d pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdeab15dc 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 0x0a4edcbc st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x19b7d64f st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1c674edc st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1e29f756 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3bf08600 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7052ac15 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7f8251fe st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc7bf98ae st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x25c1ba4d st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5c5e1524 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x950ccf05 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0b9df37f ntb_transport_create_queue +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 0x440b2303 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 0xb6f4fb94 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 0xac2de0ab virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xcb503a49 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 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x69d80cb1 nvme_auth_gen_shared_secret +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 0x7f7ced61 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 0xad0cbd88 nvme_auth_gen_privkey +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 0x06709eec nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x087ea09b nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0b7d2dec 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 0x18ac659c nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e979ac5 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1f61531e nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x227dba74 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25092af8 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2d9e6b96 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2f983eab nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x31bf2ac8 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36f40c0c nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x417de5f7 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4432ab49 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49750a5b __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b379df0 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4c53f89c nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4fac4b6d nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ffba193 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x57ad4c2d nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5eac2a3e nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6d048ec4 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x754a5d60 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x76c84871 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x78c9e477 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e76d648 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x80a0cd8c nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8ae07fa8 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8af60870 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95fa3710 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9d058c02 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9f4b60d9 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa01ea119 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa4eac9ed nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa527c549 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa6edcf89 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa704d959 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xad62c4b5 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb3942bb4 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb408c44e nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb97557be nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbb5f5e5a nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbd75ce60 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc62725ab nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd5602db3 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd78858eb nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf8b7cc2 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9aac476 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9dd3573 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xece26ad1 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf29f4a16 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf4c45f2d nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf829d786 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe51f204 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x094771e6 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x39d87310 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3a72a991 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4efc28af nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6dec9734 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7201cbed nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9faaa13c nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xac020e56 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbdad35ee nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xebab238c nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf88bcaa3 nvmf_get_address +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 0xc0f30381 nvme_fc_register_localport +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 0x097f0849 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0eff2de6 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2f2d8c5a nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2fcf61bd nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7f56cb97 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa10f1b56 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb1b5d846 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb786e9db nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc873fbe0 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfad00d4b nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfbc75bf7 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 0x6e838709 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 0xb93b5c88 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x0e13a97e arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x4bdac18e arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x7d21a2e8 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x002de4ed hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x022e0c93 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x030b1c6f hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x213f661a hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x38049033 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4ac14a10 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4e379b13 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6a90f209 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7124b5ef hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x813b9940 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb59fdaaa hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xc454ac24 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xc5f9c9db hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd25cd51d hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdae7a111 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xee3ca17a hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfc255dc2 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0xfc344b6c sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x19cda373 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x315b3a27 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x36b1ccfc tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x39f356a0 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3ea44ac5 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x41322657 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x41b89b32 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4da31cb0 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x58429e43 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x59ac5765 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5cd0c0bb tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x600376a8 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9304cd8c tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x962f04f3 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa8f6eb08 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbdffac49 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc8a81394 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe059433a tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe6a82af1 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xeb4db713 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 0x032ef401 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x335550ee mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb0c27188 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x94766791 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xdedc1cad lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x36351ff1 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x5f2361d0 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 0x035a6212 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x05b83108 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0885edf0 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0f8a1ccb ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x11fb15ea ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1863383e ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2a756714 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2b7f72e8 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2d0e782f ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2e02ede5 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2e9d44aa ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x318ef705 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3247576a ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x601074e1 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6c13553e ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x72d8947b ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x745011a6 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x761d8c72 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x787a0cd8 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x796722a4 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7f78afd4 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x849623ff ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x85022c2f __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x921307b3 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x97eeb64d ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa86f4779 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xacac839a ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb621af58 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc38484dd ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc57e8604 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdddf3816 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfce6b788 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x9f719abf 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 0x09e94ea2 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xa1f7eb1a devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xdee91e4e reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xfbf67ffd devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x0da9eb6e bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xaf60e7a4 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdee2a9ef bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x682167c5 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x9f609002 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb3d7a3d7 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2e1954d0 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3a3e73c6 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7f91c6f5 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9cfc372e ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa54ef698 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa7996015 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xcdaf4644 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf71daad4 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0xf92e98d9 mock_phc_create +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0cb9cd9b mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5a2a1a24 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x8178e700 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x8ec9a094 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9188248b mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xcaf9a98c rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0c65c8ed wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x19695b15 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x5996b0a9 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x89f744fe wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd4f1496d wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe719915a wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x213f757b wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x19436965 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x524087af scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x64211b06 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x68e9eafd scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6c985b6f scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xc2d6d001 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xfb79c2ae scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x0cfe7ba6 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x3df5b5d9 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x8370820c scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xb4cbc76c scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xeabb3af3 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x09486ef0 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xa2821bb1 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xec5df0c6 pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x117926b7 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x3c8ba837 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x52c8e60f qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x585cb04d qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5cd8ffef qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x868589f8 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9375e26c qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf45144ac qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1141b081 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x3604a4b0 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x70fcf791 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x9bbaf3e9 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xa3f4add0 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xc0b73da1 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf7d46780 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x581f68cc 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 0xdb9ea182 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x3d143550 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 0xc6bc0fd7 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/rpmsg_core 0x6d39d519 rpmsg_set_flow_control +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x9a2ccf81 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07d39e49 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b39fa2b cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1776010a cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x239db26f cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x247d905a cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x315da57f cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x32ebbd9b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37bc946f cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3808b44f cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3bc0ae7c cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3cad73ee cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4523dbb2 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52360fe4 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57b27bc9 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x616c4f2e cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x686eebb0 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x803a4705 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81d401e4 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8808df0c cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88757e4d cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ced9060 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x982fcf27 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9857857c cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x98cd1c27 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ca44a56 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa90a8b9e cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab7dc2ff cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb20957e4 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb3df9b27 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc5253152 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd50a7ce9 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd53e7221 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8c296fb cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde0e7e4e cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfbac7d7 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe14d20ac cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe21a01a7 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe61272c8 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea476984 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf129ea51 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf59c1f87 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa2ce5d9 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfcab6ac2 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff16b36f cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x180bc2be fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x27e2dda6 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3e672867 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5518f18c fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x64766f96 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7010c045 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7053bb71 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x79f12d71 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7fc1a1c3 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8c392956 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8df0dc16 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9465c1ed fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc21abf25 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xebe7e86b fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf22cf396 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfd4265f3 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x2be04840 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x65d12637 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0e3c8471 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1db6a345 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x21001197 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x269c6afc hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2bbe789f hisi_sas_scan_start +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 0x522fa711 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5efb2821 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6244ed5d hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x74ee6bf9 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x77cf6fb7 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x794e3ece hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x803b948c hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x81fae1fc hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x85d26e21 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x89f7919e hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa0ce245e hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa5e6724d hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa67cb1cb hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa7320c95 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa8c5d2de 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 0xb94874b3 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbb42e1c7 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbe651960 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbed1fbde hisi_sas_release_tasks +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 0xc69e5774 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xccfe9e7b hisi_sas_phy_down +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 0x33e8ddc1 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x427a6055 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4d4d1054 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x59abfef3 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8ab057e7 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9dc44b51 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa24e1f0c iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x041aad15 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f7ad2a2 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c17afac iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2879b2e7 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x301061ef iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36d716dc iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x420915ed iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x438d2a0d iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43a090c8 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4593b201 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x46b9495d iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x474124ec iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d55fc36 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4fbb27ee iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50520a93 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x564812aa iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x593b9839 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5aa319ca iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c8fe2ea iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ff24191 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x65c9487a iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66904e38 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d399b14 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7727f330 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c5e05c2 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c9826ce iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80856b43 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85d236d0 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d7050ec iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93cde6a7 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3dff6bd iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa79fee79 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaea5efb1 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb09b109f iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb172205a iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5547ff1 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7a90d1f iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8521670 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb87503f1 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba6c8093 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbcd9f904 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7b5010b iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5e2a88e iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe07b7db9 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe33e4d71 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea672dc8 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeae94a48 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdeb1bf8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x027a5cff iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0d51e52a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x176cf1be iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2595c833 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2b16f4e8 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2dfb180c iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3c075d92 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4859cbb5 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4d2ba4be iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5d7960f7 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x78572be7 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x83b759d2 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8c04bf56 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbdd81c80 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc03288a7 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd118a79a iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe2e94fdc iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0004e04d sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x034040cd sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x156e58da sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x19826cd9 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x202ee2f6 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x230f8578 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2fcc3e13 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3310f029 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x340a66fc sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x399c6624 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3a0d3137 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x40ac5bcd sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44dc8011 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e31177c dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e8a2b4f sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x60fdfd09 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x657298f2 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x698e836c sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6dc562be sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x733732bf sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c4343bc sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e3242e6 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fc31094 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x897a8951 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x954341bd sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a623b67 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9bbfc7ac sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa456f3c7 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xac7f64db sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde7d4a9b sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe38edd78 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe395e43b sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf15e92a3 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf562a318 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfa7f4296 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfe955f38 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x1c66ffa4 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02422598 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06ff6d56 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0cb63571 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e5f1d3c iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b83b99c iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bca6677 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x371a3e0e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a27085f iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3acbf3d1 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c87434a iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4110e4ea __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4283fff7 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4cfda2e6 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54ec8e84 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x565544ae iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a91574e iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b28b9c2 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x684c47b9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x697a40dd 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 0x6a65771d iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ffc0d89 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7304379f iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x74c88b39 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x821ad965 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x86a919ea iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x877bfd7c iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x889e4680 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b950904 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x932b200d iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e47ec72 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0c0daed iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa5aa3f8 iscsi_create_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 0xb1a8bb8c iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb571d76b iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5d1eb48 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb993e82b iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbcd59f4 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 0xbf4306a6 __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 0xc77985c9 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd07e62e5 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3935722 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb71646d iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5624c63 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb1ad07d iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf08d2ef6 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1bd96a4 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc883d37 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfee23471 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x073c6b0f sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x88522784 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd8420650 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xde1175e5 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0db8e34f 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 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1aa565fa srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x37c1baa5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x796ca37f srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x99daf74e srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd9980db0 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe9f63b67 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x38da1004 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3cc85170 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x40824411 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xbd15d577 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd37bb558 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd5f2b98d siox_master_alloc +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0775066a slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0ced2011 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x122de4be slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1c44792b slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2304d2c5 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x272cbd49 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b954493 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x408b0b20 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x43c92f76 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b9ba368 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e8bce10 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5f09260f slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6657a065 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x729ef9aa slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x78147276 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7d556f7f slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9399873f __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9e4a5613 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa23324d0 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa42a7310 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xac219a31 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc00614f6 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc3f0b140 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe0c3528c slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe9f404c2 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf5cd0f93 slim_writeb +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 0xc1e9c7b0 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x077f00ac apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x10e94ab3 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x25c374c9 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x387273e7 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x774558c3 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7826c09f apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x89944e34 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x92f8962d apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9f60f7aa apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xa14c52d2 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xa14fff7a apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xae037f74 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd8e86376 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe249c0ac devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xffc57373 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xa152328e 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 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 0xa3161c9d dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xa4d5c57e 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/fsl/dpio/fsl-mc-dpio 0xeee04cb2 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x0f9ce863 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x3459670c mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x897dba5c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x8bf4828d mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xaeec744a mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb4bed86a mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb985bd51 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc81a0af5 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xf1c073ea mtk_mmsys_vpp_rsz_dcm_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 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xb1f02e30 mtk_mutex_get +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 0x33d31ddb aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x72e609b1 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x8cdc1778 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9e1eb6f3 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb035b1b0 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb9728343 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xc56bdee5 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xcc62f89a gpr_free_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 0x1b37c084 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x46b47617 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x8efa1350 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe42ff11c 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 0xbb499165 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 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf202cea2 of_qcom_ice_get +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 0x02eb9872 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x12c63aa2 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x1fa88ec6 pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x423bfcf7 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x5061fac3 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6d92c0ed pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xa9d57bcf pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xeddf2406 pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xf1afd716 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa1bfc6c6 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc0710ba9 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xf2ce59d7 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x82926c33 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x48883bed altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x072c9f47 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x24edf8c7 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7a2bfd38 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8ae60f00 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa0550021 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xfa73a503 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x1086cf14 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x97bcfc8b spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x989adf40 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x08ae5bf8 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x10bebd15 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x15958568 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x19e7f5c7 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c911a39 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1e77924c spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x20a1997d spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x22ab4931 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4aa5ba3f spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x553c09c2 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5770d500 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8542153c spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x93dc35d2 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x97bc13c7 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9ab4c69e spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa9198e7e spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaed0fde6 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd4e8d8c9 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf66208c4 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0c82ed22 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x12e656ba anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3b538950 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4c17f980 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x599e81cc anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x9a08e4ed anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x9a6d3556 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa491249a anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa4aa177e anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xbd5d6447 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xedaee2e6 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf82cfc64 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfb10a0de anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfb1eeaec anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x0f625186 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xaa79963e fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe80ded61 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfaf7527a fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1bb8bb7a gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2335cc6d gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x37a7aa08 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x57c37bc4 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6139e70e gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x74f63b3c gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x77431b3f gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7b6d550c gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x841c9001 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8d1122e4 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xaee24152 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xecee6a31 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf921b603 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x19d8df6a gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3f59c105 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x411601ac gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x513e62de gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5554f013 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5cb34ce0 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x84fe0280 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb21a33af gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb5712cbf gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb7933336 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcf43107c gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd354cacb gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xdf7c1da9 gb_audio_gb_deactivate_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 0x20e9e150 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 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xc9e3ce9f gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x5f7c6236 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x62f89186 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x1ab9e631 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x81b45c8a gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xf8c06b7e adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x0b9cae95 sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x01dcf271 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0afdca6c amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0d50d4e2 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0fb65643 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 0x14dbda1f amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x22194fe2 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x299976c5 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x32b31bbe codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x355f54eb amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x36c1aa1b amvdec_write_dos_bits +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 0x6f9325ca amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6fdfe72e codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7510a853 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa13e940c codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc59b5336 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd4cfd5d2 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd568715b amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdd0fd552 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe3e3e725 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf1ba7065 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf7263916 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x3bd53002 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x605d13aa nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x9dc7df8a nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x092a80c9 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x396f9125 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x720eb546 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/target/target_core_mod 0xfbf8fba2 target_submit_prep +EXPORT_SYMBOL_GPL drivers/tee/tee 0x03e87d08 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x103f8a6e teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x115ac6cf tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x18a422f0 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x273e3fb0 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x51279115 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x52f9f191 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x67c58f08 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x698b5cc9 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x87833a4c tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x88530fbd tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8af6689c tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xaf4ae210 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb40ad29d tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb72b797c tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbfe5f994 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc9c6b98d tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xced95d1c tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdbd2108a tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe110103d tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe3f330d7 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xecd7cbdf tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x2baf4dbe st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x528a2a82 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x7ed3c259 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0545f784 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0e36bdd0 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1212e882 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2fdc3d82 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x365a1542 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4d004f8e tb_xdomain_response +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 0x5963935f __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5e89b474 tb_xdomain_enable_paths +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 0x65bf24ce tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6da42282 tb_xdomain_find_by_route +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 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8ed1060b tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9120144f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x919a8357 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa1fa984e tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa9785d70 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc45db0cd tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc6c151c0 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc76c9948 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd5e2e96d tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xda56a611 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe8851c2d tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeb1a1db1 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1b2a72b tb_xdomain_lane_bonding_enable +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 0xfbde5368 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0855fd9d ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1421d979 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1531426c ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x15e4ca48 ufshcd_mcq_read_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x18609570 ufshcd_is_hba_active +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1b3e9d79 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x341a851a ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3b6052a9 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3f48207c ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x45ea9178 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4a227ad3 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5c9612d6 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5cb76f02 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6416d2f5 ufshcd_mcq_config_mac +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x73b4d201 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7554f120 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x796eb83e ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8a660c4b ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f826bea ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa42cc766 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa8883536 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaeee4f8e ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb12a065c ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb2dc6829 ufshcd_mcq_make_queues_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xba7ed814 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbb1e6ab4 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbe003f92 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc2477ca4 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc6f6759b ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcba693a2 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcf504607 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcf5dc3af ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd7805b6b ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeee2118c ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf19d3217 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfa0ceeae 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 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xc59c645f ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xd78fd292 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x812b4aef __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x99d7c273 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xeea0473b uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf52f9c4b uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xc45ab98a usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xee5813b9 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0f5fef0a cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x259a1eed cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2718f061 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x33732f02 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x39f31a73 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3da9bb89 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5de4279f cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6fa6bc0e cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa1ad38e3 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xecbfa1df cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x130c0af0 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x3f12e1c9 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x6f43d617 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdf7896a6 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x058eca72 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x6d3172a6 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x81bb1317 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8b8f0b0e imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xca9de942 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd07416c3 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x14fac2db ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x35ab658a ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb029ff9f __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xd3288a08 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe816a116 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf5d05e5c ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0521c60b u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x05447d1d u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x157437de u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x19500ed4 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x232166c0 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3653f539 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5930e313 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5fa74471 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6aa2e8a2 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x83c67831 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xade433f9 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbc34b6df u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc7e4912c u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe7c8a1f2 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfaa53164 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x13932e77 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1e0e0d0a gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x21cd054f gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x52d552c7 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5904d457 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5b52512b gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x716e008f gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7d8f2270 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9405823d gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9751e922 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x97c9497b gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9b1b4328 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa8af57c4 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcb0ce0f1 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe1561fc6 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe18baf38 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe7b823f4 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfcab6a3d gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x14bf38af gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x3bb97e0e 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 0x87d39e35 gserial_resume +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 0xdc648c22 gserial_disconnect +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 0x1f5ff3b9 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 0x97ba437f 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 0x1918a66c fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x19710759 fsg_show_inquiry_string +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 0x2a9972e2 fsg_show_cdrom +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 0x399f46d2 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x39a8f905 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 0x3ccb7327 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 0x4aad1869 fsg_store_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 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x702aad1f 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 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8ac6f047 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x93796e1d fsg_common_set_cdev +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 0xa7ff30ad fsg_show_ro +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 0xaccd31bb fsg_show_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 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 0xbd80593c fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbeb06eaa fsg_show_removable +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 0xe5408b0e fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xea3c9615 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xee4d944f fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf0f2c539 fsg_lun_open +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 0x0921f1ca rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2ff0bc70 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4a1256ab rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4a3158f1 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4c6984ac rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x80ddb76b rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8cd95492 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x95e280ae rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa04434d3 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb3437a7a rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc8850da0 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd79e4967 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe7a77113 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf9d7b99f rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfc4ee712 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x01a9a23b usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2257fa60 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x248e0fb6 usb_interface_id +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 0x2edc1b30 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3cefb8e1 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4151780c usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42f180f4 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5dde3616 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x677c86af config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6eaa2ab2 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x75279cd0 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7b8a9302 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7c92f629 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x88f4a01d usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x918a4ace usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x98898ef6 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x98f6ab67 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa2d0a964 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb4e3c586 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc87e86d1 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcf6fbb36 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd96858b1 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe2800110 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe6a07693 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf1dba9c5 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf34a42ed usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf6bce020 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfaf300ce usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc89c1cf usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfccd4cd8 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfd0935fe usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff701913 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0x3aaf29c4 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x441178dd gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x51d08c92 init_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 0x65d57799 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x67471ad8 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8590ef0f udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x92810841 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa846fdde udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb00beb3d udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xeb3a73ac 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 0x028598d2 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x06a93bdc usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0cf922c6 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1424cc20 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1974831d usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x20f1d6b7 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x23777e6b usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x24fe4552 usb_add_gadget_udc_release +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 0x353af35b usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x399449d1 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3e86ffb7 usb_gadget_connect +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 0x4939cd37 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4c126f62 usb_gadget_vbus_draw +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 0x65c1a735 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 0x7ac1f581 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8841f8e9 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x91d7b505 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x91df55af 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 0x9970ce5c usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9a9eac3e usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9e48d165 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5b654d8 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb14fb209 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb5ba3b0c usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc0d4de9c 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 0xe579f911 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xec56909f usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf04d8544 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfa364ad8 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfc44a283 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x02e0686d renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xbcdf7d71 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xc43defb6 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xfa0c7f9c xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x1fd1cd81 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x3e3469b3 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x05055245 musb_set_host +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 0x952726cd musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xada82c75 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb07a7d9b musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc3c26c9e musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc80d9da6 musb_get_mode +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 0x49b21676 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x84652faf usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8dae1455 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa06e82cd usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbd82c99e usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x079d7afb isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x6dbbfe39 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x72002bc2 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xaa77b906 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xdd13f8b9 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x1c4070a4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x11ee78de usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x15335be2 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x173fa2b9 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f0c8d50 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6833e3b7 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6a0c0ce3 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x74c2a888 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7cf9b6eb usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x80e9245f usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9a15604e usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa9b1e729 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xabd2971c usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb4b04e9c usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbabc2fc5 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc06daf77 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd75c9c61 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xde4553f0 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe18c1efb usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf2dd2227 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf84c364e usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x0a112050 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xb713e9dc dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x13792542 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 0x2caf0d5b tcpm_register_port +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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x04060afc typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05dd5a35 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x075112df typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b551330 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c5aa14d typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f0742ec typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x100ae40f typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10ce9574 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12077b97 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x150bdaf2 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1514b37c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x161900ff typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x183b068a typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ed27e52 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1eda3596 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21a5ff81 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22d53ebf usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x234f819c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2834639f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2cdd1910 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30a6ab22 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3215f219 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3291b71a typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3eabb87e typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44496da5 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x472bfbad typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4815bde0 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x48fb4d26 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a6b6351 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4b260c97 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4bf80cc7 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c3e6728 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4eba812e typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54a6b4bd typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x554db387 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56cf361b typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56fe3f9c typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57e4af80 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x590825ec typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6317d6ab fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x662fc492 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6f7b558f typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x726233a8 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7578fdd5 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a7bacae typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81520347 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x835f78ad typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8968c30e typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x94aa07ad __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c421623 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa742eca1 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xadb2a8bb typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb07fc0a9 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb742c60e typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbbc9879d typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc7a41007 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc94d4920 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd849f94 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce99979a typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd6621243 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdce5c991 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xddbbd97d typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6e145d8 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea3f22c5 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeda5f65b typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf369dbf5 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf42d6c60 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5fbd589 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc931876 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfde77ba8 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x32848ba5 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3894a453 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x477aa47f ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x838fb910 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8bda3e11 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x96775d2b ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x97a43fed ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb1b495ba ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfe65871b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x03a15b90 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0ab5d9f4 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x33cad894 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3c3b3508 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x46970522 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x489160a7 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7a0cfd89 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8fc2959b dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa6ed11e1 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc2ab076f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc6c4e480 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcd41b83e usbip_recv +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 0xe84e2f87 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0e1f6baf vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x102b4332 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x14469cdc __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x32bb4cf4 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4e57c1d7 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5a72ea75 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x69c59a79 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x82033bbb vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa2fb62cd _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xeda5892a __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf6f10a73 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x1fd1f907 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xe955aa5a vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x03439494 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0794de48 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1b07f5e7 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x49b79255 vfio_pci_core_register_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 0x6a46114d vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x786dcb45 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7d3dc0b0 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x80a6b56f vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86a40930 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8d2b82bc vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x97a189cc vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9938876a vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb06a6a5c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb6939ad7 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbb114fe1 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc7628cde vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcbdfd071 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xebe39bfe vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf8439f2d vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x70f630a2 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x89d8ab9a vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x94022c30 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb01c8042 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xd6cf47b9 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xdd3775f5 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe2039d11 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe277f117 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe895b99a vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfe363358 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x04d40cf4 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x05ea1307 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d061678 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4eae2ef5 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x64b3265d vfio_iommufd_device_ictx +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6985cec2 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6ff9ca4e vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x73cd3dca vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7c105197 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x88d85657 vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8e8404a0 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x90064da3 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x900c49bb vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x96cc1e13 vfio_iommufd_get_dev_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xab86f340 vfio_iommufd_emulated_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad44772a vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb1391eba vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb6e87659 vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb89d4e65 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd7b5ff10 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd8b27880 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xea76977e vfio_iommufd_physical_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xecdff9c9 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf0468b17 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf3f19fec vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfbbe34ba vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfcbbd067 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00ff50ef vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0181990b vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x05d32a7f vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x16cdf8d2 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c2eff7f vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1eb9edfd vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20592d7c vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x242385ad vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x25f308c4 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x289d13d7 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x340f2512 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fb6c403 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4495ef1c vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4cc02f0b vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4e1d4734 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4e87b189 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f5e891d vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a2956bb vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a303626 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5f7387fa vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62b6ee3a vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7744af2c vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7ae67f4e vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9c2b857d vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa2fe14c1 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xac323ae6 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad9b452d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf5c850a vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe1df470 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc12cfb38 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc6343c78 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca64155e vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xceb94859 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd865395b vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd9255ae3 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdce6b5b6 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdd8aae3a vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe5f15ab4 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe6de172f vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xea9120b3 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeb719056 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec58b0c7 vhost_add_used_n +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 0x3965b78a ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x46969836 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6091caf4 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbd3a7ede ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc2d387bc ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcdf398e7 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xdd2b9807 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x3f607256 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x3a45bcf1 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9a07de02 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f8dcf6a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5c38acd2 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6bb97dfe w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7541527e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x98d31906 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xab395f04 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb0b21ff7 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc058e78c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc2ee6690 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc6896b8d w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdc22dc84 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2b520f55 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x45860244 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x57e960bf xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x73c2b1c9 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xf8567a9b xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x22cbd07f xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xdc2fcb97 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x58ac0838 dlm_posix_cancel +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa2990554 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc41c17f0 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/dlm/dlm 0xfe5945aa dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x40605b5a lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x83058fc4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x88961e2f nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9b5756ba nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9d38e8ce nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd5d2b498 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xde406c93 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfc2f1484 nlmclnt_done +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x87fa8717 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02f79e03 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x051c2cc6 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05deefda nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06388cbb nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08f12a52 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09828ccc nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a1ce3f4 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a94e0bf nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b81e85d nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d13bcfa __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x111bde81 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x142acfd4 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15da61d7 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15f6e587 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16e4dfd5 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18a353cb nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19492364 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x196d5178 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ab82549 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x200eb038 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2456101f nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f4a32d nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25935d08 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x287f51cc nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c95886c nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33aff0ba nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3435f88d nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36237baf nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36db5271 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37274ce5 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37879d9a nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a81a6f2 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b4a7636 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b9435d6 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cd771e8 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ced5a6f nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x402f26b7 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x421d4a48 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x489074bb nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a5a6e70 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d6daf1f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f670840 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5206d224 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52594e62 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52b5d437 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x539ed021 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54cd25bb nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54fe6ed9 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55e35f1a nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x571e975f nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57bd5519 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c4d3d77 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c80594b nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dab17ce nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x624afc90 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6421e9c5 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68509e17 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bc5fb33 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c6dd196 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6de4690c unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7005d5f7 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7148a3b9 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7220cf1a nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7283687b nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x762a751a nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79015453 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aa15b09 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ce0c0aa nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eab65f2 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eda1973 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8048f1dd nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80d85ae3 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86401314 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86f1b5e9 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x895680d0 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b012a3b nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b044624 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b56e0ff nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x917bbdaf nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9213054b nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94ff1ede nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x950aba41 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9550d382 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99a30e2a nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99c759cd get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c930e94 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d7539c4 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dcd2bf5 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa06685a8 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa07fc704 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1e09bd6 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa29fb6f5 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3a7c927 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3b4fd8c nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa52bfcc3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7125db4 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7c12279 nfs_fhget +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 0xae95e86e nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2a9c2fc nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4fc26a7 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb70f9926 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb81c576f nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8d5b292 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9a3f8ba nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaae41a7 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd22fed2 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbee19b8b nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf930879 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1a5484f nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2018021 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3134e04 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc36ae5c3 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ff5392 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7ca8c09 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7fd350f nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd4ae2aa nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xceb514d8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcefb4faa nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf41b04d nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd271edef nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6c3599c put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd706d61c nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7f08b78 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf8f198f nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b167cf nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7a2d467 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8794dc2 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed02cd39 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee24d667 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee4fdbb1 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefb81e03 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf05cc64b nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0d61bba nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2af3321 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3c4427d nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf66e7e20 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa314b6e nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb6fd60a nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbad790c nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbfde253 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xfe740295 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0019401e __traceiter_pnfs_mds_fallback_pg_init_read +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 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 0x0d3fbb86 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0eca93d3 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10055871 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15e98c67 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +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 0x24613eda pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2713632a pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28c5b4a8 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ae2f2ac pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b7ccd6a pnfs_alloc_commit_array +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 0x34e28d4c pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39a0ea18 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b303d59 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x455d6487 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48c82bec pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49e60147 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bf6e758 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c2db872 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e32487e __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fc2b734 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fdb96c1 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x538f3736 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x558703bc pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5615baef __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5698cc78 __traceiter_pnfs_mds_fallback_pg_init_write +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 0x5a70cff1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d372f5a pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5de58a4b pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x621e5990 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6349b3ac nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x635b8aa5 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68bb06bc pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6920daf5 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69529867 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70de1572 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a469022 pnfs_add_commit_array +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 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8338dd72 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8399cc4f nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be38271 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x963ecb56 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98b8500e pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a614054 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ce2e785 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa133bd47 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa34ac3d9 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa403f745 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7d0a35f __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac8828f2 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacd3ecd1 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb151210e nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb168caa3 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb17d328f pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb22e502e nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8c56f8e nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9e27e1d nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb184f83 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc766c98 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdd37510 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf27ac46 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0d23326 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3daba5f nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca8a80d4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcea78b20 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf81b15c __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfc450af pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2862ffb pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8968398 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf4318cc pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe06e4313 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1573fc7 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe24b64b3 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf07d72a1 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0b2164c pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf73c7ee8 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf850bb68 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfabdf874 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbdd49c7 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcebd552 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfec6d0ac pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x15229110 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3b14ff94 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x66cf537e locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4bb35079 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9ade8f2a nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb4912d4c nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe84898cd nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xa2dab3b3 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x025763cd o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x339883d2 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x35a96f26 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x46a49fca 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 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x61ccf59b o2nm_node_get +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 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 0xbba55d9e o2hb_register_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 0xf83354cb o2hb_setup_callback +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 0x63710661 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8d5cc826 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa8dbd2f1 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa8fad4b7 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 0xf79b92b5 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfabc42a9 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00af3885 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 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8ba58d35 ocfs2_stack_glue_register +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 0xbc319cf9 ocfs2_kset +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/ocfs2/ocfs2_stackglue 0xe56f1bb7 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x0ed2f69d unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd8cc305d register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x26cc3481 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xb0c96f48 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 0xbc1da390 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe2bc871b 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 0x3b025d8e lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xb1cd64f2 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x547784ac garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x603d1ca3 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x66d74a5f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x791f24c5 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xd9ef6144 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xfcfbe744 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x6d13714d mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x7af2ab0d mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xaf6d8331 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xea037719 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xefbec686 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xfef3e68d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x050dfc16 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x5d2c5228 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x065607e1 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf3ab6f31 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 0x6e91bb25 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 0x2ba07041 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x89ef008b l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xac7d1f63 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb5af82aa bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb72661f4 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xbb4cc273 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc983896c l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdea8c82c l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xff4bb0ff l2cap_chan_put +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0d089679 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x127d49f0 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14cd49db br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x188ebee8 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x19ace6dd br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1a8a7f4e br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1ed89ff9 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x344e74e1 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x46d40f1e br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b70972e br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b9e8acc br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d7831a3 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5e71b136 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62a24e6e br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62ea1872 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x65fee74b br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x81a39a32 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x83c2d2ba br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x87287b2b br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x90e218a4 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa328f3ab br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbb321c57 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbb55db24 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdd0c2cf4 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe6268040 br_mst_get_info +EXPORT_SYMBOL_GPL net/dccp/dccp 0x03640162 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x042631a3 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dccc444 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41842e77 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x455a4b6e dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4893f38e dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48a3f5c8 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49718a29 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ffd0916 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ede38de dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x691d6025 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b2b0e97 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d4f03c0 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6ebe7e86 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7507cec7 inet_dccp_listen +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 0x84d3435f dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86083e58 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87fc560e dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x96167177 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x97f0ea33 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaba38117 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb38dc78d dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb59b4da6 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc6e72a7 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3de36b5 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0eac986 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd315e00c dccp_destroy_sock +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 0xea1e9e76 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb77bde4 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf479037a dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf835f2c7 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf92b5d5a dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x12e2b1b9 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7297bbdc dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7a8fdfd8 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x92683e73 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x99fd6bdd dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xec61daec dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0203a751 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0ab1cb81 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0e07918f dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x13d7932c dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1404042b dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x19ebd123 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d38ef0c dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x24bf8862 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f5e3a05 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x38b8e89e dsa_tag_8021q_bridge_join +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 0x4851318c dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5dfe36eb dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x608c12cc dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6ec0a395 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x71fd8b02 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77e9a4b0 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x78b6f071 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x85718ac5 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x89208707 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8af07fa9 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9c11b4af 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 0x9f6b4c42 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9fa96666 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa6a9d39d dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaa4bc085 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb36b19c2 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbfb4891d dsa_enqueue_skb +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 0xe7088289 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xeddcab20 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 0xf433efa6 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1bdccf07 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x29466380 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x53f78b33 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x67d352e6 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x680af0d4 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x72276e62 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x74f103e4 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa728fb28 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xadc6f1ba nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe33a5c7a ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf477ecb9 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ife/ife 0x066673e9 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x4fd040e1 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 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x50618762 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5a7c2058 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xb6d9fe91 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x282dbd93 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8b9d532a gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1d00b771 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x20b8c9f0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x777a060e inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7f118086 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7f4673b2 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84f129ec inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9bd37033 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaca4633e inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdf69dbc9 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xbaddeee6 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x005a6fec ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1e76482d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x27845b66 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3c6e70f2 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5fb8a516 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x86d0bbea ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8759ab06 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x89b213d1 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xab0e4556 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb59003d2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc2cc92b6 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6de19ba ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdb5781d4 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe30b04cc ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe3187df6 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeebd62e8 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xef06a48c ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x4f9c2680 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x89c557eb ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xa4b4d313 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xc4a829aa nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xf9369fef nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x67afa0de nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7553b0e9 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x80eaa99a nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x99d81af0 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xab805a5d nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbc7ac137 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc9ef1744 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x0c5347c4 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x46e8738d nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x65885c83 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xe3f745bc nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x8fc9e195 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xb19a91ae nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1dbfb9c2 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x21f5a85e tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4a9df446 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6f085e5e tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9823d4eb tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0646fbdd udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x341cd9e4 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x49307765 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa3befc90 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb262e3aa udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xca070f3c setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf46bba6a udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfdf6eb2b udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x1f47439f esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3531da89 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xeffce29b esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2899c091 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x77cdcf63 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x99e0fe06 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x0e761cff udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4cf6726b udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x8a2fc06f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x059f274d nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4bbd9203 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa7c0c0d5 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x321cdc12 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x0da99837 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x177a7b46 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3a5465a5 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x4b736d77 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x704193a1 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd0a81b75 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe5b6e20f nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x8b34e6ad nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2e33bddb nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x728d70b7 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x81da9e4c nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x516bd685 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x6044319d nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x10329bce l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x148fb488 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x21cd0cd2 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24f975cf l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x26a9d15c l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x278d1f41 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x34003fb2 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4a196b37 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4b1370e7 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x59c56fff l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x71b61940 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a923e9e l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9f047080 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa75bc6fd l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xba293b5a l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc797a41a l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe27630d3 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeaa05a5f l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfb3a1d4f l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc2f0fd1 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfe7d446c l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x7fb930c3 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xd6744fdb l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x04e5df32 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x052881af ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0a9ad149 ieee80211_update_mu_groups +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 0x29449c23 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2e74032f ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3d9ccaea ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5c2c3a13 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x75890f83 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7a8bd274 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7acbeefe ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80cd2e19 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x98e2a5a6 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9bd6ce27 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9c2c6b5d ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaa58514b ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb5843176 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbacf06c8 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbe60c887 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc0024491 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd05f886a ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd74d6fa2 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf1b08bda ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfced310d ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfdb205f3 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x00e4f6e6 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2f2aef2e mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x46d9f758 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x5c120321 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xeda02274 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1ed7c9a6 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x34f95575 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x666ab75a ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7d81921e ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8281f08f ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x92f6fcb9 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x983dd533 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 0xa6f9bfe3 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa90c16a3 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xae4a898e ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbea0199a ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc01e3942 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc49f0e32 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcffbdf87 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd5df8505 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd832b058 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd836ee41 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xde4466c6 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfbcb65ca ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0b4a54fa unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x46026b62 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5e2c2744 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdc1b1c89 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x48ba31ac nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x52349bb9 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7979dc10 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7ec30436 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_conncount 0xf7af0d7b nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x003979f4 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x008f39b9 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0095d6cf nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01683824 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x064c68f7 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x082e3a5b __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0859c74d nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17861da3 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19548d0e nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x217f1694 nf_conntrack_hash_check_insert +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 0x2bb997b1 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x311d500d nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3334a169 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3694988d nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37ad028c nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x418e6590 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46016024 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x468e8c2a nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x496ba921 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a202d41 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ad937d9 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bc5c397 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c6580db nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x576ba4bf nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5862baf8 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d4775bb nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5efcd1ac nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ffc5414 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x600c0304 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x651fab63 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x658cbf77 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e2d9173 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70745a1b nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70d30410 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75188948 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75d76e64 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b94eefd nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7da55a1c __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88792151 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c486e65 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91f1abc0 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93c22e49 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9461283a nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x951dbb32 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x967dbe5e nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x986c01ed nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d348c6c nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dc4aa29 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ea25a3a nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa08e7cc8 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1f9cca1 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8e1de3e nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac10c5b1 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad932f85 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafc8ff44 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb09a41ed nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba686d55 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbac63fbf nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb6f0fe7 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb806dee nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbeef81bc nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbef506a6 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3cd70d4 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc669e268 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc914e1cc nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdd6ee18 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce2822e4 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf41349e nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfcd2008 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0487f28 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd23089c6 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd608b3fa nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda13d8ad nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdce6208f nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdfad2c64 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3a47f97 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea01e377 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf05d422f nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf18b127d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf42aac04 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9a6882b nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa2423b6 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc6dbff3 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe21067c nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe272eac nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa729d58e nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x6a3b5fc2 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x452d1894 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x09c685ad get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4dcd8fa4 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc4b96ada nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xfa0b1697 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x157805f5 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x65b9c783 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79968c9d ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd229b35c ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdd893084 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdf555fc4 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf43a5db4 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xfe8287b3 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x71b9f9e8 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x1eb35218 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x9c1958af nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xfad137f5 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15020d23 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1f88a304 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2ae9879e nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x32515676 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5bc60d03 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5f75061f flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6ceb69a0 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7ec358cf nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7f35b268 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8d1c3b0a flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa6a8303a nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa859d694 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xab368bac nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcdcf3858 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe0fbe8af nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe85895f6 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf45176d9 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x03da2118 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x040ea1fe nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1246b61c nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x13c23634 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3ca69be6 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3d0ff3ae nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x40708007 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x441d99fc nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5fdf3ab0 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x75f6b841 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7cadbfb6 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x80ddf16f nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9364b487 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa256f02f nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb36db7d2 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc6f422c6 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xec0cfddf nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xedee62c2 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0cbbba99 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2a8c3203 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2ef50e5d synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x391e7e0f nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6e4921fb nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90c1787f nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x97d6c362 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb151e855 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc796278b nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xccf2389a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcf5186ac synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0dfee0eb nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0e94edb5 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x10fae0a3 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1de93c4b nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21f24ce5 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x22291b38 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x234da821 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x261896b4 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x33b21d9f nft_obj_lookup +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 0x458f8f38 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5786c4b5 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5cc64fbe nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61aaa256 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7db4630a nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8778afb9 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x890beb54 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cf90aba nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x907d3c78 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9400133b nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9818e2dd nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x990f9bfb nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x99b63429 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a118390 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a75334e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9d24f068 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa7a7c4a8 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabac2bb3 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xac4c23bd nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae9b3c81 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2dea482 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb49f3516 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5cb64c9 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbff9f680 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xca825d06 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1540c08 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd29d55bb nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd66209fa nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdb68f0b5 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc8919cb __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 0xe4371ef1 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe989b079 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x01a7a0e4 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x34da1cb9 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x75f34db4 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb74ce858 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd54fed3f nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf5fb2a06 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf77d50a5 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x00b71f66 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb0f5e75f nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfe6f278d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x4a33ea73 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x612f4a90 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0c7365bc nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x14316bd3 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x1f80952b nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x4a578e4e nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc6bc8309 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x09f2a8fb nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x73eea380 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb2c73f28 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 0x1ede3431 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ebfe556 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x404b4f2a xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42bc7fe9 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x43b2ef9d xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5249dfcc xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5650d1f6 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5cd1074a xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e5be7f4 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7e845de7 xt_request_find_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 0x82a782b2 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9302efbd xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d140a9e xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa5de226b xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad81e3f8 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe969e2b xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc2c8957e xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc6a5b128 xt_hook_ops_alloc +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 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe113ea2c xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf2994dd7 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf2fac32c xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfaaed9ca xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfd32f7c7 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xda5812da xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf7a54d6c xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x93aa0b17 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xe85994e0 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xfe5b1a53 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x691fc7cb nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x69b48367 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x6c343123 nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0x036ce72b nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xb55c7095 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1cb58357 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x523ad90b ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6a5a131a ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x84094f89 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x98e416b6 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf1f9826a ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x0018c78a psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x497ed35d psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x93ab9779 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe88b03a9 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5fecfc1a qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6c41401a 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/qrtr/qrtr 0xc0321145 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x12d11ea2 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x1ea31fb7 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2a7f7e68 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2d1e9833 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3d208ee6 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x41f6b7b4 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x543b3d79 rds_connect_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 0x5e046456 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x5ed494aa rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x742ec91e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x754bac28 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x757ce7c5 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x7b75c468 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x7c753078 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x8232cfdc rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x82702b2d rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x91fef171 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x956934f9 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xaa1de1bb rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc04d3ba0 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd0e98997 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd2cd44a0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xd5d560f8 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xeafbcb9a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xf0a0371e rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf54402b6 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf5ed374a rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf6c25ce2 rds_inc_path_init +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xa035fc90 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb45ce0ca mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x37006025 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6f7bce1c 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 0x3f1526b2 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x5432d25d sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb5eafbc9 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe3ad4898 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x38b20eca smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x51769c7c smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x8ed0fe29 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xb7c83200 smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x28d03e66 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 0x8731de39 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbb9a78f1 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcf10a004 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x042e4781 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x049f7165 rpcauth_init_credcache +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 0x082edd67 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09ff8d7e rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a226fd4 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0af32417 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b786856 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bff077a rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cfc60fb xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f14f8c2 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1003255e svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x128f4c9e xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14114aef xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14d93224 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15603f79 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16cabf68 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x175dab66 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18b469a8 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19582d82 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b401076 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bfbb905 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c6921ed rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c8c320f xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d9b95a3 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1de3ea28 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20514caf xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21189114 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x216137c7 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21ae737b xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x220ad811 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2372530a svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25126bc2 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25419792 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2571a45a xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x265a244d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26b1a88c xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26e4d91b xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2753d38f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28ed9aec rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29fcf56c rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a0609e8 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a172091 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b389b11 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b7c6bbd xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2be3f867 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cb5ba54 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d29da31 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e2988bf rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e31e587 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e4b982f svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f15ed27 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f619058 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fe0d0fb cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3046935a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3123e4cd sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31b75400 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x321b5414 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32639369 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32dc1b18 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x331b15e0 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b0496b0 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b6fcb7a rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cb81f8e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x406a204f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40e61e81 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42d2f3bc gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43b6129e rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45c74e36 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49394421 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d681b89 svc_proc_unregister +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 0x4ea654db svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f086a81 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fdcda11 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x504c9164 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52859182 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x530039fb cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x557ee7de xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57e673e0 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a338867 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b20b258 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d08b9af rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d838798 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dec00c9 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e55c769 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60e43756 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x622f70ee rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63c5bdf3 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64bc783c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x655eb29d rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x663209fa xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66b26939 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x673f5620 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x682bb856 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x687631e0 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6917357c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a554079 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fff622a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x718bfea4 rpc_unlink +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 0x7261b158 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x734b2f04 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73df6501 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76745712 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7838964d rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x786b06f6 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x789727ab svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x795dfae8 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a975b67 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bf91d5b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d289e54 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ddce639 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fddbb5f rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x808ae0d7 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8149719a rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81e90971 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82be1c1a cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8447b123 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84b778d9 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8649df90 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8746a5f1 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87654bcd rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8845f435 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a69c368 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8adfadf2 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ce57362 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e9ecfb8 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f8bad3a rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8faebfd5 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90673913 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90c6a5c7 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c5d1c9 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92182c07 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x932d4996 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x949bb9f1 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x969413aa sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x978414bb svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a55202d rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d8bf71c svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e73fd9e rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ec8bf43 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa22f6271 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa240a879 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa327425a rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3bcc795 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4a72245 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4c967bc xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4df2dc7 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa665add8 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa942459d svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xada862ad xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaffd697d svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0217e0c rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb48eb718 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb59dd3e1 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6a78292 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6fc6d7e xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb78e2530 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb812aa35 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8a75e5b xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8e01416 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb90f445f xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb99cde05 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba6a724a xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba80ff44 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb91c7e2 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd5bf7dd xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe21b82f xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe3b6c2e rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf83de65 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc00b4cf3 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0b30222 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0bca01e rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2037ea1 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b2d15f svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2bedbc2 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc33e4a26 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc380df22 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a37ae7 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3c312a9 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3c35be5 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3f16237 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc545521f svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc972eea2 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcaec2289 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb3ee96c rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb534aeb rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc86ab08 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcce24060 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd1ac6d7 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfe418b9 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd10e1e2f rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1d2053a svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27f9919 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd378da7f svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd46b083e xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd530f105 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd55789b3 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd66414ee rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6a61c1c rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7d9fcb6 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd815821e xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8896562 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd89d11f8 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd910d4d1 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda1c9f08 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda41b7f9 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda817290 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb07ee3e rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfae06a1 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe08f90dc rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe329e425 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe365db16 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3f03e80 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe58e00be rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe66f1a30 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe70f58ac sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe78c8484 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7f7e865 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe81faf26 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe91af4e5 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe982c997 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee14717f rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef63d1a sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef816e4 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefada1d3 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1344d59 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2729b7d svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3e2582f svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf481cee0 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6441bfd rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8c862ab xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9813b88 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9f7fdfb svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb5e0224 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc59537f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfec6936f xdr_buf_trim +EXPORT_SYMBOL_GPL net/tls/tls 0x282e1aff tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x331f07bb tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x93b57d7b tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xd6230181 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x005ec9c7 virtio_transport_notify_send_post_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 0x1049e09e virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x189009f9 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2140c90f virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x22991d5b virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x237106eb virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x27b52881 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2f215c1d virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3892595c virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3e4bdcfa virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x53563985 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6101513a virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x67fa5c51 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x697b3052 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6b01dd23 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x76399243 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7afcf049 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8590115b virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e869d1b virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8f645211 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9bc6ac70 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaa4f275e virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb78c43e5 virtio_transport_get_credit +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 0xbc1cad4a virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc2dbeadc virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc5214516 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc91f1055 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xce95cb61 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd86122ee virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdaa26c91 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdd1936c5 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee7df222 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf0f8a4f0 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfc44501c virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfed5dc02 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x06ec2a6f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0a0293ed vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x160c6712 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x162ec733 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x265f2d1a vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x369f6fd5 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x38651acb vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x394f690f vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c3dfdf4 vsock_data_ready +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 0x68c0dbbd vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6edcdab1 vsock_create_connected +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 0xa17ae366 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa673b509 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa84257a1 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa887e652 vsock_add_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 0xb98851fd vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe30e0a7 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdde3ca36 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdf334ab4 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdf365830 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe3592f26 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe730237f vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe9e9e80b vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec20b878 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x22ac864a cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x298b07ac cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2e805539 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3c960997 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x40b53247 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x44744f4a cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4b9aba30 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5378c4eb cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x557948cc cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x883ef9f5 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa237f335 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb021af9b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc299dfba wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca462e81 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca72f0a3 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcde9540c wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd4398094 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd45abb1d wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd55077a5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe54a9023 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeeef7b74 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeff982b3 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 0x396b5172 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9443699f ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xacd087c0 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdaefe9a4 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 0x0edabbaa snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x04360e15 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x3afd206a 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 0x26076371 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x27d5caeb snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x3ebcc962 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x4457a9f2 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x602b1df1 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x72d218d1 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x7e36503f snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xa0598be1 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xadbda339 snd_ctl_add_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xbd505e19 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xbd9bfabf snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xc0508217 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xcd96ae6f snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xddf120ca snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xde56e339 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xe36e076b snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xe99e549c snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xebefc7b4 snd_ctl_get_preferred_subdevice +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 0xfcb3b53a snd_device_alloc +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x62e01a09 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x7616d2c8 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 0x19502eed snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x24eac789 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x31567d6e snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x329586dd snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5789db64 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x61b07b60 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6630be45 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6be0a079 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8f94ac2f snd_pcm_lib_default_mmap +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 0xb865c27a snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc6dc9897 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd627d06b snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xea35d05e snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf3ff4dce snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x24309f3e snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x36e5dcfe snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3c5cdb4a snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x499593ef snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6a5d2539 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x74614dc4 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x75449050 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9b6a25e5 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9bef3543 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xac24ca3c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe3d640fd snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe4c39095 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x51a37b82 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x957c55e9 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x09ef199a snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xf3922383 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x04fd7cc5 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x06689964 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x14ed19b8 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x40b74e28 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x85d570ed snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x9418e797 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xb3df446b 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 0xf536fb12 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x26f6e0e3 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2797f41c amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6204cbfd amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7729a91f amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x889dc9f4 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x940ff8a6 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x990e6b2a amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9bfcd888 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa084a68b amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc849ff16 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcc414a36 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf8fd874d amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfe1b29ed amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x00badf5f snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x01cbfe76 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0cd7fec1 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1a96b9b0 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1c7f08a3 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x255d7ae3 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2742e6b8 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2ebeb0d7 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39ceee98 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5c5b8434 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x671cdb84 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6a984704 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6fd3aab1 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7649923f snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7817edf3 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7853b7cf snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7a687dfc snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7b573b92 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8921f902 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x966fa064 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9e569bce snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xab9d0067 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb1be8e79 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb8fd3be7 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbe2e6b6a snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc208775a snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcf71ba3c snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdd36dda8 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe36c5df5 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf59fb6c0 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf5f8cf6e snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0138d49b snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0319d431 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0cd629bc snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e3499db snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x146dc8ae hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x166005dd snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17b7ee0f snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1bf6a922 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1d3e423e snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e7f0232 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1f4677ed snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21ba6700 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x225e6cdb snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2502c4e1 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x257fcfcc snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x270f579d snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x271ec8cf snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2a7fe4aa snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x31591211 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x36f84bd0 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3708040b snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3aa00d13 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3afebab4 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f224482 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x470457c0 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48164b58 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4833090b snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4860439c snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4894eba6 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x520d7e00 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x567c273d snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x57cf5276 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x58eac9dc snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bf63aee snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x601bb25c snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x609ee95b snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7001a811 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74979e1c snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x78261d30 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x787a3bfb snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ad059be snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ad6f7da snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c8f29ac snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ee93e04 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f4a330f snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f7dc083 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8204bad0 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82c31cf1 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85b4ab92 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8793d9a8 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x87da723d snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8836de23 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c21a650 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9457f877 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9727c63d snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x983927d9 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9894064a snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ac8fd8c snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9bb199b6 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c9d3a4a snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1660449 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa6ffe870 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xab2a0e52 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb7a78355 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb8f7da73 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb983ac09 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba61addd snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba6f5af3 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe649337 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbf02b75c snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc25e7db5 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc80dc228 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca9db2f8 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xce8cd8e2 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd703ffe2 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd7c871d9 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdaad867a snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb567bc6 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde8e85a9 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe3597058 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xea11a09b snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb0f13b9 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec64934d snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xedc168df snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf32389dd snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf41c71a9 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6db5cdb snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf71fa4f9 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9e422cf snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfac28567 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfcb0aa43 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfd13b396 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x0212bb8e snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x23589bce 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 0x748a1661 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xec575350 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x50862383 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5181e38f snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x636b0563 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa413c71b snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa72631d6 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa7466d33 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02231806 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x026ae1e2 snd_hda_override_amp_caps +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 0x0ca182e1 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0de11f20 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10b0c37e snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15e0516c snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x174dc6b3 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1917fb5f snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1966589a snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a32b464 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c435c07 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ca11ed4 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e4abe32 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fe54f02 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ffc6994 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x233f6832 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23514836 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24fb5618 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x251558a5 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30114e16 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x319ee89f snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32bd4eb5 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33255cef snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34c3909c snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36b1d982 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x383d246a snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bf0836d snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d3061ac azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d788477 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e809ee9 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x403bf898 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4047f535 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x453d359f snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d7f33e0 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f90e6ca snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5118cd16 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5197b47a azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51ff4063 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54bd3b7a snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54cf2c19 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54d2bf84 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55695fad snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5852ef72 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x596f5305 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cbc7ec6 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e724b8c snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6090696e snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60f91348 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6727565e snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x675df2b2 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b7a162c azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bd44630 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d31f552 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d4e4ca2 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ec80e68 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70427d6b snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7187d8ea snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72979c9f snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73d0da78 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75376fce snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a13eb4e snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a210129 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c3e15be snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80ffaf94 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88524e15 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8caa39e7 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d32de55 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fc03536 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x923ae4da snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x933f726e is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x948853ba snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94c2069d snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94c2f1f3 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x999040b7 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a433b6a snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bb0fbd9 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e572b11 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9eac69e0 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1b683df snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa208a96b azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa28ac05f snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3205e9c snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa46d9214 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9ab1c04 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacf4393a snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacfe0393 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad7e4578 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xada1f998 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb30654b6 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb594a78c snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6542de8 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb79cce1a snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8e55861 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba5f9655 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe2bab7f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0ea380a snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc14f77d8 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5651438 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7728c82 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7f2d6d9 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcaf5cd8c snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc465798 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc6d612d snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce9dd4b4 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4618be5 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd54556b9 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7e966fd snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd89f6663 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda135b3c snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdbb36eac snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc8c5848 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1a5f50c snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe68e53c3 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6c266d1 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe90b31c3 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed00b173 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xefd61040 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0d4ce7a snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1e5163a snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4b7eaae hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5e3f3f2 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8ebe01b snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf960212a snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa5965a1 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfaab84b9 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbe589d8 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdc57674 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe7e74a1 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff92997a azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x187d7e7f snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x36737f23 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3bfc9ca4 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3c0ceec5 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x610c926e snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x68dfcc9f snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x72f6f884 snd_hda_gen_path_power_filter +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 0x87345103 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8f75092f snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9275016a snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x96566453 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa732d0dc snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa8b5f6ce snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc32d67c4 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd6605682 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd9ddd4da snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xde925054 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe4d960a9 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeddac077 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf310cdf5 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfabaace5 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x110be94a 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 0x3afb32d8 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x2ce1cf18 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x984ae0f5 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x255bd054 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3086e529 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x452c09a7 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4793c1d3 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x60214935 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x62a75620 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb0465889 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd318a01c adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf839ab3d adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfe9b8423 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x5f56bc99 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2112b52a aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2205b450 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x30dec250 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x3afe62e0 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x4318d014 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x5499510c aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8358a54e aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa0eea7d6 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa5427e84 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xcf22fe3d aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xeda741c9 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xef34e385 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x7afc1da0 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xab40c5ef aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x67adf34e cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xda5d2c3d cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xfc1093b1 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36c475ff cs35l41_mdsync_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4089965d cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4b4b42c4 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5ff39bab cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6b267808 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6f5e78c4 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x713937af cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x77d5eeca cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8d26c450 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa555ea35 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xae9523c2 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc76c3170 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc986fd6f 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 0xfea9c103 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xffac96a0 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x120c53c7 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x2cc88814 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x30853a8b cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb1f6ed31 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd6713ede cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe38b77b7 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x3f5237b6 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x583a4d44 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x16c30ac7 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1ee414d4 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xbe4bf5c3 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc3aa2415 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf7ed761c cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x352e7986 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x85478af1 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xe2664069 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xa01c6f9f es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xed40e464 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x874b3d4d hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x8e88587b soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xd4a65ad9 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x9578460f lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa90acead lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x7cfe73a4 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x5280c1e9 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x9308df56 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xb046d1d4 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xfeee61f0 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xa5bd5001 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb6c251cd mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xdf2c27fc mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe145b690 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x07e642ef mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x4c68e4e0 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x7d773512 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xa65522fd mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x6fac0269 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x15e52b4f 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 0x0d582311 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x1eee95b6 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x653e639a pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xe7f9167b pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x047fbf4f pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x628ecfb2 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3e49149a pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x58e7a2df pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x66106332 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x734b82a1 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x86e4b76b pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa542663a pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x199e1666 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2947075f pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4a9b701a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xaf8df485 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 0x0ba3f987 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x17674bdf rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x88339eef rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb211e020 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xddab8f60 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe747e4a2 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xd584545c rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xfe056e83 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xd7335840 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x6ff47540 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xc8f8a6ce 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 0x2a046486 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2c17f544 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2ce555c9 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4e589ff0 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 0x8e1c5d4d rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9c366763 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb1442289 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb7e60d97 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb9dbf1c8 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc7204e47 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd8931c57 rt5682_get_ldo1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xea59a66c rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xd7e4666f rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x09054972 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x15aa6a49 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x389bf2c2 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc1b1b6da devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xcdc6b96f sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xfade3e09 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x0533b71d devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3ea84fe2 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x90842ad2 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x5bce5c02 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe76d885d ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x148ae724 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x16802501 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x23c04e12 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3ca15f4a tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x5f2d997e tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6dfa5147 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8a798e53 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9f364743 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa11ed857 tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb8ae466a tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbbace292 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xda263f5d tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xdbe535f4 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xde2f1ede tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2381b985 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x623104c2 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x248364a1 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x2cb2045b wcd_clsh_ctrl_get_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x634fdd4b wcd_clsh_ctrl_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x6fc4a608 wcd_clsh_ctrl_set_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xb6de2269 wcd_clsh_ctrl_alloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xc15fe78f wcd_clsh_set_hph_mode +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 0x5eb14262 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x794918da wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x9b4693ea wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa8a06b08 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa90c21d1 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x018c8768 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x075e2f2e wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x179610bc wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1db2198b wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2345d439 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2a218f90 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3959bda3 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x51fc9a73 wm_adsp_power_down +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 0x68567df5 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7ae72cd9 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7ef1f463 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x80529f01 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x81db1af7 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8bdf4845 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8c6dd651 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x92866cbe wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9cf15ab9 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xae0e1db1 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xca20ec44 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdaf72150 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdcb732e6 wm_adsp_fw_put +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 0xe100adca wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe965a6f3 wm_adsp_compr_pointer +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 0xef4fdbce wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf0d9c9f8 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf23541ed wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfce78bcf wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x15617cf7 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x421fac45 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x48a3b448 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x552b5bf5 wm_hubs_update_class_w +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 0x7bc3cfae wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xac772251 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe1e34fa6 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf4bc9322 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x1e8567fc wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa89c509e wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x31ca5c41 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x359727d6 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x8edb8a26 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x9fa3b178 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x17165bda wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x9b005e3c wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x01a63f7a wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xd21f6ca9 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x91c9e2b7 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x462209a7 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 0x569feac1 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x255a8b5d audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x563c5bad audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xad3db2a7 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xf08a600e 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 0x125130bd asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x171716dc asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x27e9f889 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2f955931 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3683f9f4 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x43e4b377 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x580da10b asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5855d721 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6a38d0df asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7e2aa954 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x906ec681 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9faf56b4 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb7142b11 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc11a3903 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc6777c86 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcc9bf777 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcee2c4e0 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcf1e332e asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcfe174ee asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd9c0baa7 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe5007dda asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe5be116e asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe7a11eb0 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe8b0469e asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x03304cf4 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x07466eff mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0fc6cea0 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x140d09ef mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x14c0fdc5 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1e3aae33 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x351592c7 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x38369863 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3af196cd mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x55d6ceec mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5ee841d1 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x72de836f mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7e54ef3e mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x884ae12c mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9b1e3f44 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa5d002e5 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa8d05d98 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xaba62221 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb1323e0d mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb85cb8f6 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbed39f13 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc4a6c3bd mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc676bb73 parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcde40e5d mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xce479d14 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd075fe58 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe0910d39 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf2332c6d clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfbe88c84 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xffa9ec8b mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x4b3b85ca mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x4262bc40 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xa3968a10 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xb610064e mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xc176dca3 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x0b9ad8bc mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x7da47410 mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x62d1fd99 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x4e732e3e mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x7e577fea mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3ac7d7f3 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3f4b3a0b axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x51e0997e axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x56f3ea7d axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7de1d74d axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x8ca5cdb8 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb0fb10b3 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe2568e2f axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfd078a85 axg_fifo_pcm_hw_free +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 0xe3c99d2d axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xe5bf5299 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 0x386686ca axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x3056d6cc meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x3afd4b3c meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x3c2e36bb meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4dce0e3c meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x5a0dab80 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x613f69c2 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x6c4c070c meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xde7bebdf meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x203c9a42 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x451233a0 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x75edff88 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x78565c83 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x7bb2f68e meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xd7a3f8c6 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x0daba993 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x3cb5dba7 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x6b6da1c5 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1336d26c 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 0xa7f1b5bf 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 0x96608870 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 0x1a399fc0 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xc2d6e388 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xe1702a24 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 0x0becd07d q6apm_remove_initial_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 0x1cb3c297 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1e4acb75 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1eb2bcdd q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2be5a788 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x325de091 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x389316d0 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x38beb6d7 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5b2c6397 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5b71c7f1 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x60ef8b16 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6c2f4007 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6e7e3dca q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7b85bf9c audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x813653c9 audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x87f8816d q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x98957482 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9bc9d3e9 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaebcf436 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb025e6c2 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb2ccb747 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbcd86807 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc15617a2 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc40f8664 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd5e31efc audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdd96dbd6 q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfb12b2d9 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfcc88ad9 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 0x5c8b562b q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x94dae605 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/qdsp6/snd-q6dsp-common 0x987b3279 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xdadbf097 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x1871645d asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x548c8855 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6fa99aae asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xa09998e3 asoc_qcom_lpass_cpu_dai_ops2 +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xe275dfba asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x7ea1e3dc asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x9a5a9141 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x167359e6 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xcaf291e0 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1a001fe8 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xb997d088 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xef83afdc qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x2ad85b63 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x48c4d20c 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 0x85b87b9b snd_soc_acpi_sdw_link_slaves_found +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x018f51bd snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x029f6966 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0349c5a8 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05209799 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06b4768a snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x096b5dc5 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09f000e6 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a134ea0 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0aa4f7bd snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f87d6ce snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fa40182 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14f8de8e snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x153e9fed snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15589611 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15c9253b snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x169d862c snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b2d045e snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c5273f7 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d7d4ded snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d85c907 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f15f108 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ff1dc6e snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20903252 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20918fcd snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x212f62dd snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x242ee276 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24782ba5 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24fd44d8 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x250474c3 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25db9c00 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26042f5d widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x260cc896 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x280d3fd4 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ac2dfd snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c195db2 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d04f7da snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d460462 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ddc83ac snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e3a2f14 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e8176d2 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ed9522d snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2eeef5fd snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fb30653 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fb74e51 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32c04462 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3451b539 snd_soc_dai_name_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x351715de snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x353a3aeb snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x367cd193 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x377d2b51 snd_soc_copy_dai_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37c8b7a4 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3897c93d snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x389eac1b snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38d516af snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39c11fdf snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39d42bb5 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a049fda snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a95a570 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ba02bfe snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bf466ec dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bfb3076 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3caa9eeb snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e25fa4c snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e537935 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e9ae621 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f106541 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fdac84b snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41ce0dbc snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41df81be snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43486d09 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43f9400a snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x449d6640 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46101878 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48f537c4 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x492daf39 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4952c807 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49681cf9 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a8b7a8c dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c5f09e5 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c8c892a snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0377c5 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f8057a6 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4feefb40 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51e83331 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x520b69b2 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5276a3a2 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x543f4aac snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56926a0f snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x588cabfc snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58934aa4 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59fe8989 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b412270 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bf45801 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d574a68 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fcce1d2 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60160dbd snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63003a76 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6370a612 snd_soc_dlc_use_cpu_as_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x643576e5 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x646b3b18 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x646defbd snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ccdf87 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65831c5c snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65bdec84 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66b26212 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66d038e5 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6730d09d snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6833ac9c snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x687de700 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a045626 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b7d4ee9 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c9b5daf dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fbf8eae snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x706ae3f1 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70daf95c snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70fe1a31 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71d791d5 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72cfae23 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77e1e1cd snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78902dd7 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79c91c0e dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a28e815 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b0e9e34 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a56824 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x841e0463 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x844e03fc snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85054207 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85870239 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88f0ddd3 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89055b1f snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89cfb3f5 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8be9a349 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8db42b1f dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e0a9b06 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eed3e34 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ff23e50 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90def499 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x927dbe2a snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93149155 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94c3cb7c snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94eb7c57 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x991d5e67 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99ccbd96 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa331f0b3 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa50748c2 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa56251e1 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6f2666d snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7812986 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7cf9548 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8234912 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa949d281 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9b64300 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa18dd08 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa25b6db snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab10b66b snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab9ca4ba snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf240d1 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeefa3a5 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1b04c11 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb42b018a snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4fb8c10 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb50e39b2 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb65c7dcb snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8be11b4 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8eb6865 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc614f81 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc65384f snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf0205b6 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf1a4265 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc06115a0 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13cb42e devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1eed779 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3bb65ae snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc455df89 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc598dc3c snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6a7cbf7 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6bd7a6d snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc82a0e95 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9105088 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca21acab snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcacf6918 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc2c7389 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcccb7025 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd032478 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcded6887 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1589995 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1624392 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd19ebf33 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3413bde snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5aac0af snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6579a5b snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9f1010d snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda627743 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb3f3fc9 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb7523c3 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc7f3493 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddc01ebc snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde2bc23d snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde75dee3 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde797edd snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf8a1fe0 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe10c03db snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2a94508 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2fce1a5 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe49b23a6 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe67333e6 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8de0de0 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9ca02bf snd_soc_get_dai_via_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb0ac1f7 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb9eb07d snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec25c910 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec364ed6 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec6f7220 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeebbcb3c snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefe38923 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf247d412 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4fb573b snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf83d5bac devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf85c68d2 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8bbee77 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8e77fd8 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbfe60e0 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc263ef8 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc2a40c5 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcb13b1f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfefa595a null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffa4bbed snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x02a60d13 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x66e52239 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x90239c7c snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xda2943e1 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xf40d6321 snd_sof_free_debug +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 0x4581ebe7 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xfc50260b tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x047be172 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x5700fb69 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x61cb2e84 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x78466dbd tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb74d4bd6 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xbc206a5f tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc925bf2a tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xdc50edf7 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe4c32556 tegra_pcm_pointer +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 0xcfde6081 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x075328d4 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xe6a51cfc udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x03cea247 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x056c4cec line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x15a43bc1 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 0x443f955a line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4803120b line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x56daa7ab line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5b54fc3a line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6233a191 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7d467b20 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7d7f801d line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x84a5c6cb line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8b144328 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x982582a3 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xae04c5e0 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbe3dab06 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xef128404 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL vmlinux 0x000bec67 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0018573c dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x00236588 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x002e26b6 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x00469441 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00481038 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x004cf248 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0050a19c i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00660124 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x00730045 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x008081d8 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x009972f0 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x009a7b65 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x00b73a45 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x00be276a dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x00c5cfe5 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x00cc3b1e icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00dff009 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x00e99614 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x00eb52c3 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x00ee7d35 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x00f91e6b crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x011aba16 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011cf74c fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x01258578 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01389673 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x013948f1 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x01626cc0 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x016bfb56 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x01791ac1 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x017ad581 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x017da42e ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0187bb82 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x018b85db crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0196a36b fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01bf0998 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e3e964 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x01edaceb xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x01eeb822 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x01fad8fb perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x02071059 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02191431 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x022b132c user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0234f1fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x02353c36 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023d2d47 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x02431ed8 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x02496fd6 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0256e7b0 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x0259594b class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x02665617 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x027dc32f usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x02c1b0f1 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d1fb17 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x02d55cad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x02e4fc32 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x02f621b5 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x0301065e anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x0302d8ff devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03164e8f gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x031bbdc7 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x031f2155 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0336b721 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x034cbfd5 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x034ffe4e usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x03537ec3 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x0354ef42 mdiobus_modify_changed +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 0x037063e4 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03787341 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x037bc567 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x0384a914 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a213c4 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x03b437ee ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x03bd5bd7 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03bfdf38 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03cf9137 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x03cfda9e serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x03d96448 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x03eedadb nl_table +EXPORT_SYMBOL_GPL vmlinux 0x03f1f023 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x042cab50 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x0431abbc __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x0431dca6 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x04365a26 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x044e007b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0457d2eb imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046c3bc3 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x046e9f78 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472987a wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x04870a51 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0492edc9 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0494eb23 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x049785ff __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a3bc6e of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x04bae8ff irq_domain_create_hierarchy +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 0x04cc9650 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e109e0 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x04e3a4db pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x04fab030 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x04fd0d66 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x05038900 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x0504ec05 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x0506af8f wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x05131e63 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0525e913 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0526acd2 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c7113 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05344ae7 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x05362df7 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x0538c556 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x05431404 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x05499104 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05606220 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05688661 put_device +EXPORT_SYMBOL_GPL vmlinux 0x05854f0d sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05bab1af to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x05c16301 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05cdca34 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x05cf95f7 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x05d45a9b em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x05ea01c0 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x05f3785a rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x05f83f30 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x060561dc sk_msg_memcopy_from_iter +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 0x061f3bd4 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0623397a netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062a1d98 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x062f2d6c regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x06360327 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x063d0167 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x06497828 thermal_zone_device_exec +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065cd8f0 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x065db69b pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x0669b338 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x06771507 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x068bf7c9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x06957fa1 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x069a30b5 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x06a73bec msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x06aea466 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06bd79fa ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x06c3e1a4 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x06c98647 sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d87a69 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x06e0ee30 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x06e19aaa extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e8858a gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x070b3287 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x070d99b4 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x070dc13e clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x07152e1a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x0721fe9a pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x07222433 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0724f034 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x072684e9 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x07411ca2 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x074140d6 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x07473c16 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x07496797 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x074bf16b spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x074c9049 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x074d0b86 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075800b7 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x075bd0c9 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0763dcb4 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x077ad544 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x0785f214 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x078755d7 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x07a3ca90 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x07a823fc vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b88da9 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c101a1 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x07f399af acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0820a239 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x0826d87a bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x082c3e51 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x082dc5b7 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x0840f532 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x0842087d clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x084ef1fe rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085a5564 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x086f6973 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x087bcd96 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x088605ed kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x08a28b2b kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b1cc62 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x08c19b02 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x08c6d29a scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0909b2de irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x091368f8 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0919089b finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0928d4d8 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x096a687b devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x097023dc pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x09753ef3 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x0975d6a0 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097bb024 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0981089f crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x09a884d3 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x09b153c0 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09be84c6 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09ecfaf8 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x09ee3494 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09f0d3a5 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x09f2f2c3 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x0a1230fe sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x0a21fd03 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a26eb9b devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0a312622 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x0a49be0f devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a500e34 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x0a52b97b sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a5f5ec8 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0a5faf9e handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0aabb441 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0ab95b14 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac8decb iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x0aee953e dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x0af20572 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x0af48ece i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x0b0698e2 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b13a389 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1cb73e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3692e9 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3e5e18 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x0b3ea689 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b540440 virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0b566c73 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x0b6438e7 vc_scrolldelta_helper +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 0x0b6f8a21 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0b86b166 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x0b87b3e4 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0b8976e5 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8de17e otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x0b8e46e2 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x0b9557fb component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x0baa1a19 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bcbadec fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x0bcd7c78 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x0bd25636 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x0bdc583e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x0be15712 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x0bf10d05 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bfe6c61 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0c031d2b usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x0c039169 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x0c11ffb0 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c39d7b2 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c59cd10 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x0c7b5235 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0c862825 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c97a223 xenbus_dev_error +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 0x0cd68dee tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x0cd6dc48 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cf15107 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d04f156 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x0d0d9825 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x0d22b9a3 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0d3c9fc2 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +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 0x0d69b11c __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7e9ae0 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x0d7ec68c max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x0d9d310e ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x0da9922c fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x0db6a6e9 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0deb5db3 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x0df70a03 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x0dfc20a0 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x0dfe5ce2 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e048da9 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x0e0a0a07 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0d340f usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1f0153 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0e2d4cc8 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x0e43f2b4 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0e5baa40 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e67c224 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e8aa7c2 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x0e98e4c8 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x0ea56264 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec693f0 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0ec803fe power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0ec9198f acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ee6bc56 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x0efbd622 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x0f05c300 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f2a5527 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x0f32a934 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x0f3b1d67 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x0f3ff552 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x0f4dc96f pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x0f58cdd3 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x0f5b42c9 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f65acbd posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f880392 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x0f8cc727 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x0f9899e4 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x0f98c68b __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x0f9b93b4 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x0fa95077 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc38a43 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fe0ad0a crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x0fed2f90 of_css +EXPORT_SYMBOL_GPL vmlinux 0x10075385 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x1012424e genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1012a95c dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x101aa700 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1024b0e4 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1032d98e tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1056f839 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x107efad0 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108b9e5e usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bb20fb cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x10bf5033 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x10cdd69b thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f1bc3a acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x10f5430e sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11085aa6 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1114eee5 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x1119f64b devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x1145007a xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x114d1518 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x1160acca usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x1169b593 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x1173d55a vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x117c7dbb smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x1194f4ae find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x1197c091 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x119c6fad iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x11abeb1b irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x11ae85c1 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x11b31204 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x11b34905 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11ca380a dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x11d3fcdd devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x11d4f230 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x11db321c pkcs7_verify +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 0x11e218ea raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x11f01a52 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x11fa559e debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x11fdc949 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x121124dc regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12304523 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1237969b vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1237c952 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x1243ae1c sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x1243efe3 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1246b8aa anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x124a305c dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x1252a09e __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x1253cb9f rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x12589e57 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x125ff161 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x126ddc24 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x126e7477 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x12870b8f tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x1287743a blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x1288b0c9 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x128f53c1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x12962d5b inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x129957f9 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x12aba2b6 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x12e2e3bf inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12ef163d clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x13029e87 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x130513d7 ata_wait_after_reset +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 0x13282caa acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x13313515 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x1338b5fc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x134c0af4 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1365738b regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x1366a411 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x13683a56 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x1370cc9d usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x1373f337 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0872 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x138f8479 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x139e4498 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x13a645a2 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x13a6cd2b __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x13afb242 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13c6454d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x13ca01e1 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x13cafd5f stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d125e6 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13d2808f fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x13da8e92 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13e06c30 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x13e580a0 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x13e9e5cf usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f93fb3 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fe2caf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140c0423 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x14130ec9 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14200e97 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x142101c7 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x1421d4cf nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x142a2d75 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x143606cb serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x143ca560 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x144566d6 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x1446b960 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x144c550e mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x145a1df9 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14707f59 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1488f1cc iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149a8e70 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x149ef6bb mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x14a22021 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x14a7901e sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x14aea6e8 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x14bbb389 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x14bc15f6 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x14d9df52 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x14dcf1e8 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14e6f565 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f8c90d ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x14fd1ffb usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15073986 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x150a3b6d ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x150d4bee phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x1513d9a8 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x15178c15 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x1521131b is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x15276436 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x154173c4 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x15430644 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x154f3236 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155e1076 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x156441b5 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x15660af1 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1567a07c proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x15715bf7 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x157daeea ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x1580c893 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159b9de1 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x15aa7a9a devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b36535 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15d19174 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x15d6ba09 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x15e72046 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f0b276 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x15f0c7b5 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x16053fcf of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x161aa564 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x161bb218 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x1624d96f regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x16336002 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1634f7b4 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x1637425f gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1661fc0c clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x1662d4ae fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x16639442 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x1670c005 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x16730a60 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x16845126 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168f82cc fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x16906445 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16c1ae45 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x16c46972 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16c7886d serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16ce240f devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16db684c mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e87a02 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1708afda devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171700d6 virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x171a922d __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x17217a16 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174a67a2 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x174ec996 sdio_writel +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 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177fa6e6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x178e351d fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x179b182f __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x17acd300 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x17bec8fb vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17eb08a1 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x17f55b8f rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180fe790 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1811d56a mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x181a24c7 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x1822bbaa of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x18262c0a stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1835c286 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184a6a81 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x185f9b99 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x186115e9 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1872fa21 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x187680b5 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x1876f5a4 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x1880c618 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x188cdbf0 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x18908aca usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x189ccc4a tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x189cdb50 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x189e3fcf io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x18a96c95 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x18ac9956 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x18ade0fb __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x18af4977 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x18b4921d blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x18c74e8a da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e25037 cgroup_attach_task_all +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 0x18f14d0a vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x18f1a16e device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x18f4e4ef dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1906ee64 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x191052d2 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x1916b5f5 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1918bc3d bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x191da7dc ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193061de wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x193d94e5 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x19811ce5 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x198b4035 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x199ed32b css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19cb5a0e regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x19cfa50c phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x19d4f827 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x19d7d530 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x19de63d9 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19e95dc3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19fc2cd9 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a0e649f platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x1a0e7555 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1a107b9b fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a201067 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x1a304e38 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1a348f2f acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x1a383839 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x1a441a8f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1a645bea of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x1a654d4e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6f0fee i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x1a7f9743 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a84ac07 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x1a89f4d8 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x1a8baac7 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x1a8f318a for_each_thermal_trip +EXPORT_SYMBOL_GPL vmlinux 0x1aa75c84 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1ac09eaf hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x1ac5b4db acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x1ac78774 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad3d1a3 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x1ad55376 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x1ae33667 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x1aedf166 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afeb828 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0b769e of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1b0d030b sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x1b14d782 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1b202f16 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1b205d38 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x1b267a80 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x1b30fd59 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x1b352f2a __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x1b4baf63 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x1b4dc941 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1b55d66b bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x1b5b831f __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x1b5cf79a thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b66015e genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b73bede inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1b7bd400 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b89cd7e dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x1b923985 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9775aa __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x1ba7cd08 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1bb02e36 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x1bb88b25 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x1bb97430 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc46914 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1be805a6 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x1bece605 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x1bf5fa95 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1bfcc97b alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x1bfd3165 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x1c0b5041 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x1c17880d driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1c36614c clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x1c38f9f4 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c3a82a9 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1c412067 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x1c4bb9ef put_pid_ns +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 0x1c6d5c0b xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +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 0x1c8bd639 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x1c8df96e ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x1c9d4e09 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1ca2d926 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca92ba8 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb94099 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc2a0bb pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cfe8389 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0b03ef imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d1a28cb irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2295f5 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1d23ab14 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x1d2fec01 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1d30ea70 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x1d7cc93a ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1d7fa117 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x1d806e86 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x1d8730ff pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x1d928267 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d99c491 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x1da8b1f2 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x1db24b8e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x1dbf0463 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0x1dc3cffb devres_find +EXPORT_SYMBOL_GPL vmlinux 0x1dc8b6da __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x1dcce4a1 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x1dce2243 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x1ddebfd6 virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL_GPL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e19d58d tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x1e1db954 cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1e1f49e1 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e208a78 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e377c28 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e3b6317 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e3d68c0 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e45f8c9 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5c40c0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e5f38f9 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x1e6409a0 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x1e6e6621 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7cc5d0 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x1e7cd743 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x1e7f995d phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x1e833485 inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x1e837ff1 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +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 0x1eaa6250 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ebf974c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1eee91d7 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1ef02af0 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL_GPL vmlinux 0x1f0e4d5f mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f3252ef ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x1f35c070 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x1f364232 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f47a268 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f482ca6 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x1f4d13bf fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x1f517051 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f576fc6 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x1f5f48de ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f82aad5 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x1f846407 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa2c809 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fabf3f4 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x1fb8e9e1 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1fc7b2fc thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fec8b98 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x1ff7977e __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2010d2dd mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2046fca6 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x20495cf2 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x204d8773 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2059eef7 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x206f90b3 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x207b0724 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x2082ba95 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x208636ec clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a9e4d5 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x20c42302 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x20cdca37 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x20d5c2b5 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20e06d66 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x20e78b99 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x20f40cfd balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x210a37ef fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x21117a9f mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x2112acf7 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21576a0f sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x2163e236 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x2163eee9 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x216c04b5 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x216cf9e2 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21710c69 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x21764026 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217d51fd regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x21887322 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21a1fa62 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ab4950 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x21c6eefe devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x21c92997 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21ce4e6a ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x21d4605d synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x21dff01f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x21e07548 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x21e81c4a da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x21fb7d86 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x22027179 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x220f037c thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x2232a4e1 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x22439ba2 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x2249ebe2 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x2263adb1 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x226439a5 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x227569e9 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x227f42ea mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2293a412 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x229fcb88 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x22a5848a lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x22aae703 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x22ae8284 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x22b5248e dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x22c23133 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d65c68 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22ebc1d4 devm_bitmap_alloc +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 0x22fecf73 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x2311af45 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x23342307 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x233b0326 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x233d317c gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234275d2 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2342ef15 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x2344de70 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x234cb9e5 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23698eaf devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0x237225f8 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x23724107 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23925c9a gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a69434 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x23a85fa2 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x23a9ee8e crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c7e1bf wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x23d341b6 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x23d68007 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x23edbe78 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x23fbda49 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x240a5168 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2416a37d stmpe_disable +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 0x243a2827 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x245ec18d rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x2464a873 of_prop_next_string +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 0x2472a1ac ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2475d406 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x247dd6db policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x247dec3d xdp_attachment_setup +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 0x249d0f38 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24c222c4 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x24c50ad6 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x24d639cd fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f02263 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x24f097fd usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f9116c usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25015398 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x250e26e3 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2524627e bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x25252a90 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x25257cb8 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25335499 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253e47d2 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x25580d66 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x25691ef6 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x25729334 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x2583d78a pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x25844a00 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x2586cc2e mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25b6a264 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c723bb net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x25cb0320 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x25d68bb6 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x25e9a781 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x25f09282 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x25f9d150 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x25fd64cf disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x260eb7a0 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x261b5ee3 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x262102c3 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x262a823b kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x263ef705 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x26400def tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2648321e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26545b33 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2657ff23 led_init_default_state_get +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 0x2674834f mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x2678e851 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x2679204f to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267d536d __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268995e2 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x2690492c reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x26920b4e thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x26942f58 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x26a8c90f badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b3621e dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x26badcec fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c6334e devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cef1e9 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x26d3fb18 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x26defd0d cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f0115e elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x26faa1c3 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x2702cb48 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2704db2e folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x27155cdc devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x2717f6b9 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x272f4894 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x273e2917 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x274fb6f3 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2759d528 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x276233d9 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x276d171f bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2774047a usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2774d6c1 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x277f80ee regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x27904793 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x2794b0bc lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27a11d2a of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x27a1910d blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x27a5ca0a trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x27a72bbc phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x27afcf25 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x27bae860 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x27c3c89a i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x27c56baf ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x27c95ec3 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL_GPL vmlinux 0x27e90195 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x27ef85f2 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x27f35334 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f7bf54 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2809b431 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28128a6e rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2814ba9e transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281e3668 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x282dce59 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283380d4 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x28449381 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x284c250e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x285d1afd __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28615142 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286a49b8 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2886c7db devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x28a0b0b6 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x28a21364 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x28a8b20e device_get_dma_attr +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 0x28bb35ff kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x28c126ae kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x28cd272e vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x28d46c4d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x28daf795 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x28dc25b2 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x28ea04b6 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x29160178 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291aaf60 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x292e0a76 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x2930d85e pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x2931a5dd __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x293278ad decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x29330f1e securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x293764eb create_signature +EXPORT_SYMBOL_GPL vmlinux 0x293ed289 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x2943ea64 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x2953893c pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x29676d7d dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x2969c446 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x297e4c83 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x298c2907 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2990174b __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x29977db4 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x299c7939 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x29a473a2 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x29a63412 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x29bc30a5 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x29c5b3bc iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d800c7 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x29e3e32b vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x29e920b8 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f7a516 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x29ff26c2 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x2a028847 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a184eb0 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2a1bf6ed add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x2a1c7dfc xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x2a2a66bf mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a30c6ff dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x2a4844e0 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a678b5a dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a77777a of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x2a8738a8 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a8b106a splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x2a919f89 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aab6a8d acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2aac5dab fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2aaea98f devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x2ac02ce2 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2ac23110 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x2ad6a54a balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b105069 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x2b14aecd sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x2b2a7348 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x2b44dc5a pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b519558 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x2b51a31e dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x2b572e3b init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d01bc __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7aab8f ata_eh_freeze_port +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 0x2b9edb17 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x2b9fe062 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x2baf56bb dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x2bb8aa20 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x2bba226b vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x2bd0cfdb pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bf65c52 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x2c0ae8ee simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2c0f8892 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c34d960 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c51df44 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x2c582e55 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x2c61594e fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c662b71 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7345f9 pinctrl_find_and_add_gpio_range +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 0x2c86a755 hv_tdx_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x2c881c39 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x2c8db323 tegra_mc_get_carveout_info +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 0x2ca11e4e device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2ca84bfb mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x2cb7cb26 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2ccb1471 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd57230 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf2de49 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1aebf1 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2d1f69 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d383ff6 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2d4172e3 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4d44af perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x2d531b0f tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x2d566852 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x2d569fb5 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x2d59cdfe regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d73a80b irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x2d9ace8f rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x2da693c1 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dd8fac3 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x2de750ef mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x2decb547 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x2dff5ec6 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e056631 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e49014b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x2e4d646a devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2e58376c spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6a5c1d phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e8a6d57 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x2e9504c8 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x2e95ccf8 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x2e9b5f94 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e9c7321 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea0566c mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x2ea2e50d devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ea99b69 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x2eab69c5 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x2eb52a5f fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebbf3c7 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec12935 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x2ec2a36b fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x2ec91d21 mbox_client_peek_data +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 0x2ee7f993 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x2eebce17 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x2eedf27f pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x2f045fcf ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x2f06fb38 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x2f07b192 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1bf91f crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2f1db11d vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2941d1 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f448079 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f529073 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f7bd7a3 ata_port_probe +EXPORT_SYMBOL_GPL vmlinux 0x2f809685 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2f8583f7 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x2f88bd3c nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x2f8a5001 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f91d00c efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x2f98c709 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fab1e51 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb692a5 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc30f46 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x2feff6c3 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x2ff2d624 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3017ac3c linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x301aaafd inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x301c825c component_del +EXPORT_SYMBOL_GPL vmlinux 0x301f5e05 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x301fdea2 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x30581320 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3058b6d7 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3081b493 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x30916e3c posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x30941ae4 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x30b77cf0 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x30bb7a66 iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x30c0d94a imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0x30ce7275 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x30d0f18a fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x30d8ec2b perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30efbb08 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x30ffd2c8 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31053324 blk_mq_alloc_sq_tag_set +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 0x3132e0ac tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x3134cf94 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x313af9f0 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x318215e0 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL_GPL vmlinux 0x31a6bde9 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31ae79ee fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x31b59287 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x31c341fd gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c8f5c8 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d54d9d fscrypt_get_symlink +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 0x321303a1 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x32278ecc dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32301a85 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x3233b622 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x323f28b9 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x3242d649 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x324728ca of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x324a2c0d dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x32556a34 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326c0d3b mmc_send_status +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 0x329a9f46 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32be6681 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x32bf8d42 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d294ec __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x32d985f0 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32dbc085 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32f8855e of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3301595c fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x330439da cpufreq_freq_attr_scaling_boost_freqs +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 0x332fbfef split_page +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x334979be sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x334fb7fb pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x3350d69e mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x337ed143 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3389ab74 mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x339b4a36 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x339dd68f desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x339e051b pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x33acd52a cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x33b2d296 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x33b95593 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x33bf6184 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x33c26573 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x33c62f99 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x33ceca9f mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x33db1788 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x33df2ce8 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x33eaaf5a pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x33f40739 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x34023f5f usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x341f5d72 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x3425bda5 regmap_field_alloc +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 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3457bdc2 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x345d0b49 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x3463f319 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x346bdc03 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x34756d6f mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x347601c9 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x34762611 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347991fa mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x347c537c mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x3480010a dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x3486dbb3 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34ac90e7 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x34b2e7eb genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x34b8a1ec reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34d6b220 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x34da8b23 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34eca2cd rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x34ef5914 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x35017467 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35221d22 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531be56 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x3540e7c8 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3545badd __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x3552ae9c kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x3554eabc pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x3559cced edac_pci_create_generic_ctl +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 0x356aba86 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x357025fd acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x3572af6d rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x358a838f fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35b14145 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x35c9d45c edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35da3dc8 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x35e418dc dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x35e823c5 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x35f39b44 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x35ff6086 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x361f3ace of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x3623acff generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36419761 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x3660808e i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x3671f6b4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x367bac19 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x3685d978 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369c2773 __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x369eb99d gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b5d962 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x36bc3a87 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x36d80437 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36dcc96a iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x36e25b5c balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x370a050b kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x370f9e6a rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371d9823 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x3730b807 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x3734d769 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3735b15b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x37382515 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x37398365 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x373defdd xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x3743b4fd wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x375c2cbe gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x376ea594 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x37723850 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x37774f79 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378245d8 virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37ad0e01 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x37b4a3ac cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c87124 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x37d746ee xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x37f11dfb spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x37f2011a devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x37f610a8 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x37fac143 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x37fef2f2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3811bfb1 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x382b76e1 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x38331a5d dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x38369520 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x384c3b27 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x384eb8ee mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x38616816 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x388117b3 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x389b34c9 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a60aec unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b40c8b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x38be8985 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x38bfcfea dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x38c2b691 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38ca2c51 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x38d53c51 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x38dc9708 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e896a5 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x38ecded7 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3909946f usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x390bb5f2 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x390dcd4c cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x390e07a8 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x392d765a key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3936cf04 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x39429f93 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x3950639c devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x396389bc class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x397484a5 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3987b753 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x399e3f21 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x39a57614 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ad213f regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x39b11f1e led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39be95a7 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c7b502 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e279c9 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e93851 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x39f92436 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a02900a skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x3a05ee40 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3a123781 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a21afa0 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2c8363 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a30fa69 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3a403710 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3a4c1e3c dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x3a4d30fb sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a52a0e5 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a608f94 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3a764991 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x3a7e9fdd of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x3a8574c8 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa345a7 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac63c8a crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afd5edb subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x3b028698 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b06197f spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x3b168a69 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x3b1c21d4 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x3b3c2f26 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x3b3f0e0c dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4fe728 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x3b5ec6dd kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x3b639132 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x3b6e67b7 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b85801f xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x3b8c6296 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x3b90be2f dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x3b988e20 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3b9b44cc fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb7f976 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3bbb833d rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x3bbcb842 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x3bca2fb5 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x3bcb614a mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be4886b dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf8729b crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3bff6059 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x3c05e9c8 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +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 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c36f24c mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c51568c __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3c536ae4 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3c58350a ohci_restart +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 0x3c6d7ddb of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c83f1a5 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3c8cefb0 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x3ca2858a ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x3ca5c97d __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x3ca698a5 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x3cabbd3a vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3cb48ec5 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cbb089e mmput_async +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 0x3cdbb90d vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x3cfd0eae phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x3d0887bf devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x3d17fa0f bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x3d1f2066 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x3d34c8ad sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d436b96 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x3d44490f phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x3d491c30 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5a2d2a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x3d62565f ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x3d6ac832 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x3d7c5558 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d93d4a2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x3d9da5f7 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dac5983 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3db5b3f4 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3db6eff1 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3db8d086 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x3dcc7289 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x3dce4249 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x3dce8fb6 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3dd7f7d1 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x3de3bb9b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x3de8a6c7 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df4b260 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e01a534 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x3e097481 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e1185b0 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x3e17220e vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x3e2a4914 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x3e305f4f imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e3c0d8c xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x3e3d54e0 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3e4143bc component_add +EXPORT_SYMBOL_GPL vmlinux 0x3e415daf devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x3e4b183a dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3e4e95dd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x3e52d727 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e770390 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9e98de ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eab2801 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3ead8c4f tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x3eb36b4b serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x3eb9be7f fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x3ed70347 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x3edab530 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef820b8 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x3ef904f9 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3f2164d5 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3f219e31 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5a410c ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3f6126cd espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x3f744563 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x3f78ff60 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f7dc405 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f9a16e9 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x3f9a4f0b irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3f9f50e1 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x3fac24c3 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb4cc05 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3fb6ba05 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x3fceb274 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x3fd7c8fc skb_scrub_packet +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 0x3feb67ed call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x3fed6ee0 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x3fffb7ea pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4015587f battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x4018cd13 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402b2591 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x40348046 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x403dfbbb netdev_is_rx_handler_busy +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 0x4054324f pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4060c0f6 wakeup_sources_walk_next +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 0x40761c75 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40813463 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x4086a6b9 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x40962ecd balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x4096efca kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40ac92e1 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x40b3ea07 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x40d5f1e8 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f0f71a __fscrypt_encrypt_symlink +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 0x410473f4 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x410ab69e rproc_coredump_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x4117f31b device_move +EXPORT_SYMBOL_GPL vmlinux 0x41192019 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41350a9a free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x4147eeac devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x414bbb6a __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415831ac pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x41608558 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x41646e7d platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x41729562 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4185c990 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x4187c001 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x41891fd7 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a5fe9f skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x41b45334 irq_chip_get_parent_state +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 0x41c4d602 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x41c59161 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x41c7c365 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x41d2fd0b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41d65871 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x41d9640d io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x41e1751f crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x41e80a60 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x41ecc9a5 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x42016967 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x420fbbb4 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x4213ca9a usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x42289b2a serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x42342ca9 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x423a4e45 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x423c91bc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4249d224 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x424bd52e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x424e00dc usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x42528cf4 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x425748bc netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x425b7ef8 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426a0134 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x426af7ef pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x426b8f0b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42857605 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x428927ad tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x42920fa6 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x42962f5e vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429fd699 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c7e85d __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x42d37008 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x42dd062b sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42f8c50f class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4301e290 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0x43039214 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430e61ef timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x43153959 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x432c1bb2 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x432e5323 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x43316716 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x4343219a i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43485323 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x43525f2d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x43541a0b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x43553f2d __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x43568798 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x436c555e ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436d8348 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x439782d8 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x4397d613 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x43a42b8f sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bf14fa __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x43bf7a29 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43db6d6f pinmux_generic_get_function_name +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 0x44183594 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x44215582 __traceiter_br_mdb_full +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 0x444aa5c8 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4450575e fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44901f8e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x44a7785f driver_set_override +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 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d18116 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44d7dac6 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44dd1080 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e418fc key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44eff896 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x44fc7b3a usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450cb25c of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x450d32b8 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x452bbf86 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4537a7dc make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x4545ad4f pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45561719 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x4559f6eb rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x456059cc usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4575267a devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45985961 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x459fd8ae md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x45a11a6a pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45cc2b42 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x45d3fc99 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x45e377c8 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45fa3f11 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x45fc8af8 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x45fd6288 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4613ea8b access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x461ea7d5 get_device +EXPORT_SYMBOL_GPL vmlinux 0x4623db4a ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4647201c xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x467e595b devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469893ba ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x469a3d88 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46aae7ba vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x46abda41 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x46b4df62 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46d217ed cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x46d65a48 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x46d8f71f fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46f5f78a perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x46f66a9e scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x46f68d2f pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x46fe28af regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL_GPL vmlinux 0x4702e9ae usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x470f4a5f ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x471aa502 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4729020a ata_sff_irq_on +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 0x477433bf rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x47838191 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478d84aa sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4795ae70 tcp_cong_avoid_ai +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 0x47b14731 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x47b2d902 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x47ba9042 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x47bf8113 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x47c1f85b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x47c23001 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d1ca7b of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f2cdbd crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4809bcf8 bpf_trace_run9 +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 0x48290b3e kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x482c5ffd rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x484518a5 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x484dbff8 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x485493ce sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x48585413 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x485882a2 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486960f5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x486b495b dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x486ca384 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4883b1fc of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x4899d43b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a5f171 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x48ad36cd pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x48c02fa9 blk_mq_update_nr_hw_queues +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 0x48d24cbb xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x48d98d8a cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x48e238be kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x48f9f80f acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x49063b46 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x491e85c0 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x4920f497 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x49317f90 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4937259c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x4952926a lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49997567 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x499f1bb9 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x49a786e0 md_run +EXPORT_SYMBOL_GPL vmlinux 0x49be8d05 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x49c06a17 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf18d0 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x49d0b36e cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x49d77e4a inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x49ddbf9e regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a09864f __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x4a104530 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a18ef3e ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x4a1da8b6 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x4a281fbe __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x4a394161 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a5f40d3 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x4a6885f1 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x4a70a8c0 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4a799fe9 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x4a996b21 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x4aad89bb tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x4acf2642 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x4ae61f5e pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x4af6dee1 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x4b03c5f1 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x4b1c06b6 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x4b1fa964 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4b3344d0 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x4b349053 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x4b381db5 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4b3d22bf devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x4b460263 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4b535663 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b653fd2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x4b6ab5de dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x4b7788d6 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4b8a70a0 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b97d954 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x4bc1ff2b msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bc8b280 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd8649e tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x4bd89a60 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bdbc0c5 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x4bdf7ba5 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4be94f2e tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x4bec61ba of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c015f0a adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4c0ab29f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4c252b86 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c535e73 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c55923f register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6c7998 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x4c71d0d4 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x4c807f8f phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x4c85b8ce pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c93f62b mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x4c98cfeb of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x4c9af9a4 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x4ca16be8 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4ca40c39 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x4ca440ff stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x4ca7db07 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x4cadbea2 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4cadff9a crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb34a47 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbdc0dc sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x4ccd0683 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4cdc70db get_rcu_tasks_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x4ce612e3 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x4ce9c547 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x4cef1a76 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x4cf3fab8 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf8bbdc blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d034de9 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x4d11186e rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4d14ec9b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x4d1d2b55 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2b7121 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x4d2c85ea edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x4d2d66fd bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x4d32f61e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d3944f8 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d4741e4 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4d4d3972 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d764fe9 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x4d81cd7a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d84b148 virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x4d85254e devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4d99b2ac nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x4da494e5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x4daa620d serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x4dad4e28 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dba1f9e sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4dc1e00b ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4dc6ec49 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x4dd529f1 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de3c2c3 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x4df1066e xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x4df3a877 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4df4390b pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x4e123fc6 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e18d853 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x4e1cb417 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x4e26a632 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL_GPL vmlinux 0x4e34bb91 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x4e36555b blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4db2c6 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x4e5912cd ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x4e5c7ce9 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e696af0 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e8b7ede devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x4e8c9d5c add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x4eab5862 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eba801f disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x4ec04b3e ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x4eca9d88 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4edc8a5c pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x4ee810b1 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x4ef12c2d sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x4ef14e89 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef62d8b regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f101d4f devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x4f11463b devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f2dd536 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4f3128be __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x4f3765df blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x4f3f7c81 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x4f580411 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x4f60dc85 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x4f69cb27 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f8b4372 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9cf25b device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x4f9e7fc3 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4fa024d3 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x4fb403ee __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x4fb45813 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbbdacf pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4fcc05a7 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x4fd91e40 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4fdfa262 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fef5ddb pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x4ff376ae crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x4ff3f801 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5017fb13 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x501da57d usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x50213345 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502d26d6 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x50331276 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x50338809 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x503c3caf scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x503c7ef3 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x504114a0 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x5042ff45 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x507579c8 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x507d992a ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x508df9b2 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x50b331bd spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x50d4c539 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x50d9702a mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x50ddfb5d serdev_device_set_baudrate +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 0x50f14b65 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5109050b gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x51122d37 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x511a5561 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x51219e43 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x5122773d usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x51253d95 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51587553 blkcg_root +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 0x5169d84f devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x516af726 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x516c0f57 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x517f6157 regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x51878355 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518b30c5 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x519bede6 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x519f06bb crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51addf24 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x51c88919 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x51ccbe2a kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x51dcc077 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x51dd9575 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x51edd531 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x51fee1be tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x5206e6ba regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52225383 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522755f6 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x52308b29 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x524095e8 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x524119a9 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5247af9a of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x524879e0 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52635388 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52714db2 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x5291a7ad import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0x529c4b9d vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x529ee6cd dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x52abe845 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x52adb762 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x52ae6de6 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x52af993e devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bf2c1c led_stop_software_blink +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 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52ee4587 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x530d09e0 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53182c14 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x53228f07 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532caaeb driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x532edc8c gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x532f53c2 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x53338c18 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5346678e devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x534c2cd5 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x534d039e driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x534d878a kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x534fbdf3 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535935bb driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x5366c499 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537a24ef component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53bd7431 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d6fa8b crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x54010844 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5403de35 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54295a71 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x542b3734 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x542c807b powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x543c2bba kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x54401c1e nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x54453b65 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x545fd809 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546dec71 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x546e060a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x5474fe37 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x54752e57 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x54771350 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x548a6629 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549e41fa devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x549ea22c raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b839a1 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x54be85e5 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x54dcc2d5 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x54e0d8fe __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x54ee926f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x54f03260 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x54f9391f regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5503bc29 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x550fc1f9 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x5510d733 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x551e56d0 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x55264249 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x55288fc4 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x552b9400 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x552f5673 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x55333ea9 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x55350a14 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55411c76 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55474f49 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x5557c51f edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x555ac9c4 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x555c6d67 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x556be534 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x556c80ce clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5578118f stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55795d56 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x557fee5e samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x5585875a relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x5587dafb vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x5595a4fc inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x559f8acf blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x55a95e8d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x55b0790c phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x55c3ec03 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cb8990 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55dc5931 acpi_dev_install_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0x55e4ce47 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ffe131 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e289c mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5615c16f rz_mtu3_8bit_ch_write +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 0x563b9d19 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5646c9a5 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x564bc2f7 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x566d22f9 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x567147f5 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x568a6425 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x56997e70 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x569fad90 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x56ae19a4 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x56b61a3c param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x56b8e439 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x56ba9761 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x56bc7876 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x56c67e97 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x56d156dd meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x56e3089b dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x56e69e1b mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ebb609 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5718ff82 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x5719258a acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x571c16df extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x572a2443 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x57328ed9 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x573e8b36 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x573ea5a8 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574c1962 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x575c1f8e ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x576d62ee gpiochip_reqres_irq +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 0x577c37c2 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x577e6772 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57910d96 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x5792c794 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579e0eef tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x57b3d0f8 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x57c2a093 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57c9bd16 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d6b047 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x57d945c2 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x57e5b2f2 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x57ed345b vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57ffab61 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x581ba0c1 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x582a7663 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x582d99d3 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5844007d ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x5844f708 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x5859228d trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x586dd3f3 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x587874dd rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58888eb2 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x588b5e9e pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x58962f82 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x58a0102e dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x58a1efd9 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x58a4d280 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x58bb9723 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x58ca7203 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x58d2776d dev_pm_opp_of_cpumask_add_table +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 0x58e82558 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x58f90a32 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59076efc kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x5908f199 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x590e7590 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x5925c0b7 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x5930198c security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595dfe40 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x5964b24c devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x597578c5 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x597bddab edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598d54fa __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x598ee6d4 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x59a2f29d dm_audit_log_bio +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 0x59b47a03 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59bc4a11 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x59bf0096 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x59c42b94 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c893f6 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x59d596b9 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x59d76299 bpf_trace_run5 +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 0x5a07b4ce devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1c3c82 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a253da0 rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a49cf9c sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6e50a1 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a80da8d acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5a81f3e7 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x5a851e8e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x5a910bae __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aac06c6 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab3ca70 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x5ab67c7e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5aba8096 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x5ac0511b spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x5ac25ad2 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x5addb1b2 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b09c68a thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x5b0b1136 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b29b601 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b3378e9 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x5b3ac19f mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x5b4511ca pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b4e5ad3 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b885e68 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x5b9230c5 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5b9d1ebe transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x5b9fa521 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb59dde dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5bc6a4c7 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcb6502 iopf_queue_add_device +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 0x5bf3c49c simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0ce708 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c149b6c rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x5c1af42e attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x5c2ce3f5 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1bc2 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x5c39c645 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c5600e1 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c70906e nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8ca029 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c92f980 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x5c93afc9 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x5ca42014 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5ca9c4c8 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5cab2e80 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb37aa4 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5cbf5710 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x5cc2bb52 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cce44a0 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5cd4c21b clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x5cdc8524 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x5cdf394b acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x5ce3bb33 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0bda8a ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d10903e handle_simple_irq +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 0x5d36bca7 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x5d3cbd26 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x5d438018 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5d4efd63 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x5d6ced01 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x5d7ceaa3 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5d82b780 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d993014 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x5d9cd7f2 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5da2efb6 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dafbd3b bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x5dbe5b6b xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x5dc9641f pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x5ddf9ab1 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df05a7d usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5e03bc21 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x5e1186e5 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e19b92d of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x5e3dd46b sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x5e479ed3 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e59ce07 mptcp_get_reset_option +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 0x5ea9a27b mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ea9c535 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb05fe3 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x5eb15ade blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb41a10 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x5ec498d1 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5ec53b7a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x5ecb5833 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ed24355 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x5ed260f5 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5ee06e54 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee6a6af dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x5efbd1f7 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x5f0dab72 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x5f11d039 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2cfaab unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5f4b9e1f crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x5f4f4eae __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x5f6c43b7 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f72eb4c rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5f73412b virtqueue_dma_unmap_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x5f76ca92 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5f7c6bbb sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x5f86d694 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x5f8e8f07 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x5f8f0a96 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x5f950828 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fadb96d raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fc145f9 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x5fc8c09c mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x5fde18fa platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x5fe4babd usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x5fec79c7 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x5ffd6c67 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x6001bc93 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x600354e0 mas_next +EXPORT_SYMBOL_GPL vmlinux 0x60039b3d devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601ceb7b devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x601e30a7 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x602412c2 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x60325555 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x6046b5ce gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6056cfd7 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x605a633d devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x605edae1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x6072469d nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x60731b41 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x6075d422 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x60793752 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6088e9f7 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x608911e9 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +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 0x60b0614c spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x60b52d63 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x60c67994 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x60d0b10f tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x60dedc18 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6100d319 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x610642c2 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x610c9ac9 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x61104092 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x61113a39 scsi_host_block +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 0x61341794 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x613d50da platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x617bd59c ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x61990cdd __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61ad5ea1 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x61bd039d pm_runtime_set_autosuspend_delay +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 0x61c4e0b5 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61d5d135 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x620338f1 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x62124911 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6235ba6f ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623fcf58 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6241cb37 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6246d898 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x625048e2 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x629674e9 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629d6bda ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x62a3afa4 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c26998 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x62c5e99b genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x62d1282c usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x62dc6a1d dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x62dcbc5e regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x62e5b59b switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x62fc7653 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x630380c3 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63192711 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63247184 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x6325a1e7 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x632b7a09 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x6348f90d init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x635ae9d0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x635fcc91 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x63634958 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x6373bc06 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x63815789 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6381b006 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x6392d0b0 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x63b3bbc9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x63b72180 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63e16a76 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f414dc __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x63ff7c0e regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6404b959 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x64121e9d crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x641aab9a usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x6429d9f8 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x64364c50 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x64444143 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x646225a5 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64755deb register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x647d2dee devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x6480ec90 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648ea2e8 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6498cb65 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64b8fbe1 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x64bab17b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x64d0c2af nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x64d22a92 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64db093a mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f7bca2 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x64fb90e9 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x6506a8ef housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x6509d996 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x650a73b9 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x6518b7f1 vfs_lock_file +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 0x653a95cf usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x653c3376 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x653d2ed3 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x6541e19e dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6557bffa clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x65617d0f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x65829782 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x659bcb37 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x659f7f88 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65bfa143 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x65c24e74 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x65cc1f4c of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65deaa1b handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e0af2a regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x65f50312 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x65f57c20 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x65f9bab4 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x65ff1732 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x66085c7e scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661b3885 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x661b5304 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x661be6bf nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x662c4882 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x6631f4a8 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x6633019b pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6643395e devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664ae2bf sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x664d09bc serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6674cbea phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x66760001 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x6682480b stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668dba53 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x6694a491 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x66a0c51b irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c3e794 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e79c8e cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x66e878d3 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66ef6236 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x66f23530 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x66f2b441 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x66fe1304 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x670020e3 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x6709263d pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x671f7959 led_get +EXPORT_SYMBOL_GPL vmlinux 0x67289167 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67319127 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x673340f3 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x67396709 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6741b9af __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674afa96 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679c82fc raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x67aee403 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x67b32179 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cf7174 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x67d5e9be devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd6f9d fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x67dfc382 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x67e8213b topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0x67e96a53 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x67f6acf0 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x67f83ed4 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x67fbbcad dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x67fca0f1 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x68031d4b dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x68140d37 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683186e4 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x6833524b unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x683b9eac blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x6840b6e7 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684b8b33 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x68570010 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x685740f7 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x687071a8 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x68871b5f dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68ba3e58 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x68ee1cd9 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x68fa581f fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x68faadfd ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69192c5a vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x6923115d pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6934aacd usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x69477a06 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x694ad8bd blk_rq_poll +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 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x6990a963 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6995429b inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x69bc2d40 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x69bf7d9b acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x69c0e8dc ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69cf84a6 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x69d32d40 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x69da2b5a fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e876f9 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69f771d4 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1aed0c meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a1d98c8 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6a1dce12 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x6a2559de device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6a268143 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x6a39816e devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a432549 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4a9d67 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a759458 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x6a7c9f6d meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a87c034 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x6a8ca20a usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a97e33a of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x6a9d0a32 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x6a9dae7a skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa6fe5f mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab41dd7 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x6ab5add7 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x6abafe5f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x6abe2855 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x6ac1505f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x6ac3ecd2 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x6ad86c19 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x6add7e6a acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6ae37b73 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x6ae984d9 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x6b070068 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b13b4c1 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x6b1d861e blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x6b224cf0 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x6b236baa ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x6b262b2c crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b3739a5 gpiod_get_direction +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 0x6b58dac6 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x6b70adb4 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b786ec9 get_user_pages_fast +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 0x6b8feacc md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x6b9150b7 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b9fa8f6 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bb41bc3 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x6bb61541 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x6bbcdb27 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bbecc40 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +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 0x6be6213f pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6bef38c7 register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0x6bf97705 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x6c027887 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x6c092281 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x6c0e1ef6 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6c141ec2 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x6c156a32 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x6c16b523 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x6c1db144 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c259e19 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3bf0f8 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x6c3e9dd2 md_start +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c42b679 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x6c49a331 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c505439 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6c542585 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c78cceb subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x6c80bcae vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x6c8b88ab serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb716f6 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6cb8e9fb pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6ccac2e9 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cf53c38 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x6cfc5a9e rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x6cfd0981 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x6cfdd8ed __traceiter_pelt_thermal_tp +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 0x6d2bc00c __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x6d2f8723 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31e2d6 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x6d35a235 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x6d37e566 nf_defrag_v4_hook +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 0x6d5731bf pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d74f3c9 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x6d752dd5 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x6d76ebc4 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x6d782d9b crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d81e58c md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x6da81f12 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dac303a gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x6db1850f __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbcd9d7 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6dbf1ec8 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x6dc1c894 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd954d3 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6de12369 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6dee9869 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x6e0300f4 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x6e055d1b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e29156d ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6e33293f tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e383cc0 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e681ac3 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x6e6853ea usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e8113c3 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebbb796 __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec8040f bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ef73ed3 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x6f023cec synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x6f0a2768 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x6f0daa5f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1d09a2 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x6f260341 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x6f35d8f2 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x6f376285 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6f3eba01 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6f449165 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7f1820 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x6f7f598d sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x6f80b8ae led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd0bee7 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x6fd88944 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x6fde0f57 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6fee51af pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7000072c vp_modern_get_queue_enable +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 0x701113e1 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x701cb6c5 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x701f5f3f exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7028a441 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x703f3738 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x704fc33e devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x706d072b set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7075cabc xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7079e5c6 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x707a8e7e iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70957333 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x70abcb00 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x70b5eb1a usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x70b9f36a vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x70c00741 ehci_suspend +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 0x70d6ad80 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x70f09bd2 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x70f18031 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x70f67d31 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70fd8ea5 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x70fefa62 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71105f83 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x711c2037 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7121294a phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712a6ab9 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x713639a9 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x713f5a79 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x7148481e mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x7150c508 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x71562923 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716a2ca7 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x716d4b9d genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7170202d tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7178b034 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7189f23c usb_disable_lpm +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 0x71b48982 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71d09ea7 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x71d8e9d3 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x71f1d64e usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x71fa429a sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x720c4719 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x7221c630 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x722ee299 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x724372cc dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x72511704 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x7252eeb2 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x72563ea3 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x7258fb41 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x725d74d4 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +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 0x7288aeae fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x7288e25c acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x7297fd58 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x72986564 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x72ab9140 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b15547 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x72b4d707 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x72c53c85 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x72cc92ab vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d55bbe iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x72e053b3 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x72e8d300 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x72ed7368 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x72f86341 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x72febba5 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x73279919 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732bf997 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x73524bb2 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x7359f908 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x73639fd8 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x7365e3f1 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x7370f9ef pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x737456fc cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738c0554 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x738cfa72 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x7395467f kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x739a8f3e devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x73a0c59e devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b56cb0 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c44c26 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x73c75d59 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d77a58 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x73dbace5 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x73e4f85b __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x73e607b4 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x7406c1a0 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7413d8eb mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x74166b29 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74391a3e ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x74494918 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x744e7a23 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7463bbc1 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x746a731b devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x746bb6db open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x747e76d4 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x748b3f70 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74a40549 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b6803a devm_of_phy_get +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 0x74c8ea9d pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x74d2f499 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x74d91df9 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x74db5d06 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x74dd67ba mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ec2efe led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x74f64913 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x75025cca trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x7503ea97 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x750c1b71 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7514a812 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7526d5e6 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x753830c1 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x753c410e devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x754b6a42 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x75560ca1 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x757ab2c1 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757dc31a regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7588a7d4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x758f1106 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759f801e nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x759fb3a6 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x75a05a6c fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x75a5d58f xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75a9d865 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x75b0dc6b iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x75dbd20c pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e47ce2 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fae7eb __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760e2e98 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x761fa0a4 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7623f9df debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x7625d711 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x76442c56 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76564b94 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x765fdd96 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x76658b72 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766b7078 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x7672b189 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x76733937 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768a534b class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x768c6ab4 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x769503ac inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a97e08 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x76b6aa1a wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x76bf2d29 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76cd73b2 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d24dba __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x76d2b0bc simple_rename_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76da29d1 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x76e3be1d phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76ef3bfd fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x76f250c3 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7720d712 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x77266718 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x77270f8d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772e52fd gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7730c9ee debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x77373e84 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x774e6069 virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7753f4f2 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7762a998 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x776a3633 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7790f88a led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779e5931 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x77a23232 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x77a5a847 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c5fbe0 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x77de5a6d __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e799bc irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77ea8a01 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77ec389f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f899c5 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x7808e749 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x7814f964 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x78202f69 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x782e69f6 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x784470ce dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785ae25b clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x786dbbac thermal_tripless_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7884d64e regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x788a0f09 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789dc8a0 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x78b407ad pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x78b7950c bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x78cc75d2 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x78cd9bdf dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x78cdbbf9 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x78d139f6 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78df68aa fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x78eda359 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x78edfe45 fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x78f357be devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x7906e9bc phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79237bb9 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x7925615d vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x794395c6 dma_resv_iter_first +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 0x795b4f9f regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x79602151 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x796124db devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x797f24ed devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x79879c0f dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x79898960 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991ab72 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x7996d677 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x79a2ab78 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x79adf515 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x79b661b4 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c45377 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x79d6affa of_usb_get_phy_mode +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 0x79fde0f3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a05205f psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x7a08dd9d k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x7a1eddef irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7a1f6651 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7a279084 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x7a2b82f8 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a476fd0 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7a4b008d vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x7a59a860 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x7a674b29 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a904f52 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a98617e crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ab58b7b ipv6_icmp_error +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 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2b0d0 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7ad47d45 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x7ad77a91 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7ad9de64 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b187087 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x7b1ea2b5 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x7b24e209 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x7b290094 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x7b3b9fce phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x7b43f8c7 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x7b4e1914 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7b4e42b2 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6cf7e9 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b70d1d1 acpi_create_platform_device +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 0x7ba97116 inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bc4bba4 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x7bd646eb nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x7bde8f2a sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x7be7f83c hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x7bfe00a8 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x7c076ea3 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x7c09c8a4 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7c0a6adc of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x7c0ce6e2 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x7c1705a3 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x7c1d7d91 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x7c25afcf shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2bb0c7 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x7c399fb9 device_register +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c552f7e mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x7c57a43e acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x7c7c55c2 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7c7cd9bc acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7c7f0fb6 xhci_update_hub_device +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 0x7c9aee35 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7ca9ad24 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x7cae95a4 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x7caf445e phy_create +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cc63ef6 gpiod_set_array_value +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 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cffd97f rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0ec45c vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1c5eb2 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7d25305d devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7d2b2d6a blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x7d2e2cca crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x7d3563a4 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7d43055d component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6a541f acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x7d83333f pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7d85fd18 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x7da4290a __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7dbe54f8 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x7dc0adde noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x7dd2d4ba dmaengine_unmap_put +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 0x7dee294a of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x7deeab7c switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7defc8a0 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x7e1014df devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x7e1231b6 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x7e1999b6 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x7e24ff17 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7e26cadf umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x7e3390f1 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x7e3946a6 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e40430d pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x7e4b40ff thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x7e54aeaf nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e617c81 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e73866b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7e70a2 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7e892bc2 mtk_pinconf_adv_drive_set_raw +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 0x7ea95142 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x7eb30d52 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7eb3c594 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ed71d9f dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x7edf2a26 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ee2d6bd scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eec611c bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x7f07fed4 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f14733a fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x7f2e803f device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7f371aa1 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7f372985 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7f39b162 dev_pm_opp_get_freq_indexed +EXPORT_SYMBOL_GPL vmlinux 0x7f43ed4b blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x7f5203d8 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x7f65661b raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x7f663106 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x7f68ce68 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f7140db __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x7f7b2bdf dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f873b8b of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8e6403 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x7f916f07 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x7f9607f7 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa7eb5b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fab07b5 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x7fc580ef of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x7fcd02a6 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7fd40869 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x7fe7f219 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x7feb8c4d virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x7fed62f9 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ffa94a5 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x7ffb68fb adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x800f5fa2 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x80158068 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x80395ee7 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x803dfe79 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x803f3eec k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x803f82de unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x80456f97 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x80545aed preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x80560171 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x8063596f devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x80641e43 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80802bbc __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8081f3a0 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a174a0 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x80b2e858 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x80be9a8b ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ca0512 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d97d08 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x80e29f62 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x810370bf i2c_parse_fw_timings +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 0x813c93b1 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81577355 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x815a7d36 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x815a9e52 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81606c13 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x8168c4d7 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81831e06 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x8197c2d2 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x819c3ebc firmware_request_platform +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 0x81b60a96 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x81b729eb regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x81bebea6 genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x81c6c3bf topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x81cde9eb alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x81d1075d meson_clk_hw_get +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e466a1 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x81e4daec nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820ede9d blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x8212b655 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x8216dfa9 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8216fb15 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x821730c7 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x821ad976 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8230a077 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8241e750 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x82497281 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x824eb315 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x8252c5f6 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x825e2513 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x827e4311 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x8287a9b5 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x828bd0ca clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829804f2 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82ab2fe8 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x82c5984d sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x82c88841 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x82ceb2f5 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82f12edd acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x82f53968 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x82fea450 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x82ff0356 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x83105383 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x831692df pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x831de067 acpi_dev_clear_dependencies +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 0x835cb1e7 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x835ebaad netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x836fba64 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x837d548d fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x837fa017 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x8384dc2b ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x8388691f of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x839c10cd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x839fdccb i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x83a4b2d3 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x83a4f63a perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x83a8704e da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x83b27077 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x83c12cea tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83d6aba3 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x83e3b859 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x83ff63ef pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x8404a61b mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8404c55d ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841228a5 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84127039 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x841291f7 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x84221128 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x8423612a spi_mem_dirmap_read +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 0x84365bad crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84782fbd tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x8480bdf5 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x848be3ce simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x84944985 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x8496bc19 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x849d6514 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84d50131 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x84d511e8 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x84d9f029 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x85091e08 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85109b8c regulator_list_voltage +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 0x85214422 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x85250734 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8525d6c1 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x852a5922 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x852ebfa4 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x85370e61 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x8539de3e fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8558c804 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x8560ffe2 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x856978ff bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8580d425 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8587aac5 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8596e674 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x8598ef27 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x859c3615 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85a4709e wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x85aedd86 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x85c4ded0 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x85ce5ab7 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x85d22675 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x85de215e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x85e91b8c phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85fe767e kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x8603eb8a clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8614e095 inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x8619c709 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x8620ba2a metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862b436e dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x863362a1 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x86350bd2 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x86465afb pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x864cbd78 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x864ed9b4 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x865327da dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8654ac91 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866aa254 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x866c6628 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867ae984 rdev_get_drvdata +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 0x869deab4 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x86a7e362 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x86a90908 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x86a99ba8 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86b69561 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x86b9de28 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86c6d88d blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86dbfd24 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x86dea4c4 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x86e78dc9 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x86f50340 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fe4d17 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x87073a67 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x870a0d00 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x870faf72 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x8726684e class_create +EXPORT_SYMBOL_GPL vmlinux 0x872742dc devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x872887bd dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x873ecb54 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x8741f6a4 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x874712d6 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x874d1d0f __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x87612d50 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x87754db8 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8775d01b of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x878acbca fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x878e9e68 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x879951b4 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x87ab14e9 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x87ab1bc3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x87b890c9 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x87c04ab4 setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0x87c16577 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x87c56ca6 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x87c90203 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x87ea3edc spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x87f8b56c iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x880317c1 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x880c1501 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x881157ec blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x883a6110 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x8851ede6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x88538a8e dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885b5723 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x885cde3d mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x887a4bf0 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x888366ba dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x8894e8c8 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x88977332 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88c647cd device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d04399 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x88d1595e devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88d386a4 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x88d7328b l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x88daabb4 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f83074 device_destroy +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 0x891b3094 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x8920a1e3 dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8929001c pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x8933a016 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x89380bc5 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x894763ba devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x89483244 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894edc9b nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x894f4082 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x8954867c mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8957227f devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x89664050 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x89727726 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x89878390 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x898e9d8e lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x8998c94d pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a6d79c fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x89a89639 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b08ade fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c4afa7 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x89c5ccc3 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x89cb6484 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x89cdab18 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x89de8937 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e7bb20 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x89f354b9 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x8a11e42e fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a2cc330 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8a2e171a rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x8a322c92 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a37c360 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a44eb52 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4b2fa1 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x8a4d59b4 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8a507504 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a57fdf3 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x8a5aca6a of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a678af2 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x8a67f22a fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x8a699286 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x8a79ecf7 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a9bc12f __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8aa83a08 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x8aa89acd usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac058a1 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac698fc evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x8ad39ff6 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8adc3849 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8ade4aa6 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8aed1a3d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x8af19450 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x8b04ba8b regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b09ad73 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x8b134108 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b16842d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8b208cc1 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8b215e6e __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x8b216b8a nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8b2493d7 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x8b260eb2 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x8b35e13f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b554636 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b55a575 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8b5c5baa ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x8b769e5a eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8ecf7e of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8baf27a4 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc0d1c4 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8bc31d8d genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +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 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1f8bf4 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8c2d0c90 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c56ab25 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x8c5e3ad7 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x8c5e7443 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8c617743 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x8c674b94 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x8c6ac86f switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x8c6ed450 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x8c70ff66 tty_set_termios +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 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca631cd i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cb82a0c platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8cbb42c7 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x8cd9ab18 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x8cdd38e2 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ce52e86 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x8ce6d4d0 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8ceea920 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x8cef46f3 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x8d1163e8 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x8d1ad3ac tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x8d1d4db7 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d23759b __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x8d2f4301 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d337a8c regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8d35a110 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x8d39d427 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d57c9e0 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x8d726ede pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d7a25d8 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8336f1 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d939636 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x8d9761f5 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x8daa90c1 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x8dbec14c spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc04571 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8dc12425 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8dc32f46 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8dcb997d dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8df8d54c rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x8e05648d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8e15fccb pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e20218f devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0x8e25dfa0 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e2a7ca5 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8e2e6ce9 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x8e318997 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8e3b1200 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8e425ee6 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e652904 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x8e682a53 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e68a0a5 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6b6b5a devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e776528 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x8e78bebb kick_process +EXPORT_SYMBOL_GPL vmlinux 0x8e7ca714 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e827189 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e85f4bb pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x8e98b887 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x8e9b7a57 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea01916 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb043b2 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x8edc4869 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x8ee067af validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x8ee1da8f regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x8ee434b1 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8eeb0dc8 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef09d31 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x8ef7bed6 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f048b19 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f28062d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x8f37dc71 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f581c0e __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f585680 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x8f608bba tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x8f636cdf cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f797650 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x8f79acf2 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f88e6ab __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x8f8d5cbb cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x8f953cf2 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x8fa4c3a6 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb11a51 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x8fbad793 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffddb8e genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x90008198 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x900a096e get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x900c50ec mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x90158ada rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x901d4da5 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x9024c411 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9041408d thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x906611e1 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x90722419 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9082114e rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x90a2947e trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x90a34f21 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x90a995f8 fuse_init_fs_context_submount +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 0x90d507d8 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x90ddd493 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x90f8b473 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x910a47ce of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x910bf182 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x910d477a device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x915e5bfd __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9169b721 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x916d7ac3 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x917ebb90 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x918b0849 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a15fb1 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x91a81b64 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x91aee8c9 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x91b40817 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bb8781 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cfad28 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x91d08ad7 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9218997e mmc_sd_switch +EXPORT_SYMBOL_GPL vmlinux 0x9219901e sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x922a84c3 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x922db328 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x9237d78f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9239c709 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9242adb1 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9250c698 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x92518ce3 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x9254d817 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x9255cdf6 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x925708ef rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x92693f68 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x92891bbf i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x9298874f pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x929c29ae sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a22b48 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x92a648f8 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x92b74777 adp5520_write +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 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d461f7 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x92d6abfa tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e0dbfc device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f18fe5 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x92f19dda __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x92f3ef7d dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x9302ff71 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x930788c6 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x930c6090 rio_mport_read_config_8 +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 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933ad40b mmc_regulator_disable_vqmmc +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 0x936ffb4c xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x9371ea58 sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x93774fce report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x937ba9f4 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x938bfe1d tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x939084c5 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x93922c15 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x93923506 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x9398a283 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x93ac66dd crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x93b25d2c ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x93b5a53f platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x93c06656 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x93c29211 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d4ac22 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x93db27f6 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f7c7be kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x93fcb00f iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x940e4c65 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x94164a76 kernel_file_open +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 0x943425ea rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x9435ec95 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94638b57 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x948b7afb tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949d935f gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a5ddb5 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94b34244 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x94b34da0 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94be1886 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x94c42741 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x94ccfd4d tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x94d6eba2 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x94df5a17 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ebfcd8 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95045c8c __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9516ec42 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x9516f691 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9519aae1 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9529132a badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x952e747c irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x952fa160 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x95372c6c fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x953a9935 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9545bd02 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x9548c653 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x95497159 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x954f6117 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x9558b61f phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955e7e23 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x9560aeb1 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x956a0229 ping_getfrag +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 0x9578e289 kernfs_notify +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 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c4b9ca md_stop +EXPORT_SYMBOL_GPL vmlinux 0x95d8d502 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x95debd0e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x95e162ac pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x95e60bbe vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95ffc321 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9613ecee regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9622c083 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x96244ca3 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x96248f60 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x964fe130 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965db0cf gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x966ad751 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x96882e2a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x968abe6f devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x968dd2be uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x969ac1bf pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x969d354f rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x969f51a3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96a23b9f of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a89e88 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x96b72c3b mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x96da1caf check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x96dd226d unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x96f27dc2 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x96f3f8d8 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fc5625 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x9709295e dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x97114adc regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x9711863f ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x971327ed power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971ff4c2 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x9721685c scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x97301627 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9740e807 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x974f4dfa clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x97517e62 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x976d52cd devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x9775ae2a parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x97773f83 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97908de5 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x97a9a96a pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x97c04a61 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x97c9cf08 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x97cb18b4 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x97cdd10a debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x97dc63d8 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x97dd424b icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e17528 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97f1f98b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9811fe66 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x9812c9ad xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9817db54 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9818e65c msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x981c7dcf usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x982ab91f bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983af1bd trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x983c01b9 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98446d5a regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x984897a5 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x984d5140 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9850a1f7 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985e9426 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x98608ffe ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x986d69ef bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x98729705 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98886112 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x988a2371 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9894271b vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x98a0d737 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x98b690c4 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x98d582ee skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x98d90959 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x98eba520 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x99092b36 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL_GPL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL_GPL vmlinux 0x99388f8a devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x993e647f kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x994f4b0a badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x9955b1a4 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x995b5e0c simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9974fa65 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x99786a3e serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997e9b21 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x99853814 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999a23a7 get_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x999b0d56 iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0x999c5312 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a052f2 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x99b2a5d3 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x99bc7da8 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x99bdbe04 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x99c93fe0 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x99c9b573 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x99cef78f devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x99d64778 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x99e639a6 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a02bbb1 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x9a0432bc misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a05c62c cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9a0dc590 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x9a0e878e ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2c7cc3 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9a323829 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x9a368cb1 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x9a46af62 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9a47c5a5 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x9a49ab22 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x9a49b545 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9a519480 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9a5327e7 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5f87bb ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9a868727 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x9a8e81f7 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9a8ef7a3 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x9a99f845 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x9a9a9fa0 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9aa06ad9 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x9aa89281 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac6a2c2 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x9ad57c10 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x9adae93c nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x9adba18a xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af2693a mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af82f20 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9af94cdd serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b3eeac9 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5ba925 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x9b5f651c thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b790635 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9b891851 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b91a625 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bcdb901 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x9bdc1d2f meson_clk_mpll_ro_ops +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 0x9bf08bd6 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x9bf43139 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9c0a3f19 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9c12119a regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9c1c01fc kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x9c1ec9f3 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9c24f82e mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x9c32c2c6 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9c338dcf dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x9c3b52d2 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c50750a iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x9c54b28e xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c80fad8 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x9c81869a nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x9c8d1b59 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x9c960a10 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca392c4 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9caec4eb pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +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 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cfa2eb8 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9cfb5a00 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x9cfc37c3 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0d42e3 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x9d135b8a pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d45849c irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x9d5229c3 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x9d840b02 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d956333 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x9d95a7d9 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9da717e0 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x9daa8877 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x9db388d0 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9db47810 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x9dcdfb91 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9dd72aa9 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9de73a6b thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x9de75660 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9de9fb2d uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x9deac7f3 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9df5e3d4 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x9e069cd1 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x9e17e9fe rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e198129 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x9e221545 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e29914d tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e484193 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x9e4fc6eb cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e532d7e ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x9e606624 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e672ffe iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x9e73a7ab handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e77cd60 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e7cb488 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x9e7cf8a6 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea240ad clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x9eac7a2f simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x9ead157a kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x9eb45d83 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x9ebccf5d pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x9ec97069 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x9ecad817 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee8e473 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x9ee96a16 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f032ff7 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x9f04d886 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0eff86 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x9f150776 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9f16c88f __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x9f2bae8d of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9f327767 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x9f3cbf45 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x9f4399b8 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f47dfc6 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f58929e devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x9f5c20a3 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f708293 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f8757ce get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x9f8e8367 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f977ddb rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9f9ce875 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fba6232 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc8dab5 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd98e74 devlink_health_reporter_create +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 0x9ff4143b dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ff5c746 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x9ff682da tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x9ffbb055 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x9ffee1bf fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xa00162fe sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa004b83e hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xa00b8fa8 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01ce60d vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa026ffa4 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa048af38 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa04b35e6 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL_GPL vmlinux 0xa04e92f6 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07b6934 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xa07caa24 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0920534 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa09f341f mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa0abacfb disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xa0bca239 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xa0be28a5 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xa0c3ae03 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xa0cd4151 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa0ce51c3 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0dca937 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xa0de87d8 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xa0ea4552 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xa0ed671c blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1157f97 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xa135536b pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xa14a14e2 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1643809 device_create +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa16856a2 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xa169950e strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xa170efa1 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xa17574ff lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xa182f9da regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xa187b3c8 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa19f4b58 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xa1a755ba power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa1ada07d __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xa1bb0af4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1fad80b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xa206c8df iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f3f75 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa21783c4 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa21c67a2 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa234a1de clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xa23980ec devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa23bb52e __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa24cab5b ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2603737 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2614ae8 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa274e2c3 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa274eb51 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa2883c3b pwm_put +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 0xa2c204ca cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0xa2cb8e08 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xa2cd58d3 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0xa2d0c1cc pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa2d2fefa of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ea6073 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa2f18942 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2f8c6d5 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xa301bf6d dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0xa3184094 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xa31c2289 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xa31cf67c disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa31f292c skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xa320d496 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xa32f0201 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xa336eb5e spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xa3413dfc acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa3420eb6 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa358e6f7 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa3599825 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa35dbb19 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0xa36f441c iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa37b6275 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xa37e8c07 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38e3462 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xa38f0f02 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa396c7de platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a3c5fc vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xa3aa6bdb ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xa3ac4035 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa3ac48a7 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c5b016 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xa3cd368e usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa3da579a udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xa3db0a6d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ddbf8c __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xa3de900c of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa3ead007 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +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 0xa43402ce mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xa43671cd ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xa43bd1ed bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4427a19 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44fbf60 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45ce9ea xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4831f62 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xa489d1a1 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xa48c462a tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa4908eba extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xa4aafc71 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4adaf9d ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xa4ae6bdd device_add +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +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 0xa4df7ead platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa4e9c64c rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4eaaa50 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa4eb98dd iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0xa4eeac01 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa4eeb6a6 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f4af65 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xa4f58438 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0xa4f7aac6 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa51c632f fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xa51d657f of_device_uevent +EXPORT_SYMBOL_GPL vmlinux 0xa51ff639 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xa522a71c pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa5310c57 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53f4441 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa597d76f da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xa59a4c59 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xa5a67f78 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5a83c56 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xa5aa163d host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa5bb3e8b acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cea406 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e23ba1 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5e4a291 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f4df51 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xa60794c2 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xa630cfa9 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa64823c5 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xa6669170 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xa672d13b pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +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 0xa6cb6cad i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e9e56c acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70b7cdb xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa7312deb gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa734a5a2 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xa73f5228 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa75f5a2e ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xa7668c0d devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa7686b26 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xa76bb8e8 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xa76d09c4 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xa779fc92 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78e708a tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa79cbb9e clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xa79dc425 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xa7ba97d0 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7ca52bf altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa7cffd39 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa7d4cae1 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xa803f830 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa80bb8ba nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xa810cf06 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82332db sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xa828c312 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa82d0a7f crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xa8343330 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xa8348bd6 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa835ecc7 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa84545d8 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xa850994f __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa8518d2d meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8545f0e uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xa85cda01 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa8679351 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa8882d40 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xa8983f6f kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89ced2b tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8a985d9 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xa8bedbbc xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xa8da7aa4 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xa8dde005 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xa8e5ce37 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xa8ece1e1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa924bcf6 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xa92708f7 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xa92e9302 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa935e8f3 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xa9509799 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96d017a kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa96f4c70 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xa9762c6d mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xa989947d pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a3144d tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xa9afc71a fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xa9b74d8b usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa9b77aee ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xa9ba8752 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xa9be8cc0 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xa9cfd72a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xa9d7450a fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xa9daa7e1 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xa9e58e3c elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xa9eb50ae usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xaa0259f7 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xaa0a63e9 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa1cbfef page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xaa360cc7 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xaa48a426 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xaa5f31cc nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xaa613262 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6ded7d devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xaa71e0ff device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xaa734728 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xaa7dd553 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xaa82df5b pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaa88c053 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xaa8c13d0 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0xaa933a3b virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xaa9e8511 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab92979 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaad9f715 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xaaee9479 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xaaf022fb device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xaaf3baa5 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xaaf5223d tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xaafa7ae7 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab117b2b genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xab160d05 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab242d4d skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xab25cb91 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xab2a9966 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xab30dd58 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xab33a60c irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xab6813ae __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab6a2394 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xab6edac3 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab72e4e5 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xab738f8b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xab78ee8c __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xab82e55e spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xabab2ba2 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xabb132e4 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabc7e813 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xabd153be led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xabd3131f cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xabdeb67c mmput +EXPORT_SYMBOL_GPL vmlinux 0xabed3875 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0xabfec586 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xac0d2db6 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xac0da8a4 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xac201fa2 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xac28947d sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xac390094 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xac485e43 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xac499f5e bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xac5b79f5 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xac6ccd30 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xac8646e4 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xac873c7f transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xac8ecc63 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xac93a6a9 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xac93b4cb rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac9ccdec tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xac9f4a99 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xaca1ac4a regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb8275c __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xacb9839c simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccdaeb5 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xacd268aa regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xacf9ab5f software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xad0985cd skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xad102460 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xad167395 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad70490b security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xad7519d9 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7a8dcd ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xad81e33f receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad8321cb perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad8469cb spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xad8933af sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xad9a4348 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xad9d822d ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xad9da41e fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xad9f2051 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadab8342 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xadcb1fbc sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xadd8322a __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade65408 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xade9131a mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae04c153 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae0fb112 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae40285a bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xae427875 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xae4db760 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xae57614a init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xae5c5c4e blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6c06c1 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xae7ae2b6 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae816f4f netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xae9a8fa4 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xae9baf42 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xaec01eef gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xaec0d0ba fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xaecdba6d device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xaee436ed __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xaeed4243 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xaeee6aa7 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xaef1db45 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf17729b pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xaf1b7d54 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3b227b serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf435260 bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xaf447e31 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xaf4d28ef fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xaf517ff3 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xaf57925d rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xaf6311c6 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf665ecc devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xaf67e687 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf722106 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf79607c __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf7d14bc nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8e82e0 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xaf912b36 rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf92a09c proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb31251 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xafbb232a vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xafc64057 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xafc95289 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd5d464 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafde1de6 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb015b6f3 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xb01d5939 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03091d0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb0359d70 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xb03d9277 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb03dd695 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04f08e2 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xb050a5fd mptcp_pm_get_local_addr_max +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 0xb076f3d5 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb0773398 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb080e08c lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c418d6 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xb0c45b7e dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0c7e46b regulator_set_voltage_sel_regmap +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 0xb0f739e1 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xb0ffc789 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb1144c63 switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb126402e skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xb1295030 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb1473ba5 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb1476f46 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xb1606796 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb166dde5 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xb16fc822 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xb172c8d7 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb17b3941 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xb1845e29 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xb18bd130 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xb1a37c2e dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xb1a8bb44 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xb1a9b946 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xb1ba4803 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cb1d00 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xb1ce356d serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xb1cfd510 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xb1d2c52c folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb1dda0b9 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20d11c4 dev_pm_opp_find_freq_exact_indexed +EXPORT_SYMBOL_GPL vmlinux 0xb212d5e0 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22bf651 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb22ec90a __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xb2359290 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb2387787 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb248ed1e adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb2516517 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xb253555e tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xb254708c synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb268772a fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb271c58a sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xb27d5d3c ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xb28d9f69 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb29318bd serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29dfdd3 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2ac3183 get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xb2adfca5 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xb2afb515 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xb2b41da1 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xb2b7bd8a __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d8b3f0 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xb2db024b debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e8f882 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb2f284d7 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xb2f2f5b0 find_vpid +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 0xb318e060 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xb3270964 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL_GPL vmlinux 0xb337034d ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb3383e37 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb34a2e12 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xb3631cf4 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xb36ea6ab vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xb37268f0 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xb3828593 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xb3873da0 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xb390cb80 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb3970c98 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xb397d90e fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xb3a3b305 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xb3b28838 scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3b97c3d dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xb3bd29e4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xb3ca8402 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3e4f54f gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb410c983 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xb430fda1 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xb432120c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4542c51 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xb4557a05 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xb46097e0 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb478b749 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xb47e98a2 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb481f675 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb4893246 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb495169d perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c1a6cb __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xb4cde082 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb4d3caeb devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4eea568 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb4f6367f crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb4fb651b led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5030334 ata_change_queue_depth +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 0xb52661fe spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xb53b1eb1 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xb53da389 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb5448f56 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xb54e7605 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb5510384 shash_ahash_digest +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 0xb585d1cd skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xb58e593d regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb59a5576 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xb5a17434 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5abab69 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb5b5d138 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c90a94 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0xb5cdc6f8 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xb5d0b1ff failover_register +EXPORT_SYMBOL_GPL vmlinux 0xb5d3d56a udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xb5eefe57 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xb5f9418c ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb6112ed7 crypto_shash_digest +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 0xb64a006b regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xb64acdca pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb64de6d2 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65b488b nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xb65d65e8 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xb6684ff9 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xb66ce315 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xb690c3dc devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6ad7c32 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb6b1383d sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb6b9db04 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xb6ba1852 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xb6bc1d14 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xb6c9183d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xb6ce5d4b skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xb6cfd9a0 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xb6d8a13f wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e179f0 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f28254 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb6f7e0dd regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xb7059bc3 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xb705c492 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xb72997e7 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xb72b8af8 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xb72ecccb regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73346cf power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb737ccdb dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xb73aefdf clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb7407961 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xb74e1760 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xb750ab0a pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb760a350 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xb76707f3 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb77c82e6 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b456f1 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7bb08e3 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb7c38aef i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d0dc48 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xb7f02615 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb80454c7 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb804f3dd xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xb805d2b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xb80ed21d gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xb80ff84e nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xb825acd6 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb833f1cb gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb862a91c mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xb867bf88 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb87ff791 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xb88105bf sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb88de2a8 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ad1f98 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xb8b643e5 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8c7dbf4 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xb8cd10f3 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8cfe091 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb8d2bf22 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xb8e6927b pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xb8ee73dd bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb904aaec crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912a523 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb919eede mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb91b4250 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xb929dda9 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xb92d2cde kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb949eb3e vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xb9551a06 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xb955b269 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb95bc131 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb970838f ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xb9730580 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb97abf70 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98550c5 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xb988202c gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb98dcfb5 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xb98e77ef pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xb991298c dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xb99a262a phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c10c4b devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c76b4c dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xb9cc4cbf dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f924c7 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL_GPL vmlinux 0xb9ffb1bf pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xba01ff53 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xba084453 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xba0b42d5 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xba0dc97e tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xba1a4c4e compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xba1b6022 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba32676e crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xba331fe1 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xba372815 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xba3df92b of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xba4c9fac tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xba520cc9 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xba5340f1 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xba535e4e of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xba5bba9c kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xba6a1d00 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba7730c5 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xba9f1261 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xbaa26112 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbaab6191 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabf53fe of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xbac19c02 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xbac28147 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbac88a2f nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbacaabe0 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xbadb8a97 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xbae4ab50 devm_devfreq_event_add_edev +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 0xbb0aff2f kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb0c95dd rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbb1ec271 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xbb1fc532 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xbb241657 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb40cef6 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb5170c5 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xbb5c78f5 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb672fc9 alloc_io_pgtable_ops +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 0xbb9810fc mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xbbaa4cb8 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xbbb3fe74 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xbbb5af47 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xbbb70078 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xbbc641c7 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xbbca2628 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xbbcabbcc pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe6af3e dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xbbf66f92 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc017fde fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc14f01d trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xbc151100 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbc266415 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbc290dfb inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc69e336 devm_of_led_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc758758 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xbc79eb0b sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xbc909403 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9f196d bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xbcb003c1 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd72f57 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf8f233 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd13b471 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4837ca of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbd4d5acf devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xbd55cdf7 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xbd60beb6 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd9140c3 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda432e6 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb32e47 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbdbb14d7 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xbdbbd418 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xbdc194cc dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xbdc2a0a6 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbded07e7 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xbdf0c053 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbdf6d6b6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xbdf8011e ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbe05f34a of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0xbe062ed2 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xbe0e63f2 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe16ccf4 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xbe24b6a3 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xbe30e121 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xbe3e3caa pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xbe3e9bc2 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xbe3fd9f6 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xbe4570b5 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xbe458111 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe46dbe2 regmap_attach_dev +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 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe992edc tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9c9fd3 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xbea2261c of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebfcfed dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecec229 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xbed9738a fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xbed9c878 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbedb9da1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbef62a5f crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xbefa8cba i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf062ff0 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xbf0a4987 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf0af243 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xbf1c1d2b blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xbf22d288 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf33432e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbf502077 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xbf712416 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbf820eca __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbf8387a6 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xbf8b3387 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xbf8d7469 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbcbd31 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbe426e devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xbfc90aac task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfeb31cb xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc0005059 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc005b6ee irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc028e97d io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc033da4c __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc045ea48 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04bdf6d security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc05781b5 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05d68e6 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc05db13f __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc0682f85 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xc075bfd1 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0979092 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xc09adedd unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xc09b6083 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xc09d79c1 md_do_sync +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 0xc0adaeb3 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xc0ae946f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xc0af1fd0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b32fc5 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xc0c311eb xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc0c8eefe pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xc0d233c8 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e454a6 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f7b398 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xc0fe1112 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10b85ff sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xc10c4431 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc117ad65 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xc11a86d2 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xc11b2427 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xc1224451 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xc12c481e of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xc137c845 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1504e96 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xc159f13e kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc15c103b serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xc16e653a fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc173cd2d kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc175a570 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc176d5c3 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc1847259 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1896a88 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xc18bb82a meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xc18dd7d6 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc18e9f58 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xc198ef5c tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1a6822d devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc1a6e294 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xc1a702d8 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xc1a77a90 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xc1aee441 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xc1b405ff scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xc1b6c87f bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc1c5b3a1 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc1cb6471 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e1d7ac clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e9409d subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc1f1a9d1 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xc1f962dc ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xc201a9a1 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc205dc72 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc20d990d device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc20fdcd2 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xc2155909 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xc22074cc fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e23c7 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc2541e04 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25d97db blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xc25f95ac regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xc26762bb ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27e4f9a inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xc283e15b __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2914e50 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2a1ef57 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b507b2 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2ca1e88 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2ec7dec regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc30c8bef __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc30f028c crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xc322f758 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xc32708f8 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc32e1633 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xc33124dc dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xc338683c sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc380036e mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38ec8f2 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3aa7410 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f86f70 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xc3f9e521 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xc410b454 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xc410f057 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xc411e1f4 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc41d5edf sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xc423ed58 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc437ac45 rproc_coredump +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc4456aa2 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc449a5cf tpm1_do_selftest +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 0xc467ed82 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xc46bc2ac ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48ed848 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a4cad0 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4aa3add ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xc4aea283 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xc4b41520 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc4b87219 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4c2f558 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc4cb1b7d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xc4d5118a device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4f02106 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f5c9cf pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xc4fee101 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xc500ade6 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xc5076865 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc50aeeee power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51bcfc1 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xc52cc1b6 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xc537114c kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xc553a308 dev_pm_opp_find_freq_ceil_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc55fe92e is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d791 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56f3e3c devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57c4afa msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b11524 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0xc5b470e1 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5da9265 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xc5ebc1cb dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xc5fb5d0f register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xc5fca2e6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xc5fea951 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xc6032a43 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xc60852c4 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61a81bb sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xc6203203 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc650c477 devm_blk_crypto_profile_init +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 0xc6875b4d wp_shared_mapping_range +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 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a7f91a ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc6af4b9f tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xc6b083c7 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xc6b79a69 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xc6bd5117 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6cf5f9b shake_page +EXPORT_SYMBOL_GPL vmlinux 0xc6d02d46 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e15116 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc6e52755 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ec5858 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70bca76 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xc716a650 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc72b3bec onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0xc72c3466 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc74cc9b3 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xc7538535 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xc76af240 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78cacf8 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xc78dfefd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xc79540d8 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xc799e5ae device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7b94263 rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7cc3018 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xc7e1ab85 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ea5754 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7f44bbc pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc806b35e fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xc8119a73 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xc82005bc acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xc82ae05a devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc834b33a ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc867a0a1 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc87e7b66 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xc894de18 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xc8aff8e5 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc8ca1905 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc8ce83cf pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xc8d93e97 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8ded09d pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xc8defedf devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xc8e28797 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8e2daff pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xc8e80187 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc8f4a6c1 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc8f5995e irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc8fa7622 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xc9004769 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xc9036d90 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc905be12 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xc9091e88 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xc9121a18 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc921787e usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xc9328747 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9463266 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9470e58 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xc94fe678 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xc9525971 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xc9554e5e bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95ac2fb sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xc963f7e0 phy_modify_mmd +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 0xc983eec6 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xc9a9729c sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xc9b95063 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc9cabeb5 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d0beea tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xc9d2815b vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0xc9d69dca i2c_new_ancillary_device +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 0xca0600ed device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xca084a1a invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xca0d0278 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xca13b45e of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xca16b822 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xca16fdea clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xca18a44f devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xca329a97 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca49d43c kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xca4c3615 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6a72e2 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xca6e9a0a led_put +EXPORT_SYMBOL_GPL vmlinux 0xca706f1e bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9b2feb gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0xca9d8d59 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xcaa5c1af gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xcaab9782 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xcaaccbfa rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xcab692a9 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac3cd6d __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcada5fa3 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xcadc92de regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcae5c2d3 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcae8fbed tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb042128 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xcb090bf4 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xcb0bd9b3 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xcb14b7b4 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xcb206bd5 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xcb225e12 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb312dac sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcb326fd1 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xcb437079 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5c2d93 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xcb5d94b3 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xcb612aa4 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xcbb27d66 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xcbb4fc70 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xcbb84673 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcbc77af3 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcbcf23fd hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbefbfa5 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcbf7ab8e dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0xcc0ba856 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc157bfe input_class +EXPORT_SYMBOL_GPL vmlinux 0xcc29e05e irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc2fdf6b devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xcc342c15 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc3da0b2 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xcc40eabd led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc432afd ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc4c155e device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xcc6176d2 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xcc662455 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0xcc8a4c32 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccab2a49 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb21b35 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xccb3bdfe perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xccc804ee pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce84163 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd12ddf6 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xcd16f2b8 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xcd245d91 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2e52c0 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xcd648f38 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7b0325 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcd7ecbcb ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xcd87d2ac k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9c8a91 regulator_get_current_limit_regmap +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 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL_GPL vmlinux 0xcdb004d2 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc00a03 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde71233 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0b524e bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xce0e789f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce38a524 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xce565ede fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5f66a5 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xce603e2f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce62ed3a dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xce67947b devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xce6835b8 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce730a6b pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xce8f2deb pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce990743 put_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xce9a15d3 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xcea051e4 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb5a799 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xceb60d10 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xcebbadb1 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xcebfa997 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xcec4f957 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xced1ca78 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xced4862e aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee35672 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xceeb8d44 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef4d385 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xcf142fd8 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xcf1990bf evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xcf2a0472 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xcf3642cc dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xcf501406 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcf690a0c devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xcf7d5005 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xcf8a77d2 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xcf937e4f icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xcfa95ba5 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xcfbae722 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xcfc1d0fb crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcf3394 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xcfd03f27 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd51f36 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xcfeb8a17 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xcff1329a ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xcffd7b33 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd014d4a0 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd01b0129 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xd0230ad3 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd027569b ip6_push_pending_frames +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 0xd0517dd8 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xd06148f1 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd068423a proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd090196c switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd096f7c2 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a133fc tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xd0a5c060 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xd0ac3bf5 pcie_flr +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 0xd0f1babb regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd0f903c6 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xd0f9a663 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xd0fb28bf tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd111e8fd irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xd1154267 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1182211 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xd11c5fc0 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1216c21 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xd132728d usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14ddc4b fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xd14fac55 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15e9fe7 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xd169e6cf strp_done +EXPORT_SYMBOL_GPL vmlinux 0xd17162ca mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1781ef2 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xd19d6876 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1aef560 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd1c25f39 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1df2103 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd1ef6b91 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f4524e ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xd2039726 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL_GPL vmlinux 0xd20c696e clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd2169a4d devres_release +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 0xd22ca9cf icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xd247444d __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd2486a87 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25ebbed of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2686292 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd26b0ced exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xd26f9539 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27c7ce8 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd27dd27b clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd287fa2a dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xd293af7f xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29f0338 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xd2a9d926 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0xd2ab5e8c iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bf2b3d iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xd2ca60b0 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xd2ce6972 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2da5cf8 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xd2df5b90 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xd2e79416 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2efcbaf event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xd2f0dd49 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd2f415c8 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2f5dbf8 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xd2f61e63 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xd3095bf3 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xd3099904 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xd3116759 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd3178747 mmc_pwrseq_unregister +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 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3437223 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd34ba873 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0xd353df4c hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36d2510 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37825f5 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd3974204 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a625be wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xd3aa5187 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xd3bec09e ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xd3d06e12 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xd3df2456 fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3fb6644 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xd3fddb81 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd421898d sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xd42375ad dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xd4250831 iommu_setup_dma_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 0xd43bb904 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xd448ea72 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd452b422 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46ce865 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xd47144e6 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd4756f71 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xd477922b perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xd478849e sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xd47af8f1 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd4836051 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd498d32e crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xd4aba298 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xd4b3eaf7 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xd4b5634e xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bfb059 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9e536 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d9b927 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xd4da5b25 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0xd4dbc85a pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xd4dbeefc pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xd4e33b64 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4e5b4f1 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f1b644 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd5035dca irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xd50f3e6d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xd5111a23 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd514fb2e devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xd51510b7 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xd5166673 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xd51890f5 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd5476a3b of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55c4a69 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xd56565b8 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xd56b860f gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd579a120 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xd57ce631 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd583e086 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xd586a2c8 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd592cc53 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59e2df6 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xd5bf0589 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xd5cfe81f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd5e83a7f mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xd5f3b735 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd610d58f spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xd61a0784 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xd621b6eb qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd62950db blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd62ac2e0 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd631eff3 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65753e8 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67fcdf3 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd68c1ba4 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xd69ecee5 __usb_create_hcd +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 0xd6ccff70 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd6d11f15 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0xd6e29715 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xd6e69f6b devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xd6eb3b39 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0xd6ee36c0 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xd725090f pinctrl_remove_gpio_range +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 0xd734ec25 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xd73df035 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd740becf metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xd74927e4 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd74d2503 class_dev_iter_init +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 0xd77e9a38 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd79538d7 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aa1395 spi_alloc_device +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 0xd7cedaf9 virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7eeff47 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7ef461c sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xd7fa785c fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xd802c730 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xd8041d99 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xd80d5a7f fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xd80f33d2 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd82e17c9 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd8352896 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xd83bdf4f pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd84d076d nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd86f2e56 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0xd877bbc5 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8883c98 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xd88ec1c9 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd8b4dfff register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd8ba6f08 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd8c56c0d clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd8c682ba dwc2_pci_ids +EXPORT_SYMBOL_GPL vmlinux 0xd8d0409b devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d82162 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xd8e35088 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9103f67 __clk_hw_register_fixed_rate +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 0xd935504b gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd954d9d2 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd95a842c devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd9670ae6 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9792695 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xd98427a3 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd985a7b3 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd99c7bf6 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xd99f048d i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd9a36f20 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd9ad0f70 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9c584d5 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xd9ceb513 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e459c1 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd9e5097e dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ec8b85 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd9f55d67 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda040182 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0c7473 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xda0ca7d2 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda112f02 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xda1731b6 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xda23e4be thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xda251cc5 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xda261cf2 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xda2d1e4f regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xda2e2e21 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda375ba0 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xda567303 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xda5bd98f wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda63bad8 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xda6d6de8 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8a0e32 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda9f4b17 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa36fec crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac1ef3a usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdac2e9d7 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xdace4f16 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xdacf9e5f switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xdae369e1 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xdae9cfc5 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xdaf64257 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdafd05a3 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xdb047890 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb146024 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xdb2289e5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdb4e785e fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0xdb5562c4 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xdb5679ac fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xdb5fa959 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb64a34b ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xdb77bff4 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb9aacc0 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xdb9c733b devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdba2da6b sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xdba4b86e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xdbba92f2 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xdbbae4ea __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xdbc68603 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xdbd11120 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3738b regmap_fields_read +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 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc04c391 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdc0c4763 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdc0e907c acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc1ee5ba pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdc2bc7b0 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xdc433a5c crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc51f19d gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdc58f691 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6aaba3 acpi_dev_remove_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0xdc7bdee4 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc7fdcf6 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xdc80dc08 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc91d87f of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdc93f6f0 of_changeset_add_prop_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc98d1f3 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb088d8 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb727a6 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xdcc48623 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xdcca81cf sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdccd0476 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xdcde8c04 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xdce16e86 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf5dd74 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xdcfec873 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd2c88ec rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xdd360c5c ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xdd43ae77 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xdd4a12f3 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xdd5d4867 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd7aa5ee devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda0347f fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xdda1359b cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xdda1a28f pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xdda824c6 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xddae30a3 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xddbe69d7 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd0618c mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xddd0c53b devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xddd1de7b __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd71afb trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xdddf2efb crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xdde51634 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xddf98fe8 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xddfd0103 ata_bmdma_port_intr +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 0xde0b74ac devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde132249 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xde2e6f65 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xde31a9e4 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3c0164 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xde441686 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xde452213 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xde491ef8 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xde4c2422 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde891df7 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xde8e43ee fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xde923627 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xde950ce7 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeaf01b3 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xdeb5b658 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xdee134b1 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeee62c4 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xdef008f1 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xdef694f2 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf091b27 gpiochip_irqchip_add_domain +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 0xdf21c670 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xdf227de6 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf273ebc pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdf2c9174 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xdf2ed6a5 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf3f57c1 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xdf4382a8 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf55b677 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xdf5d2218 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdf67c6c5 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xdf6a24de debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdf7b3ce8 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xdf814a73 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xdf988bd0 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xdfa2a430 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xdfb62b1b ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xdfb9354e vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xdfc57cc4 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcd47cb xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xdfd82a75 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xdff713f7 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xdffc6626 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe016e9b5 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xe02e39bf trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe037b58c fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xe03ac8dc virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xe03b1a04 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xe056a8a4 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xe05738fe regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe058b082 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0760b39 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xe0808dc0 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xe08db961 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xe0933bae ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe0981c2e pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe0996b6e ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xe0a68387 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe0a756df debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0afc944 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe0b12c8e ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b614c7 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0ba327f kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xe0c47626 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c830a3 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xe0cace1e xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xe0d1d774 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0f5834e hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe101fd8e blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1143b60 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xe119fad6 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe11d7496 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe11ea689 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe11ea90a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12fd14b rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xe13887b5 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xe14207fd devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe148e60f relay_close +EXPORT_SYMBOL_GPL vmlinux 0xe14e0dd3 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xe151d501 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe15218a3 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xe157f847 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xe15bb9a8 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xe15c0932 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xe16c08bf regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xe189dcd1 mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xe18cdc2d dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xe196b504 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xe19b5c0f debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c49ac1 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0xe1c4c3a0 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1ca86cd of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe1caa1d7 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xe1d2564b pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xe1dce9be mas_store +EXPORT_SYMBOL_GPL vmlinux 0xe1ecd9b8 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xe1f08b35 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xe1f24a0c nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe1f6e4e7 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe1ff30f7 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xe205d572 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23dd6a6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe24732d6 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe24a7def dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe25b9cbd fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe2663712 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xe268848c user_update +EXPORT_SYMBOL_GPL vmlinux 0xe26b471e usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe26d657a devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe2722173 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xe274804a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe274fbc4 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xe2850b12 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xe2861a7d hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xe292c412 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xe2b20a5d tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe2b2fa6e genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c6fab7 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d6f36e crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2deb83c evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f2b6f3 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xe2f6c3e4 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xe2f81d27 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xe301b122 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xe30b9667 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xe3167dc4 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe32657bd spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xe327f43d __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xe3363102 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xe33abf75 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe33ddd9f i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xe3408f64 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe34b9bd5 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xe3501331 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xe3685e97 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xe36b81bf kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xe36f81e7 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe37684bb bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe37d9104 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe38021d3 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe3860604 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39f32fe clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xe3a182c6 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b78810 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e1d76d vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f4bcfb kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe414e205 led_set_brightness_sync +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 0xe444c378 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xe44a616e nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xe451e349 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xe454d5a9 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xe455268c component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xe46682ea devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xe46e7b1e device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xe473b960 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xe4784f4a virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe4847526 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xe48f8d0d of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe495ae10 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49862d9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0xe49be3a4 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe4a5b060 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xe4a71d23 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xe4abaac5 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xe4aeda79 sync_page_io +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 0xe4cad012 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe4cc44a0 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f943a0 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xe4fa2d1c pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xe505a5d0 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50dc25d fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xe54724f6 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xe5472734 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe55e27ae bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe55e7965 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xe568ee4d cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe568f12e syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xe56bb2c4 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe584f61b pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5906c7c device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xe597fbf3 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xe59ff901 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +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 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5e9b8e0 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe5ec6eed pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60c68df n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xe619c799 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe622e46a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xe623b666 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62bc1a0 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xe63b173d xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe649fa7c sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xe67466ff device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xe6776c07 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xe684f6a7 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe6984003 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b679bd ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xe6bbc75f rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xe6be3e8e tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xe6cad80a gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xe6cfcee4 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xe6e35228 __traceiter_tcp_send_reset +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 0xe6f60a4d pci_epc_clear_bar +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 0xe7045c0d component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xe70d94c9 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xe722d1b3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7256599 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe7267b58 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe738dbd8 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xe740f536 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xe74b4077 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe76577a8 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77fe1d2 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe791d019 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xe793306b iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe794ca99 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe7952e61 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe79f4ed3 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xe7a14c89 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe7a3dae3 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xe7c3df6b xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe7c6822a kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xe7ce71da __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7fd24c4 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe80cc2c3 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xe8140319 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8191f14 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xe834f616 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe83e36b9 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xe842a5ad pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe84cde78 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe852b483 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8687919 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xe87cf50a pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0xe88b8447 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xe89664ab led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe89f827b reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8aa6a62 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8cd1e6b pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe8dc484a nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe8df184c bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8ea2e5c tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xe8f118c7 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xe8f27b17 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xe8fa103c driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe8fbdd09 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe8fcb692 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xe9099d2a tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe90d78ce dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe90fa006 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xe9101a56 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe913dadf uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe91abc62 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xe92e99d9 virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe941d7db rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe951e44a alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xe95590b7 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95c1ff8 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xe9658c97 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xe966e78e nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xe97e88a8 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xe98368e6 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe98cb823 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xe98e829a mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9a04fdd regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xe9ada45d devl_register +EXPORT_SYMBOL_GPL vmlinux 0xe9b3bbd4 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9be2bbe iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe9cae45c regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe9cbcdfa phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xe9ce20bf clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d2a1f9 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9e2a5df devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe9f3de2d xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea07d2fa i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea12a9e4 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea2b593b gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea36a16d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea437c4b fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea57337f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xea7a1d0a extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xea87f303 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xea94bf4a crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xea98a9ed phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xeaa10a91 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xeaa38421 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xeaa5126c usb_string +EXPORT_SYMBOL_GPL vmlinux 0xeab852c0 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xeab9eb73 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeabb9ee7 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xeac2bf0e gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xeac6f20c vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xeacf1b42 __pci_hp_initialize +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 0xeadb0916 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xeadb2bce dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf3480e dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeafc81ee xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xeb00e699 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xeb0e269f pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb1003b8 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xeb1830e2 device_del +EXPORT_SYMBOL_GPL vmlinux 0xeb2f4041 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xeb31f597 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb39c1c5 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb437947 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xeb4a60d0 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xeb514449 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xeb5cd36f bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xeb71f996 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb7dde91 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xeb81c21b gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xeb83891b phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xebae61cc dev_pm_opp_find_freq_floor_indexed +EXPORT_SYMBOL_GPL vmlinux 0xebb31019 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xebd06059 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebe55ef3 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xebeaf925 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xebedfabc crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xebee9922 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0e2f84 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xec259818 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xec454955 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec745889 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7798f4 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xec7d1ef5 of_changeset_add_prop_string +EXPORT_SYMBOL_GPL vmlinux 0xec80fd38 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xec8417ce mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xec90dfd2 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xecaa7cc6 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xecaea16b phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xecafaaeb mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd536a2 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecddad5f acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xece150b0 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xece66c7c sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xecf56133 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xecff130f devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xed095f3a platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xed0af6e7 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xed150f3a dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xed16ff1e pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xed24f42e __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xed2a4143 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed36d072 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xed3b4a5f mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xed4440b5 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xed474179 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xed5df8d0 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xed625b21 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xed75373e da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xed814464 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed971769 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0xedb07924 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xedbd87bb crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xedca30f4 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xedca9b64 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf33b18 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xee006366 hv_isolation_type_tdx +EXPORT_SYMBOL_GPL vmlinux 0xee139398 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c3bf9 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6d0f5e dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee822ef6 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xee91e20b elv_register +EXPORT_SYMBOL_GPL vmlinux 0xeea9e8f5 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xeeb0fd3e blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xeebb4120 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xeebb5757 meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0xeebc84e3 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xeec88685 ata_bmdma_stop +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 0xeee67355 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xeee950f6 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef088935 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xef09c34b devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef22f8fe __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xef2558bf devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef35191c vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xef36c3b6 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef52a6df sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xef53a3d1 hwmon_device_unregister +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 0xef71856e bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xef71e43c dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL_GPL vmlinux 0xef8b1d7d class_register +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9db500 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xefa133d6 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefc2c291 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xefcea7dc raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xefd1bda7 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xefddc963 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xefeaa2f4 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xefeaf25c acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffc7cfc make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xf005c26e usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf00a7d8b mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf01498e7 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xf0235238 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xf02db411 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xf02ebdb4 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xf03acfdc usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0446207 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xf04959e0 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf056a9ee __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05ac8e2 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0601217 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xf0602550 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xf062c625 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf062e2cf vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0xf0640227 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06d0834 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf07c9d36 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0915b76 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf094f9e7 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xf0a0422f tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xf0a7638e __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xf0ad778c lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xf0cec6b6 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xf0d7cd4a fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xf0dbda9e xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xf0e513d0 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ef7a87 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xf0f194d5 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fbb95f irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf11a0822 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf12b0b4b acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf135e551 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xf1681e9a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18fc25c icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xf19cc122 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xf19ea625 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xf1aac982 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xf1ba9f09 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xf1bc0820 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf1c8705c dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xf1df4458 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xf1e5b47b devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf1e5c10c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xf1ec3ca4 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f3a4e5 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf20342be dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xf21d3f99 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf235a082 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf2452474 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf247618e bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xf2523047 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf25ed1cc nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xf26346f7 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xf266f323 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf268cde1 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf26f120c fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf27c7448 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29e7a30 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xf29efcf4 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bf679d disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xf2d5bcb5 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xf2d82876 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xf2e6e158 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf2eccaa9 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fc6864 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3006098 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30f577c regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xf3106ce1 nop_posix_acl_default +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 0xf327eb38 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf349562d fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xf34a822e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3571d82 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xf36b2585 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xf36cc726 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf36e0571 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xf36e411f phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xf3772e35 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37f11f8 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf394be37 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf39a7754 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a4ea97 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xf3b2a570 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b82e56 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b836ea cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c2b891 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xf3c7edaf kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xf3e0460b tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xf3e31a68 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3eb1c92 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3f920b2 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xf3fb17f2 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xf419c2b6 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xf41b62e2 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf42436a7 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf4259b90 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf4267671 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf42f20f1 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xf441597a blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xf443cbd7 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xf45ea2f1 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xf467cb31 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47c6f60 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xf4906084 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xf491f5a5 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf4927898 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b5f0c0 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf4c99887 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf4ca4c8b spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4eac383 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4f3a5c1 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xf4fcedfd irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xf5058b4e xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xf5088844 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xf512935e dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5171afe fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf53c9c7d vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xf53d2dc2 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xf53fb320 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xf542913a tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf551b6b6 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55d05cb cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf55dc32e kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xf58426bc iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xf5899df1 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xf5927e89 devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xf5931742 usb_enable_autosuspend +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 0xf5ac78f1 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xf5d30d3c i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xf5f0efc3 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5fef62c driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf6203aa8 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xf62d9d08 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf6358c39 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xf63ce27f of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf63ff272 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf6509ac7 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xf658e8c4 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf65c1624 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6680b43 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xf6688c3c extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf67cb838 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6bba9cf perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c3cd43 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6ca2a5b iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ef8209 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f65d20 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xf70ccc1b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf71b2db6 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf7238560 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7383eeb platform_device_add +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 0xf75d5130 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77a7e10 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xf77fb670 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7838855 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf7ab8e31 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b68dfe pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf7bae7d1 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c1626a dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c92bd4 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xf7cbc2ba dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xf7dac6b4 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xf7e09239 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xf8091295 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf814162e devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81eb771 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xf81eff4e dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf82bcca5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf834f472 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xf845f5b2 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86f9e80 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88dc39e vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xf894fda0 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf89b92a2 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xf89d7522 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xf8a4e24f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf8b5c6f1 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xf8b6f348 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xf8c4a936 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf8cbe02b fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf8d27e61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf8e20a27 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf8ebb961 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fd9e0b virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf90409c1 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xf91eae62 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xf94c71d9 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9647bcb dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xf96727d2 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf968232f __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xf96aa274 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xf99839c8 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xf99a009e sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9a7ad21 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9c1d843 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xf9e0dc2f rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfa081aed regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xfa0bf90c make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xfa12920c usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xfa133bc8 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa16d1f0 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xfa1765ae shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xfa19930f input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +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 0xfa58420a devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xfa5d1ff5 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xfa625e61 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6b8fe2 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xfa72dd0a extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xfa8961e9 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xfa98ad91 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xfa9fc926 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xfaa8f44f nf_defrag_v6_hook +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab22791 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab91a96 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaf488cb crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xfaf71109 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xfb05fb0b mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb139bc4 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xfb207805 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xfb25a4ca ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xfb2e1282 phylink_limit_mac_speed +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb5a5058 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xfb5af407 shmem_truncate_range +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 0xfb879e55 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xfb8cd999 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xfb8dbf3a acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xfb90a2e8 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xfb917c0d device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xfba5de35 of_changeset_add_prop_string_array +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbee67e acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbdd291a mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xfbdfd05d edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xfbf4d159 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc26c006 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xfc348841 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc462af3 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfc5c4f16 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL_GPL vmlinux 0xfca426fb synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfccb4b4c ping_close +EXPORT_SYMBOL_GPL vmlinux 0xfced497e pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd005227 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd06d9d6 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xfd0d4623 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xfd15b2a6 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd1e287b dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xfd38b491 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xfd543562 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd749a73 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd9e527c skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xfda90445 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xfdabd3a0 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfdb51960 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbdbd58 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdbf8b14 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xfdc09206 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xfdc8ad52 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xfde3e4c7 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf12cc2 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xfdf13f1a meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0xfdfb5a87 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfe0712f6 user_read +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 0xfe237294 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xfe26c1ef platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfe35fea6 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xfe363776 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xfe3a5ebe regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe42fc2e blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe478bd3 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xfe4ef071 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xfe51cdcb fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xfe5a6e63 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xfe66e806 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xfe87e4c6 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xfe88d453 vcap_is_next_lookup +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 0xfe9de2f3 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xfeabc6b7 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xfeaf9b97 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xfeb8bed9 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xfebc6b7b gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed085c2 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfee3716c amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfee78ec6 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef2ca73 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xfef868c1 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xfefc4bfa fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff105568 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1d0e5f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xff267a2e gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff315f52 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xff376341 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xff385426 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff494992 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xff497f80 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xff58912f devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xff5a1360 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xff5e66eb xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xff60f6a0 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7f1866 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff89d8b3 inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xff8e9447 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffba8e22 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xffc4035e tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xffc7e1f9 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xffc8463e ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffd714ab ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xffdb63fc kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xffe400d1 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xffea6ef1 devm_mipi_dsi_device_register_full +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 0x0548294d cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0ca1f93c cs_dsp_power_down 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 0x1a0ef341 cs_dsp_adsp1_init 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 0x54a980a0 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x57c96cac cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x59a50daa cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x61cbd12c cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6d8c9fda cs_dsp_adsp1_power_down 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 0x713a381b cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x78e5435d cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7ee2f8ea cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8b7f9c34 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x945eb7a9 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9b2c967e 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 0xae7bc285 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb028053e cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb426d216 cs_dsp_read_data_word 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 0xbc436c63 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbde36a45 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc254e7c3 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd392af49 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe3585854 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe38439b8 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xed336c84 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x99ad4047 hwmon_device_register_for_thermal vmlinux +I2C_ATR EXPORT_SYMBOL_GPL 0x10319bac i2c_atr_get_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x63109546 i2c_atr_set_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x64a6f59c i2c_atr_add_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x86c4742b i2c_atr_del_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x958e5909 i2c_atr_delete drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0xd9e99f4c i2c_atr_new drivers/i2c/i2c-atr +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 0x88e7fa25 idle_inject_register 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 0xed691643 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0xa5cbbb6f ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xb3023250 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0xb35013bc ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xd2d92b67 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x07b27e4a ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x833f1ec7 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x71a3bb1a ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xaa3cc738 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x28f0aa00 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xa6e36284 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x412c47c0 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4323c588 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x47087d24 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5486b212 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x59c7f58a adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x603f4282 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x78a60152 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x81413960 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9852eb51 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb96b3c01 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xa34e3fc0 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x06109d50 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x40b2675d adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x6e3ed38d 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 0xeb7b56a8 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 0xc5a77333 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x66fdd32a adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x1a514bb7 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe135560a adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x30831664 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3287408e ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3ccf6ebe ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x43e360c5 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x667da516 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x714410a3 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x97e126ae ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9b053421 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xaf17532a ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf3e41483 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x81440622 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x958502f9 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0055b8f3 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x25180de3 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x35730d53 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x725fa2d4 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x02405561 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x764b0da2 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd4a28167 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xe977430e bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x466f5f87 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xf52be208 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x47c4f112 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x541a0116 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb9dfc81b bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe456d240 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x1e510fb4 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 0x7e8f374b bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x070a509a bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x42daf88a bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x470e9309 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x4ca6440f bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x9a05b1ec bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xad884e6b bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xbd81e0a9 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xe6649437 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xede09028 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xffc81b2c bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x238970a0 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcc8f319b bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x2bc24cb8 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x831638da fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xb9688e12 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x407977bc fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4cc0fafe fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa6187ba6 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xe2a7e379 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 0xd6b59116 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 0x0a07fcc1 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x133d2d2d hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1a0adde5 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x329e7ae7 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x692aa882 hid_sensor_remove_trigger 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 0x988cda6e hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb02cb970 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xbe231500 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd51564d0 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe905d846 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xed5ede1b hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xed7b8ee0 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x07018946 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x2420b383 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x41b7b560 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xb126b1e8 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x41c5e519 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x54a4a5d1 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb23b3ace hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0xabf75647 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xf2e5aa20 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x3e91deae inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x6bb8fdcd inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x75961e0f inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x4c441c91 inv_sensors_timestamp_init drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x8f76efe5 inv_sensors_timestamp_update_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xd27a87e4 inv_sensors_timestamp_interrupt drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xf515045a inv_sensors_timestamp_apply_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_KX022A EXPORT_SYMBOL_GPL 0x44822f28 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xe69add79 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x28139abf kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x419fe13e kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa5ae6f65 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x10c6d34e st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x3619d5c9 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 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x40404ff0 ms_sensors_show_battery_low 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 0x5bd860cb ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x89c0b7ff ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8c9b8e3e ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa2b92bc4 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd377dc7c ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdbf4c4ae ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe92a4f83 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf72759d8 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3e0b6164 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xbcc7b607 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xbfbe5782 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x114e15e5 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x342db77d mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x34371189 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x42047354 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x52704e85 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x56d0e16e mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x61872edc mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x76f3a021 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x942bc147 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9c08630b mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa05c5d29 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcd0fd473 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdab0ba87 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe8b0b521 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf285cff1 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf64eccad mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x85f01b27 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x9002fb34 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x55bdddf9 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x55c0d932 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x6ce60719 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x0123d9c5 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x04944572 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 0xa8605a31 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 0x4354df91 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x4e938f37 scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x6f21a89b sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0db5ade3 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1e7878d2 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2a480d52 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4689de44 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4b8df6ef ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5765b49b ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x7468896c ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa8bc85df 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 0x07bda7a7 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x082c1d7b st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0938e8cb st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2b1e06fb st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2eb01efc st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x350cf630 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x369d54a0 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x392601ad st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x41baca21 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4a76c065 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5a4e1dd5 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x5afa8868 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f29c4d7 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x7225d94d st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x84002c14 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xa1883b4f st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa60a443d st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb54c7990 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb6e57550 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc12c1965 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xc1a5d3f5 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc748332b st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc9e1e6e8 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcbbad674 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xdefa993b st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe02302b5 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xc147ac1b st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x61757069 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xd20df98d st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0b8c1cc6 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x370f143a zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x3f4b8d65 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x4890059f zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7cfc8f9c zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xe21b385d zpa2326_probe drivers/iio/pressure/zpa2326 +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x587bab5e ipu_bridge_parse_ssdb drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x6215ae81 ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0xbb3692f9 ipu_bridge_instantiate_vcm drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x7914766b m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x7e1bb6f4 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xac120db5 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb84db482 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb95b6407 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x08e0187b iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x1541c087 iommufd_ctx_from_fd drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x1a00ed99 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x318816a0 iommufd_access_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x42e36815 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x704b9791 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x762ba89a iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7875904a iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7ecef48b iommufd_device_to_ictx drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x966e6307 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xafb6aa1b iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc4019840 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc57e108d iommufd_access_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc85058d7 iommufd_device_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd3033052 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd67c9fb6 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd8f10c81 iommufd_device_to_id drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe548fefe iommufd_ctx_has_group drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xea57b354 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe229c40 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0x9fd9b3fd iommu_group_replace_domain vmlinux +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xa0a00cbd iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xace3a233 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xbff7f969 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x02a2b3dd iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x03361613 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x11843d74 iwl_acpi_get_tas 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 0x1696fea7 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a240689 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1c639a81 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1fc4ec52 iwl_parse_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 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x354c9672 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37913235 iwl_configure_rxq 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 0x3b3af758 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ecf4858 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x456989ce iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x463ae652 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47561088 iwl_parse_eeprom_data 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 0x4a68883b iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4bb862f1 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x51266b47 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x512e8ab4 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52c0df90 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x543ac498 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x545b0666 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55536a35 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58ca832b __iwl_warn 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 0x5a6a154e iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e1023bf iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e61db6f iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ee27bba iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x60adde9e iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6467378c iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x66d8b940 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6c6d6419 iwl_get_cmd_string 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 0x78bb4d2e iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7b4e82d3 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8233c13c 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 0x83bf0edc iwl_write_prph_no_grab 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 0x878b5b06 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x89cad26f iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8b23099b iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8e872209 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9361bbf6 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x94bd6fa6 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9a04efab iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9b041f6a iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa04ea4bb iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaab62dbc iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac5f45cf iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb2834fec iwl_init_paging 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 0xb4bd8a97 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 0xb9fe34c1 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbeeb7c74 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc07a7d63 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc18352c8 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3915abc iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc931dcf1 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcaaf9b37 _iwl_dbg_tlv_time_point 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 0xce1c237c iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd6203e67 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd706b2cb iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd9ad28e6 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdaa89a0d iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdc52fb86 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdf0e977d iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdf51c435 iwl_cmd_groups_verify_sorted 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 0xe1bcf621 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe467b1c2 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe72671c7 iwl_poll_bit 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 0xea7fbe08 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf01c6c1f iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf1dde06e iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf62dfc89 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf7bdd67c iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf82abd02 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf898b9fa iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa650744 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb17f26a iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb5aa685 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x72713c06 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xfa2be897 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0433b314 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0cb6cd0a mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x13005537 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x183f552b mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2101d6a4 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x31b6c6bd mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x46512284 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4de55e0c __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x54237e09 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5536065f mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5a4aca41 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d63eef4 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc6744f7c mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd5205d2b mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x0bb62954 cs42l43_pm_ops drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x26bb0620 cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x5de2b3dc cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x868331e9 cs42l43_dev_probe drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x9afaabca cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc075ba69 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_OCELOT EXPORT_SYMBOL 0x1602a2fc ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x8afe72e0 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x2c269698 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x04003df4 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2070a4b4 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2a205ccf nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x41a006bb nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7ef28f45 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7f1992f0 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xfb3598e8 nvme_ctrl_from_file drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0ccfa7a5 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x12cd4444 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1a30e646 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1d17d141 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2b20241c peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2bc490af peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2f1f6d5c peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x37c2af3a peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x60bc1407 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x687633c8 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6b25fdda peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x75a6a74f peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7624848f __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x79cf637b peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7c2c88db peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8092f80c peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x85f98cb1 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x91ff8f12 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94e84ab8 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xac12aff4 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb641b9e2 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc393bb51 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcf985c30 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd32c39a1 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe329a668 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe8bb69dc peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xea9b3096 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xed4f291e peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf540fabf peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x2149db62 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5ca3f36d peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x75c7accd peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x9c267ae5 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdbf894d0 peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x02e227ea pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x14086190 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x24df7c17 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3465f1ed pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4fb98a5a pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5e39a350 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7b1313f4 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7c0fc56a pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7ea3856a pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8383c980 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8557932b pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x885dc485 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8d9989b8 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91b1a8f5 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x95e5b4d4 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaaf6fd65 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb1c14811 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xeba7ac67 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf0b0fb5f pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf4f666c8 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf60201f3 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2072e3b6 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2ba823c1 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x5d38647c 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 0xd6393095 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe7351c8d sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x1bff5ab1 serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x18560ca4 hda_cs_dsp_write_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 0x59f28d2d hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x88385024 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xdc22246c hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x449e8b58 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x5c2bd4b8 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xbb808924 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0x5e5407c2 cs35l56_hda_remove sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xa4e26c76 cs35l56_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xf358c92d cs35l56_hda_common_probe sound/pci/hda/snd-hda-scodec-cs35l56 +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 0x3a5d4840 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x47290e2e cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x9872c35d cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xdb4a0211 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf6aa8e51 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfea5022a cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x18644ba6 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x5049a1cc cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x61563b68 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa197691d cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq 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 0x08306b44 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x0c812fa9 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x176c0ed9 cs35l56_runtime_suspend_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x3bbcbccc cs35l56_firmware_shutdown sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x436b9c88 cs35l56_hw_init sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64d171df cs35l56_wait_for_firmware_boot 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 0x6aba3d21 cs35l56_init_cs_dsp sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x75ba1d05 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x810124fe cs35l56_wait_min_reset_pulse 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 0xa7b8c06d cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad591ce8 cs35l56_wait_control_port_ready sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xbad42976 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xbbf18858 cs35l56_is_fw_reload_needed sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xbc01907a cs35l56_system_reset sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xca26d8ff cs35l56_mbox_send 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 0xfcbdc7a7 cs35l56_set_patch sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1e6f6f25 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x201fda68 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x31bab15c cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4253ae9f cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x69c00c44 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa6869f5b cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa6d4fb3e cs42l42_src_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 0xbd82ff20 cs42l42_resume 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 0xcb1a920f cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xcd570e1d cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd27697d5 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd4d4b8cb cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe33aa938 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf72dbbe3 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x0ad30631 cs42l43_sdw_add_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x5f0529da cs42l43_sdw_remove_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0xc20d742c cs42l43_sdw_set_stream sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x7928d79a 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 0x1a5a6a2f sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x89a29ee9 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x0a8601da sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x53b80e2f sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xa742bd6a 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 0xca252d4d sdw_intel_startup drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3d392740 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4f871e1d dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5320165a dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x578418e1 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6b59fde8 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x93f0d363 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xbbb62e74 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc6200d04 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf1361116 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 0x20009a65 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e22336e ccu_is_better_rate 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 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 0x9c72219a ccu_helper_wait_for_lock 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 0xd0be2c05 ccu_pll_notifier_register 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 0x104c3aee usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x10e31f92 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x16eec060 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 0x1f691cc0 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x25d01576 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x321c25aa usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x72cc3107 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8b85daf4 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x923337e2 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9a14c238 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xad06a2b3 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xad5161eb usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb493242d usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb524acf9 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbd2cba42 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcd4d35b5 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd8e7e97e usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd99f88e9 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdd4553a9 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xddac845b usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe40b6842 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xebf7c83f usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xeddfbad6 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf5f48171 usb_stor_post_reset drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic-64k +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic-64k @@ -0,0 +1,29050 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xccb2d4ce brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xd9e4ffdd brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x18166bf1 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x1e0059bf counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x256a7fd7 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x40ea6356 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa311f002 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xaae3893b counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc433c141 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xecc30168 devm_counter_alloc drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x05372083 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x08a1a6e6 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x15388078 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2ef74aeb otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x44364cde cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x47aef92e otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x4809becc otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x4ca37c87 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5e4b16f5 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x85ab8279 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8b86df2f otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x98b89695 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x9d46f915 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xab985af7 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb4ebb295 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbf8bee76 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xef49cbdd otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x63f4d497 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xa3268516 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xbf6505a9 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x03454781 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x07bd675e clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0c3c508e to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0c52cd35 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x16b7fdc4 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x196d5894 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1d728508 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f6e35e5 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x22715103 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x25f039eb cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2782685c devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2803390b pcie_aer_is_native vmlinux +CXL EXPORT_SYMBOL_GPL 0x2e105ddc devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2f7f9d06 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3249c231 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x34a96625 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3934dfb1 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a98bab1 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b0a41d4 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c23c572 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3e88e9d7 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x41999a3b cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43907560 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4535d9f1 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4918a49d cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a4db63c is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4c61bee0 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ce52c28 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d31db3e devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4feb787c cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x50630dd6 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51466054 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x57427731 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5aef4350 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5d97cd52 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5db782f7 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5eda1106 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x60490b64 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x647b49f1 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x66ed2ad7 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x73968f2a is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x759fb7f2 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x76269a10 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x762d99d9 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d58fe61 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e947ed3 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7f337bbf cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x81ffb454 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x85003e1c devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x884571bb cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8a5ef38c cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8bafa889 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c169fb1 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ce31e89 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9336c786 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x946b0437 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x97a5eaad is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a5436bb to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6c0c1f7 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xab6ac07c cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae5742d1 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5c6e6d7 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7364303 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb77c4120 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe851669 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc1bd4180 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc327b575 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc340dec0 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc6c79f7c devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc8db91c7 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc5edce3 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcce99811 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd241c710 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd4bd582a to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd61d784e schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xded61e47 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf864dab cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe108d4bb devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1985032 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe25e16f8 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe33a0f14 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea686db8 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea7e9969 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xefc21f18 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd308db0 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x03dc54f6 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x107eb28c dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x16a2bb0d dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x23b7e390 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2a21a788 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2bdc30f0 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x31de60a6 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x50384027 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x53e7bd62 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x56305995 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5b48b301 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6f4eb5d4 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x71b74037 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x79348593 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x81fd930a dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x957e3446 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xaf3458b2 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb808db79 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc0ac6535 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc8401433 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd38efd4c dma_buf_begin_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x944ae112 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 0x51a1801c ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +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 0x0bbbf6c9 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x6056367f crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xa2edea8f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xce781e08 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xd10f5af9 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xde31411c crypto_nhpoly1305_init +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 0x47058b04 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 0x990c1849 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0xa5523e40 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x262e1859 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x67b0c2a0 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 0x22b54e5f btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xdfb61155 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x573b8724 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 0x10863006 ipmi_get_smi_info +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 0x3a18f129 ipmi_smi_watcher_register +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 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69ac4a0 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 0xea022cfd ipmi_add_smi +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 0x1aa3282c kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x4a05e24d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x610631d6 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x677e1b4f kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6c945616 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x71e82154 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x78fd5312 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x83fd7378 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x86de526c kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xb37be30e kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbb145df4 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcc8943bf kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd525510c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x85b0a06a st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xa066656b st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc112c990 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc3099782 st33zp24_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x14c75a1b xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x301420a3 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x66720f8c xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x4e2f2b77 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xd40460ba xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xd4905bef xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x55bf8a0a atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x60b509ed 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 0xdaf9720b atmel_i2c_probe +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 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x5e2cbfd9 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xd545ac0b caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0xdb1786a0 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xf2f06d54 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2236f7c4 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x44f510b7 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8cdada0b gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x9884c7ab caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xaa52e1a0 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 0x63449d50 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 0xf421c985 caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x8ab4a991 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x96fbc05a xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xcfd842c2 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x2c91998e xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x087d52a1 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x109d094d fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12c913bf fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1cd23819 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22c0099a fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39687a47 fw_iso_context_stop +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 0x3f6c2be7 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x545d46e3 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6783d145 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6815a847 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6cd27ec9 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6eb5cbed fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x791ab57d fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d9e7ecb fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x89e5914b fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa9e30f05 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xacded508 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaeb15ef1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8083414 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd679a6bf fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdc6338f6 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xddb7e7fa fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe1db80a4 fw_iso_context_queue_flush +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 0xee825393 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf7ef2835 fw_iso_context_start +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x2b4789fc imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x394512f9 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xb9ff3c97 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0x1e2e5403 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x89dd9230 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x398e38ef sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb26b2bfd 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 0x0836e82b drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0916ebf5 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14d05283 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15b2ba49 drm_dp_aux_init +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 0x167d42b0 drm_dp_mst_hpd_irq_handle_event +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 0x18ae4dd1 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x192ef62c drm_dp_pcon_pps_default +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 0x1c3696d1 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1dd79a56 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1dfa16ed drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f34b437 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x21b07082 drm_dp_mst_topology_mgr_destroy +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2694254c drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d690208 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2eb0b3e0 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2eb11b8c drm_dp_cec_register_connector +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 0x33139a4b drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x359fd2ed drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36818b0d drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38727b44 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b3c5d3b drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3fe0b41c drm_connector_attach_content_protection_property +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 0x46ed03d3 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x47d7ae12 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bbba0e3 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bcf6ee5 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ce1db65 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4dd6a663 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fac91eb drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x513346e1 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x522d0567 drm_dp_pcon_frl_enable +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 0x54d668a4 drm_atomic_get_old_mst_topology_state +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 0x56dc7fa1 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58059046 drm_dp_read_desc +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 0x59c115e3 drm_dp_read_mst_cap +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 0x5caa22f4 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5de05b35 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6092eb9f drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x609c18ad drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60d0d7ec drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60ebfe6a drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x610016e4 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x617af084 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61e6bbd2 drm_dp_mst_topology_mgr_init +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 0x67254ae8 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67677540 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x688e9a2d drm_dp_pcon_frl_configure_2 +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 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d276193 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f18522e drm_dp_mst_topology_mgr_resume +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 0x70867546 drm_dp_mst_add_affected_dsc_crtcs +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 0x75bc0e08 drm_dp_atomic_find_time_slots +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 0x7793f347 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79502e03 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a314561 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a8764f5 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ee69367 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f1c90f9 drm_dp_mst_topology_mgr_set_mst +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 0x82e3b4b7 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a203a11 drm_dp_dual_mode_get_tmds_output +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 0x8dab4027 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91c55dea drm_dp_get_vc_payload_bw +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 0x9557a506 drm_scdc_get_scrambling_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 0x9ab49ec3 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e9d1886 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ec990b7 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa43ed2c9 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 0xa8f2b1fd drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa734d4b drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaabf97f0 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaaf6f5dc drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb59ab9b4 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb9ca93d9 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd3d54e6 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbfb686bc drm_dp_pcon_reset_frl_config +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 0xc059ad6b drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc27ed617 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc27f90c3 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5af69cd drm_dp_pcon_pps_override_buf +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 0xc691a59a drm_dp_128b132b_read_aux_rd_interval +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 0xcc127652 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc5b6153 drm_dp_mst_root_conn_atomic_check +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 0xcd78ea4c drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcfbe9dfe drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd3b5c0e9 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4d1a20e drm_dp_dpcd_read_link_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 0xd6f23203 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd97a675d drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda5f19af drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb124c36 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc222f20 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd4d4db5 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdf496240 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2c36d4f drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe449dbfa drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe48af8b1 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4e96da6 drm_dp_cec_unregister_connector +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 0xe636c3fa drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9604a42 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec1f7744 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeffc399a drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0ffbf7f drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf58749dc drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5ea9305 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5f85327 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf61efe22 drm_dp_mst_atomic_wait_for_dependencies +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 0xf77c5394 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf7b8dd18 drm_dp_dual_mode_set_tmds_output +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 0xfba637e8 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc17efc7 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc39b9f4 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc746d06 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfffa9a07 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0101b63b drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013f66b1 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x016665b3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01b4d1b4 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e74a2e drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x046c2fcf drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b038a5 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x057baf9b drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072611d1 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07b00f4a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07c513f9 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07ce2224 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08b13b16 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a91831e drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aad55b7 drm_panel_remove_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac68b40 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bdcc2d1 drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c3c97e9 drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c9a5c06 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0da391a5 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e12a184 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e1b8e11 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e37afbb drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ee40810 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f3a68c3 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f42d7c5 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fbcfe96 drm_mode_config_reset +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 0x129aad29 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130b0c65 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x137cf655 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13fb6ab8 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1538052f drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15518ed6 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15dc683c drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c1f132 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x183a1ca6 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x185995e8 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18a7da01 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19300a00 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19c04c54 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a1e76e1 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aab6e1a drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aba5e31 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b0e4076 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b794dc5 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bf98af4 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c32d261 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c95dd89 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cf62160 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1da8bf71 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dbeacbb drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1169f4 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f8b8d61 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f8bc09f drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x229123e7 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2321e518 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x240bb4f5 drm_gem_vm_close +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 0x24ff9ac2 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x254b01aa drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26956b4c drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26bca9e7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26d8ef46 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27eb4c04 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x281d78a2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28ce0ce5 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2937a825 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b4b9e2c drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dbad0d3 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e50c72a drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e91a7ba drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec4f64b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f199e6e drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306ad03c drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306b4d8b drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30d1de01 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30eaed13 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31248b00 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31efa42c drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x322626d5 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32852927 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a9ed99 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33531ac7 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33f991f2 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3478a7a2 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x355a6f02 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a7b5f6 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36bd06b7 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36bd9f68 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38192983 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38998c3c __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38beeb3c drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a3bfbec drm_framebuffer_plane_height +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 0x3c132afc drm_client_register +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 0x3cf0b075 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e4a6ba1 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f2aa4de drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fd3d49a drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40a259f5 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4118713d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x415f7e27 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a8a1ad drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41cbd1ba drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x428efade drm_connector_attach_max_bpc_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 0x4519ba78 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46177d93 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4620f086 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4675d332 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4739227b devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4754873b drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47aae82c drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48659679 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48a24d96 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b9dd32 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a26f8a0 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a8f9160 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ae589a1 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b08292e drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d452a53 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4de82da8 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e85d343 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fa23742 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ff10723 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x505ba968 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x507cce58 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51190ae7 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51daa52c drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x532de32b drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53a731fb drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x546a334e drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54e18d15 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54fd11a3 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55735194 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x559d0ac4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56a0eb6b drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56bec8f4 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56e1517f drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57ad6d51 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58935a39 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58bcfa41 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5985b1db drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ac8ecc7 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb22198 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c183c94 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c308ad9 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8fe340 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d3a5cfb drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e0363da drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ef9e73f drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f6db0b0 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60275896 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x605e109e drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x612d8376 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x612ed295 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61a8fd0e devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62684d5d drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6296a0fc drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6456935f drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6472610a drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x667c4aca drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67146b60 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6797151d drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d7af49 drm_syncobj_add_point +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 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c31fc1b drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c452870 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c659ab6 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d0fd1bc drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d125909 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e9401a8 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x700990e2 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70919113 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ff97b9 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71a7a3d3 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d70824 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73c599bc of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73c86e0f drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75344bfe drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75570ce7 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75d47a55 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76375244 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b5267f drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77131d4e drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7718a0f2 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77e08787 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x785f9bc9 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78ce38ce drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x791b5cf4 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a6d0ee4 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac8083c drm_of_find_possible_crtcs +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 0x7c127c24 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c395c74 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c903555 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c99286e drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d035115 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e32a024 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e6e46b0 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x804e8a55 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80753e5c drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8097ead9 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a9293e drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8116b1b2 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x815711f4 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820bcb95 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x831fdd43 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x832b6dbe drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x842e43f3 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8446a6f1 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8658eb51 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x867c5a9f drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x869c8aae drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87160fd4 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x873f944d drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x876b9d78 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x878b801e __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x879559e0 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87fa9a96 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88912c88 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8898a839 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d4ef11c drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dae28e5 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e971976 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f04f791 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x903bbf08 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9052ca1b drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91d2a675 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92ab28b4 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93bf0ffa drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94a9b0a3 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9587769c of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96618022 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96d95f68 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97125815 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x981a5c4e drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9832365f drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a4de34 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9901398a drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99368bb5 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x998ece15 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a593535 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b7c2d2b drm_sysfs_hotplug_event +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 0x9c3debac drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c869b35 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cc06c94 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ccfeeac drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ecdd259 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ef2c3ba drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f98a0cf drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fb05224 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fdcaa32 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa06f2d94 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b5a03c drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa216331a drm_send_event +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 0xa473f618 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa61b73fe drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6217565 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa789e932 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7f98df8 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8fe0fb6 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa92401d4 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa95dd2e2 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7cb46b drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0577e2 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab860232 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabd318e1 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac05244e drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaddf4605 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae5f2d9d drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf275f68 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafbd4374 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb02f60ab drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0473338 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb05e034c devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0852549 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1201dfa drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1782cb9 drm_any_plane_has_format +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 0xb42b0b19 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb464db7a drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6fe5ea4 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb70b2e6b drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb88d60aa drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb896353d drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8e8c342 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb911ef86 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9563663 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb992d2af drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba546a46 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb235db0 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc546f66 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc954135 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd035ea2 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd2910ac drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd75c6a5 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdb4b049 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe45cc78 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeddc5da __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfd30509 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfef5e41 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc09495b7 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc19c92ed drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25812c2 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc269d1c8 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc45ef7eb drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4d5d6ba __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc78674fb drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7a9ae3a drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c05ec4 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d89933 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7e69a23 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc890ffc4 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8e7336e drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9110c56 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca84b552 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcafd790a drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb3db6f4 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb49be7b drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd078c0 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbef641e drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc599f7c drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd1ca08f drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8a3121 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdcf767f drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdd730a5 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce1efafa drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd00430da drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd014af1b drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd37ad9d5 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4265a31 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd449135d drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd46e7109 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4942ea5 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd57f13d9 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6489f14 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6a57390 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd782c8ca drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7dd7abf drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd942a75b drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9ae0024 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda875428 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdaee5a74 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbbd86a8 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc6ebb32 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcc7a93d drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd1b5a83 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd473554 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd83ef9f drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdda4375a drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddaa93ab drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddce66be drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdde6f7f3 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde471157 drm_noop +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 0xe01ddc09 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe05f9082 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe119b6a2 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe11e0682 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe169b44d drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1ed42e4 drm_framebuffer_plane_width +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 0xe3eff840 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe48bcef4 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe78c1e13 drm_property_add_enum +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 0xe8b581f5 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8e30316 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e43914 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea691320 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb9232c0 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec38e37f drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec47c256 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec7eaeb7 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed2c9829 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed4f5a09 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedcaddbe drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee35020a drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef9b6a46 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf071730c drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0a7fc5f drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0d5c080 drm_debugfs_remove_files +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 0xf3097dd3 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf31da91e __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3a329a1 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3e159d4 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4405554 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf49a571b drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b0efc1 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf61c8a0d drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf73a9d27 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8924214 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9d90230 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9fa5300 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa2baec1 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa837358 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc58eb69 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcb08fb9 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd456830 drm_gem_unlock_reservations +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 0x21cfe545 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x66ec7a62 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x85d40f26 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x51597f13 drm_exec_prepare_array +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x5b39e2f7 drm_exec_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x815aa82e drm_exec_init +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x9b9888a6 drm_exec_lock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xa87cf730 drm_exec_unlock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xb35dd816 drm_exec_prepare_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xe00e2b7d drm_exec_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x021f79e8 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x022ebb19 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02f2213b drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05eb5e05 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06a92501 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06aa575d drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07b738f1 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08bac479 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1040c66b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1067be76 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1103aaf0 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12e1bc4d drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1442c121 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15e70e60 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x162078bd __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x168ecaa7 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16c68ace drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17b18a29 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18d4eb4f drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x190c4c3b drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e1155ce drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e274db3 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f190784 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20f3f67d __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2131fa65 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22015870 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2580b5f0 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25d8657e drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26adacc0 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2886383b drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28adb1e9 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29b7436f drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a8f08e2 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2be28a16 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c484748 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d0a36e7 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dee6883 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e8780bc drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fd7428d drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3016fb83 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33b559cd drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33b5f2e0 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34e09fe2 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x374efa42 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3776d809 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37788a70 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38a317fd drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x394e09cf drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x395acfaa drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b5e10b6 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c2f4e33 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c54fd15 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d00250f drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3df61ff8 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x403c3250 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x413cce49 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41a571b2 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x422541a8 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42a44072 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45543c09 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x459bf2e8 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x485b4b98 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x485c51c3 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4876285c drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49bb1366 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49c2c47c __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49f9dd67 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4af06dd4 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b249720 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ca34744 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e14d9e4 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f973971 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fb97820 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5411e716 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55adb1c0 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5619bce1 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x563e0435 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58fc59f6 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59797a61 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x598ec8ef drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bdbc8d8 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e5490fa drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e7e813f drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f801e39 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x628f0101 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62bf4ac0 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63882d24 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6491c56e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6828e267 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68410158 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6938bdd4 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a7a1f6b drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6af7b635 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0d198d drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cc87c63 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f2d6de7 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7365831f drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73f71212 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74346322 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75fa850d drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7605e426 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76832b34 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76da7975 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ab767e0 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bf6e15b drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c3debe0 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dd34d40 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ded7f91 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e3399f2 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ef98482 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f0ebad3 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f69d791 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x815accc6 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83c2426c drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x840ed97e drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x844dc90c drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x846c8911 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87cfbce4 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8853e32c drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x885d4a0f __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x893c629c drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8aef6f7c drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c9b575e drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ddef4c8 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9257ad4b __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92748ea5 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92946557 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95b41d54 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9656cc00 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9677318f drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96ce620a drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97a9761c drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99069dbc drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99a2f7bb devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a7ff0ee drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9acae3d1 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9dd85981 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f2a6422 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa05a09c8 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1b05bcf drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa238f509 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa45683e0 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5e7c6c5 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7dfd671 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa839985e drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa858db43 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa982a3b1 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9c1a888 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb03cd7b7 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb06e3b3e drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0c781a8 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3ffe3ad drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb65dc485 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7929062 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9fc449d drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbb0f70b drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd79837d drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe192077 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf4cd556 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc12a6da0 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1bda288 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc319ddd8 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc55a6ec7 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7736a6a drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc82df952 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8ce1ec2 __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 0xccb35bf9 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0d9551c drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd18069c3 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd261d0f8 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd641ff09 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6cd994d drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7f7f332 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd839dd9b drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9b36f80 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc04f0d4 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd6db0cd drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde74e8b9 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe217add1 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3cf6af8 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe49e46ff __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5ec493b drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8beaf30 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9821961 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea94d547 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaaa27c7 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb8fc001 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed1aba87 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed8ee5c5 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee72af00 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf163adbe drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf31ec0e8 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5fd766d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6b554cf drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf80cc990 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf819f470 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf870aac2 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff9cd83f drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffdc4489 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0fcf5f3b mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1359938c mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x158f3e39 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x255fe69f mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x269d9c86 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x270bbec6 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x31e230ab mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x351c8250 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4ec29bb8 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6432c20a mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x644b2fff mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7136484b mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x79ccc17c mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7d0646b8 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x87180713 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x952e1063 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa5a327a6 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa9636164 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaca99ee1 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcff2ba1d mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe31a8047 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe4321f1a mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xed3bd3b0 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x08995567 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x635d3b49 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ac82c73 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x758be1de drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xade07cb5 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc8bae429 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcb587766 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xdbef7f4e 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 0x3cc5c6da drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4e8533b1 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x71f0b3ee drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8eacb021 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf5251faa drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0b3a90c3 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x23e1a626 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x512af101 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5e817980 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x602287a8 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x647d3980 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x74c851fd drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x87f87476 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8ba83b1e drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x95f76b64 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbc1a5e14 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcbee651b drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe1bbc5e0 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe51b2785 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xeb5d61ff drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfe3397fb drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x3f0f580b rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0d239690 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0ea44d38 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x10d29540 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2e96bab0 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f8b7e56 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x30a1fba1 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3f2f7075 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4338a661 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x53232d5a drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x63147759 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x65ef697e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6ce7a739 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x71799832 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8409ab4d drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa6bb00a9 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xaa6b01fb drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xad3196b4 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xad64862b drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb5a61e37 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbbc39864 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc2eca1d to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbd6c1adf drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xca6506a9 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf2136aaf drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf80867b0 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf8fcd522 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x25657942 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3a4d9f7c sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x43a55549 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x5a30593a sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x792fb474 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x9a9ec45b sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x143d180f sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x707fcaf4 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07d26e7a ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0959ffb5 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x09758bdc ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x135001b2 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c07babd ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1dba0fff ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f7f54ae ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22aee5a2 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28ff16bd ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2aa19444 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ae2feef ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f8ef5cf ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x355ad530 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3723b350 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a16cbc6 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3bcbbf49 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46da0cda ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fa3f319 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x522b9efa ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x532f472a ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56da7c1b ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c13347b ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d1165eb ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5dbe3846 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5dde6ae3 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ef0bcf7 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60883b14 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60f648e2 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6497a2a4 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67f03353 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d1ee0dd ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fc2134c ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x758eec83 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x76f47e35 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c70cd33 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x83a5b8cf ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x906d2567 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9bcd566e ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa67d2ddb ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6e83fd4 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac13ef66 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacc785d4 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xada6ce5f ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba561d26 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcdcf437 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd84f518 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbedd7fe2 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc896ffc9 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8eb6f54 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd9c70179 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf99b835 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe121fdac ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6c712d7 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9370bba ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeea92a34 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf04f7e60 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4893448 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbee0153 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x07ed003f host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0c7bc985 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x10f3be5a host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1175e04e host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x119f0ed1 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x17e79a58 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x296c1d11 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x38633402 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x421a5c28 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4b84ebd9 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4d6a9b8d host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fa1ae04 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x593defee host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5e1cd0fe host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x60f1c782 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x65101bc0 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6ae8e7a0 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x766563eb host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8331e670 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x86458720 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x92b905b0 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x961c0ec6 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x963e59a5 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa2eb029a host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa3cb39ce host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaf86a24d host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb955177f host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbaa22fed tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbe04ceda host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc2a923bc host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc73a0c29 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc8aca4b8 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd0e9e9e6 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdb8f76f9 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe312300f host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4091cfa host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4d33dc5 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xed44643b __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf592a80a host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a1d460 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfa02ad4d host1x_syncpt_request +EXPORT_SYMBOL drivers/hid/hid 0x9e7be38d hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x11db1cdb vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x469f3ebb vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe5385efb vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x0b4f1dac 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 0xdffd0f5d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x77beab57 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 0x75162f79 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9e46f85e i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xff451694 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe6166bdc i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xfabd7d79 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xbb721c31 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 0x3c5986d3 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xec3389e1 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x272bf808 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x7615c79c iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xee121c85 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x10379a50 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x13ae0cc8 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x25485822 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x25aa4d09 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x39f1b4ce iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x3f8bb8bd iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x4b7a1a1f iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x50284afe iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x5cae0873 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x73e58f59 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x753da4a8 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x7a150e75 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x816270dc iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x82df849f iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x8a52935c iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x8c73ade4 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x98f5b6db iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xbdb9a30a iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xcbcb888f iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xd5da7be0 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe893e27d iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xecf85172 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xac7a1735 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2a18d08d iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa0719d06 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xddece7b0 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfe0cdc2d iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x266adbd2 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x95a09a0b iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc3edbbfe iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd40b0503 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x804c2927 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x9a997583 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x1de194da bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0xe73f99b0 is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0xda7137fe is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1ac2208b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2b22625c ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2f2a3ed9 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3117fd74 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45f6f7ee ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4a98a9ed ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4d86db33 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5da9d213 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6dadb510 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7c45e211 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x85332b60 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x86ab072e ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9a147fe3 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa00b81e7 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xffa4e2bc ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x009b2f7e ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0190e106 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x020d4b70 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x028ee6b2 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02bf6ef5 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x049d8dfe ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x062d9f85 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0729f055 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09cb0066 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a643f88 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c81721f ib_modify_mad +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 0x0e03e8e7 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ed9a513 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ef25cb4 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fc95cdc ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1361b817 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13b91ca2 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14980433 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17e18822 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x192d7b52 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1955944a ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x196b466f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a1234d7 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a1f9844 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a3ddcd9 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cb36e4c ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e8e89a6 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ed64729 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20b68b16 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21f73601 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x221cc809 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22c6e56b rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x234fb14d ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x241e7518 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24c32f32 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x253ef0b2 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2651a9b0 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26ade153 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26fd7981 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26fda763 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x280c9c11 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ac4f077 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b72c242 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d58a412 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30622367 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3065b5ec rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3245d5e1 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33229454 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33f94440 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x348bd76d rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a89a085 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b3df277 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e040944 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3eead1ef rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3eedf8cc ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fa07350 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41486c54 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42d3ca7f ib_check_mr_status +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 0x442418c3 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48bcb0d2 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49c6a380 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a10ef09 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a28f576 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dca28ed rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e122556 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e5b9683 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52785326 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53b04447 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5506bfcc rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55fb126a rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5620928d ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x570d4f60 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57d7f3f0 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fed7ae9 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6017bf07 rdma_read_gid_attr_ndev_rcu +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 0x636131af ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x641b7729 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6437b4ac ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64f13dfe ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x664387ad ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x669c8c38 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68698c33 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6975410e rdma_rw_ctx_wrs +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 0x71d9ef87 rdma_rw_mr_factor +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 0x776e745e rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x777ce9e2 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78582764 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78627830 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x796baf71 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f8932b4 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82411d27 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x844a86c5 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x878c3e49 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8933b069 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x899ca9a6 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x899e0d5c ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c11ca5f ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f974bfb rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x927da99b _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92fa7724 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94174342 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98b508d7 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x993ac420 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99ba13a4 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd31690 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c44b9e8 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d7f4fb9 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dac466a rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e85c581 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f4d85b9 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0297e40 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0780c00 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0b480e6 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa10a1c44 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2f905ab rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4ecfb58 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5483b6c __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa63ef75f rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa850897c ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa882f094 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8d8f13f ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaaa63ab5 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaddf67a4 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf29483a ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf8a7d3b ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1268654 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3fed773 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4571773 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6e33ecb ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8c325a7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba334a97 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbaf44597 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe27c71e rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbea3e394 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf482269 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf623264 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfdef2de __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0ab3616 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0c58fd2 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2f5b5f5 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc35def90 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc37fac52 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3df4eb6 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5b85273 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc672163a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d3c401 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9be47d4 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9dd9908 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf8345f ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfd987f2 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0bc5c6a ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1304bc5 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd156ffad ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd30b3520 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd888a3ff ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9444c6e ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdaafd0ff ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb52bc46 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda204c6 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda2d0eb ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda8af14 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddcbe45b ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde3b80d7 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeae875f rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfe9aee8 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe041c503 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1a5b979 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1d37e90 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe389d602 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7460b65 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe81a8c6c ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe82bfa77 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8f454e6 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9f5c925 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeebf2c7b ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef15b46b ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef45014c rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0125d7a ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1871183 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf41da67d ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf52a111c ib_port_immutable_read +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 0xf9de31e0 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd04b60a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd248a61 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe6c99bb ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff124598 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x00607bda ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x052fb247 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07ae1122 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0af743ab ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b9f151a ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a05c888 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a28ca36 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4bd1640c uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c533c07 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52235ea0 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52b92cfa uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52d85ab2 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52f753f4 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x660e112e ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x666928c1 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6a80d011 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x71b294c8 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x757d6109 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x78b7dab6 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d1be35b ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x84c80a59 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x87fdfdb7 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9af700e3 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa373f398 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb86776dd uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc12ce062 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc1df681a ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcd273e75 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcd29c4fa flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf0a1a01 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdb39f160 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe647aaa2 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf1fe1f7b uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x121fa24d iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x34f057ef iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x59ba554b iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5ee376a7 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa8a50ce9 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc7895812 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xec1681bd iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfb743909 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x03c912b3 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0def51b6 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13e61ced rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x15e00f4c rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x202ea145 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21b261d0 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x440afbb4 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45336833 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x47279b0e rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5b7d38c1 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5cf9d299 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66b5fc45 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b5da12b rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7065efbf rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b446ec4 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x82e42229 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85024a62 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x86d06b72 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x96d8c88b rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa40b8f1d rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa377a53 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa82d3cf rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac46802b rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb50c682f rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbb5bcc43 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd1b6332b rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe13f8968 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe33ea271 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe4092c1c rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee99a388 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeffc3809 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf493ba45 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf6ecdc8a rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf89569ac rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0916e501 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2f38de91 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x40c8788b rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x5ba4fe75 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x68e759e9 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd685e9f5 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe535e963 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x9a87e7e8 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xa7f7b0d8 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb69c5591 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc6fac3f3 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 0x42ac3fb4 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x49e7b935 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x798962b1 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa1ddde79 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe58605df rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfa11b840 rtrs_srv_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0a6581a8 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x19623fd8 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x575805db __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7e3542fe gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9ac5f7d1 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xafaa9b42 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc7062d65 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4b0b52e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xee39c5a8 gameport_unregister_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x0c8900f9 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x17da4763 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd6feea6a iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb75b308d matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7b0f5d01 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0x95a38a91 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x7f193416 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 0xa6a6f6c6 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0b5157cc sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x48f87c55 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xbec7ae69 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe31b117a sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xed4047e7 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x146edb9a ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xedda383e ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x0a922b72 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xec66ec4c qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0205a45f attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x39e141cf capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x41b70bc8 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4df6ad8e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x909953cd 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 0x03466e25 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x4e266150 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x54962a21 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd1b61824 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa5ceaec1 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc35fba24 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15509e4d 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 0x2cad0b52 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2d73a61b create_l1 +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 0x3260e9f3 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x417f929f mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4a144e0a mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4a9cd252 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x56b8d9f4 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 0x79b5e86d mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x805315dd mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8aeb5c01 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x91d91564 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96ab3b59 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa39b5732 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb0b90a9c bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4c0e618 bchannel_get_rxbuf +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 0xd9e37be7 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xde7a4393 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdfc9797b queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe57906bc dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe5ddd3ad mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf48431e2 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfae2ec4f recv_Bchannel_skb +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 0x7d331afa ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9ade5624 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 0xf2116ce8 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1cf257db omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x9e5b6fb5 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xc1ef96b2 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x75f51707 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x8fe763f0 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa6f71527 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xbbc9ad03 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2268daac dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3dd39b1b dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x41e14f28 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4b1cda25 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5f71476a dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe9ddaad7 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x277236d7 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xdb008713 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0bbb7801 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x145489e0 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x29eb7223 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2e5a94e1 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3541eae3 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x382e7314 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3ac43c90 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3b50435a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x45368c00 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x701f5057 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x848012d5 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd71537a2 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfe98c73e flexcop_eeprom_check_mac_addr +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 0x342d5553 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 0x7068c02b cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8b575d1a cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa1097d8e 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 0xacccbf06 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x087cc651 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 0x4e841a7b 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 0xbbfaa349 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-common 0xfc74b035 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5cc9db85 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x636ba2bf vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8b188886 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xbf168407 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd275b960 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xea1997c2 vb2_dvb_unregister_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 0xaaf18f58 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0a1a30ea dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x228f3153 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x29058501 dvb_dmxdev_init +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 0x3bce0fe3 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4413f491 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5eeaeec9 dvb_register_adapter +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 0x6eea1a74 dvb_remove_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 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa50dc834 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba267a13 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbbbda3af dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbde79c80 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe28d7d4 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0fb06ad dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcda9d04b dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcfa18809 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3554af3 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd82f6668 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd83b3016 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda171385 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd1a1f26 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeb66cb6d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xef225a67 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf1a4b650 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4e48f1e dvb_generic_ioctl +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 0x0e76f5dd au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x33a45256 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x42aae6ba au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x45924fba au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x898b063e au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x92fc44db au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xac5c77f8 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe5f12595 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfda7e1f5 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb41c061f cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa17b4473 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x27cb5d79 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x43b6df52 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5d2554c4 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x61636e26 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x045de933 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x06401796 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x17abd73d dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3cfa10b5 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3e2c4731 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x461859bb dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4d9ec8f4 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x66421ca4 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x85fb1d60 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x88382c4e dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa9e84724 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc5485708 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea093128 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1bcd8e0e dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3a13fdbf dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6d5acbc9 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcf74ef47 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd79d928a dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9c4d31cb dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xbda20762 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe8389e1a dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0d535225 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0ee937fe dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1346c475 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x18f096b0 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1cd58594 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x202763f1 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2b96b6b7 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2e2a89e9 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x30759888 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3460305b dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x833cfa11 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbbb68b2e dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x00b1698c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7fc97758 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8bf2363f dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x99bfde25 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc1ea3157 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x574289ec dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x60fd15e3 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xfc8cad84 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x02da4717 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xbb1e53f7 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xd1acd470 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xb694a9e8 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x50527220 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x925e1f41 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x090828eb flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x43c7877a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5ba9738d flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7cc931f1 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x83232517 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8f295703 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd04515da flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2fdf405b bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x35399231 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x35fe7f3b bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x834b28e9 bt878_start +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 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xcf25d1d4 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd3aa4d46 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xfa8cbe72 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0866e8f2 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0ebb975c dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x105da586 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2a0f95a5 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4ce1fb39 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc1a173c3 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc8f23299 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfc657dd7 read_dst +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x12d2ba1b cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2f605af8 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb29ed248 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd9a8f0b6 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xdaa0283d 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 0x26b8bab7 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4109c750 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x47b941c9 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5a08c76e cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x75f81ca4 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa61d068c cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xac71ed81 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x763af74c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8b7a95a4 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x673c2265 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb10e5866 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xcdd81673 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe58526db cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x025d2f49 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x62bd66b6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6da57a66 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa2a2f14c cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa40c8d46 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa70e297f cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xedb3e444 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x08f08015 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x092a2d62 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0c11be51 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1554ae3c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x23f2d634 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2d693804 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x449ba378 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x45636c1b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4b2a3b06 cx88_risc_databuffer +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 0x6312dc2a cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b4a3b30 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6bbedb0e cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7e095f71 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8f8a1e3f cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x91c7c15f cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9b5b72b7 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc744471a cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe5c53ea0 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe7b95e30 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0c5540e cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0576591e ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a290e68 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x37190ed8 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3ca9fa8e ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4092274e ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4e956535 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4ef77fc4 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5f8fd8bb ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b77cba2 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6d351a2c ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x74644b34 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x89cf4660 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac265901 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb8a4e260 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc15eb8d2 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc4455b61 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcc5297b1 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x050e581d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0e22ec70 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x41e20522 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6bc273a8 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x725abcfc saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8869d6f0 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8e61467b saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9a4a49d9 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb6adee59 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe1d95347 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf5fb5d1a saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0e71c66c snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2f4594d3 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x687a95ed snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x70c038c5 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x71d0b180 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8dceed07 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd33f72fc snd_tea575x_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 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xd9a278e4 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xdec49682 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x03e57a49 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb629416f 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 0x8ce227cd cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9c75fa72 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2b91c582 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3c9f22c8 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5ac7859e dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x68b300ea dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x94eb3cc1 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9ec624b1 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb0ea960c dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe12fb9ec dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xecb8dc46 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x27e14c12 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2de010e8 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4428bd7e dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7bfbde55 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa4484806 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc37b9cbf 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 0xae5df20f 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 0x01a370e3 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1b8f9348 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1d83b300 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6e9daeb8 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8a8cb269 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 0xc28763a9 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcf543deb dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe1f632ad dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xefc3cd91 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x98ec2f7b dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xd2095096 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x0059ac13 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb7e6880c em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x031e921e go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0d144467 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x262e4cd3 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3364f4d6 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x471f5122 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8ab47d70 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x921c946a go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa224efa9 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xef72af69 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x27d878a7 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x35286147 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x82e2df02 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xaec37b47 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb263c2ae gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xba3d0ca0 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xeb336459 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf87a180e gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x1855ea76 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3392ebbc ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x04ac78cb v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x16d57e8b v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x293dca2d v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2fdd700e v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x936da8bd v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x05c06a70 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0fe84bc5 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 0xf6259f4d 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 0xfb3468b9 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x005c414e 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 0x0a6325fb v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d0ae000 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13161420 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13c2e397 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21e90eec v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b77c40c v4l2_ctrl_subdev_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 0x33a7f128 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39298367 v4l2_queryctrl +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 0x40b89fbc video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c797581 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c8cadd5 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f637f6e v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d75adbd v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f9a2b7e v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x630e59ff v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67c490d5 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69b41750 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6bc425d0 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c5ea6f1 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ea8608d __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7692b0f2 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x788cb751 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ce20874 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x862e901f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c5f0e69 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90f1573b v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x914fe855 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9595f0c6 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9957321f v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c29fee3 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9cbc175a video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d9428c5 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa329d42f __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3707029 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa635ac91 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa9a1415d v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xada11f05 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb501dd5b __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5097d99 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5ec229f v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc3b7aaa v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc94d84c v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe819c90 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf2cdea9 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6f8aa51 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7ece826 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9940339 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbe49b1d v4l2_ctrl_type_op_validate +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 0xd3300629 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4c42a63 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdea2ab32 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2e109f1 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xedcbb772 v4l2_ctrl_notify +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 0xf6933828 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf7fb9b07 video_device_release_empty +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x042cb099 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x79344c17 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa4be2c79 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa890d4d8 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xea283e05 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0e55015f memstick_resume_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 0x3ec39d12 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x411fc182 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4ac6553a memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51cf1ad3 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x576d2204 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e7cd973 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x85e6f4e0 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x90aef413 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc3dd3b7c memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeaa723d7 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeed5d43f memstick_new_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x00e51a9b mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0888c5de mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a654505 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e73a9c1 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c2a61c9 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x32b7e109 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x38629a16 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x480f48f0 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5180747a mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x54e9fe70 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6cfed425 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x77265079 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84011307 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9753a7ac mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d6541c2 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3b711dd mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb471da5f mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb4c6f2b0 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb783c59 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe7d322a mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc22fc43d mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc5973b82 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc95b669c mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca3a81ad mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcbe9cebc mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xccacee49 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5d9d564 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdef0e230 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe115b059 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x01e8d374 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x02cf7c81 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x08fe89f0 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x143abd3f mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x16c009ee mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1cfbd25e mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d9111d4 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2b703e08 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f422597 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2fc55aac mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x33d6be80 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40c83637 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x473122f3 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x521b7bce mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5404b028 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5d099b78 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e429b58 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x69917f85 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d5e6a09 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7f44a7cb mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa99683c8 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc620e376 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd60492e4 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd6c3b3ef mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe330c93c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe79e31e0 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed08a282 mptscsih_bios_param +EXPORT_SYMBOL drivers/mfd/axp20x 0x5eaea03f axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x91a2bdac axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xa6f5d9c9 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x4fb9a514 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x8557592d dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x8c9ecc7e dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0657c2f5 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x17ec1584 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6096596b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x64c4625a mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x75fd6e76 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x95168ef5 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9c329be6 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb0df4a2a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc33a210d mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc8d29c18 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcd997b6a mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xe380a250 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 0x06c65d1c wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x42a1f036 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x709b4baf wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xd48e344d wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xddc3f21b wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xec5126f0 wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x3808d5a2 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x8074f98d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x05a2abc3 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x8ee0518e c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x044f7b56 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x444f4450 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7c79da12 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x8350251c tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x8942c3d1 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x913cadf5 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x959bde67 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xce4ac42d tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xdbaf6191 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xea769a60 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xef9160a6 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xefb181ac tifm_add_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x855b13d4 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x9298ba8b cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x93d0dffb cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x9a3a826a cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xadbe7e94 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x19aa5c3f dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xd47ba80d dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xe09cc945 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xeeee2233 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xb1706e29 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xcc490286 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x08a0a1b6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5ff40bda cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x976f2871 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9d3e588b cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa6620ac2 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xddb4bdf2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf80e70b3 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11163f65 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1f9049db unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6aac83f7 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7f08a922 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x956e4a50 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x3a83d5db lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x63000140 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x0a73af87 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xf65f2512 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x161dc9df 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 0x1c4db5dd nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2b5558ba nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2e2f3b55 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x486d2828 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x66ee1b51 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fa0b2f nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x854d590a nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x86dd5431 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x92da8522 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x936163b4 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9368e780 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9391ec05 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9dabe959 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3a76e88 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xacdbb143 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbb1df16c nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc0bb5f2d nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd562be63 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd8e0497a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xea354163 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf28f070f nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf8a20b0e nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xbd23fcdb flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xf2105a74 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x9aac5a6e denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x9ee8fef1 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x12b4c78b rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1e362101 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x291909db rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2c3174d8 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x47828808 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x629e7ceb rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8be01251 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 0xa5fc97d0 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb27417de nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb32ff11b rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb747d920 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc4f72ef8 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd3c0564d rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xde16db13 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf6b044d1 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfa8e2a59 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc13defa nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x0f2048c4 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7f4e8ebb elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0f1280c5 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4807dbcb alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x89aeefb5 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9194a721 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9fa20c9b arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaa15c7a8 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xad4f6789 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc80cd3a3 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd7379a4d arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdf88af90 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfa498e97 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x82722abc com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xa9ca4d4b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc55e82e8 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x6cf8164b ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x8719737d ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9ae42ea6 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x2d697e0f can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x7c552877 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x002821cf b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0be92e27 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c7de071 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x112374cc b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1313f603 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1d023be0 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1dc7b4d5 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x27e947ed b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c7ed602 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38e5d9fb b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f482cad b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x40de3d15 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x46926cfd b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x47f783ff b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x499f08bc b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x52e57280 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x53b8cfa9 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5c4217e3 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5dd6b58a b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x72237c3d b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x73deed87 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x87c922aa b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x881244ff b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b7fa4d1 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8e842afa b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x94b7f1a7 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x97ef0d47 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab37efee b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb43533b5 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc8d5034f b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc8ef9564 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce03099e b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd8073cb7 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdfe98d2f b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe9b78406 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfe9496a0 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff7b600a b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffc27205 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x05495b66 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x47529093 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa2132e1f b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe86e1022 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x387e4147 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x97b534f8 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xa5a1b8f8 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x14c05448 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x26924115 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x356ad3da ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x1d6f3b56 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x530d87bc vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x6c58aa05 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x70910f0c 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 0xc8493873 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf0476adc xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf963230e xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0ca247cd __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x46274a33 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x574c2cf3 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5e54d5f9 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x67074180 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x74cf959a ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa9c6aba8 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc3f642cf ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe85bb064 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf2495cf0 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 0x04501f33 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x24586d1e bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x2e0e3e36 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x71a5ddd8 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x1c643545 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x11371197 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xcd09aa10 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 0x0ef0ab30 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x13113f8b t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2491c4d0 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x43706852 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4eec6f0d cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x57de058a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x62b2ff99 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x818d97c7 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x87d9d90b t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9b3c1fc2 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa8b97e66 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb151d29e cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd25de30c t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xee878878 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf19ae115 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfb83e983 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0715bf14 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09d3ac28 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0db8f20a cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c2cc8bc cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x20e426d9 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f911dc0 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31a6d517 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x341e79af cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x41ec5db5 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4221f045 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4422e8ba cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x492b212d cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4bcfb8fe cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4dbfaffb cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59d9f9cd cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5dcefbb2 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e423f36 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f1cc4a1 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6405b795 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x785cd545 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ca394cb cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7db05428 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8724c611 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8cd9c6f8 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8edac26a cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8ede12d1 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8fc1de66 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9a236194 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf4adf85 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbbc17874 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbd9f367a cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0161b9a cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3332ed7 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9619596 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca6cef84 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcaa93f51 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbdced32 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd59d3f6c cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdd161c10 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9aa9eda cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf01204bf cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf02b47c9 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf6e50672 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf97ef922 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa5d6863 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfb62bdbe 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 0x507676f8 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x554869ad cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x681c55a4 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6ccebc9a cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x80f4361e cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbdf1e0ef cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xda48e806 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x36abe230 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x96dfad3e enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa09a7754 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa63de040 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xea9f5f3a vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf6591b50 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x67b598d3 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x731834a0 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 0xafa91e60 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x709ceed9 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x7e09b0dc fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xcdc498f0 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe0a8551d fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe28046ec fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x3b3788da hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x681741b2 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x78deabd2 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x80ddd836 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xd47d6448 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xe9f8b411 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x163babe9 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2d8909e8 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x45e2f253 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6a53a93e hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9f1630e8 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xae72e4dc hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xce7d8aac hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe9a8440a hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x25389834 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x7ca21b1b 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 0x0f2a2e1f __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x15c971cd otx2_mbox_busy_poll_for_rsp +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 0x2e24a8ac __traceiter_otx2_msg_interrupt +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 0x36dafb41 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x54e05a23 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 0x652f98bd otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x66fde143 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6ab4c833 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 0x90d023ba otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9c22abec otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xaa50764e otx2_mbox_init +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 0xca07b0b2 __traceiter_otx2_msg_process +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 0xe9069ccc otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xef21ab30 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf2eeff4e otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf36eae35 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0230cddc otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x081aa4d5 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x08236dcd otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x16535dbf otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x16bb5a23 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1aa03f6d otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2c7730b3 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x35dd2b9b otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4ce8753d otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x50755e50 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x51dea10e otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x61ef3381 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x69990b80 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6a9c6d84 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7202a96c otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x72b1c92d otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x79dd6bbe otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7e65e594 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x82f959de mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8464dca3 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x89418c91 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8de2a2ad otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x93099177 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa69d8893 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xaa26b8ef otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xac57129c mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xadf578aa otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc046fdfa mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xca191834 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdb942328 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xde4bdf40 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 0xdf7b1b36 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xeba47e46 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xeca3c69a otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x5182b00d prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x7f8151d8 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08992b03 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08ddc970 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bf2601b mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e80aef0 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e8a86e8 mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bb7f8ad mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d04eb03 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22be1f80 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2485d844 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x296a692f mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cdce7ea mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35db01b8 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x375f66aa mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38fcb7e0 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4333e396 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x487555a6 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x571d6874 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bec3137 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c6c737a mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ce9a503 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d3087cb mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fc77e6f set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e0a60c2 mlx4_queue_bond_work +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 0x823fa314 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9159d71e mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x996837ee mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8f0cc38 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa96f8ca4 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaca827a2 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2d5aeaf mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb52cac64 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb5f571d mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbed9f7b mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc513e3c8 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb9b7e31 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xceb03aec mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5fecf8d mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd80b2d66 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9a601e5 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd0ee739 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdef53121 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe013ac39 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe824cc86 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeab90d12 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf17b2300 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb94338c mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff2f1dc2 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00edeae0 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01d13518 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x022b9056 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0326d5fd mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x056f3f2e mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x066af097 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09b627f6 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b1ab593 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d407125 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fbdc7cd mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fe567b2 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10ffafac mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1172f630 mlx5_alloc_bfreg +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 0x12a2cc66 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15755f14 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c4f49f4 mlx5_eswitch_unregister_vport_reps +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 0x1cd687c7 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d53741b mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e2188fb mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x204a23bc mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21111b86 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x219b0da8 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21baf092 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bdd666 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23754f5f mlx5_fpga_sbu_conn_sendmsg +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 0x2591e029 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2669af12 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26da7a55 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29cabc4e mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f83f3a4 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f933594 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fb1d35a mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x331dafc3 mlx5_get_uars_page +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 0x36581bcf mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36cf0606 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393fcd9b mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ef6f0bd __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4113c2eb mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4124a216 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42338346 mlx5_core_dealloc_pd +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 0x46369f4e mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x473baec4 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c27e554 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8b92a0 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cf78de7 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d56601f mlx5_core_destroy_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 0x4f423539 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x503c7807 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50acaf22 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x523766c4 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52d41d1f mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53326339 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5348e110 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54efc948 mlx5_core_query_cq +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 0x56be710e mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a2bae89 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a3ceb5c mlx5_blocking_notifier_unregister +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 0x5da5acaf mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5dcadc11 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5decdd14 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e439213 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ed395f6 __traceiter_mlx5_fs_del_rule +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 0x61ae06a8 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61da6193 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6315972c mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65bbe321 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6760c694 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x683e607f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68d334f2 mlx5_lag_is_shared_fdb +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 0x72fe74f5 mlx5_debug_qp_add +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 0x776376fa mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7767184f mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ac321c6 mlx5_lag_get_num_ports +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 0x7d7bcbaa mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ef438f4 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x822c82fb mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8792ab26 mlx5_core_query_mkey +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 0x8bc0d8ca mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cdd381c mlx5_comp_eqn_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fb65a41 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9091fe68 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92095471 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94fd37fd mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99c30e89 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a8279aa mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c7afa40 mlx5_notifier_register +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 0x9e31c9ec __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e67cad6 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5f6078b mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa76255aa mlx5_vf_put_core_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 0xaa266d4c mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaac5d4dc mlx5_core_query_sq +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 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae7b80ef mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc29d8e mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb010cd01 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1a817a3 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1e0850e mlx5_get_fdb_sub_ns +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 0xb33896a9 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3f9a15c mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb49c82dc mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7e17bbf mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9f76a3b mlx5_eq_notifier_register +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 0xbaa4de97 mlx5_core_destroy_rqt +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 0xbcc1ba8d mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd8c31f2 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0da2f65 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc224dbd2 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4a57f91 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc793b53b mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaad0d4f mlx5_mpfs_add_mac +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 0xce6142e1 mlx5_eq_enable +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 0xd1985162 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2b22483 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3f7a557 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd49d50e3 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4e6e1cb mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7a9b35b mlx5_packet_reformat_dealloc +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 0xddd816f1 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde280b8a mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe20ad568 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe58123ea mlx5_core_destroy_cq +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 0xe782bfbd mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9150667 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaafcaa2 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 0xee7283e9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef0a39a5 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef155abe mlx5_cmd_do +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 0xf07ba4ed mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0ebafe2 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf182e1d1 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf30250de mlx5_comp_vector_get_cpu +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 0xf6310486 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf76d9777 mlx5_fpga_sbu_conn_destroy +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 0xf8e8f4a2 mlx5_comp_vectors_max +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbbe6039 mlx5_get_flow_namespace +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 0xfdff0438 mlx5_core_destroy_rq +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 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 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 0x1f74ed65 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 0x22dfd9ca mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c53a96f mlxsw_afk_key_info_get +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 0x33e16dfa mlxsw_afk_encode +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 0x3d279269 mlxsw_afk_key_info_subset +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 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 0x4eb034d2 mlxsw_afa_block_append_mirror +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 0x515ba181 mlxsw_core_trap_register +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 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 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6d3489eb mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f26bd29 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f81358d mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7185720f mlxsw_core_port_devlink_port_get +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 0x75ae14ed mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77532431 mlxsw_afa_block_append_ignore +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x784d53fd mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7ded8b62 mlxsw_afk_values_add_u32 +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 0x8384a5da mlxsw_core_res_valid +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 0x94621adf mlxsw_afk_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 0x99dad4fa mlxsw_core_trap_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 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 0xabafdac7 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb3594f04 mlxsw_core_traps_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 0xc530eb82 mlxsw_core_resources_query +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 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 0xdb69f869 mlxsw_env_get_module_eeprom +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 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 0xe28dec44 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe530fc05 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe7b5bd84 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xece4cca9 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed7a4af9 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfafd57f6 mlxsw_core_traps_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 0xd625b51d mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xe4b87c89 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x61af352b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x8edbf341 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0035df1f ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01f3b947 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a0c4fe0 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b215d81 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c665625 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1da968f1 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ecc4740 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f24ec26 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25b9d806 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2de223d7 ocelot_port_lag_leave +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 0x2f00b860 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30aad9ba ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b503c1c ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x41e05bb4 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x475f88db ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e51e396 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f4b814e ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ffc69a4 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50cf98ec ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51fceff9 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54075541 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54341500 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x577163e9 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58693afd ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5aaaad8d ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b78789c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d138cb1 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d6d6ed5 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60c3bc03 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x621fe6f7 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64e54db8 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6538459e ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69237e12 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69cef2b0 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a9cbf14 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6b7a2fe0 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6d4750fe ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ef7c124 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f21f266 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7780ce50 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7dc94851 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8196e8a7 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x88736364 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x888d909a ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x893aa297 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a44bd5a ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8eb9ca6c ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1b67835 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa919779f ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafd46d84 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0c40b22 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb40f0750 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb64ede54 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb842a2ca ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd36adcf ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd757b4d ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf945f97 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc2f01398 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5ac9bd7 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc831b22a ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xca5a992a ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc2b216f ocelot_port_txtstamp_request +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 0xd3b07850 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd44ea69f ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7fa0a15 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd8af8cd3 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcaeba6a ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xde5fe1fa ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe114983d ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe169e6f2 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5232822 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec689662 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1a6fa53 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2e4af3e ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf30dcc28 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf55de5bd ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x59479d9d 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 0x9ee5d714 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb4fbe81e qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xba77141f qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x7f8224f3 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xdb4c53fa qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x04b30e89 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0dba6906 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0fac44fe wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x129943e5 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1729ed15 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1d057296 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x23fdd39e wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x26251167 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2978288b wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2a25079c wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x31b78fd8 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x410a45f9 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x42182fa9 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x423c7f48 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x429a5ae6 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x43200518 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x46398d80 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4952409e wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5193f480 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51ecde0a wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x597e9b0c wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5e06418d wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5fee299b wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6f978225 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8c3a35dc wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9937b745 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9a2a86a7 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9d441b88 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa1a0530d wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa4694cbe wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa4b01296 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa5c34f41 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa6d1a71a wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb1005770 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb2619ae2 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb2abb39d wx_configure_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc26d36c1 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc62bc66a wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc95748ee wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc96bec99 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xccf6106d wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcdb2b5c8 wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcfed8fa4 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdbda2475 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdda578a4 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xef693b44 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5e166629 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x74771e46 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc38875a4 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe85678c9 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe8bcb5ed 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 0x0808059e cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x2f61d1ed cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x3872c832 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xf063aeb8 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xef51ccc8 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xa1848c05 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc5084bd8 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xee12f03c xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf6a9004a xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xfcdb8a6a xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x19f17cc2 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x9760853e mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x1f65b91c bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x952214b7 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9561489b pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9bea63f2 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xde1816aa pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xbcaa218f sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x243c0ac9 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x25feb5cf team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x78aca6d7 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x8099fdb7 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x905bcc34 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x9c0fd398 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xbdfe1cca team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xc40b205a team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0b9c2547 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x4cb1a901 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa23c577e usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0f6d3a76 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x586429a2 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6861f3d7 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x75c98277 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x78934acc register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8940bc2c hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8a80daab hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x971b68cf hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xad0f8b09 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb12a821b detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x081ae713 ath_printk +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 0x3833564d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x558890b2 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5e67259b dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7065bc18 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x845c2850 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x89f4e95f ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xad5d6462 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd13c1f8d ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd243367a ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd41ffe3b ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdf1bc59f ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xed90ace1 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x014b703f ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02382a26 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0784592b ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ba9f3b5 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bfd658d ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x107b52f4 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12bd0790 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18828429 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c13f52a ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1eaf64f6 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x332b4d58 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3b478306 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3d4d3c7f ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ea40003 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46514181 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46e00e38 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x485a7f47 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54546c80 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54659d18 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x56f82928 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5ac57c22 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5dd44b5f ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f2ac70f ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x65ec9fb4 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68a056e5 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69c50fb1 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69cc6879 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ab465ae ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ccdc9e6 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x70e35d51 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71a3852a ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x758cec74 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7641b09c ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76d33149 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x77d480ca ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a310e1c ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x865d0603 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86c626a8 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8704b428 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f3372ad ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90138676 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9095d20f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x950d02b4 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x985b3f5b ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b2a6c04 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ed2c99b ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa35b88e6 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae6b4081 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb08ec2c5 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8a36f37 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb94798a ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc51508be ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcaf1f469 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 0xdcbab168 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0e95b65 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf69af9bb ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00c91ffe ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e188394 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1618f75b ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2903311e ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x29725c4b ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3eb71d65 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3f164cdb ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x42768059 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5690cf71 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x65a6c23c ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x66b73fae ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b002ee3 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b0f0064 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6bb04fc4 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6e1c0f08 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x704428a5 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x720f2054 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x834c894d ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x83f2d309 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x850ac310 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x87eb3bbc ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x889ef017 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8f1d2980 ath11k_qmi_fwreset_from_cold_boot +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x92014934 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x960a949c ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9ff94271 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa0671317 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa45cd044 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xae13c6eb ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb053a8db ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb13c66bc ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb4a662c4 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb82ff9f7 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc361f0b5 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcc61ac9c ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd015fdb ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd2312998 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd4383067 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdb8f1f71 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe0a3f500 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xea008b6e ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf3e21434 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x21410b9a 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 0x47f7e5ea ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4a21b657 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c23ee79 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5378d21d ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x880959c7 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x932e3554 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x94c11a1a ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9d818272 ath6kl_core_destroy +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 0xef167995 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf5dea98e ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x15f31ba3 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19ec0e0d 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 0x1c29d8d2 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2015d4df ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30e9a51b ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x34555fa4 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x34988635 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x458f4762 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4be86553 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x569ec911 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x58fdb97d ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5c34262c ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x67c3548d ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x850d85f3 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99f2d4bd ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad73adac ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad795c00 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaedf580c ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb6976bc8 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 0xd43d957a ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd44788e0 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdf146dea ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2c041d0 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x012465bb ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01ce8b00 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08d4f4ad ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a88e27e ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cd1f71a ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d931ef3 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10c26e11 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x155fe976 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x158ce76b ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16bbaa5a ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d265ad5 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20179f10 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21d2e5a8 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22ebaa1e ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25912a74 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a474fd8 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e5d4738 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e7e2708 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a6f4fd0 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3dc4385d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e8fea5d ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45521beb ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x495d995d ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bd73be7 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bdf479f ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d99600d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51c738e5 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x535a178f ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53bf7416 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c25904a ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f7f0fd3 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63533ace ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x645a0b96 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65e4fb60 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x665fa5f8 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66e094d4 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6920a99e ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ac1df9d ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b972ef2 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c67b178 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e726158 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f9e1479 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7187b1b7 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x738f287c ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73feb608 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7480b263 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ad4777a ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e563308 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fc2dc00 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8307150d ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x837db9d9 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8406e18e ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8830cff0 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b0401f9 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b4dea52 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c052a92 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d8ccfca ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x903adf58 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x905e04c0 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x909e9990 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e1eab0 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93a6a284 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95ca625a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9649fac5 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99215190 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9953dd20 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b7b82c6 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c005631 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f3a7384 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa27dbceb ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa36c2eb3 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa36ce11b ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4001600 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4467f41 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4c691f4 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab108e7c ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab880ad3 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac6be72b ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf983992 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaffcfd59 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba4d6c99 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf711c6c ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc40a8a6e ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc41a7484 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4317811 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc68007c0 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca167ca6 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd0657f4 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfe4f29a ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0d8e62a ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdab963b7 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb92bae0 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbc79b03 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddb6cce7 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe24ffdbb ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb8d36cc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec08c441 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf14dd50c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2b7ff65 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3a7debc ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3ea1461 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5cf27be ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6b05d15 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf768c94e ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9fe55dc ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbd82d7a ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc0d74e7 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2285734f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x892c46eb stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xd68254f3 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x096bf32b brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0f694941 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0fa92183 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 0x41182893 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4d3f4fc1 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5cc75c1d brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8674e202 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8a5fae10 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x930244b6 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb98be6c6 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc6a20b0a brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xce48d254 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 0xef707745 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x46cbe5b6 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x5a6c5fa5 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xc98f2d4a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x01b253d6 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x09a7f990 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x147d67d4 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2dc301d1 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4503c83f libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x68192bfc libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x742a017c libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x86d0f700 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x88f4abd2 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8bd856a3 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x98125224 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9b446449 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb96e9fb7 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb9ff9c33 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc8f8036b libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd72fa4a3 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd958d032 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe4ea83f6 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xefda8468 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xff49b7fe libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04c9c38f il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06f99185 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07a5ef82 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b8b7626 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bbe3fac il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e7f8638 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fa4ae6a il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fadd4ee il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1068af1f il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14b07576 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15f99b7e il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x160244ab il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x162f0930 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16f7b515 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19eb2911 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aba0062 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ad05af2 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25a87a51 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x261144d1 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2818dd04 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b59e555 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b7f22cc il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cb9170c il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d4f6c14 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3177f39b il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37c3a217 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39606b2c il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c4b4c12 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eaf4d0b il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40132e6e il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4024d32d il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x411b64c4 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x500847a1 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x55e9a30d il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x585399ef il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58a023aa il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b2d4b6f il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61e20d9a il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6878f3c9 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a1affb2 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71c0c924 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a527c9c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a5aac1e il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ab80b71 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e5bdab5 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82405063 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x856954fe il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89eff628 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b2f458e il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8cc88dd7 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x923406b8 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92ef78f4 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94b31782 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96b77d07 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x974daa94 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99208792 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a166f5d il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d299661 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e496d14 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f618d4e il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f6a1987 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4347567 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7c7c913 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa93880b5 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb25c22a5 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2680a16 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb670b674 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb7a2bdd il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe669795 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe763bf7 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc150bb14 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7599149 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb2428fc il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbbaa53b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xccaaffcf il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd07b1000 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0dce9ee il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd19ca045 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2049988 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd619110d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9262524 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda9da363 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf2caaaf il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf6fbf78 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdfce77ba il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe130cf3a il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4ef95c4 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe50a6c04 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7224a70 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8e5ea82 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9a9237c il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeb66078a il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed21ea91 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee63b57c il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1a7acfc il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9fd5015 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb76aa2d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfce41272 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1b7323ac 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 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 0x9d858e43 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa4e0940b __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 0xc10fd7d2 __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/intersil/hostap/hostap 0x0dee0793 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x11fca8fb prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x181d4722 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x19932752 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1a559e32 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2337aba2 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3eaf04f9 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4e373991 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4f1666e5 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5117824e hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x70567cc7 hostap_get_porttype +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 0x80082b41 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8c9d7cb1 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa4bc0f27 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xac458363 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb04b7f3b hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb44bf2e3 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb6bc7331 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb9db134e hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc39f1110 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xca6e44e1 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdc087833 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe2709f88 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xef5ca80c hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf1aa6c6e hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x04eec4a8 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x07c6224f orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x12bf4f21 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x23824b66 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x25afc574 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3c3c4271 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x67568edb orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x683bb3cb orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x71c1f810 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9a543fa7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9c97a807 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc10a1319 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc10d1adc alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd49b8aab __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd596c1f1 orinoco_init +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 0x7dd444a2 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x459975fc rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0396c665 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x08dae6af rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x16925ced rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18c77f71 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18d9e05f _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x228f07c6 rtl92c_set_fw_joinbss_report_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 0x29d2f734 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2f7fc0bc rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30d57d01 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3fac196a rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4bf09c26 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x603dbb80 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61d604ec rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d3ed187 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6f3e8b32 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7200458b rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8be9609c _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x95abf048 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d475a6b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa5e60e50 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa92d609 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaaa1ff9f rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab4de3ec rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb25802a8 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd938c68 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbffd9cf6 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc0380a32 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc4dd9aa8 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc78cd73c _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc9cdb45d rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc74932c rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe145a09f rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe5b3f493 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe6c3656e rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe724a794 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe85ee1bb rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea6c2b46 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xecb8acfc _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb28da55 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfba56169 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfdb3f482 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x187393ee rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3880fa60 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x739e1b11 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xffb04303 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0ad41843 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x33ec09cd rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7369a167 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xbe9ac83f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01ccd4d1 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x04e40380 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c304871 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c3baa38 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10bb2cfa rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15e1f085 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19e38925 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x271a7f8a rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2844e8e3 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x39f2e295 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43dd7d18 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x577a24a2 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5cea27dd rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6724040d rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69c913ef rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6af97c32 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x80f042be rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81ab049f rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x88bdb414 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94a718e7 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d5bfe0e rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f446b10 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa1afd8b0 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae4065bf rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbbe131a9 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb2c4737 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb80d232 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0119b17 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4c14469 rtl_ps_enable_nic +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 0xf5ddbfbb rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfde1f699 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xcbc7b442 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x5607c3cf rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x2027cef0 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xcfe5a5ce rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0cb81835 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0d7b2c4c rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18d6e88e rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e86f344 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x210ad5b5 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x22c25fb3 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x245975c3 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2502c022 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2670382e rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e1ac9eb rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3607e2b3 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36d46e9c rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3d10df3d rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3eb98363 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3f74d421 rtw_parse_tbl_txpwr_lmt +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 0x48b7f6d3 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x53c27850 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x541baedb rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5ba1af0e rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5c173fbd rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5ef425ff rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x644d4cf4 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x697bd74a rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b39e8d0 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78c0dea3 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7fd29aa1 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x80c38016 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x834490c6 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x869a0a76 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x899ad6bb rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8bc64b3f rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f95752f rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94344226 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x97c90f07 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9893fe03 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x98c96d6b rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x996cc004 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a5b86b0 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9b81c706 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8f51c97 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaa091a62 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaa323491 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb2678e4d rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3144142 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb86f5b2f rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8802366 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbd756075 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc853dbef rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcb678bc8 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf39b143 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd7489172 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdec9e690 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe15d1ad4 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4cb3175 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xec75d3ac rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeedc1e4f rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xefcc5388 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf1a0cd86 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf6de7c15 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9ce2f15 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfa227c08 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x1d92d473 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x6f244ad4 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x877da066 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xf5c6008e rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x141d06a6 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x251a2d5a rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x45547459 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xee970f85 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x99757eb6 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xfb93866b rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x1415ad15 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xde41132b rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xa9dfc1db rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x327a8db4 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x013c3480 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06805c59 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18940bec rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1c72702c rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1fa1ca0c rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x211a289c rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x25d9b568 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26d1c330 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2e683ef1 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2e747848 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34a4d164 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34d77c9c rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34eaf85a rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x356abded rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3803866c rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4113c5ce rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x46888235 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4c7e2c68 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x502f0707 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57f0c72b rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5c539aab rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63f14d32 rtw89_phy_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x673f08ec rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x67d5b009 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6c3f7a33 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ec8ccab rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6f20c8e0 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72737608 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72efe0e2 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x741c0e96 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x76994031 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x82d745f9 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x88a56fda rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8958627d rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b900792 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97432ec4 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97ae8c6e rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9aa43916 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac0afd5 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9d4329fb rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xac6de033 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf1ad582 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb412b016 rtw89_mac_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5627f3a rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5bb2fe2 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbc103370 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbc52a89e rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd3d1f26 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe4315c2 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc09fdc24 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc6a30bfe rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc704dfa9 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd78b0ef7 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7e418fd rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdc700f9b rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xde6d3390 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdfb3a8c8 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe977ae91 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xee4cf648 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf26413f9 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf48593fd rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf96fe42d rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfae93588 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe0cc799 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0a9ba429 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0cb59bb1 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1094ddc6 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1ded5e48 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4c2a5d52 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4c8f5dd3 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x57468e7f rtw89_pci_disable_intr_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 0x70c6812d rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7d2e1eaa rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x81ff78c6 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 0xb870773e rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcac5b7da rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcf3667fb rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe5952466 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf033a2c3 rtw89_pci_probe +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 0x2fe4ce99 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x405833fc wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb2148116 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbae18fda wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xeb377054 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x0f3f5e7f fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x98118386 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xa6cc2c61 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xd19384f7 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5e5f301e nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x834237c8 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x8a0baa7c nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x117c33a3 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x22b94624 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x4bc80ae7 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x4624b9a4 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x6ed5c7ba s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7bda86a4 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc005a478 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 0x19c8591e st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1f340a8e ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5759085e ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8536751c st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8c213352 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8d8bba32 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa084d972 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xab48f2b3 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd7441401 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf52eca29 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x06a2bd1e st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x19b93d18 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2506a246 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x26df67b6 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2969b310 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x43f285aa st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5a36e116 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x623e4586 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x637bd15a st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6695c950 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x905aca5f st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xab28385d st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xaeb79134 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xafe723fe st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc73177c3 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd1764605 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe2948f0a st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf48e6df7 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/ntb/ntb 0x0094447d ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x1229e55c ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x24044b05 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x2d04bd7a ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x3344810b ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x3acc59ab ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x58d19610 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x615dc82d ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x72b0a8ed ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x7bad45d8 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x7f71008d ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x9bed5caa ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xa3463442 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xa3682d76 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xac98eb4f ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xafb4c88b ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc56d92bf ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xd7362c59 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xd8a5f51c ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xfbbc4788 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x0fa911aa nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x11084f9a nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0af2e634 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x0d2cfed5 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x113a2c6e parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x1c7b23c0 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x3816411f __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x42b5be3a parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4421176b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4b4c1bf0 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4d772673 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x52bae80f parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x58b6b453 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x59f9e65c parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5e8babb5 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x69e081f6 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x6a217452 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x87af136b parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x8da51c41 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x8e819be7 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x98533d04 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x994c6090 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa1c91263 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xb8d60bc5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xbacea16c parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xbfcb5f9c parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xc0b5a398 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xc0be9a40 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc400f2a8 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xd87e5449 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xde5de9bb parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf263ab65 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xf728b337 parport_write +EXPORT_SYMBOL drivers/parport/parport_pc 0x068d656d parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe4228b90 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2955cb6f pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x37dc2b28 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4b75343e pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x516e667d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x54e1d1e8 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6d9faebc pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8e087488 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8fbfa272 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xacf7e5c5 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xadfbe904 pcmcia_parse_events +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 0xeb74b9fb pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x129590ce cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x37cf4b44 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x57174814 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x5b43d6c9 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xae71a9d2 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xc93918c9 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xd7761a50 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf30cd74d cros_ec_suspend_late +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x93a32871 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x85331142 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xa6f14437 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xf6673a1b rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00e47353 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x13c8d112 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x164130c0 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3514ce7b rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x44efbc4a rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x48fd450c rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4a61c625 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x62e35b60 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x740c145c rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x74c19a07 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7fe5c3c7 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8a94d2e1 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8ffa5747 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x939b441e rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9c8df525 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb5cf5126 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xcb1a01a1 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe4b74864 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf7efa8a4 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xaf5ec560 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0f25ed41 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1505663a scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xdc7ede29 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf7db3753 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x18ebb644 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x34a450be fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6db89806 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8b408aa3 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa3391b1c fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb6ea56fc fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb88da5ca fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb9e92b1a fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd290000f fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdd1d9ed4 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfb7b1620 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06549889 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x09c505fb fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a10b273 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b5f3497 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x105c619b fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11f5cd3f fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1231b510 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x178426c9 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1da6a8df fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2dbe7ac6 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x32d025ec fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x355069fd fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3de7b4d6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57622a5b fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5836a96c fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a89ebbc fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c23eaf8 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d0cd4f8 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x789e859e fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7939d4e4 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7df40ccb fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7dfd95c0 fc_disc_config +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 0x8237a5a3 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x827d711f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d63e2fd fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b9807f4 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d2621f5 fc_rport_recv_req +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 0xa27d1766 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa49fb620 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad98016d fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0168701 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb363115c fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5174f6d fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9070414 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba0eed14 fc_linkdown +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 0xcb91daee fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf4a46ff fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3229a28 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd5902f7c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd76032ed fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb7acc83 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe21c464f fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3a7dee1 fc_exch_mgr_add +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 0xe919cd0f fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeee73e02 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5a34425 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6be2960 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa1efe1d fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfba82445 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfee7386f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x275f2fa0 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x48518096 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa7e85837 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcacf0863 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 0xb58bd84e mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1d4f0a6f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3c0d62de qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3e234d34 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e9628dd qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7aa8f358 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9762ffc1 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9f0aae34 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa39e831b qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd11cc14c qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe82e567a qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf2a28819 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf849897b qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0xca961aae raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xf1133495 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0684d49d fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4c3b7232 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5fe62f36 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x602878c8 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x661b9d5c fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x69276683 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6babaf59 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8ef0124b fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8ef20e0f fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9461f53c fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa2bf0e1a fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa2e469f7 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb1036b69 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcac811c5 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe0dd0ab6 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe5121235 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf88584d7 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x027cb011 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x059c9430 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x061fbfbe sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x06bf2c85 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x083c9868 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a0a511e sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x11727ac7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x22fb187a sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2dcacac3 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x35c7f452 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x37a1cb85 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3b73d6ac sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c51807d sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50a1e8b5 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x530cc4b5 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5cdc7dde sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x71c21596 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x743a2145 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8546349a sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x869c7c85 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90383699 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb867dda7 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb87dcc08 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc4b237b8 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb2e7480 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd95d0613 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1336b0d scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb2370d0 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfc816281 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9054cbf9 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9ddd6136 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa7c15099 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xab9f4e5f spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd721d8cc spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x1474d4c3 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x191710e2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x73af41c9 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x78466b91 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb4a261f2 srp_rport_put +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 0x0ab28f03 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x26ac5f39 cmdq_dev_get_client_reg +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 0x475b6d72 cmdq_mbox_create +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 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 0x8d8bdbcb cmdq_pkt_create +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 0x302d1c46 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 0x07dc6cdf geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x096e90a8 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0ffc751d geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x39363a46 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4e11d5f4 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x536a2ccc geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5b2970f7 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x68e50c4b geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7d4ebfe1 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8aa29db3 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9346a353 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x95f5ccf8 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9624ffce geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9784a80a geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb4d992a8 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc05581ff geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc3324730 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xcbf6fb44 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xffc9e964 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x01b2e132 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xe3f9000f qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x12dc85bb qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x44b9ef69 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5b8f60bd qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x9cdc5d55 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa35d7b06 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xad4b6ea7 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xaf0382b7 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xbccaefae qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc9b23d85 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe55fcedc qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x2673f635 qcom_smem_is_available +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x02edb616 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16562f8e sdw_write +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 0x1ebb911e sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2954d0bb sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2ae55180 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3642ea06 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4397a233 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4ada19d6 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4d4d06e4 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x518c2e4f sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x54246405 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x568e4d12 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60264d0b sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x65d7e21f sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6a45ddad sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6a726311 sdw_bus_clk_stop +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 0x750b660d sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x88e7276e sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x90bbcf73 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x92d62fb2 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x94126049 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e7351f9 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa5fda049 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa7d3d601 sdw_nwrite +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 0xc99e66c5 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xca479a56 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd37a59b0 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdf1a34b4 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdfd855a5 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfb0af7b9 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x13e900e4 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1575e3c3 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2eae2900 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x340b8fdd sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3645ba7b sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4ba6d13d sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6188d058 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6932524c sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6d0baf79 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6eefd1ab sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x779706ec sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x90e227fd cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xaac22019 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xad9c3677 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb028c6b1 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd0a7cc22 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd566ed7b cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xeef51e3f sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x1068e6be sdw_compute_slave_ports +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf16861d3 sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x016c020a ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x1b8c1bbe __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1e6f2138 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x4a95a068 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x4f79da6e ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x570b6df8 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x663f92a8 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x6e861303 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x7ee6616f ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x82eff883 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x9c7abd57 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xa056c15a ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa80e0d09 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xaac0bb42 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xae017cb5 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xae77a002 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xc65d5a5e ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe9d35a0d ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xec350343 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xedc580a3 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x168cfb79 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x18838e5b fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1c40d0a1 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x21292d82 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3b403c97 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x42738cb8 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x490e4d6b fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x499b3ffe fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x61fed562 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6b50f03c fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6d34f875 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7e56c2dc fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8d22427d fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xac0f97cf fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb0f557d2 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb1263ed6 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb94137ef fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbb458f24 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbdbfb453 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbf53e49f fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd324b247 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd90f4422 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe688b3c3 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf2b2da66 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfd843a23 fbtft_init_display +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x633e773b gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x987cb8c6 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xdba8ff98 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xa7e4655c adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x80bd8db0 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xc6a7fdaa nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04d57814 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x108f2f1b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x111fde58 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x117b6173 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17d50e16 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x199f85d5 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a582c54 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x204e2dc3 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x21155854 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24bfd339 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x28562101 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x287a6ecd rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x28b06180 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x363bed29 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x38f0d353 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b68d908 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40b66667 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x440af7bc rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4981f0fd dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4aadff99 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e4ff893 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f616c56 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60cef71f rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x626c8f15 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67730c1a HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x680096c1 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6911a02d rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c101f9d rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c53eb8f rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x73dcbb48 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7845b24d rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b8f52cd alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8557eb3a free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92ab07e4 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa337c1bf RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa46fb069 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xada22d12 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae2cc87c rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xafc6ce23 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb7493d1d rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba8c986f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc0660537 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc636ebe2 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc73743ef rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca549ff8 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7d81139 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe178d5cb rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf460e5c1 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd3dbf78 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x11c5d002 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13e7ad60 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17016b01 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19b8e347 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x22f59bfd ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27ede35b ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d5479a9 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e05daae ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31173112 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ebda125 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x449b482a ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46469fcd ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x468cec5f ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e32aadf is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x53df5612 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c0c89f7 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x62f20da0 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64f842d9 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6614cbc1 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x67640146 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x67dcac74 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69bf0fea ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c34f7f1 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88505b37 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x903b63c8 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x956bf868 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x996bf1a7 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a03151e SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2dbab5c ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa5239c0a ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb2941426 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe76abb6 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfb98f7d ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc55c22c1 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc81b6ff2 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc84b238f ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca1a6bd0 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfbfb592 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd035d36c HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0d0faab ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd16fa864 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4a2fd04 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb1d7052 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf83a20f ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0989ec9 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0c5d851 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1573f5d notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe7b9aaae dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe8a951f3 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeeed5b90 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf021bd32 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf2faee66 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd2067a6 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x022185d5 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x02632cd3 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x03a18c74 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b0511ef iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c32000e iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ff04c7e iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x208b4fbd iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2308f82b iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2475f883 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b223647 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b463d1b iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e016d55 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x333409cf iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x346c73db iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x363e3f5d iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x38541df0 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3c3450c6 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x43bb39fb iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4854ac3e iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57d01f3e iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77869a96 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x779c30b0 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x79d547a3 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7c82cad2 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7d26a916 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x802856eb iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a62b23b iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x984c8354 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b72f819 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d163aca iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d947bda iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7440677 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xad07cdc1 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc14ea085 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc550c29 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce7f2a0b iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0144e8c iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd727e7d4 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdaa0d1e5 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd7d8422 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdec30044 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec1cb824 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xedc4df10 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2a900a9 __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 0xfe95884c iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/target_core_mod 0x075ff75a __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09cbedd9 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x09f0e5cc target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a7b7c4d transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a9118c5 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b18266d target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b490965 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c9c641f transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ebbd2fb target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x1167a988 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x16ebb3db target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ad7edf4 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ecaef63 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x21580014 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x238a8485 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2847e196 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fd02424 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x359b6bfb transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x386b5661 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x39ec2b8a spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c5b272f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d6d8967 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f6723bb target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x4009148a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x417e75fd target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x47c3e566 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a79ab33 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c49fff2 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x5478bdbd spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x58691768 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d0d26e5 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5daa0456 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x603c604d spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x606bdb25 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x66c3b022 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x69d1eb56 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c27ffa9 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x70739a5c transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x738d9463 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7513876a transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b2755fd target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d966420 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e99e1da transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x801ee548 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x80ccd7b7 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x818ac2e3 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bd3524a transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8be3ee29 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e4848e3 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9277b76e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cd6fd11 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0e95f61 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6ef67b0 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xae4bee6d sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7a742d2 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb16749e target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe91ff33 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc12e9564 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xc52e1536 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc72b4cfc core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc89f7778 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xca225bd5 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2fbc94f sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xd390fb7b sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6027974 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7c25588 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xed7a8257 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xf239ec92 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4b2211d transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6a9aecb core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xfdbcbfb7 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xfed05f7b passthrough_parse_cdb +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x438eb4df ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x60736854 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9c59c245 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb8e2f6b2 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc8eddfd1 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xd9d78cf8 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x193fb737 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xefc61a40 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x75a20266 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xf9a403b1 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xdb6f82dd usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xe4b42e30 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xb4874b5b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0f9ab28b usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x27dad5a5 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x691f06ad usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6e364002 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x717e9d82 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92b71be0 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd149fb62 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd30e9ec0 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd9570df3 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe5259fa5 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xecd83648 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x9f4731b8 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xcab924fb usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0xe8b5dc89 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x09c111e7 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x6618c431 vfio_unpin_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 0xd7f7d000 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x4d1bddcd vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x6bb0c5ac 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 0x38d78fff devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x422a221b lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb904b811 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe3e9dee8 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0c094fba 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 0x20ae5a58 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x50b800df svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x596f4848 svga_tilecopy +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 0x8835e59c svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xce2834b2 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 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe1b60cce 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 0x256460cc 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 0xb7725189 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3894f359 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4e46f71d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf6b88431 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x078bf00a DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x21db68fd matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x59a5c778 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc7f0dc32 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb1a77900 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xdef219e2 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x0b6d1af7 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3b14657f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3b4b253d matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x72c15b27 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1667e882 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xbc65efb3 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x104427be matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x790d8a93 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8ab7b8fb matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc5005a97 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcddfc917 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/virtio/virtio_dma_buf 0x4fae2adb virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x6f79a561 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb7bf4638 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xcda3fbe4 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x19ab7ebd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9f5ea35e w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x51c8f219 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x8a69a912 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x15ee386a w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x2c787c68 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x34b1fe14 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x8274b354 w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x1472c83e __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1b206678 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x22b5ce58 __fscache_clear_page_bits +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 0x2d6ffa67 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x37b0da53 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4957bc07 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4b2b93bb fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4e447b8a fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x645d795d fscache_resume_after_invalidation +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 0x747354a6 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x75323abc __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x8888fe82 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8ca8a7af fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x923ffde7 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x96d6d6e5 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x977a2fc7 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x98588c97 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa8309a17 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbb7ee532 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd1a792e7 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd9e4b432 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe56bbccc __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe75d6b33 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xedfe1edf fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf21b28fa __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xf61dfbbf fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfa3bdf3c __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfb5c3517 fscache_caching_failed +EXPORT_SYMBOL fs/netfs/netfs 0x19420fc9 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x52ad4104 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x7cb27ea8 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x8d03b0b2 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x9ddd6a66 netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x087408db qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x38ab1d9e qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x540e4a1c qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xbac4d5f5 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xedf545b3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf3ab4a60 qtree_entry_unused +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 0x1c63ca9d lc_seq_printf_stats +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 0xd1bdba29 lc_seq_dump_details +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 0x3d6ed6f0 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8bcbea8c lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x932183da lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa249ed48 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xae79e6e1 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xfd27cb9f lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0x75659440 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xff833205 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x7c41f63c unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xe722460c register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0104cc46 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x06303ef9 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x17bd02d5 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x188bf52c v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x22f2055e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x26365bc1 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x276c2a5d p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x2aac37b0 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x31bd0d2b p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x38327c5d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x398c40b7 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x3c4198ad p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4e88af2b p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x524d50d5 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x5ca2e2ca p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x600d8885 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x616e3999 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x6ee2ce4c p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6f7deeff p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x6ff00a99 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x7355c4e3 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x740fb15c p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x77681153 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7df487d0 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x976caf46 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa3650ea7 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xa62fd9df v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xa6d8e17c do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xab1895c2 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xacc34b2a p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb5f05b06 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb96f7077 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xb9c1e710 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc29eeaaa p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xc5d26576 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xd1693a83 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd45b7b9b p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xd57fa546 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xd8b53c34 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xd978248d p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xdeed5702 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xea1800d5 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xeca0e753 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf25355e5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xf879478d p9_client_setattr +EXPORT_SYMBOL net/appletalk/appletalk 0x5b19ddbe atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x710785b2 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x963e8b0d alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xc1254ae8 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x04fe7ffc deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x08e9e64f vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x1c2c2b13 atm_dev_register +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 0x7f3f6dbf atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x851648c5 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x8e22a9ae atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9b2edeae vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9ea574fc atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb9346d5b vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xbbea7972 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xcbdd934a atm_charge +EXPORT_SYMBOL net/atm/atm 0xdfe7dadd atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf475ae39 atm_dev_deregister +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 0x32186bbf ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x328534bd ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x6a6ef75e ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9b42d828 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x9ded7a30 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xa4586aa2 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xddc6b403 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf7091525 ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04f3fa2d hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a3a66b0 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x115d7a44 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1313b0e7 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1742cc9f __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1b7a1315 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1ec43fdf bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f5f64e6 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3013f5b3 bt_sock_alloc +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cc8c69e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45174533 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bf6faa0 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4db86d2a hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ba0ceaa bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5d591e50 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61a745d9 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64b5889f hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a5dfdf1 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b5d3276 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6bdd379d bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6bde4253 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7117e94d hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71a5a1dc hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x725de738 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7ab1bc88 bt_sock_reclassify_lock +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 0x7cb88227 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x82370459 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8b162b0c hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90133996 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90e83bf5 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94082882 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x948251fd hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9bfd253f hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e47d9d5 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1298a29 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xabf0b12e bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0e9cf21 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb30da893 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb724568d l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb90ee05c l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc995880 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe914af4 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6244253 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd59de28f hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5c145f3 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5f0156b hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xda5c7915 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdab22588 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf200aba hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe34c47bc hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5e43548 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6255c96 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6782c94 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe921d2f3 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe9d2b6c8 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xea0e1f4d hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedb86cfc l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc551130 hci_cmd_sync_queue +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x39a0564d ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x44854af9 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5b3c04be ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x864a8eed ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaa6a7f93 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb167c096 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 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 0x48870a98 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x7687ab61 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x87245ecb caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x912799b0 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa4c2cb0e caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/can/can 0x19f74e08 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x2608164b can_rx_unregister +EXPORT_SYMBOL net/can/can 0x76408f2c can_proto_register +EXPORT_SYMBOL net/can/can 0x783c2a97 can_send +EXPORT_SYMBOL net/can/can 0xabb8ae29 can_rx_register +EXPORT_SYMBOL net/can/can 0xc6ae90bf can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x01537571 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0247f474 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x030eff40 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x03532337 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x05869d65 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x0c4be579 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x0d4ac8f1 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x118f82c4 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x12c77e4e ceph_auth_handle_svc_reply_done +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 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x18c70562 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x1d292ec2 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x216810ba ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x22b5e65e ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x27474402 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x296177a5 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2db5da40 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2de14bfb osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x31e6bef8 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x344a85c0 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x34809101 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x34b7b240 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x391ec837 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3add4fae ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f6f5a0f ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x3fc63689 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41f6d886 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x42b47d20 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b4c1a2a ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x510bc267 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x52619b48 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x570c318d ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59b03d42 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x5aa15ceb ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5dd63361 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63f6c821 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x64605383 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x65fdc6a3 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x68e481b2 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6b0db0c8 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x6f4a949b ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x6f64fbbe ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x6fbd0fb5 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x70e04e70 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x7294f07e ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x75610738 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x7a914708 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x7b892d3a ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x7cd5a06a ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x7e3bcf62 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7f61b867 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x82e64465 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8544a5af ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a6d484b ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x8d1aea25 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x90b73dd8 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x919db88c ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9486860a ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x96e0cbdf ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x996decf6 osd_req_op_cls_init +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 0x9d415889 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9e86bbbe ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x9f52d909 ceph_osdc_sync +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 0xa0de9732 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xa0e1e1e9 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xa296f91a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xa45768d7 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xa47e9999 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xa5bd1316 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa708854b ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xa7810192 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xa9b1510c ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xaab3cdc5 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xaca69a9c ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xad643190 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaed6640c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb310dcfd ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xb473e40a __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbdc13e1b ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe71a7ea ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xc237e422 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc679429d ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc6cafd03 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xc6e84eef ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcdc43fc9 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xcf92a467 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xd1331280 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xdb044ddb ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xdb2bb2ec ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe07642c8 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xe0770b11 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe47f8231 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xe57414bf ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe8f46071 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xeb47aa0f osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xec172ef9 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xedb0140b 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 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 0xf1e5519d ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf25cd64b ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xf3c2ec77 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xf5cef905 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xf89e710f ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xf980d06a osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xc88dfd8e dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xdeaf286a dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x97a9545d is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xea1d538b hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x09e8f664 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x39940d7f wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9796347f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaccf8a83 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb8df5063 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf3c9baa7 wpan_phy_register +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xdf3e1939 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xf9211046 __fou_build_header +EXPORT_SYMBOL net/ipv4/gre 0xc23745f9 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x03b76c93 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x224a2731 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x612b77f3 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdbca28b5 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf7e00cfe ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4cb38bf6 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5cade3bb arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x91086218 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xc7adcba1 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x397b9750 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8a5d3c23 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb467a8c9 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xdfb78152 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x1f65b5e3 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x877b6639 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x752bf1bb udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x62aa86a2 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x71da43a1 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x92658feb ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xaa90e0dd ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xafd9d1d7 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb173e08f ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc173283c ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xda3628df ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf1cd582b ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5e0f1a54 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x778dd194 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7c2e95cb ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfee8e168 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x8b48945a xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xa8a60c3a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1987986c xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x66c1b591 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x07daf695 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x20ba8d50 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x425228cd lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x6087cce5 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x8804dc93 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xaa290e67 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xc2568b7a lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xc3c2b7e4 lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x249c8809 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x358c2d67 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 0x761514b2 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x819ceabf llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x9665d793 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd449895e llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xf6d61292 llc_sap_find +EXPORT_SYMBOL net/mac80211/mac80211 0x0325913c ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x09dfa1b8 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0b123997 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0b7a1609 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0dffb797 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x131f7dae wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x140c9684 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x15e6f891 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x17b27977 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1af38f24 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1b88b784 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1ee86348 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x22829324 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x238f44f6 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x24195fb2 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x28a63c15 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x2b3fe97f ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x2d5db933 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x32291b8f ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x32630777 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x32f3c42b ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x376f15f8 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3ed61e9e ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3fe90f8c ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3ffa5e27 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x40ac8dbb ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x4441993b __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x47b3a09d ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x493b1482 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x4dd6d82d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x4f6dd2e9 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x507e043a ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x5aa89e5e ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x5ab178fe ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x5b110c5c ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x5be8eeb4 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x5ddfb22a ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5fdab9aa ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x604a3e5f ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x62c3b16c ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x630496a7 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x64b33f3b ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x664e6d54 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x66b5a76c ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x6aaab815 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x78259223 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x79812fc9 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x7aee5914 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x7b48df2e ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x7b6b07f7 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x7dc739f8 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7ef74365 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x80c0b85d ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x80d3077c ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x84bbe536 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x892febbc ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x8aef95ca ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x8f6a5644 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x93454a14 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x95f8810e __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99a72d0e ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x9c3d7b19 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xa29806a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa8af4fdc ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xaaf2e2bb ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xac09a5f9 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xad6c15cc ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xae31619d ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb14d1599 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xb352a138 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb3f1e026 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xb54ea061 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xb60158c2 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xb7cb8ac9 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb83662a8 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xbac5004d __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xbcb1ef44 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xbed43338 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc2b35783 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xc3711297 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xc4f3aff0 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc86c968a ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xcb889322 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xcc2317e6 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xcf8c21f6 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xd004f71a ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xd04d6475 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xd27b4652 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd5438661 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xd5e0ea6a ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe250bdc2 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xe2a56c62 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe42d936e ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe85ed675 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xe9478ed5 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xe9ff45b1 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xeaf27bb3 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xec03ebc4 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xf398edb2 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xf53adeda __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf6f135b3 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xf8ac8a81 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xfa97d5c7 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xfad8444b ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac802154/mac802154 0x0b7d4321 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x14869769 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x19708d6d ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x1e59c04d ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x46bbd06f ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x4ccc5b92 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xe5c25ef3 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xeb4c6a07 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xfcd417b1 ieee802154_unregister_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x22fcebda ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a7616e9 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3e13aa49 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x46820beb ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4daac95a register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x742a8ee9 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x91a65110 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x97ea6f6a ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa041e042 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab8d03fe ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc4e2800a ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc829fc02 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcb66fc91 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd08d6b89 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xec8ae6dc register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x4ec383eb 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 0x269da59f __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x4234e209 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x7127cce2 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x8076a541 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 0x14b5c6c3 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x32a987e0 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 0x4d15edf4 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x62994f4d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x666f6fb7 xt_register_targets +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 0xb40079af xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xb4595d45 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xba269950 xt_register_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 0xda6d1779 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf8ac57d4 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0bc9cf88 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x16b8d729 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x17326678 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x1f691d30 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x2b7f60d2 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3064f2fb nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x353850f5 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x453fe651 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x581d19d2 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x5bc0b96e nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x5d96af07 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7652ae59 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x76976999 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8a80971f nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x9a4999ee nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa19e3e89 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xa1a925d2 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xb42d3fe5 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xcf024a9d nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe09995d5 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xfd4329ef nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x058de597 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x0b8e9423 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x25de518f nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x2938920e nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x2c5eb780 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x314b6e68 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x37e44118 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x3dec1d4c nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x54769a61 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x5aa461de nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x5d921795 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x5fdaf1db nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x7e291aa9 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x801552b4 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x816d0e05 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x821ba347 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8264638f nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x8583604e nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8f6dd4c4 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x966b38d1 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbc8c45f4 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xc82210c8 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xccd3f247 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xd71b8949 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xdb1f7d47 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xdc22fd10 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xddc309f5 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf3d80024 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf80a5e7c nci_send_cmd +EXPORT_SYMBOL net/nfc/nfc 0x105e0d7a nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x2895b217 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x3b248648 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x509d9fb9 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x53cc5626 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x55d32dea nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x588c257e nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x5b8d92ae nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x6e37fdaa nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x74b19117 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x7cd57598 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x844169c1 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x8719e51a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x93db96f8 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9b085463 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x9fd14443 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xa180fde5 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xb8008a03 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xb9001c95 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xbd339dcc nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xc808decd nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xcb57faf2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xcd462c10 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xd5fb6efe nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xdee0eb85 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc_digital 0x38e760aa nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x5b87256e nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x91d5eccf nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe3869044 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x01904843 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x6398039a pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x6902ba5b pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x6fca377f phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x8f108485 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x96075eb8 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xa7ae732f phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xc3258bfc phonet_header_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x02362a39 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x090081d4 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0eeda7ec rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x19948f69 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1b418c9a rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1c38e493 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x24b8fc71 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x259f31f8 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x27f9b78c rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8b6eddfb rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8fe8e1dd rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9531be52 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x98be562c key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa7b0d1d7 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaa8e3188 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbd2570f2 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc15e3c5b rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdfc2ce53 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xff3e8776 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/sctp/sctp 0x913bf473 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x09c57c7f __traceiter_smc_switch_to_fallback +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 0x7963e302 __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 0xb4134c62 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xbca41211 __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 0x43661141 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x63918e0d gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xeb6380a4 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x19ba69a1 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2afae402 xdr_finish_decode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb089ce4f svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb3541796 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x570bc564 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xaa52e5d4 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xab7e8a86 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xdfdbcbfd tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0x53e6884f tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x01c8ceb2 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x033c6ac4 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x0535a6b1 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0b9941ba cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0dabf7f8 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x0dfb8986 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x0ece8880 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0f6d92df wiphy_unregister +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 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18ee09f6 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x1b78b8e3 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1c3462ce cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1ec07112 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x1fea671e cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x21da8d89 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x21e0a82d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x228d9f84 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x29239904 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x2cc4e43e cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x2d318681 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2e5802a9 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x2f647267 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x31a7d34f nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x32832050 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x3305cc2c cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x35cba81e cfg80211_report_wowlan_wakeup +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 0x3f861850 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x4246b380 cfg80211_bss_iter +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 0x441111f0 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x44d53283 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x455add5d regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x47db5d2a cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x47f1baef cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4b936f29 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x4ca2db05 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4e715301 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x4effc1d0 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x507371c1 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x511fcbdf __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5729edc1 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x5863c1bc ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x595e9455 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5b99bbf4 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x5c086d43 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x5c4a25fa cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x5c85b1c7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5ff37d53 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x60147adf cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x60beae3d cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x668c1fef cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x6803e0b7 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69b8eb10 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x73750e0a __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x774b9e30 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a4f018a cfg80211_cqm_pktloss_notify +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 0x7c858a18 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f8b926c regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x82a4311b cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x88f6298a cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x89488b95 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x89ecbdfc cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x8ce65bf8 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8d984373 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x8eadf68e wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x93aec81a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x972a2ba8 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x982332a3 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xab34467e cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xad309909 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xad4edbd7 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xae1eb141 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xaf0e94f4 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xb4715d51 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xbbd423c3 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xbbfececc __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbc777c18 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xbcf8b235 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbe2f0695 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xbe9aced1 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc491cc08 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc6ef7637 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xc99979f4 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcf8d6e8f cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xd4fda59b ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5bd9f5b cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd736e41a cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd880e0a5 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdad709f8 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbd1d187 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xdd1df07d cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xdeae9bee cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe08accb9 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xe312e592 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xe3a86103 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe48d64fb cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe5d1c5d0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe74bc152 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xe8a4cba5 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xe965ee2f cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xed173f0d ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xf26e21cc cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xf3a85259 cfg80211_external_auth_request +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 0xf56ad382 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xf6d14bc2 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xfb33c8ce wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xfd7b851b cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/lib80211 0x0e1d1f2e lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x11544d9e lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x46077899 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa251a368 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe7f8f321 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xf142c1f4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xc8619cd1 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa268aeba 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 0x44bde9bb 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 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa78b3810 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 0xe0af577e snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf9a4110c 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 0x183559e9 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x001ae802 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x003b1979 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x02eca175 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x0b1b14e1 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x11154af6 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x13ac8e6d snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x20c8df66 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x2324b8cd snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x24ac3b36 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x266712d9 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x2815c653 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x2a65065d snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x35ae2e5f snd_device_free +EXPORT_SYMBOL sound/core/snd 0x37fdccdd copy_from_iter_toio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x4996a599 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x53c9cd09 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x5981adee snd_device_register +EXPORT_SYMBOL sound/core/snd 0x5c50af83 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x69c8cd9e snd_info_register +EXPORT_SYMBOL sound/core/snd 0x6ed2e289 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x74585223 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x7579c1cb snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x7ac21973 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x7ca1007e snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x7e7eec73 snd_ctl_find_id_locked +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x942b4e96 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa012668e snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xa24669a1 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xa5446432 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xaa854d0f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xab11ec63 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xad626e58 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb9c45e2d snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xbb15b100 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xbed674d4 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc10ff698 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xc369d04b snd_register_device +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc74253eb snd_device_new +EXPORT_SYMBOL sound/core/snd 0xc8631324 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xc95d7947 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xcaa1fc5a snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd11cb5b7 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xd3d601d6 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xdefc4258 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xdf939047 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xe16b1c66 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xe5a775e2 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xe75ef16b snd_ctl_find_numid_locked +EXPORT_SYMBOL sound/core/snd 0xe905c700 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xef620309 copy_to_iter_fromio +EXPORT_SYMBOL sound/core/snd 0xf3d063f6 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xfe18cb37 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xfe35731f snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xa5c1b732 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xa6f8da5e snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x1f7d7cee 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 0x0613c826 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0f1bc83b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x133e3f12 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x1ba27f0d snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1eedb583 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x23419623 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2ae875eb snd_pcm_lib_preallocate_free_for_all +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 0x3c4490a9 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x459570ce snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x49cd24d8 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4bf6bc98 snd_pcm_new_stream +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 0x5e17edbf snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x5e6ddedd snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x64389449 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x64718f05 snd_pcm_new_internal +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 0x6b156adb snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x80bb746d snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x8330e6d6 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x838389f7 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x838a2fe3 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x8ae82709 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x927b678d snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94b28b86 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x94c5f3d1 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x956785bf snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x9a77c6c3 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x9c7b5eb6 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x9e5309de _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x9fd68f7d snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xa5751c57 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa5ba0871 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xae0715dd snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb04fe305 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xb11bba91 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xb429dda3 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xba093985 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xbc6c00e2 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xc84f56f7 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xcc1d466a snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xcfa14667 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xda3684cf snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe50a5fca snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe58959b1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe77830f7 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xf17bafa8 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xf2424a76 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xf4fee276 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xf6c37477 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0b28c5d7 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x15f61099 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x421f4c11 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x43ff1f83 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4b2c3575 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ceaf796 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x57e5ee34 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6c8d0fc8 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6ca4a87e snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x71f60493 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7b8b654f snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x88b2f4dc snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93ff28f1 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa355278c snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb5aa7f0c snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb77237d7 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc7fd9a24 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe955ce5e snd_rawmidi_drain_output +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 0xd046d5b2 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x03d33a93 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x17ade827 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45de27f9 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x4d9a30dd snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x4fed162b snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x5620d780 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x5bd73e15 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x73017c65 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x9d52fa79 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xa0ed3dde snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xa66a06e9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xb5373d84 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xebcb88f0 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xf3d9f52b snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xfac2b08f snd_timer_open +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xbf385b75 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 0x0a8936ba snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x260e7f30 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x63e5f9ad snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x80842c02 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc0cb0041 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc0e8717a snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe7f70cb6 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfed9f9d2 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfff912cf snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1abf2d99 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x482fb703 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6fce5fcb snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x779a51f8 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7ed7ba27 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa0bb8d00 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa49cafbf snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd03af0cb snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeba5fcc8 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 0x0839ee3d amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x258873b4 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x308e767e iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3276a9e7 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x35d1c2fd amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b412786 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d7e6bd0 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x40c3602d cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4d7e1a7b snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4db024eb cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x507bc4f6 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a622dd0 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x607c7f07 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ad0c25e fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7beddad5 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7eeead94 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89b94a63 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8a63e080 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d07eb71 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8e761f29 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9275f6f fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xae5d9a35 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb228c393 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbec4c49a fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcaacec8e avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd7452f2 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8d81516 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdb2a7d49 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf76e9e1c fw_iso_resources_init +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 0x879574bd intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x1536bf33 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xa0a42b8b snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x020a3342 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x12453aa3 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x45557e7b snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5ea83a41 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa6847073 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd00cc6d4 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe4385cf0 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xeb3e53b1 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x26ed94ec snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x3e8ff728 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8c9a9982 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x905b4583 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xaeff99cb snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xfa3b455b snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5d8442a3 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x8b329cc4 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x966b47d5 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa0bc4fd6 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xada0fb2a snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbe4f9a87 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1d7d92a9 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x32baf48d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3541cc39 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4db69e51 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x53496714 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xdb245035 snd_i2c_probeaddr +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1ecbf571 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1fab5610 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x47fcc50e snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5ed4ef5a snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x632faeb6 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6d80661b snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x70cf39ce snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x73828e78 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a6ae9bb snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7ac58fb1 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7cb8c010 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7ec52829 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x83104759 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x85b2d1db snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x87f28f05 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa8902993 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb9c25bd4 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x02419be5 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x15135ddf snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4547b5c3 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x49c4ec74 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6754739e snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6aaca749 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x96009746 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa438ef1c snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc61246bc snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcb3c8f8c snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x26526b3c snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4d18735a snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x9deaf9b1 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x045af898 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1954e37f oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1965dd8d oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2306037d oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x30f9ae64 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x346a6209 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x373d803f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5b904531 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6db93cd8 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7c89ce18 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x941aa08e oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x94615297 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ca7e92a oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa4ffef7d oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xadc1ac75 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbef2e801 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd267730e oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe099283e oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xedf0fef8 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1936817 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x12e1a09b snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2c129600 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5c6ad05d snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbdbd3b68 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xfbb583bf 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 0x69248bee snd_soc_acpi_amd_vangogh_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xba98ac19 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc6df0b2c snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xff9abba4 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x76fca25b adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x44f8fdf2 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x322938e3 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xbf32fde1 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x21a5c4e1 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x856495c1 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x33c83e73 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x36a2eaa1 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe1732bb5 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x32cf37e2 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xa198d03e aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x25c818d5 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 0x679a7282 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 0x8ceefa22 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/fsl/snd-soc-fsl-utils 0x639a9eb2 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xbb3c571d fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xbd4a5040 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x6cafa7a7 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x8ad71d6d mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x6e213d58 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xda83a14d q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xf1050185 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x490a4ef8 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x84414790 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc24f4d1b imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xdc7be8a6 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0xe4d3ea0b mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x051cdf32 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0b87c764 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x17b3576d sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x19263636 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d559456 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x26a0520f snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2a42be66 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2dd4edc6 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3620becc snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3808c53a sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3c4090cd sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3e195578 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ead6a4a sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46c605b3 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6316dee1 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ce94fbc snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6d0e3da2 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6d4e5694 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6e0bc4d5 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x71ab4990 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x72374b15 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7350fd1f snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x750238ff sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x76c3c556 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7753d587 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x775a05d2 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7a415fdc snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x81546af7 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x82c925bf snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x833875dc snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x837fceda sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x85afb2d6 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c89a3e3 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x953656ef sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x95ae88b1 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9a2c0491 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9bc0d3da sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c9b1632 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e55c3e2 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa33649bf snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa6be93b7 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaaa5c459 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb4e68d85 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb74fcf45 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbccdf950 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcc3e4cf5 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcdbebb52 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdac3f36e sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xde363d85 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdf6b4b25 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe0bd042b sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe1472497 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe38ebf2f snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe3a2b751 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xec229fc0 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef505610 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef83e933 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf35f9a97 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x585bbbf7 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x6fb78d5f sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xc7552539 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xcab0059b sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x50a8ebea snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x1c89de0c register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x357b79a4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x74e3be95 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb7780427 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xdf05867b register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x151618c4 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3d4869c1 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 0x78d36777 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9fd8af60 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbdb05b9c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcd8eed32 snd_emux_new +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 0x13b2b3b2 __snd_usbmidi_create +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 vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0020b42a param_get_ushort +EXPORT_SYMBOL vmlinux 0x00351cf6 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x003aa2a3 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x00557f0e ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x0080cf42 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00a14dba register_fib_notifier +EXPORT_SYMBOL vmlinux 0x00a4e62a netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0107a062 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x010d1afc bmap +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01214188 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0161cf75 __check_sticky +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x0170a4a4 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x01783752 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x0178dc4c security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018e4f8f sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x01933774 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x019d33ae sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01b75365 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01bff856 padata_alloc +EXPORT_SYMBOL vmlinux 0x01c1b2a3 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x01ce956d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x01d5bfd7 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x0200f2bf mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x0203b4ec vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02172a5f tcp_ioctl +EXPORT_SYMBOL vmlinux 0x0219c5d6 clk_get +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024b6b0a dev_mc_sync +EXPORT_SYMBOL vmlinux 0x025713f2 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x0258294a dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x02582e48 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x025a3fc0 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x02709a45 security_sk_clone +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0279fb96 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x0283d9d9 sock_alloc +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02991195 __destroy_inode +EXPORT_SYMBOL vmlinux 0x02b93192 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x02bf0577 tcp_req_err +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02dbfb66 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x02e11091 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x02efafff phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035ccdd0 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x035e5cd9 dev_uc_add +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x03636a83 i2c_smbus_read_i2c_block_data_or_emulated +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 0x039284f6 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a86023 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03c6aa30 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x03d68a7b pps_unregister_source +EXPORT_SYMBOL vmlinux 0x03ecdc96 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04068013 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x040b68e3 folio_set_bh +EXPORT_SYMBOL vmlinux 0x040da9ef vm_insert_page +EXPORT_SYMBOL vmlinux 0x0416e431 current_in_userns +EXPORT_SYMBOL vmlinux 0x04238cdd phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x04250532 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x043ab2c4 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044e77cd fb_show_logo +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x045836bc sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x045f0be4 rt6_lookup +EXPORT_SYMBOL vmlinux 0x04644a6c init_task +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0472339c of_device_register +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047b2e9e of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x0481b7eb phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x0481fb6f datagram_poll +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048d65e8 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x0493ced6 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x04ac1a17 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x04b708d7 skb_checksum +EXPORT_SYMBOL vmlinux 0x04bb5544 folio_unlock +EXPORT_SYMBOL vmlinux 0x04ca13bf vfs_symlink +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d95eaf devm_free_irq +EXPORT_SYMBOL vmlinux 0x04e4e618 seq_bprintf +EXPORT_SYMBOL vmlinux 0x04e8f828 mtree_load +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fac64d dm_put_device +EXPORT_SYMBOL vmlinux 0x05087135 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050df536 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x051afbec tcp_read_skb +EXPORT_SYMBOL vmlinux 0x051ed1c8 unix_get_socket +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0527a182 inet6_offloads +EXPORT_SYMBOL vmlinux 0x05322159 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x05368d97 __sock_create +EXPORT_SYMBOL vmlinux 0x0537e042 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x0542fbf1 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x05437e13 dup_iter +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055b5f03 mount_nodev +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0574034a kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x058518cb __folio_put +EXPORT_SYMBOL vmlinux 0x058bdcdd inode_init_always +EXPORT_SYMBOL vmlinux 0x05c5ceeb of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x05cef895 key_link +EXPORT_SYMBOL vmlinux 0x05ef3f63 lookup_one +EXPORT_SYMBOL vmlinux 0x05f7895a bpf_map_get +EXPORT_SYMBOL vmlinux 0x060a3123 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0632d6bc ip_do_fragment +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064d81e3 task_work_add +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0687567c mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x06925d9d ata_print_version +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c48617 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06df8079 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x06e177ea sock_release +EXPORT_SYMBOL vmlinux 0x06f0e752 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x06f72633 fqdir_exit +EXPORT_SYMBOL vmlinux 0x06f8fd75 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0721ab7d tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073f837d __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074e8321 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x074fc3ef module_layout +EXPORT_SYMBOL vmlinux 0x0766f6ff md_write_inc +EXPORT_SYMBOL vmlinux 0x0777b930 phy_disconnect +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07828cae pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x0792ef4b mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x07963441 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x079ba89c xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x07a72c26 mntput +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ab64a8 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x07b19a3d blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x07baa843 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07db0ee0 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x08007f9a blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0810b2f0 skb_pull +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08345dd3 ihold +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084f6544 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x0851be5a ppp_dev_name +EXPORT_SYMBOL vmlinux 0x0855d3a9 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x08600db3 mount_bdev +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x08acb540 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x08ad8cf1 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x08d146d3 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x08de1929 get_vm_area +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08ede311 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x08efaa1b nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x08f860fc __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x08f91de2 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x08fa9731 load_nls_default +EXPORT_SYMBOL vmlinux 0x090620fd skb_trim +EXPORT_SYMBOL vmlinux 0x09205ab0 amba_release_regions +EXPORT_SYMBOL vmlinux 0x0920e1ea input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x0923b5c1 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x092782a7 bio_add_page +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x092ebc36 dma_resv_init +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x095c4599 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099d3d25 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x09a64f61 seq_pad +EXPORT_SYMBOL vmlinux 0x09bdf27d __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x09beff92 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5def5 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e41f4c i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x09ff7164 cdrom_release +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a11823b lookup_one_len +EXPORT_SYMBOL vmlinux 0x0a17f7c8 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a24476c regset_get +EXPORT_SYMBOL vmlinux 0x0a24a32c key_alloc +EXPORT_SYMBOL vmlinux 0x0a2e410f zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x0a34ebf3 __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x0a38b9da sock_no_bind +EXPORT_SYMBOL vmlinux 0x0a4fbfe3 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x0a66f519 iov_iter_init +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7b1623 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0aa29cfc noop_qdisc +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae69bc5 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x0af64483 ipv4_specific +EXPORT_SYMBOL vmlinux 0x0afe3ee8 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2d95ef devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x0b325bc8 d_delete +EXPORT_SYMBOL vmlinux 0x0b3298fe skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x0b36110c blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x0b3bd4a2 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x0b3e07b3 d_tmpfile +EXPORT_SYMBOL vmlinux 0x0b4f2330 __register_binfmt +EXPORT_SYMBOL vmlinux 0x0b5bd340 fman_set_port_params +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b903894 mdio_device_register +EXPORT_SYMBOL vmlinux 0x0b9d4f84 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb4290c genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bb83982 __netif_rx +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd52e0b vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x0be1a954 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x0bee3647 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf3d970 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c0b8aca ptp_clock_event +EXPORT_SYMBOL vmlinux 0x0c0ca708 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x0c0f0d2b tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x0c253cd1 inet_frags_init +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2962f8 simple_link +EXPORT_SYMBOL vmlinux 0x0c324ec7 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0c33cb42 kobject_put +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c49a47b dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c655b37 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x0c66e90a dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x0c6b86dd ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c817155 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x0c8c01f8 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb5b713 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x0cbdf1df setattr_copy +EXPORT_SYMBOL vmlinux 0x0cbecd61 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cc812d8 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x0cd2644d page_symlink +EXPORT_SYMBOL vmlinux 0x0cd365f6 sock_no_linger +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cd9b990 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0d038f29 dquot_alloc +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d33b656 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x0d3835cd folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5a3d2c mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x0d5de657 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x0d6ee0e8 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x0d7a2ebd pipe_unlock +EXPORT_SYMBOL vmlinux 0x0d8c02e4 framebuffer_release +EXPORT_SYMBOL vmlinux 0x0d8c6ab8 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x0d9c7942 complete_request_key +EXPORT_SYMBOL vmlinux 0x0d9ec295 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0dbcd98c vme_init_bridge +EXPORT_SYMBOL vmlinux 0x0dd9b496 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0dec6b7b blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x0e015b48 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x0e141a8d of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x0e14df21 simple_write_begin +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e2647cb netif_carrier_on +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e5d0493 skb_clone +EXPORT_SYMBOL vmlinux 0x0e61826a mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x0e921714 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x0e9489f6 netdev_emerg +EXPORT_SYMBOL vmlinux 0x0e9df3fd skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x0e9e7279 set_capacity +EXPORT_SYMBOL vmlinux 0x0ea1872a iov_iter_single_seg_count +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 0x0ec642f5 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x0ee2af7f cdev_del +EXPORT_SYMBOL vmlinux 0x0eeacdcf scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x0eeca08b generic_fadvise +EXPORT_SYMBOL vmlinux 0x0efcbe15 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f11da08 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1c1746 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x0f23389a acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x0f256d78 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x0f34a35c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f4e4913 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0f59749f tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x0f62e07d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f633369 mmc_command_done +EXPORT_SYMBOL vmlinux 0x0f71189d alloc_fddidev +EXPORT_SYMBOL vmlinux 0x0f776a97 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x0f7e3539 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fa8164a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fac085e blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb8ff78 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x0fc21015 inode_init_owner +EXPORT_SYMBOL vmlinux 0x0fc54570 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe1c3a1 sync_filesystem +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10043e81 dcb_getapp +EXPORT_SYMBOL vmlinux 0x1005c2c7 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1006b466 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x10107d06 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x10130a16 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x1013f88f scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102cac99 dqput +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1036a74f xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x10383635 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1065a9ec md_error +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10a0cf93 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x10a7d181 phy_read_paged +EXPORT_SYMBOL vmlinux 0x10abf5d4 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x10af0509 ip_options_compile +EXPORT_SYMBOL vmlinux 0x10b90652 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x10ba2b34 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ed8b15 ip_frag_next +EXPORT_SYMBOL vmlinux 0x10f99979 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1112e22c request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x11140573 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x11294d72 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x112d8e4f __serio_register_driver +EXPORT_SYMBOL vmlinux 0x112eb543 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x112f45ee tcf_classify +EXPORT_SYMBOL vmlinux 0x113b6a43 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x113feb0c vlan_vid_add +EXPORT_SYMBOL vmlinux 0x114008e6 of_iomap +EXPORT_SYMBOL vmlinux 0x11440894 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171d1b7 mii_check_link +EXPORT_SYMBOL vmlinux 0x11834f9f nd_device_unregister +EXPORT_SYMBOL vmlinux 0x11ce6019 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x11d992d8 nf_log_trace +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11fb4dbf mmc_can_discard +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1202434a unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x1219ccf0 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x121b3f1d scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1234611d sock_edemux +EXPORT_SYMBOL vmlinux 0x124299fb rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x124a7afb blk_start_plug +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12562ce9 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x1259012b blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x12639219 file_path +EXPORT_SYMBOL vmlinux 0x12729041 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12952cf6 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12b0300b inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x12b94150 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x12b9f4df mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x12ba660b xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x12c22d56 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d7ddc3 netif_device_detach +EXPORT_SYMBOL vmlinux 0x12d8bca0 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x12d92985 phy_device_remove +EXPORT_SYMBOL vmlinux 0x12da0129 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x12db890e pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x12e9abc8 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fe3d80 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130c473f dev_set_threaded +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131d3116 dquot_acquire +EXPORT_SYMBOL vmlinux 0x134697af netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x135865a9 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x1380413e posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x1381eac2 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x138cbadd dev_remove_offload +EXPORT_SYMBOL vmlinux 0x139a79dc __folio_alloc +EXPORT_SYMBOL vmlinux 0x139c74d8 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13b5e7b8 key_put +EXPORT_SYMBOL vmlinux 0x13b71935 of_property_read_reg +EXPORT_SYMBOL vmlinux 0x13cd174e unregister_cdrom +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13f0d7be tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x140f8d0a genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14275a35 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x1442852f pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x145ae3d3 nd_device_notify +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1473fcb7 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x148cf24c blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x149948be mpage_writepages +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14be99a3 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x14c0c376 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14f42cb9 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14fcbcf2 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x151167ce get_task_cred +EXPORT_SYMBOL vmlinux 0x151551ea xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x15250250 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152994aa zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1564ca12 ps2_command +EXPORT_SYMBOL vmlinux 0x15690dab of_get_next_parent +EXPORT_SYMBOL vmlinux 0x15710c0d pci_get_device +EXPORT_SYMBOL vmlinux 0x15847bf6 input_allocate_device +EXPORT_SYMBOL vmlinux 0x15a6ada8 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c0d1d0 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15fa189e dump_skip_to +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x16351c2c inode_permission +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x1643e3ae __scsi_add_device +EXPORT_SYMBOL vmlinux 0x164abe36 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x164d2ce9 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x165c1637 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x165ec5a8 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x1665bacd genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16840d1e node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x168754bb mmc_free_host +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16acf6c9 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x16b416a7 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x16b6be3e neigh_table_init +EXPORT_SYMBOL vmlinux 0x16c3061a simple_dir_operations +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d42905 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e79ecf fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x170769f5 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17792c99 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c32b4 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17923d57 __fput_sync +EXPORT_SYMBOL vmlinux 0x17ba1c1c input_flush_device +EXPORT_SYMBOL vmlinux 0x17be297d fget_raw +EXPORT_SYMBOL vmlinux 0x17c2f36f xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x17ce4cee dev_close +EXPORT_SYMBOL vmlinux 0x17cf3f94 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x17dc3214 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x17ddefea clk_bulk_get +EXPORT_SYMBOL vmlinux 0x17f33179 param_set_invbool +EXPORT_SYMBOL vmlinux 0x18080d63 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x181eeb6e of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x18292bdd __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x18296771 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1839bccd bprm_change_interp +EXPORT_SYMBOL vmlinux 0x1840c3f6 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x184475fa of_node_put +EXPORT_SYMBOL vmlinux 0x18631316 dget_parent +EXPORT_SYMBOL vmlinux 0x1864d9b5 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x18684718 tcp_set_rcvlowat +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 0x18d168db blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x18d762e8 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18e9d11d blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x18ecce1d inet_bind +EXPORT_SYMBOL vmlinux 0x1905c729 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x19073bcd param_get_hexint +EXPORT_SYMBOL vmlinux 0x190dae8d xfrm_register_km +EXPORT_SYMBOL vmlinux 0x1927d9b6 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195fbdd4 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x199fa3b0 is_nd_dax +EXPORT_SYMBOL vmlinux 0x19b426e2 napi_complete_done +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2b25e fb_io_read +EXPORT_SYMBOL vmlinux 0x19cd83fc pci_clear_master +EXPORT_SYMBOL vmlinux 0x1a01c474 block_write_end +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a511eaa __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ac3a616 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ae39538 of_translate_address +EXPORT_SYMBOL vmlinux 0x1aee57e7 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x1afb153c eth_header_cache +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b01fdd8 skb_find_text +EXPORT_SYMBOL vmlinux 0x1b0c65f4 brioctl_set +EXPORT_SYMBOL vmlinux 0x1b173d75 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x1b198bbe scsi_remove_target +EXPORT_SYMBOL vmlinux 0x1b2c4f9e __folio_lock +EXPORT_SYMBOL vmlinux 0x1b31006e sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b406e92 inet_addr_type +EXPORT_SYMBOL vmlinux 0x1b4e7f51 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5dbb95 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x1b62f11b eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b64eb0e I_BDEV +EXPORT_SYMBOL vmlinux 0x1b69460e scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b91e047 block_commit_write +EXPORT_SYMBOL vmlinux 0x1b937eaa pps_event +EXPORT_SYMBOL vmlinux 0x1b9a0333 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x1b9f0336 devm_ioremap +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc1a59e udp_gro_receive +EXPORT_SYMBOL vmlinux 0x1bc32192 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x1bcc55fa eth_header +EXPORT_SYMBOL vmlinux 0x1bd49f1c pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be1fd56 bio_copy_data +EXPORT_SYMBOL vmlinux 0x1bedd723 tty_write_room +EXPORT_SYMBOL vmlinux 0x1c017940 phy_loopback +EXPORT_SYMBOL vmlinux 0x1c05ce9e sg_miter_stop +EXPORT_SYMBOL vmlinux 0x1c14136e fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x1c2ddc2f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x1c4859ee find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x1c4d7932 vfs_getattr +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6d115f phy_driver_register +EXPORT_SYMBOL vmlinux 0x1c753706 sk_dst_check +EXPORT_SYMBOL vmlinux 0x1ca12dda rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cd945c2 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x1cd9a2b7 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x1cda8a75 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ceb7cc6 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d102008 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d20bb34 sock_rfree +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d30b374 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x1d347172 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x1d3bc105 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d4be408 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x1d64daa7 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x1d69644f __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d81b67b of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d9e040a security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x1dc64873 jbd2_log_wait_commit +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 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e04dd91 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0d6dae amba_driver_register +EXPORT_SYMBOL vmlinux 0x1e288bc8 fput +EXPORT_SYMBOL vmlinux 0x1e32d55f of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x1e36d230 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x1e3c1894 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x1e3cd9c3 touch_buffer +EXPORT_SYMBOL vmlinux 0x1e57de9d phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x1e5c46c9 napi_enable +EXPORT_SYMBOL vmlinux 0x1e667f4d devm_mdiobus_alloc_size +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 0x1ead27e0 tty_devnum +EXPORT_SYMBOL vmlinux 0x1eb4d00a netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x1eb86a99 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x1ebbab39 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1f0a4618 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x1f11c9bf xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x1f19863b ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x1f19f3d0 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x1f1bfb64 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x1f2c85ed vme_irq_generate +EXPORT_SYMBOL vmlinux 0x1f37b38c pcim_iounmap +EXPORT_SYMBOL vmlinux 0x1f520ffe page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1f53983a phy_attach_direct +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f6998ed scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x1f78d8dd ping_prot +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc15af6 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x1fc278a5 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd4cefc super_setup_bdi +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200e8071 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x201d0f02 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x2037da85 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2045c10d ip_cmsg_recv_offset +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 0x204c72ea xfrm_lookup +EXPORT_SYMBOL vmlinux 0x20513aec dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x2075b038 begin_new_exec +EXPORT_SYMBOL vmlinux 0x2081d6a9 phy_detach +EXPORT_SYMBOL vmlinux 0x208f2bc1 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x209cf514 inet6_release +EXPORT_SYMBOL vmlinux 0x209f21ee kill_litter_super +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cb73ad pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d824f3 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x20e14797 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f75ffe sget_fc +EXPORT_SYMBOL vmlinux 0x2114cb93 vc_cons +EXPORT_SYMBOL vmlinux 0x21212715 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x212e036d inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x213e5073 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x213ee889 eth_type_trans +EXPORT_SYMBOL vmlinux 0x21409706 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x2141550e __nd_driver_register +EXPORT_SYMBOL vmlinux 0x2149d6c0 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x214b0167 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x214dcfe9 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x214e1401 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x2156475d padata_free_shell +EXPORT_SYMBOL vmlinux 0x2159dd84 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x2163ef39 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x21728ca3 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x218b5fe0 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x218e34de sock_create +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21b3206b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c8f0a1 wireless_send_event +EXPORT_SYMBOL vmlinux 0x21c90497 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x21cac3e8 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x21d64c93 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e528f2 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x21e7d694 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ee7856 get_phy_device +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f34dbe elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x21f3ebdd ___pskb_trim +EXPORT_SYMBOL vmlinux 0x21f93669 register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x2210d5a7 dquot_operations +EXPORT_SYMBOL vmlinux 0x22115fc9 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x2220336b netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x222b8319 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x222df7d4 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222e9b84 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x226310b4 dev_get_stats +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x227cc64f pnp_register_driver +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22e670b6 vme_register_driver +EXPORT_SYMBOL vmlinux 0x22e99fde pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x22ec0f67 make_bad_inode +EXPORT_SYMBOL vmlinux 0x22f25117 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x22ff9e8c scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x2300b589 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x232b04de devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x2330ff23 mmc_erase +EXPORT_SYMBOL vmlinux 0x234001b2 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x2353f8c0 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x235895e1 mtree_store +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x23734c93 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x237b7abc udp_sendmsg +EXPORT_SYMBOL vmlinux 0x237d6476 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x23848506 fman_port_get_device +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x239a89e2 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x239d1fea param_set_ushort +EXPORT_SYMBOL vmlinux 0x23a1aa18 seq_vprintf +EXPORT_SYMBOL vmlinux 0x23aa4d16 dev_mc_add +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c11d3d dcb_delrewr +EXPORT_SYMBOL vmlinux 0x23c69e8d ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x23d23e24 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x23d2f38d of_range_to_resource +EXPORT_SYMBOL vmlinux 0x23d9f024 d_add +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23e215bc __register_nls +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2407c841 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x241fbc60 register_filesystem +EXPORT_SYMBOL vmlinux 0x2427b455 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x242ffd14 pin_user_pages +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2458d221 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2466558b sock_create_lite +EXPORT_SYMBOL vmlinux 0x24760a78 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24886cea mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x24963848 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x249b876e fddi_type_trans +EXPORT_SYMBOL vmlinux 0x24a006c6 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x24a6682f netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x24a6d581 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x24ac00cc find_vma +EXPORT_SYMBOL vmlinux 0x24ba273c thaw_bdev +EXPORT_SYMBOL vmlinux 0x24cf6872 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24db1716 sget +EXPORT_SYMBOL vmlinux 0x24db5225 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x24dfb0ea of_node_get +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24fc6f0b devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2505dfda kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x25094f52 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x2521c74d of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x254d1154 path_is_under +EXPORT_SYMBOL vmlinux 0x255a3f9d flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x2569af59 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x257cfa85 user_path_create +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258b0511 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2593d7aa folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x2595d93d __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a52849 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x25a81809 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x25a8431d ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x25bfaf9a dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x25c336e6 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x25e238ec wireless_spy_update +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ee2ff8 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x2603c741 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x26108f78 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x26184200 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x26251254 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x2625c470 nf_log_unset +EXPORT_SYMBOL vmlinux 0x262bd7bd xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x26327bf6 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x26328b28 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2647241d __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x264e4f2b pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x2660035b locks_free_lock +EXPORT_SYMBOL vmlinux 0x266605c9 pci_set_master +EXPORT_SYMBOL vmlinux 0x2684cc7a generic_listxattr +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26b5533c dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x26b5b41e ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x26b67c67 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x26d29b30 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x26e1828c pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e59184 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x270225ee inode_update_time +EXPORT_SYMBOL vmlinux 0x270c6fff skb_copy_bits +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 0x273e5a49 dec_zone_page_state +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 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27764e76 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x2778c499 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x277dbcf7 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x2785d354 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27b0a710 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x27b9d493 neigh_parms_release +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 0x27c58dbb netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x27c802e4 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27ea5447 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x27f4d7f7 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x280f7c94 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x2816dece qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281d435f security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x2821f94b scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x28276cd7 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x2828ebb2 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x28335e6d serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x28341b4f scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x283828a2 audit_log +EXPORT_SYMBOL vmlinux 0x2841882a pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x28423efc io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x284dd0d3 neigh_lookup +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x28666a66 cred_fscmp +EXPORT_SYMBOL vmlinux 0x286f3422 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2878fe64 pci_request_regions +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28865c61 wake_up_process +EXPORT_SYMBOL vmlinux 0x2886efde posix_test_lock +EXPORT_SYMBOL vmlinux 0x288e09e6 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x28bdd202 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x28d8af21 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x28eab562 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x28eeea43 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f452e8 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fc5ca5 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x29008085 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x290b9f70 input_reset_device +EXPORT_SYMBOL vmlinux 0x2923422e mii_link_ok +EXPORT_SYMBOL vmlinux 0x29271ea0 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x294a20d6 give_up_console +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x299d95eb of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x29a5d4b3 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x29c6ad70 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29f70f57 vme_master_request +EXPORT_SYMBOL vmlinux 0x29f9749c tso_build_data +EXPORT_SYMBOL vmlinux 0x2a14ab03 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x2a2f819c mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a552945 fb_set_var +EXPORT_SYMBOL vmlinux 0x2a683d9c folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6d0756 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +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 0x2ae2dc20 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x2aeb05f8 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x2b047746 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x2b080131 import_single_range +EXPORT_SYMBOL vmlinux 0x2b16228b devm_clk_get +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b1b2fc9 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x2b26735e mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x2b343fa3 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x2b37a49d __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x2b407296 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x2b4c3d49 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b615e0e seq_printf +EXPORT_SYMBOL vmlinux 0x2b70aaa1 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba3df62 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x2bac2474 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bbb4464 iget_locked +EXPORT_SYMBOL vmlinux 0x2bbb8c88 qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x2bcea41f mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c093278 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x2c1e5a97 processors +EXPORT_SYMBOL vmlinux 0x2c24179e ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c272eef qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c7a5a9a input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8b8438 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2ca4e5f2 devm_iounmap +EXPORT_SYMBOL vmlinux 0x2cb9b248 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd85108 param_ops_byte +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf147af inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d07e381 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d154eaa ip_local_deliver +EXPORT_SYMBOL vmlinux 0x2d26116a flow_rule_match_ipsec +EXPORT_SYMBOL vmlinux 0x2d2cd5d7 consume_skb +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 0x2d4dac42 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d532acb of_find_property +EXPORT_SYMBOL vmlinux 0x2d5d9a11 security_path_mknod +EXPORT_SYMBOL vmlinux 0x2d6444e7 d_rehash +EXPORT_SYMBOL vmlinux 0x2d6ae3bc __sk_dst_check +EXPORT_SYMBOL vmlinux 0x2d731051 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x2d7b07ca rproc_boot +EXPORT_SYMBOL vmlinux 0x2d84ce20 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x2d8b1f4f mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db39243 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x2dc0abd5 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x2dc6e8d0 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x2dca6406 dquot_transfer +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2de38fd4 init_special_inode +EXPORT_SYMBOL vmlinux 0x2dec9a13 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x2dfdace5 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x2e077990 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x2e07bb50 blk_put_queue +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e0f8e9d phy_init_eee +EXPORT_SYMBOL vmlinux 0x2e19c333 filp_close +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1eb88a __hw_addr_unsync_dev +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 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e7b84f9 dev_add_pack +EXPORT_SYMBOL vmlinux 0x2e83ced0 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x2e854df7 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x2e8c9467 folio_add_lru +EXPORT_SYMBOL vmlinux 0x2e93dade lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x2ea387a0 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x2eb985bf tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec844ad mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x2ec8b86e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x2eec50eb skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1a49dd alloc_fcdev +EXPORT_SYMBOL vmlinux 0x2f2bf06b scsi_partsize +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f350750 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f5561ac scsi_dma_map +EXPORT_SYMBOL vmlinux 0x2f66b98c dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f89fbc2 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x2fa45929 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x2fb9c7ee kset_register +EXPORT_SYMBOL vmlinux 0x2fbbb018 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x2fc816d2 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff6b926 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x2ffdac18 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x3000faa7 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x302bb14e mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x303cc6af sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x30459b2c __bh_read_batch +EXPORT_SYMBOL vmlinux 0x304cfb1d __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x30555c9e xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x305643d4 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x3097c41b skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x3097c464 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x309f27c9 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x30a62f65 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30aeb755 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x30bde264 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x30d367dd dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x30e1e6bd get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x30f5a560 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x3108c59e __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x31095fa6 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3118a478 free_buffer_head +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31482355 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x3152f22b from_kgid +EXPORT_SYMBOL vmlinux 0x316820f9 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x317512fb pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x31820521 get_tree_single +EXPORT_SYMBOL vmlinux 0x319f08b3 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x31ba8c49 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x31c804bf dcb_setrewr +EXPORT_SYMBOL vmlinux 0x31ca5331 vga_put +EXPORT_SYMBOL vmlinux 0x31fe036d __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x3209a247 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x320c4f66 rproc_del +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321b3468 param_get_uint +EXPORT_SYMBOL vmlinux 0x321d9312 dns_query +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x322d8274 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x3232a226 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x32370d11 param_ops_short +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x325b94d9 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x32626877 twl6040_get_sysclk +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 0x3298b2a8 of_match_node +EXPORT_SYMBOL vmlinux 0x32b24e55 genl_register_family +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32db2a4b arp_tbl +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8af88 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x32f384b1 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x3302e3fd i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x330b4e67 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x3312b991 dma_pool_create +EXPORT_SYMBOL vmlinux 0x331971e8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x331f277b rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x33259e17 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x332f86eb set_posix_acl +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x333c9f06 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x3345a01a posix_lock_file +EXPORT_SYMBOL vmlinux 0x3349ee65 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x3356a52a __SetPageMovable +EXPORT_SYMBOL vmlinux 0x3360d4ae pci_pme_active +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337f86c1 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x338ea171 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x33d0194d vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x33d8a5d6 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x33e5c98f pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f4771b rtnl_notify +EXPORT_SYMBOL vmlinux 0x33f7cac7 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x3416df08 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x3417c805 make_kgid +EXPORT_SYMBOL vmlinux 0x34377062 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x34457a4c file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x345f7e88 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x3468b788 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x346c6c80 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x347d25c6 seq_dentry +EXPORT_SYMBOL vmlinux 0x3482c0ee acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ceda16 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x34d8da7c eth_header_parse +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e35bb8 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x34f046a4 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f4ec52 fqdir_init +EXPORT_SYMBOL vmlinux 0x3508a0cd sg_miter_skip +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351cdc57 pci_find_capability +EXPORT_SYMBOL vmlinux 0x35344039 tcf_block_get +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3543c16f secpath_set +EXPORT_SYMBOL vmlinux 0x35512fda devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x3553e71a unload_nls +EXPORT_SYMBOL vmlinux 0x355b57d1 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35768fc0 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x35781ceb param_set_hexint +EXPORT_SYMBOL vmlinux 0x357baddc devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x357e5e7a tso_start +EXPORT_SYMBOL vmlinux 0x35a6f55a arp_send +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35bf5ff6 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x35c30191 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x35c585e9 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x35f0d463 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x35f65052 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x3608ae1e fb_set_suspend +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3614cb26 thread_group_exited +EXPORT_SYMBOL vmlinux 0x3620ef01 km_state_notify +EXPORT_SYMBOL vmlinux 0x3634e99c netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x363799ce unregister_filesystem +EXPORT_SYMBOL vmlinux 0x363d6d6a folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x36409424 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364c471d of_match_device +EXPORT_SYMBOL vmlinux 0x364e7a66 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366e538e xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x3683ea08 __serio_register_port +EXPORT_SYMBOL vmlinux 0x3692ac5e mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x369b04b2 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x36a1ed7a find_vma_intersection +EXPORT_SYMBOL vmlinux 0x36a59d36 pci_release_regions +EXPORT_SYMBOL vmlinux 0x36a74a35 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36dfd34e of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x36e3d5a0 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x3705a7cc new_inode +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x371eccce xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x37270324 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x3734d588 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374b9ed3 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x374e9636 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37621678 prepare_creds +EXPORT_SYMBOL vmlinux 0x3763e5ec slab_build_skb +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x377f39a2 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x37a1eb48 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x37aa75c5 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x37adfe54 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37bb9152 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dcb2fe pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x37e14cdd truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x37f1f30f param_set_long +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3861eac6 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3887cda2 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38936edc icmp6_send +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 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38ea0da1 _dev_warn +EXPORT_SYMBOL vmlinux 0x38f03d87 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x391d4067 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3929b345 cdc_parse_cdc_header +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 0x39527d77 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396e8236 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x39908efb sock_alloc_file +EXPORT_SYMBOL vmlinux 0x39929f41 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39bc459c register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c72ea7 skb_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39ccbebe tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x3a14b800 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x3a3191e4 seq_putc +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a6255aa phy_suspend +EXPORT_SYMBOL vmlinux 0x3a6bebd6 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x3a79dfb1 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x3a7e085a unix_detach_fds +EXPORT_SYMBOL vmlinux 0x3a8f36d4 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x3ab00cf5 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac9122c starget_for_each_device +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 0x3ad95107 genphy_c45_ethtool_get_eee +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 0x3b2696d1 register_framebuffer +EXPORT_SYMBOL vmlinux 0x3b2e775e kernel_bind +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b4384f3 node_data +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 0x3b8f0c5b blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b9cb300 generic_file_open +EXPORT_SYMBOL vmlinux 0x3bb63875 pci_iounmap +EXPORT_SYMBOL vmlinux 0x3bba95b8 set_blocksize +EXPORT_SYMBOL vmlinux 0x3bedd7f1 audit_log_start +EXPORT_SYMBOL vmlinux 0x3c05ad3a pci_map_rom +EXPORT_SYMBOL vmlinux 0x3c16bf83 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1da146 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c5436cb of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x3c599404 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x3c805e37 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x3c85e6ef devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x3ca03318 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d075940 key_validate +EXPORT_SYMBOL vmlinux 0x3d1d3aea ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d3a978c hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x3d3afd2e scsi_done +EXPORT_SYMBOL vmlinux 0x3d51efb9 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x3d6f2b38 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x3d7b7af4 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x3d8da35f jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3d8fdc66 vfs_statfs +EXPORT_SYMBOL vmlinux 0x3d902ab9 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x3d912863 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da08eef napi_schedule_prep +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 0x3dad7e7f pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc3bad4 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc55249 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3ddb21d6 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x3ddc7f75 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x3de083ca mdio_bus_type +EXPORT_SYMBOL vmlinux 0x3de5a287 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3de5d43f sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x3ded70e6 inode_update_timestamps +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e097ec5 __neigh_create +EXPORT_SYMBOL vmlinux 0x3e0bac5a unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4d4206 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x3e4f9165 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e809469 netdev_update_features +EXPORT_SYMBOL vmlinux 0x3e92204c jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3ea90321 param_ops_bint +EXPORT_SYMBOL vmlinux 0x3eb7d71d page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee314e9 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x3ef71f19 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1206cf gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x3f1a37ae inet_csk_accept +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f34f34a flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x3f394605 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x3f3c9c73 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x3f3f85fc bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x3f44aacd __icmp_send +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f581488 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8e7dba inet_stream_connect +EXPORT_SYMBOL vmlinux 0x3f93a764 file_update_time +EXPORT_SYMBOL vmlinux 0x3f9d831a phy_find_first +EXPORT_SYMBOL vmlinux 0x3fa5018c pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x3fabdd94 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fcaa84b xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x3fd1fe7a readahead_expand +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe29d9a alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x400f82f6 dump_page +EXPORT_SYMBOL vmlinux 0x401e6882 __break_lease +EXPORT_SYMBOL vmlinux 0x4021602c console_stop +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x402630a3 netdev_state_change +EXPORT_SYMBOL vmlinux 0x4077ce11 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x407feff0 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x4095db76 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409c512e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cb5efe __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x40ce8ec8 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d2e5f5 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x4100fa9a page_readlink +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x416b2bf4 inode_set_flags +EXPORT_SYMBOL vmlinux 0x4170a8ea __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4178002b phy_register_fixup +EXPORT_SYMBOL vmlinux 0x4188710a pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4189730b xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x41a9db1c flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x41b0b289 dqget +EXPORT_SYMBOL vmlinux 0x41b3d251 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x41b4f117 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x41c2c60c jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x41c5d481 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x41cace09 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x41e893c2 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f3140f block_dirty_folio +EXPORT_SYMBOL vmlinux 0x4207c866 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x4208f04b vme_irq_request +EXPORT_SYMBOL vmlinux 0x4220a8b3 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x423aeaa5 __fs_parse +EXPORT_SYMBOL vmlinux 0x4240d023 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x4241b3b0 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4274c911 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x427743c4 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x4283a1e6 add_to_pipe +EXPORT_SYMBOL vmlinux 0x4290f686 dev_open +EXPORT_SYMBOL vmlinux 0x42948f41 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x429cc532 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x42b762f0 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x42ba9e34 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42dc81fa netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x42e2f5e9 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4305e9e6 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x431569bf ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4326a868 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x43431b00 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x434d1489 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4388bd3c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c67583 kill_pid +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43ec0752 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x43f6fb1c proc_set_user +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x4411dc7a rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x441bc5ae phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x44252bca netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x442b5585 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x44459f98 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x4473a9a9 mmc_request_done +EXPORT_SYMBOL vmlinux 0x44829a2b pnp_is_active +EXPORT_SYMBOL vmlinux 0x4483a7c1 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449bb21a param_get_long +EXPORT_SYMBOL vmlinux 0x449bfc6a pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x449f7721 key_task_permission +EXPORT_SYMBOL vmlinux 0x44b37d4d security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x44bf3ae2 folio_alloc +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e00cd2 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x44e4caa5 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x4507be92 tty_unlock +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x450fcf68 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x4511bd18 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x4516a865 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x45206214 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453a1dab pcim_iomap +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455f59e7 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x45764ed0 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458f499d pskb_extract +EXPORT_SYMBOL vmlinux 0x45923b39 input_open_device +EXPORT_SYMBOL vmlinux 0x459db55d sock_bind_add +EXPORT_SYMBOL vmlinux 0x45b9054b vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x45baafd9 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x45c01940 kset_unregister +EXPORT_SYMBOL vmlinux 0x45d32976 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x45d4f28c phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x45e85c6e vmap +EXPORT_SYMBOL vmlinux 0x46045a64 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461b6693 param_ops_string +EXPORT_SYMBOL vmlinux 0x4624ceb8 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x46264441 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x4629574d devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x4641b92d start_tty +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465bf143 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46683555 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d33b6 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468e89d2 elv_rb_del +EXPORT_SYMBOL vmlinux 0x46959885 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46ac9a8c dquot_resume +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c2cddb scsi_add_device +EXPORT_SYMBOL vmlinux 0x46c38f29 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c98971 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x46cd4ff5 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x46d54329 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x46dc555d mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x46e54d61 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x46f1afb0 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x46f3f9e4 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x46f84e9a dm_table_get_md +EXPORT_SYMBOL vmlinux 0x47015afc icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x4722b1fb __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x474d78b1 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x4758ab8f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47709eaa netif_carrier_off +EXPORT_SYMBOL vmlinux 0x477b43e3 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x478a9030 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x4790c7af mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x479deeee block_write_full_page +EXPORT_SYMBOL vmlinux 0x47aebf35 notify_change +EXPORT_SYMBOL vmlinux 0x47b4d1cd __skb_checksum_complete +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 0x47e999f7 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x48071728 pci_choose_state +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 0x4820ac38 filemap_splice_read +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 0x4842ca21 netpoll_parse_options +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 0x486034e5 seq_read +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x486744fd __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x48791304 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x489686cb fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x48973bde send_sig_info +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d12bb4 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d2ccf4 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48e3f9fc mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x48e693d6 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x48ee1ae8 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4910dee2 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x49175f57 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x492e29bc scsi_host_busy +EXPORT_SYMBOL vmlinux 0x49342755 write_inode_now +EXPORT_SYMBOL vmlinux 0x49393d33 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x493b4e0d genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x494a09cc vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4959bc84 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4969b811 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x4970e79c tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x4979dc8e udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x497d5e95 clear_nlink +EXPORT_SYMBOL vmlinux 0x498b11f3 lock_rename_child +EXPORT_SYMBOL vmlinux 0x498ef0ae pci_iomap_range +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a09251 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49c346b5 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x49ca3499 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x49cd9d74 pci_bus_type +EXPORT_SYMBOL vmlinux 0x49de943a nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x49ec2b5b blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x49f59b46 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x4a19c1d7 kern_unmount +EXPORT_SYMBOL vmlinux 0x4a1a75a3 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x4a1a78d7 request_key_rcu +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a42c401 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x4a4f460a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4a61b005 ilookup5 +EXPORT_SYMBOL vmlinux 0x4a633154 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x4a695c3b pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x4a835014 input_copy_abs +EXPORT_SYMBOL vmlinux 0x4a83dddc netif_device_attach +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a95fa7d qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4ac50654 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x4ad93eb6 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x4ada7349 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x4adf9387 register_console +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aeecbe8 get_watch_queue +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b119d47 __ps2_command +EXPORT_SYMBOL vmlinux 0x4b2910fe sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x4b324469 phy_start +EXPORT_SYMBOL vmlinux 0x4b38f536 request_firmware +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b44a67e netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b6f1859 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x4b71e635 param_set_bint +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b850bb5 param_set_int +EXPORT_SYMBOL vmlinux 0x4b87143e peernet2id +EXPORT_SYMBOL vmlinux 0x4ba4017e skb_dump +EXPORT_SYMBOL vmlinux 0x4bac15e2 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x4bb6eb4b pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd8381c handshake_req_private +EXPORT_SYMBOL vmlinux 0x4bdbf837 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x4be35353 submit_bh +EXPORT_SYMBOL vmlinux 0x4becb1cc copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf1991e mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4bfb5154 d_drop +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c063466 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c115a8b free_netdev +EXPORT_SYMBOL vmlinux 0x4c1bb2b0 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x4c257519 mdiobus_read +EXPORT_SYMBOL vmlinux 0x4c36dc6c inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4e9ae3 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x4c4fb911 d_make_root +EXPORT_SYMBOL vmlinux 0x4c59b834 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x4c7a6000 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x4ca8de24 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4ccbaa52 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x4ccebb5f sock_no_getname +EXPORT_SYMBOL vmlinux 0x4cee3141 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x4cfc4afa fman_port_bind +EXPORT_SYMBOL vmlinux 0x4d08d2d4 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x4d09b926 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d49d234 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x4d4bc6de del_gendisk +EXPORT_SYMBOL vmlinux 0x4d4f9fb9 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7a0701 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dacc965 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x4dc68fa3 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x4dcb627b pcie_set_mps +EXPORT_SYMBOL vmlinux 0x4de53009 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x4de604cd serio_unregister_port +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4dea2625 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e120aa7 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e27b323 vme_lm_request +EXPORT_SYMBOL vmlinux 0x4e284d09 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x4e34d80e flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e480295 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x4e4dbb39 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5a553c pagecache_get_page +EXPORT_SYMBOL vmlinux 0x4e5efbd6 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x4e6053c9 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e8409a3 bdi_alloc +EXPORT_SYMBOL vmlinux 0x4e8dab3c neigh_event_ns +EXPORT_SYMBOL vmlinux 0x4e9a68d5 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x4ea0287a jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea96571 override_creds +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb05ae3 sock_i_uid +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec3a147 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ed46ae5 sk_wait_data +EXPORT_SYMBOL vmlinux 0x4f197551 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x4f1a8c47 blk_queue_max_segment_size +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 0x4f2a3972 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x4f380826 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x4f52377a netpoll_print_options +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f565bad security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x4f5a63ef posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x4f656e4d input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x4f792b59 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f8cd477 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x4f97dcdd neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x4f982443 filemap_flush +EXPORT_SYMBOL vmlinux 0x4fa77183 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x4fc95ff8 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x4fcc1f5d qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x4fd390b0 lease_modify +EXPORT_SYMBOL vmlinux 0x4fe5c8bf par_io_of_config +EXPORT_SYMBOL vmlinux 0x4fe62797 _dev_crit +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5001e690 vlan_dev_real_dev +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 0x50470ab5 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x504e2631 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x50517a67 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x5057f699 ps2_end_command +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x5062dab5 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x506bf9bc dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507047a0 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x5074dcda of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x5081ca3d cdrom_ioctl +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 0x5095a470 param_set_ulong +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a3f69c migrate_folio +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 0x50bf768d genlmsg_put +EXPORT_SYMBOL vmlinux 0x50cb4886 done_path_create +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50da53a7 __find_get_block +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5137a92d rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x5140fcad key_type_keyring +EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x5156706b from_kgid_munged +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x515f5d7e pci_free_irq +EXPORT_SYMBOL vmlinux 0x5161d70a __bio_advance +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516c95d2 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x519d31ae noop_llseek +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51c2ea0f kernel_getsockname +EXPORT_SYMBOL vmlinux 0x51ca02ec tcp_prot +EXPORT_SYMBOL vmlinux 0x51ca2938 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d2c167 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x51d345d4 has_capability +EXPORT_SYMBOL vmlinux 0x51f5b4a3 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x520f7069 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x52122d5a fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x52196d74 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x521ec18e block_read_full_folio +EXPORT_SYMBOL vmlinux 0x522dd6f3 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x525db944 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5281cf34 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x5286d154 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a60e86 of_device_is_available +EXPORT_SYMBOL vmlinux 0x52d116d6 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x52d6e4ad tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ee7f30 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f54883 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530e0206 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53127241 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x53317049 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f02f9 seq_read_iter +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x5371b455 dst_init +EXPORT_SYMBOL vmlinux 0x537efa2a do_clone_file_range +EXPORT_SYMBOL vmlinux 0x53831ac6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x538f986c sk_alloc +EXPORT_SYMBOL vmlinux 0x539df9d3 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x539e5c8b __seq_open_private +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53ab2195 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53f90bd6 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x53fe365f fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x5405a8ef kthread_create_worker +EXPORT_SYMBOL vmlinux 0x540919dd genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x5415872d pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x543b959c __bforget +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545c14bf iov_iter_zero +EXPORT_SYMBOL vmlinux 0x547e9be1 vc_resize +EXPORT_SYMBOL vmlinux 0x5498c253 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x549fad75 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x54ac8ed7 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b2d604 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x54b5a877 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x54b9d78e iunique +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54eaea8d skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x54eb3749 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x54ecedc6 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550b06f6 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x551a438a f_setown +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55252ea4 param_get_byte +EXPORT_SYMBOL vmlinux 0x5525ef6a sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x552c8e34 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x5537a0b7 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x55420ae8 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5570bf3a md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x557c58bf dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5599f5f1 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x55a1e214 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x55c15c51 sk_capable +EXPORT_SYMBOL vmlinux 0x55d52e65 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e42686 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x55f911ec of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x55fd97be poll_freewait +EXPORT_SYMBOL vmlinux 0x5601ea51 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x5608bcde backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x560c8d57 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x5632f758 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x56331100 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x569d089a tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x56b1a79e __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d07bf8 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x56ea9ea7 kobject_set_name +EXPORT_SYMBOL vmlinux 0x56f75f7e get_user_pages +EXPORT_SYMBOL vmlinux 0x570180ce pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x57077698 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x572ed1d4 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x573daa64 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57505b41 generic_write_checks +EXPORT_SYMBOL vmlinux 0x575616ea serio_close +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57744454 vfs_create +EXPORT_SYMBOL vmlinux 0x5774ff09 sock_i_ino +EXPORT_SYMBOL vmlinux 0x5775525b elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x57767daa pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x5776ac35 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57b3b0b8 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bdd86f generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x57bf2448 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x57cdbff5 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57dffaa2 generic_read_dir +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f845c5 dst_discard_out +EXPORT_SYMBOL vmlinux 0x57fe0b2f config_item_put +EXPORT_SYMBOL vmlinux 0x5801d28a scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581eb9d1 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582061fe inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x58209a6b skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582966a3 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x582a812e migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58347b7c prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5834ac92 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583d8f82 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x586a984a udp_lib_rehash +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 0x58b56aed of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bfb1e4 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x58cde0c4 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x58d23fa4 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x58d96e77 inet6_protos +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e35783 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x58f8bde1 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x5909f24b registered_fb +EXPORT_SYMBOL vmlinux 0x591db49c vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x591dde32 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x5937e072 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x596af9cd folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x5975fb27 may_umount +EXPORT_SYMBOL vmlinux 0x5986b057 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x5989524a backlight_force_update +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b0cfcb devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x59b15880 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59cf70f4 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x59eabebc __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0cdfde md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x5a1c6f2b block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a47ee55 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x5a4cea22 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a57e0e0 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a617399 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x5a7b60d4 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x5a8ed664 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x5a90a1f3 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a9697f0 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa1f1c5 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5adc7133 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5aeb4018 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x5aed7e68 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x5b295674 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b436797 set_binfmt +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5a5d20 release_pages +EXPORT_SYMBOL vmlinux 0x5b6a40a8 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x5b71f538 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x5b79f35e from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x5b8c7e44 simple_statfs +EXPORT_SYMBOL vmlinux 0x5baec2e4 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x5bb0ff5d jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x5bb71b6a blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x5bb869eb sock_set_mark +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd02600 sock_no_accept +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bec4c6a netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5c076b28 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x5c09f3d2 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c359448 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c636336 set_page_dirty +EXPORT_SYMBOL vmlinux 0x5c78febd md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x5c980353 dquot_file_open +EXPORT_SYMBOL vmlinux 0x5ca4b77f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x5cb8bbce devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5cc7a95a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x5cc94a31 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x5ccb90e7 d_alloc_name +EXPORT_SYMBOL vmlinux 0x5cd1ec41 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cda3302 skb_eth_push +EXPORT_SYMBOL vmlinux 0x5cee5a07 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf959e9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d0c074c sock_recvmsg +EXPORT_SYMBOL vmlinux 0x5d0ca306 dm_table_event +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d14df9d configfs_depend_item +EXPORT_SYMBOL vmlinux 0x5d2e6321 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x5d2e686f xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d61ee15 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x5d6d82f9 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x5d794c4b nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x5d9b6b74 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x5d9f3f90 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x5daa8b48 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5db6066f tcp_shutdown +EXPORT_SYMBOL vmlinux 0x5dc89da6 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0b8001 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e0d6ea4 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x5e21dbde nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x5e29729e folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x5e2b02c1 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e6a3dcb unlock_page +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e83d239 of_changeset_create_node +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e905fa5 param_get_bool +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e93e117 key_revoke +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5e9b4dd0 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x5ea1a670 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x5ec44a33 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecdd427 dcb_setapp +EXPORT_SYMBOL vmlinux 0x5ecfba40 pci_request_region +EXPORT_SYMBOL vmlinux 0x5ecfeec6 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed6e9a3 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5effca5b ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2549bb input_match_device_id +EXPORT_SYMBOL vmlinux 0x5f296ca1 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f3173cd i2c_register_driver +EXPORT_SYMBOL vmlinux 0x5f3e219b __mdiobus_write +EXPORT_SYMBOL vmlinux 0x5f41254d vm_insert_pages +EXPORT_SYMBOL vmlinux 0x5f4e834b configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x5f53a009 sock_set_priority +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f62ea34 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f8c84a4 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f94dd94 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x5fb4867d netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x5fb975b9 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x5fbb03e0 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x5fbe906b fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcfc966 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x5fd58ed5 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x5fd5d05f unregister_shrinker +EXPORT_SYMBOL vmlinux 0x5fd7baef inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x5fdfe6de security_inode_init_security +EXPORT_SYMBOL vmlinux 0x5fe0965a dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x5fe63cb8 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x6005f6db genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x600cdba7 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x600ee60b inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602cc16c tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605e3b25 dma_resv_replace_fences +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 0x609b5130 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60cbcf44 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60de692d pcim_pin_device +EXPORT_SYMBOL vmlinux 0x60ff088f udplite_prot +EXPORT_SYMBOL vmlinux 0x6104af2a __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x61198cc2 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x611f17b1 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x6120f488 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x61280b4d phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612d0c02 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61422099 md_update_sb +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x616db576 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x617a8f69 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x617be968 tcp_seq_stop +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 0x618e310b skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61ace609 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61d9b228 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x620240d5 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x6203e924 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621fdb4a write_cache_pages +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x625c8959 param_set_charp +EXPORT_SYMBOL vmlinux 0x6262d913 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6273b946 mt_find_after +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x6277b7e4 netif_rx +EXPORT_SYMBOL vmlinux 0x627bbc5d dev_disable_lro +EXPORT_SYMBOL vmlinux 0x627f8c84 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62c5329f fiemap_prep +EXPORT_SYMBOL vmlinux 0x62ca5959 xp_dma_map +EXPORT_SYMBOL vmlinux 0x62d2592f rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62f93f8b ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x62feb508 block_truncate_page +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631e1cb8 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x63293cf6 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x634fb5a9 d_move +EXPORT_SYMBOL vmlinux 0x63551bb2 key_unlink +EXPORT_SYMBOL vmlinux 0x636af8cf module_put +EXPORT_SYMBOL vmlinux 0x63793157 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x637e917a dst_dev_put +EXPORT_SYMBOL vmlinux 0x639b0e37 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a99fc7 xattr_full_name +EXPORT_SYMBOL vmlinux 0x63d4b276 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x63e4ea1a twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f25ef0 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x63f32db3 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x6402189c kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6429e362 km_policy_expired +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6445432c mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64841159 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6493fc04 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d9fbbb of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x64e2641d inode_insert5 +EXPORT_SYMBOL vmlinux 0x64e56fce __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6500a449 dmaenginem_async_device_register +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 0x65267a1a mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f5e17 md_write_end +EXPORT_SYMBOL vmlinux 0x653351a5 block_write_begin +EXPORT_SYMBOL vmlinux 0x653d534a param_ops_ulong +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 0x656ec344 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6598f095 param_get_ulong +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ca99f8 unpin_user_page +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d32ec4 i2c_transfer_buffer_flags +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 0x65eafec5 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x65eedd5c dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x660a53d4 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x661167a2 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x661d0bc1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x66274714 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x6659bfad pci_msi_vec_count +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 0x66777b41 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x667e38dc ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x66860796 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x6696ad96 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x669bcbb9 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a0b6d3 inet_listen +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66d01b4e __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x66d2b60c rpmh_write +EXPORT_SYMBOL vmlinux 0x66d2bfd4 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x66d7e530 __free_pages +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x671a457e twl6040_power +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x675ba888 unregister_netdev +EXPORT_SYMBOL vmlinux 0x67623ea0 from_kuid +EXPORT_SYMBOL vmlinux 0x67649175 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x67814768 invalidate_disk +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678bdd31 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x67978a6d inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x67ada190 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b65f44 ps2_drain +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cd9020 sk_free +EXPORT_SYMBOL vmlinux 0x6826a555 napi_build_skb +EXPORT_SYMBOL vmlinux 0x684d4fc6 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x686e95f0 gro_cells_init +EXPORT_SYMBOL vmlinux 0x6879702e pci_enable_device +EXPORT_SYMBOL vmlinux 0x687a534f mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x689176af sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x68ef1fd2 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x68f148cd of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6927354a qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x69334c47 vme_irq_free +EXPORT_SYMBOL vmlinux 0x6933f4f2 tty_register_driver +EXPORT_SYMBOL vmlinux 0x6964d96e uart_update_timeout +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696c7839 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6991cea4 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x69c3d2f4 __bread_gfp +EXPORT_SYMBOL vmlinux 0x69d4d194 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69de9f68 is_bad_inode +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a071987 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x6a0dfce2 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x6a3441cd xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a39b359 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x6a3f78bc sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5e6557 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a626d76 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a95a990 serio_rescan +EXPORT_SYMBOL vmlinux 0x6ac48b53 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b0d222e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x6b1a6e6e pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x6b2124d6 truncate_setsize +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b7f825d xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b93b114 init_net +EXPORT_SYMBOL vmlinux 0x6bb06404 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf0ac55 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x6bfd448a udp_seq_next +EXPORT_SYMBOL vmlinux 0x6c1cf1c3 fman_bind +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c34e0e4 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x6c561cbe inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x6c614959 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c71d653 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x6ca03cfd config_item_set_name +EXPORT_SYMBOL vmlinux 0x6ca8f8f1 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x6cab547c blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cc02988 path_put +EXPORT_SYMBOL vmlinux 0x6cc16478 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x6cc1a5f9 kill_pgrp +EXPORT_SYMBOL vmlinux 0x6cd315da msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x6cd36dee vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x6ce12785 phy_device_register +EXPORT_SYMBOL vmlinux 0x6ce4efb7 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x6cea0897 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d05c777 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x6d07671a copy_highpage +EXPORT_SYMBOL vmlinux 0x6d095da3 is_nd_btt +EXPORT_SYMBOL vmlinux 0x6d0ffbb5 of_get_parent +EXPORT_SYMBOL vmlinux 0x6d14439f nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d553d95 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d64871d i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x6d6dc728 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d915a01 proc_set_size +EXPORT_SYMBOL vmlinux 0x6d9edb1c pci_fixup_device +EXPORT_SYMBOL vmlinux 0x6da1ed87 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x6da25f51 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf7cd5 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd7649a elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x6de6f7d3 d_exact_alias +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df7d852 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x6dfbf581 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x6e03f342 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6e34907d scsi_device_get +EXPORT_SYMBOL vmlinux 0x6e37365d nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x6e54bbca netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x6e58336b blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5bd710 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e87bfb8 sock_register +EXPORT_SYMBOL vmlinux 0x6e8b0433 file_remove_privs +EXPORT_SYMBOL vmlinux 0x6e8b912c cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7384b vme_bus_num +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebc940a set_disk_ro +EXPORT_SYMBOL vmlinux 0x6ebefb90 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x6eca4280 ethtool_notify +EXPORT_SYMBOL vmlinux 0x6ecf1aa5 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x6ed5ae08 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef33398 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x6ef3aed8 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x6efb5ea8 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6efc227d sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x6eff987b ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x6f01ad59 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x6f0dd764 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x6f13c4f4 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f3c2b57 handshake_genl_put +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 0x6f5dda90 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x6f6d99e3 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x6f7860a2 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x6f80676a blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f94c2a9 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x6f9dda75 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc8f9e7 sk_error_report +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ff72ac9 finish_no_open +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7012a825 inet_add_offload +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x704b9880 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x705bed9d devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x706e0f73 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x70740858 build_skb_around +EXPORT_SYMBOL vmlinux 0x709bdb79 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b2910b mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x70c1338f vme_slave_request +EXPORT_SYMBOL vmlinux 0x70d12738 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70df05aa simple_unlink +EXPORT_SYMBOL vmlinux 0x7127e9dd vm_mmap +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71329eae posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x7139aaff genphy_read_status +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x715030de __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x7159e016 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x71602e17 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x7160f7df pnp_possible_config +EXPORT_SYMBOL vmlinux 0x7169639b __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x716a883a tcp_conn_request +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71f7a6b7 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x721626a5 mmc_add_host +EXPORT_SYMBOL vmlinux 0x722ecafe kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x722faa99 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x72331889 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x72421419 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x7243e074 input_free_device +EXPORT_SYMBOL vmlinux 0x725fb1f8 __module_get +EXPORT_SYMBOL vmlinux 0x726142d1 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x72669880 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726c76fa vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x726fa6ba page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x727044f1 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7275ce56 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x727df139 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x728b7646 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72a6282e jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x72b2fd46 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bfa2a0 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x72cef874 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x72e7f69b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f580cd dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x72fd247b xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x730a95b9 pci_dev_get +EXPORT_SYMBOL vmlinux 0x730be026 neigh_sysctl_register +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 0x733a3cd2 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x733b3882 deactivate_super +EXPORT_SYMBOL vmlinux 0x733ee2dc kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x7340346b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x735deea0 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x736972b3 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x736c86ab __ip_options_compile +EXPORT_SYMBOL vmlinux 0x737b0d10 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7381b47e blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a87da2 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b6d4aa devm_clk_put +EXPORT_SYMBOL vmlinux 0x73bcee47 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x73c249ba blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x73d12760 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x73d488c8 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x73d49b9b page_mapping +EXPORT_SYMBOL vmlinux 0x73fee48d jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x740260e5 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742cf7e7 skb_queue_head +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x743ff7a8 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x7444dfbf __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x744f967a gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x74538e94 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745cf7ba serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x74685c55 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74a9901f phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74b9beb5 phy_device_free +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d858a7 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e8969c csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x7500df52 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x75086a8e try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x750a5426 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x75273df7 genphy_resume +EXPORT_SYMBOL vmlinux 0x75287fcc input_get_keycode +EXPORT_SYMBOL vmlinux 0x753e2c76 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x7548fcd7 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x75508af4 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75785dfe pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x758acdde kern_unmount_array +EXPORT_SYMBOL vmlinux 0x758b68ad phy_config_aneg +EXPORT_SYMBOL vmlinux 0x758cb76e _dev_notice +EXPORT_SYMBOL vmlinux 0x759c0164 sock_create_kern +EXPORT_SYMBOL vmlinux 0x75ab7c1e xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x75af3074 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75be1640 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x75c022fe seq_escape_mem +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75c4ba08 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x75c55d22 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x75c7455e sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x75cbc9c7 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75e0151d try_module_get +EXPORT_SYMBOL vmlinux 0x75e65be9 tty_port_close +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762ae730 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x7633789f inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x7663b3d6 nd_btt_version +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766ac370 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x766b7b94 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x767050ad adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768a1012 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x768b8934 param_set_copystring +EXPORT_SYMBOL vmlinux 0x768eccb4 mtree_destroy +EXPORT_SYMBOL vmlinux 0x76942701 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x76993776 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76c9c168 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x76ce1d69 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x76d0ebed __alloc_pages +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76ddfab6 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x76de4c29 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x76de9e9e gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x76e7c7b5 console_start +EXPORT_SYMBOL vmlinux 0x76ea7ad4 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x76ec279e ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f0f200 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x76ff8698 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x7710d787 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x77195a34 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x772b7e65 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x772dd5e4 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773e124d tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775f7e0c locks_init_lock +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x778d9da8 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7796674a netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x77991d21 file_modified +EXPORT_SYMBOL vmlinux 0x779f31f8 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x77b3e8b4 seq_open_private +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d14f28 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x77d61a2b nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77edbe11 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x77f03f52 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x77f80983 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x77f80ca5 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x77fae38c of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x782fe960 drop_nlink +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7865baeb iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x7876effd mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x788cafac pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x7895fd6a pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78fd1c15 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x79229c05 simple_rename +EXPORT_SYMBOL vmlinux 0x79270666 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x794b458a register_shrinker +EXPORT_SYMBOL vmlinux 0x79570900 keyring_clear +EXPORT_SYMBOL vmlinux 0x7983f690 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c7b07a flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d22751 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x79da0cb0 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x79ffc82d netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x7a0a8937 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x7a0ae9fb tcf_block_put +EXPORT_SYMBOL vmlinux 0x7a0b505f of_device_alloc +EXPORT_SYMBOL vmlinux 0x7a0fc6e6 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1dcec9 pci_disable_device +EXPORT_SYMBOL vmlinux 0x7a2206bb kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a326723 of_get_next_child +EXPORT_SYMBOL vmlinux 0x7a3502ac kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x7a4a7a7f md_bitmap_free +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a549031 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x7a63d2fc mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x7a67038c blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x7a6d08dd input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7a706af2 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x7a706c01 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x7a79e896 __d_drop +EXPORT_SYMBOL vmlinux 0x7a8f9df3 unregister_nls +EXPORT_SYMBOL vmlinux 0x7a9134e7 d_path +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a98e840 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x7a9a1201 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x7a9fad8a filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaab950 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x7ab22f13 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7adfab61 phy_print_status +EXPORT_SYMBOL vmlinux 0x7ae2c859 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x7ae2fa9e pci_dev_driver +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aeb2d03 skb_unlink +EXPORT_SYMBOL vmlinux 0x7b0dd416 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x7b1d6fd3 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x7b3596e1 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7b36483e cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b403a36 pci_release_region +EXPORT_SYMBOL vmlinux 0x7b43d094 free_task +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b58f0f6 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b859cec sk_stop_timer +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7b9e3fac unregister_key_type +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7babb0ad mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x7bb3b1ee config_group_init +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bcd161d scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x7be8a36c dma_find_channel +EXPORT_SYMBOL vmlinux 0x7bf47294 can_nice +EXPORT_SYMBOL vmlinux 0x7bf909a3 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x7bfb13a5 import_iovec +EXPORT_SYMBOL vmlinux 0x7bff3ac8 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1d35fd inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x7c2af246 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x7c2b0850 register_quota_format +EXPORT_SYMBOL vmlinux 0x7c2c7377 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c2e84df skb_expand_head +EXPORT_SYMBOL vmlinux 0x7c39b19d pci_save_state +EXPORT_SYMBOL vmlinux 0x7c4218fd unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x7c445a3f devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c65da54 keyring_search +EXPORT_SYMBOL vmlinux 0x7c695aa1 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x7c7739f5 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x7c884e91 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x7c97b8d1 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x7ca0a83d sock_gettstamp +EXPORT_SYMBOL vmlinux 0x7ca60eeb set_security_override +EXPORT_SYMBOL vmlinux 0x7cad8b59 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x7cb68d2f inet6_del_offload +EXPORT_SYMBOL vmlinux 0x7cbd2835 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x7cca015e __devm_request_region +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce01461 devm_devfreq_unregister_opp_notifier +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 0x7cff2ac7 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x7d02e5d8 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x7d0629d9 param_get_short +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 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2a72f9 __f_setown +EXPORT_SYMBOL vmlinux 0x7d3c0a03 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x7d3c54b6 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x7d418c0c netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x7d4404af udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4d11f8 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x7d58c4b6 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d685eef serio_open +EXPORT_SYMBOL vmlinux 0x7d6b58de skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d789e71 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7d7a7bc9 bio_free_pages +EXPORT_SYMBOL vmlinux 0x7d982727 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x7da51f69 tcp_connect +EXPORT_SYMBOL vmlinux 0x7da75d3b of_find_net_device_by_node +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 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e200e13 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x7e2b3107 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x7e2df81e dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e464644 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5b500d inc_nlink +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e826a5f phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x7e875201 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x7e9a9789 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x7e9b2fc6 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea52d2b tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x7eaf704d unregister_binfmt +EXPORT_SYMBOL vmlinux 0x7eecaac7 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efef0d9 __breadahead +EXPORT_SYMBOL vmlinux 0x7f00e9da netpoll_setup +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f1bc509 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2bc6aa mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7f3c1a22 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5c0e1f fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x7f5ea741 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f63274f seq_release +EXPORT_SYMBOL vmlinux 0x7f66df31 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x7f7c4054 vga_client_register +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f89f815 mntget +EXPORT_SYMBOL vmlinux 0x7f8df820 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x7fa40aa5 pci_match_id +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd09306 md_bitmap_startwrite +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 0x7fe52243 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x7fef02b0 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7ff65b65 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x7ff96d82 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x80015480 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0x8025499c netlink_unicast +EXPORT_SYMBOL vmlinux 0x8029d040 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x802cb354 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x80575653 kill_anon_super +EXPORT_SYMBOL vmlinux 0x805fbf81 inet_getname +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8093699a acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80ce5589 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x80d36e6f inode_maybe_inc_iversion +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 0x80ef48af mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x810d38fe rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x810e1967 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x81102e0a netlink_ack +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81281f16 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x81301ada ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x8140d7f1 tty_name +EXPORT_SYMBOL vmlinux 0x8145564a tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x81506533 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x8155d106 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815df38d jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x8163a7b8 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81953eb3 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x819e1f1f nonseekable_open +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b839e7 generic_setlease +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d1ea05 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x81d28cf9 tty_unregister_device +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 0x8238d97f input_event +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x8247e38c clk_add_alias +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8277727a current_time +EXPORT_SYMBOL vmlinux 0x8288ea95 simple_get_link +EXPORT_SYMBOL vmlinux 0x828a22dc blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x82b1f5a3 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x82be50ef dquot_drop +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82c9c457 file_open_root +EXPORT_SYMBOL vmlinux 0x82ca6f12 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x82d728f6 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f1fa0a qdisc_reset +EXPORT_SYMBOL vmlinux 0x82f9219d skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x83001cdf inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x830c7139 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x8329fb8f kobject_get +EXPORT_SYMBOL vmlinux 0x83511aec xfrm_state_update +EXPORT_SYMBOL vmlinux 0x83538ba9 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835b3278 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x836172c0 fb_find_mode +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838da6d3 ip_defrag +EXPORT_SYMBOL vmlinux 0x839f1315 clkdev_drop +EXPORT_SYMBOL vmlinux 0x83a7c67f textsearch_register +EXPORT_SYMBOL vmlinux 0x83baf4bd mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x83ccef33 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x83d98126 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x83dfddbf inet6_ioctl +EXPORT_SYMBOL vmlinux 0x83efcdbc __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x83f884cc ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x83fdfb75 mii_check_media +EXPORT_SYMBOL vmlinux 0x840e9a37 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x84567220 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x84726ef5 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x84799b33 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x847ca620 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8482b5b3 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x8484fb58 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x848c6c1b __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x849cebc5 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c3ea5b __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x84ce3696 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x84ce74b5 elv_rb_find +EXPORT_SYMBOL vmlinux 0x84d5bef0 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x84f9d0ac fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x84fa0428 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x85007416 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x850bcd5c genphy_update_link +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x853de97c get_fs_type +EXPORT_SYMBOL vmlinux 0x85447fe8 tty_vhangup +EXPORT_SYMBOL vmlinux 0x855014fc md_flush_request +EXPORT_SYMBOL vmlinux 0x85571c34 dev_trans_start +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856b502a d_add_ci +EXPORT_SYMBOL vmlinux 0x856d0da6 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85936ca5 sk_stream_error +EXPORT_SYMBOL vmlinux 0x8595dbc2 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x85ac2a6a __mdiobus_register +EXPORT_SYMBOL vmlinux 0x85ad0e5c param_get_int +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ee0433 iterate_fd +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f521d4 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85ff1abf address_space_init_once +EXPORT_SYMBOL vmlinux 0x86165d10 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864bf1ca sock_init_data +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x867c863f phy_device_create +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869c1fbb fs_param_is_string +EXPORT_SYMBOL vmlinux 0x869d5c58 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x86a1dd73 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x86a4d55b pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e8a08a vlan_vid_del +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871cda42 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x871e1185 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x872cbd01 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x8750e52b twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876202fa tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x87626f13 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878286fc backlight_device_register +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a8be8f dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x87c5b595 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87cbc0e0 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x87e30ca2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x87ef208c nf_log_set +EXPORT_SYMBOL vmlinux 0x87fab62b d_instantiate_new +EXPORT_SYMBOL vmlinux 0x880b8360 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8818f8e9 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881ee71b con_is_bound +EXPORT_SYMBOL vmlinux 0x882afdb3 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x88326da0 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x8837bddf phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x8858c70d seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x886ab78b mr_dump +EXPORT_SYMBOL vmlinux 0x886c86c3 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x887c0a18 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x8880fbf8 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8889a374 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x88902f28 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x889393e6 input_register_device +EXPORT_SYMBOL vmlinux 0x88945783 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889e35b0 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x88c7099c component_match_add_release +EXPORT_SYMBOL vmlinux 0x88d8b338 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e4faac phy_get_pause +EXPORT_SYMBOL vmlinux 0x890fa679 freeze_bdev +EXPORT_SYMBOL vmlinux 0x8914905e __post_watch_notification +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x892dbf27 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x8940dbcc blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x89421518 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894737cd input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x894bb4b1 vme_dma_request +EXPORT_SYMBOL vmlinux 0x894f3381 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x896d4edf mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x8984ce96 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x898aba51 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899c7fe4 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x899dca06 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x89b14564 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x89b1c94e md_check_recovery +EXPORT_SYMBOL vmlinux 0x89b9da31 inet6_getname +EXPORT_SYMBOL vmlinux 0x89bc52d0 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x89ca19ee fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x89cc5a8c fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x89e43c47 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x8a163b79 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x8a3373d7 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x8a33bd44 of_get_property +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a55f396 md_reload_sb +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a802e5b padata_do_serial +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a8b9a8a inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x8a8e1ce6 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa74550 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x8aa951ce put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x8aa9df41 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad3750c pci_select_bars +EXPORT_SYMBOL vmlinux 0x8af34708 dst_release +EXPORT_SYMBOL vmlinux 0x8afde0d8 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0267f9 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x8b0f1a10 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x8b43e708 ram_aops +EXPORT_SYMBOL vmlinux 0x8b4dd352 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x8b5da616 udp_seq_start +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b683905 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b863f3b copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bb0006f crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x8bbaa670 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x8bbe3c15 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x8bc37843 set_groups +EXPORT_SYMBOL vmlinux 0x8bd98c59 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be64f79 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x8bfa0879 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x8bfaa15c pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x8c09b9c5 dquot_disable +EXPORT_SYMBOL vmlinux 0x8c203242 __scm_send +EXPORT_SYMBOL vmlinux 0x8c20df66 mmc_release_host +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c4296b3 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x8c4c8949 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x8c4d2bec blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x8c4eb316 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x8c56f961 skb_store_bits +EXPORT_SYMBOL vmlinux 0x8c5a4517 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x8c7ac3ed pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x8c80dcfe unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8de60b __kfree_skb +EXPORT_SYMBOL vmlinux 0x8c9806bb mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbb790d vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cdbfb65 simple_release_fs +EXPORT_SYMBOL vmlinux 0x8ce9a78f bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x8cf1fc10 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8cf7d694 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x8d1c8f9e devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d467ebe padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x8d4d67aa acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5c0b99 __inet_hash +EXPORT_SYMBOL vmlinux 0x8d5d0e0d thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x8d64d42c register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d828cf6 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x8d8a2851 security_path_unlink +EXPORT_SYMBOL vmlinux 0x8d93dc6c _dev_printk +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dd4d745 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x8dd78d1c pcie_capability_write_dword +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 0x8df9a0eb kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e0045e8 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x8e00b41b configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e35641b devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x8e38a699 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4e6145 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x8e728731 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x8e937aa2 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9e864e cdev_add +EXPORT_SYMBOL vmlinux 0x8ebcda90 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed2f8c5 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x8eee1e96 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x8efda3ec __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x8f004759 scmd_printk +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0b19b7 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x8f1474dc vme_register_bridge +EXPORT_SYMBOL vmlinux 0x8f1c98b6 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x8f1ec7f3 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x8f1ed34b uart_register_driver +EXPORT_SYMBOL vmlinux 0x8f34eb3a skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x8f448216 __bh_read +EXPORT_SYMBOL vmlinux 0x8f4d9685 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x8f4d9985 skb_copy +EXPORT_SYMBOL vmlinux 0x8f520f72 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x8f580049 simple_lookup +EXPORT_SYMBOL vmlinux 0x8f73b63b lock_rename +EXPORT_SYMBOL vmlinux 0x8f80d0c3 bdi_unregister +EXPORT_SYMBOL vmlinux 0x8f86530b iget_failed +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fcb3492 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fe14e61 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x8fe3f3cd qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ff91997 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900a0316 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x902c0674 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90589f18 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x907ff880 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x9081fd10 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x9082845b pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x9084059e keyring_alloc +EXPORT_SYMBOL vmlinux 0x908c05d7 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909cdbab ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x90a48f51 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x90f09585 put_cmsg +EXPORT_SYMBOL vmlinux 0x90f73bcf tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x912c8006 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x9147e453 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x9150a48d scsi_device_put +EXPORT_SYMBOL vmlinux 0x915e1993 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916aefbe __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x916d76be config_group_find_item +EXPORT_SYMBOL vmlinux 0x91744497 __brelse +EXPORT_SYMBOL vmlinux 0x917cc6af setattr_prepare +EXPORT_SYMBOL vmlinux 0x918ae4d6 arp_xmit +EXPORT_SYMBOL vmlinux 0x91959b7c dev_mc_del +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c70360 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x91e3acda kthread_bind +EXPORT_SYMBOL vmlinux 0x91e761a3 dump_emit +EXPORT_SYMBOL vmlinux 0x91eb9921 update_devfreq +EXPORT_SYMBOL vmlinux 0x91ec8948 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92062738 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x92101665 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x92102ba8 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9238c1b1 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924f0365 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +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 0x927b36eb tty_kref_put +EXPORT_SYMBOL vmlinux 0x927d6990 dst_alloc +EXPORT_SYMBOL vmlinux 0x928ac32d input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x928cc0dd blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9293eb3d folio_mapping +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c732de config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d11d80 mdiobus_write +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92da3d3e devm_memunmap +EXPORT_SYMBOL vmlinux 0x92e39a9d mem_cgroup_from_task +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 0x9303c59b dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9322d993 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x932f5407 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x933904b4 dev_activate +EXPORT_SYMBOL vmlinux 0x9350ce7b ip_frag_init +EXPORT_SYMBOL vmlinux 0x93672218 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x937152f3 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x93746f6a bio_kmalloc +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x939c4070 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a8d2b8 follow_pfn +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93ced5be inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93d76640 key_move +EXPORT_SYMBOL vmlinux 0x93ed7d33 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x943deb9f netlink_capable +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9447af61 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x94569d6e rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x9473a051 uart_resume_port +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949b5c09 retire_super +EXPORT_SYMBOL vmlinux 0x94a944c2 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x94b2a2e1 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950e9cc8 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x950ec472 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x951caf0a neigh_update +EXPORT_SYMBOL vmlinux 0x95205dac bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x9526ac2a tcf_idr_search +EXPORT_SYMBOL vmlinux 0x95392611 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954765ff unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95530a8f ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x9579586b ppp_input_error +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x959ab5f4 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x959ed10d pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a655b0 sg_miter_start +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95a863bd show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x95b7fad9 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x95c095f3 generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95ff56f6 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x9602ea6f device_add_disk +EXPORT_SYMBOL vmlinux 0x960b526b finalize_exec +EXPORT_SYMBOL vmlinux 0x96261995 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x962d3f05 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x9648908b ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x96599e47 copy_splice_read +EXPORT_SYMBOL vmlinux 0x965b1c6d mdio_driver_register +EXPORT_SYMBOL vmlinux 0x9665ddf4 imx_scu_irq_get_status +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x9698dd2c fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x96b005b4 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x96b0a356 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d9ebfa file_ns_capable +EXPORT_SYMBOL vmlinux 0x96da82ec posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9703cc5a blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x970707e3 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x972399d3 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x9728d868 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x972cb07a __dquot_free_space +EXPORT_SYMBOL vmlinux 0x972e3e9c flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x973a63ac __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x975165f8 iptun_encaps +EXPORT_SYMBOL vmlinux 0x975a4791 alloc_pages +EXPORT_SYMBOL vmlinux 0x97640502 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x97678a4d dcache_readdir +EXPORT_SYMBOL vmlinux 0x97758e58 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x978b0a29 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x978beb95 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97aa3eaa skb_queue_tail +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97f497b5 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x980060cf dev_addr_mod +EXPORT_SYMBOL vmlinux 0x981543dd dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x981bae93 param_ops_bool +EXPORT_SYMBOL vmlinux 0x9823d383 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x98271d07 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x98477476 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x984af249 pci_dev_put +EXPORT_SYMBOL vmlinux 0x984c39c5 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x98566596 sock_no_listen +EXPORT_SYMBOL vmlinux 0x9856835a kernel_write +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x986015f2 generic_permission +EXPORT_SYMBOL vmlinux 0x9868854e tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x987ab830 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x988268bd sk_common_release +EXPORT_SYMBOL vmlinux 0x9885537b tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x989150dd flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x9896f0e1 tty_lock +EXPORT_SYMBOL vmlinux 0x98a46647 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x98c7d780 cdev_device_del +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 0x992da8f5 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993cd3a7 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x993e10d7 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995e4f9e tcf_idr_release +EXPORT_SYMBOL vmlinux 0x996cd588 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x996e63f1 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x9988c49c bio_uninit +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a6e861 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x99acb05a input_release_device +EXPORT_SYMBOL vmlinux 0x99ad5686 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99df177f dev_uc_sync +EXPORT_SYMBOL vmlinux 0x99e89192 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x99f069b0 flush_signals +EXPORT_SYMBOL vmlinux 0x99f526b7 proto_unregister +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99ffa5ca register_cdrom +EXPORT_SYMBOL vmlinux 0x9a135436 pci_claim_resource +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 0x9a6a5407 dump_skip +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a7b6c95 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x9a7e84d4 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x9aa55e71 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ac9e803 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x9ae0600e phy_write_mmd +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9ae5fd83 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x9afd41f3 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x9afd880f vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x9affa7a0 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9b033c8f phy_write_paged +EXPORT_SYMBOL vmlinux 0x9b0e0340 inet_ioctl +EXPORT_SYMBOL vmlinux 0x9b1fd598 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x9b20acf5 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b294314 nf_reinject +EXPORT_SYMBOL vmlinux 0x9b2fb302 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b37858e ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9baa335c netdev_crit +EXPORT_SYMBOL vmlinux 0x9bcf8561 kernel_accept +EXPORT_SYMBOL vmlinux 0x9be57091 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x9bf04e1c dev_get_flags +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c17a2bb iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c2cea1d fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x9c3febb2 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x9c4f18f7 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d21cb pci_restore_state +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c606908 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x9c64186a mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x9c69f26d no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c8a93b0 inet_accept +EXPORT_SYMBOL vmlinux 0x9c962a5d user_revoke +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca7897c inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cabf688 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x9cbf929a iget5_locked +EXPORT_SYMBOL vmlinux 0x9cc7da05 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9d0a892c dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d18aeba bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d1b8438 mdio_device_free +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d54f995 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x9d561cac unix_attach_fds +EXPORT_SYMBOL vmlinux 0x9d59a552 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x9d5edf70 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x9d60d5bd sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d7dd230 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9da2f495 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x9dbe21a6 inode_init_once +EXPORT_SYMBOL vmlinux 0x9dd4f598 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9ddb6cfd d_splice_alias +EXPORT_SYMBOL vmlinux 0x9ded87db inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df363ff rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x9df87e79 misc_deregister +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e010fa8 netif_skb_features +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e302fc8 vfs_fsync +EXPORT_SYMBOL vmlinux 0x9e373c46 get_inode_acl +EXPORT_SYMBOL vmlinux 0x9e4e158d get_cached_acl +EXPORT_SYMBOL vmlinux 0x9e4e620e blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e54bebf xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e62259e jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x9e62f4fd ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x9e6df548 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x9e721a4e pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +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 0x9ebfc732 of_translate_dma_address +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 0x9eeeed00 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x9f0c06d7 set_page_writeback +EXPORT_SYMBOL vmlinux 0x9f2fcf72 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9f3c8a49 cpumask_any_distribute +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 0x9f5805c4 tls_alert_recv +EXPORT_SYMBOL vmlinux 0x9f5e75d0 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x9f68be66 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f8a7551 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9ad2bf scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fd0bacf tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff39ae4 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x9ff63872 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0061959 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa01e08b7 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xa0281607 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e8818 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa066f007 netdev_features_change +EXPORT_SYMBOL vmlinux 0xa0678e0a locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xa068b707 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xa0693633 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa0833d76 dev_change_flags +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa091beb0 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xa093bd10 inet_del_offload +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a15b49 smp_call_function_many +EXPORT_SYMBOL vmlinux 0xa0a946ff neigh_xmit +EXPORT_SYMBOL vmlinux 0xa0a9d10d skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b7e6ae netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xa0d44170 udp_lib_unhash +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 0xa0f5abd9 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10a5a0a forget_cached_acl +EXPORT_SYMBOL vmlinux 0xa111ae82 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xa1127411 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa121e7b7 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xa1342327 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xa137b771 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa1592aef netdev_change_features +EXPORT_SYMBOL vmlinux 0xa16d01ca pci_get_slot +EXPORT_SYMBOL vmlinux 0xa17ae15d module_refcount +EXPORT_SYMBOL vmlinux 0xa181bdc4 netdev_info +EXPORT_SYMBOL vmlinux 0xa1876d84 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xa1a69a48 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xa1c6cf52 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xa1d6f44c skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xa1e11c52 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xa1fab50d generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20643a9 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xa20c57cd ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xa20d3563 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xa2131f0b blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xa229e350 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xa22a1669 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xa22d9a5e dm_register_target +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa2386f86 thaw_super +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa241d18f of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa276d22d ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xa280f8e3 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa291f1b8 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xa2b80ec6 rw_verify_area +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d0c496 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xa2d2e969 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xa2d4ad8a udp_seq_stop +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2ef33b7 phy_modify_paged +EXPORT_SYMBOL vmlinux 0xa30cbc9f kmalloc_trace +EXPORT_SYMBOL vmlinux 0xa30eced7 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xa31457ab tty_port_hangup +EXPORT_SYMBOL vmlinux 0xa319ae00 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xa3247740 mr_table_dump +EXPORT_SYMBOL vmlinux 0xa32ad93e skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xa32b3299 single_open_size +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa34c28cb md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa354e728 blkdev_put +EXPORT_SYMBOL vmlinux 0xa35bfec4 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xa369ded9 to_ndd +EXPORT_SYMBOL vmlinux 0xa38e6b80 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xa3a25727 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xa3a80aa1 sock_wfree +EXPORT_SYMBOL vmlinux 0xa3b5cb9e vfs_iter_write +EXPORT_SYMBOL vmlinux 0xa3b9f7b4 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xa3bd4199 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c1aa01 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3f31f1f input_register_handler +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa416d800 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xa4193c7d scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xa43bd335 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xa43bed2b netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xa43c9ab4 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xa4436f98 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa45fa060 napi_disable +EXPORT_SYMBOL vmlinux 0xa476a831 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0xa4859faa tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xa48d27a0 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0xa48d455d mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xa4a0683d dev_deactivate +EXPORT_SYMBOL vmlinux 0xa4cf689d blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xa4dce271 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xa4e88fd9 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xa4e8ff7e freeze_super +EXPORT_SYMBOL vmlinux 0xa4f71f92 from_kprojid +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa536cf4a of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xa5435952 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xa546332a finish_swait +EXPORT_SYMBOL vmlinux 0xa548a68b vme_slot_num +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55cdb9b key_invalidate +EXPORT_SYMBOL vmlinux 0xa564d9b3 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xa56da0f5 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xa588ec20 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa59f93ab ppp_input +EXPORT_SYMBOL vmlinux 0xa5a4c318 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xa5a4e6ea seq_file_path +EXPORT_SYMBOL vmlinux 0xa5b660d6 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xa5bc2a41 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xa5c47794 __skb_checksum +EXPORT_SYMBOL vmlinux 0xa5ca26f3 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xa5d83cd0 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xa6128868 netdev_err +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa624bdb4 update_region +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6264edd phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xa632f842 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xa634775d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa645b776 redraw_screen +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 0xa66055f4 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xa6795f95 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xa67da071 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa683c76f pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xa695e4fd rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xa6a9f004 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xa6b65599 of_device_unregister +EXPORT_SYMBOL vmlinux 0xa6d9c057 inet_protos +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa718be2b xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7346b86 sync_blockdev +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75f179f security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xa763d0b6 input_set_capability +EXPORT_SYMBOL vmlinux 0xa767107c init_pseudo +EXPORT_SYMBOL vmlinux 0xa76b5edd sys_copyarea +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7bb140f request_key_tag +EXPORT_SYMBOL vmlinux 0xa7c38cd4 neigh_destroy +EXPORT_SYMBOL vmlinux 0xa7c765fc end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xa7cd2eb0 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xa7d243c0 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fdfa0a get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xa819502d __skb_ext_del +EXPORT_SYMBOL vmlinux 0xa83346dc pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8471277 __do_once_done +EXPORT_SYMBOL vmlinux 0xa84a1b74 __napi_schedule +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 0xa89a229a filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xa89c6f78 serio_bus +EXPORT_SYMBOL vmlinux 0xa89c8e3a xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d4779c set_nlink +EXPORT_SYMBOL vmlinux 0xa8dbbd6d param_ops_invbool +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa9003500 read_cache_page +EXPORT_SYMBOL vmlinux 0xa9060242 put_disk +EXPORT_SYMBOL vmlinux 0xa9081b33 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90f43c7 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa920abc8 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xa9346567 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa94af2b6 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xa96184f8 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9760764 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97919c2 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa9818611 sock_wake_async +EXPORT_SYMBOL vmlinux 0xa9826598 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa986705b tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xa98b04e3 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xa9ad6e3a backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xa9c757fa cdev_alloc +EXPORT_SYMBOL vmlinux 0xa9e86e19 misc_register +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f78827 mmc_get_card +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa070812 skb_pull_data +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa301b29 of_graph_is_present +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3fd9b1 ip_output +EXPORT_SYMBOL vmlinux 0xaa45a7c5 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0xaa487a18 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xaa513ec2 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xaa5d0220 phy_init_hw +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa78e7a9 genphy_loopback +EXPORT_SYMBOL vmlinux 0xaa7bb8b1 genphy_suspend +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa8f7fe9 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa5e213 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xaac893e2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xaacd8349 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad46fa5 dm_mq_kick_requeue_list +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 0xaaec778c tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xaaefb71b i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xaaf8fa07 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab12b33c fd_install +EXPORT_SYMBOL vmlinux 0xab1f2644 security_path_rename +EXPORT_SYMBOL vmlinux 0xab206a7c scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xab2d4955 sock_from_file +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab383367 cdev_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab55ef1f blk_get_queue +EXPORT_SYMBOL vmlinux 0xab5806d5 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab66e57e pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6c1919 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xaba32c50 d_find_alias +EXPORT_SYMBOL vmlinux 0xabb27b11 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xabb33fa5 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xabecd9c2 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfd8cc4 scsi_host_get +EXPORT_SYMBOL vmlinux 0xabfdba5b fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xabff7ba4 inet6_bind +EXPORT_SYMBOL vmlinux 0xac0076d2 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xac192e15 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2b5fec in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac37981a inet6_add_offload +EXPORT_SYMBOL vmlinux 0xac58313f security_path_mkdir +EXPORT_SYMBOL vmlinux 0xac5d46a4 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac73f0dd netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xac7efd91 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xac86392c inode_needs_sync +EXPORT_SYMBOL vmlinux 0xac887cee ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xac9e99fa __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xaca17d25 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacbbac64 __put_cred +EXPORT_SYMBOL vmlinux 0xacc411ea nf_getsockopt +EXPORT_SYMBOL vmlinux 0xaccaf884 xp_free +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacd8f8e7 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xacdd9468 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacde939a pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad485bae blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xad4a6185 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xad4d537c ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xad5991f2 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xad5b6691 seq_write +EXPORT_SYMBOL vmlinux 0xad629970 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad6c8a45 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xad71e382 skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad79aac2 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xad830966 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xad938a34 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9d6591 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xada07a3d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xada0c94d sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada38960 configfs_register_group +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb7a7b8 follow_up +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcbf94e nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade89f2a msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xade9e3c3 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xadf075c9 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae12f78c noop_fsync +EXPORT_SYMBOL vmlinux 0xae16ef37 dentry_open +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae1f2ddb mmc_of_parse +EXPORT_SYMBOL vmlinux 0xae2c6628 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xae315655 kill_block_super +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae33c47c __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xae3be6f1 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xae40243b lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0xae54b8d0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae6046f5 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xae638d63 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae7aa961 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xae7c9b87 vlan_for_each +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeaf23be pid_task +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebcc55e reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaef8a998 skb_append +EXPORT_SYMBOL vmlinux 0xaf08dbca __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xaf3a47d3 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xaf3adc6f blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5d667b dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xaf653915 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xaf67e64f udp_read_skb +EXPORT_SYMBOL vmlinux 0xaf81f2d8 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb00a30 _dev_info +EXPORT_SYMBOL vmlinux 0xafb36510 uart_match_port +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafba5b83 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafcfada1 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xafdda725 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xafdf2c0a netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xaff9321c tcp_time_wait +EXPORT_SYMBOL vmlinux 0xb00e89f6 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb03abf59 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +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 0xb064f03d scm_fp_dup +EXPORT_SYMBOL vmlinux 0xb08d8269 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xb09c8acd textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0aa0385 vfs_rename +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb103adb7 pci_find_resource +EXPORT_SYMBOL vmlinux 0xb1124ed2 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xb1172575 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xb1203c91 __sk_receive_skb +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 0xb140534e xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb159f103 arp_create +EXPORT_SYMBOL vmlinux 0xb1618ab3 dev_uc_del +EXPORT_SYMBOL vmlinux 0xb165b87f input_close_device +EXPORT_SYMBOL vmlinux 0xb16a6835 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xb17265fb security_sb_remount +EXPORT_SYMBOL vmlinux 0xb194bcb2 unlock_rename +EXPORT_SYMBOL vmlinux 0xb19e9780 dm_kobject_release +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 0xb1e3079b config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xb1f44607 path_get +EXPORT_SYMBOL vmlinux 0xb202e236 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb2132bb4 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xb2194b84 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xb22931e9 padata_free +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb22fa8e9 proc_mkdir +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb24175af ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xb2473b1e mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xb26b44fd bio_split +EXPORT_SYMBOL vmlinux 0xb28c45ba security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xb295d67e __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xb29ae58e xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xb2a62c88 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2b98c4f fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xb2bc12fc __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2d44c34 bio_init_clone +EXPORT_SYMBOL vmlinux 0xb2d59ee2 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xb2e4de3e phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f9c17c setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb309e4db input_register_handle +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb32369a3 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb327b73b bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xb32ffd92 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb350f1ad tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3746bf8 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xb383d086 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3ba6680 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xb3c0855c bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d50abc d_alloc_anon +EXPORT_SYMBOL vmlinux 0xb3ea97b0 xfrm_state_check_expire +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 0xb3fd08b2 neigh_for_each +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb41f1f7c n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb42311bd vfs_readlink +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4328d25 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xb43d95a4 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb46348b9 is_subdir +EXPORT_SYMBOL vmlinux 0xb46af599 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4b40708 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xb4b59a83 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xb4c424b5 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xb4f8927d sk_ioctl +EXPORT_SYMBOL vmlinux 0xb4fdcda0 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb5041ad6 xudma_get_device +EXPORT_SYMBOL vmlinux 0xb50cd15c d_set_d_op +EXPORT_SYMBOL vmlinux 0xb52793e3 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xb53479ef phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb551dd85 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xb552bdbd param_ops_charp +EXPORT_SYMBOL vmlinux 0xb558cfc4 param_set_ullong +EXPORT_SYMBOL vmlinux 0xb55902c3 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xb56fade7 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xb579dcc5 passthru_features_check +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58aa464 of_clk_get +EXPORT_SYMBOL vmlinux 0xb5a3793f sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5af727f abort_creds +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5d8ad2a i2c_verify_client +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb6063bca xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xb60cf885 elevator_alloc +EXPORT_SYMBOL vmlinux 0xb60f4b93 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xb60fd23f dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xb6163ebd submit_bio +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb6280cbf mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb658e164 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xb6661f5f seq_puts +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb682ec7e __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xb68ae1cc clear_inode +EXPORT_SYMBOL vmlinux 0xb68dec12 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb699e2e7 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b57669 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xb6c2c932 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6ce424c vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7007f30 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb751b7b4 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xb75fee41 napi_get_frags +EXPORT_SYMBOL vmlinux 0xb7647bf1 finish_open +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76ddcff inet_release +EXPORT_SYMBOL vmlinux 0xb7768bea security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xb7887702 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xb78dd49e pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7965fd0 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xb79e4d8e rproc_alloc +EXPORT_SYMBOL vmlinux 0xb79f708e fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d07b1a fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0xb7e78bb0 discard_new_inode +EXPORT_SYMBOL vmlinux 0xb7fead84 km_state_expired +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb8166f2e cont_write_begin +EXPORT_SYMBOL vmlinux 0xb834d47b iov_iter_advance +EXPORT_SYMBOL vmlinux 0xb849b059 cdrom_open +EXPORT_SYMBOL vmlinux 0xb85d598c __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb86d6c3d ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xb8779b03 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xb878b1f8 softnet_data +EXPORT_SYMBOL vmlinux 0xb880886e mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xb884a043 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a80cf6 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xb8ac9e9a genl_notify +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8c16a8e neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xb8cfb42d writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb8d53595 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xb8da42ec scsi_host_put +EXPORT_SYMBOL vmlinux 0xb8ea9218 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb8eb568b blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb916453c devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb92e8859 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb937fd5c devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xb93e9544 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xb940121b kill_fasync +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb98fa39c register_key_type +EXPORT_SYMBOL vmlinux 0xb99becd3 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b52f7c ip6_output +EXPORT_SYMBOL vmlinux 0xb9cfedb5 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xb9d06054 inet_shutdown +EXPORT_SYMBOL vmlinux 0xb9e26413 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f0daf1 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0b0007 kernel_read +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba1b53da __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xba348d24 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba500eee generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0xba62e280 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba817a8f fb_get_mode +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba93345a mdio_device_reset +EXPORT_SYMBOL vmlinux 0xbaabf819 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xbab63b96 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xbabeb265 _dev_emerg +EXPORT_SYMBOL vmlinux 0xbac2bfa7 dev_uc_init +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacaca23 edac_mc_find +EXPORT_SYMBOL vmlinux 0xbacfd3d0 seq_open +EXPORT_SYMBOL vmlinux 0xbaf094f3 __phy_resume +EXPORT_SYMBOL vmlinux 0xbaf8aefa remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafe3901 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xbafe8e51 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xbafeb3f0 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2e3f13 dm_get_device +EXPORT_SYMBOL vmlinux 0xbb3106f2 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb501766 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xbb64d9cf input_inject_event +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb68d4b3 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbba56cb6 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xbbadf014 register_qdisc +EXPORT_SYMBOL vmlinux 0xbbb1fb7c blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xbbb8f6c5 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xbbb993b1 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xbbd55464 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe2e568 default_llseek +EXPORT_SYMBOL vmlinux 0xbbf29c27 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xbbff2acb tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xbc12d8fe blk_integrity_register +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc43ffa0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xbc456cc1 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xbc78f361 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xbca9e541 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcada5d4 poll_initwait +EXPORT_SYMBOL vmlinux 0xbcc779aa vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xbcd3a4c7 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbcfa0192 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xbd0c9f1b seq_path +EXPORT_SYMBOL vmlinux 0xbd1566e9 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xbd32aa8e sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd6312fa filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd732c21 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xbd7a5db6 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xbd7bd432 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xbd84eac2 vma_set_file +EXPORT_SYMBOL vmlinux 0xbd8cf1c4 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xbd9fc526 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xbdac72b1 proc_remove +EXPORT_SYMBOL vmlinux 0xbdc1800e mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xbdc557b1 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xbdcbbd3a blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xbdef9282 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xbdfd0e04 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xbdfd62a0 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xbe056847 simple_setattr +EXPORT_SYMBOL vmlinux 0xbe22e039 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xbe3c9aa7 ptp_find_pin +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 0xbe699256 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe6b9cb0 may_setattr +EXPORT_SYMBOL vmlinux 0xbe84ddac path_has_submounts +EXPORT_SYMBOL vmlinux 0xbec5db74 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xbec75685 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xbecaf1be kobject_init +EXPORT_SYMBOL vmlinux 0xbed74b16 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xbee0ba19 vme_bus_type +EXPORT_SYMBOL vmlinux 0xbeecd41f ppp_register_channel +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf0ab96b __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xbf144a69 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xbf1c4836 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xbf3a69e0 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf610acf of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xbf67c1db user_path_at_empty +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb34296 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xbfb9fae8 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xbfba3f16 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xbfc1f8b0 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xbfc23d9d fb_validate_mode +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfd53779 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xbff621a1 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xbffd9440 dquot_initialize +EXPORT_SYMBOL vmlinux 0xc01726aa param_ops_hexint +EXPORT_SYMBOL vmlinux 0xc01aa5b6 nf_log_register +EXPORT_SYMBOL vmlinux 0xc02ca214 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xc0322f60 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0460baf get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xc059ac45 pps_register_source +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 0xc0a404f8 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xc0b72835 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xc0bf8101 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xc0c3c0d3 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xc0c667df trace_event_printf +EXPORT_SYMBOL vmlinux 0xc0d9782b pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xc0e46d13 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xc0ec9b69 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xc0f8f01a locks_delete_block +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 0xc10e3298 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc11a9239 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xc13760a2 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xc1419f6b tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc1587e89 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc187d573 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xc18859fa __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xc1a4b097 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc1a51d4d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xc1b1e3f4 security_sock_graft +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 0xc1f511f9 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xc1fd9cb7 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc225d8c9 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xc229ee2f do_SAK +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2567d34 sys_imageblit +EXPORT_SYMBOL vmlinux 0xc26ef09c fasync_helper +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a95dd6 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc2b921b1 put_watch_queue +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30ff580 udp_prot +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3531d45 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc35a8c11 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xc365ec29 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xc367dfc5 dev_set_alias +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc382c3b1 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc38fa0a0 single_open +EXPORT_SYMBOL vmlinux 0xc3a40ce3 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xc3bbcfa2 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xc3bda5fc devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xc3bee9f7 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xc3c8bbeb neigh_seq_start +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3de9dfd kobject_add +EXPORT_SYMBOL vmlinux 0xc3eb9fff dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xc3febe6e tty_register_device +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc416b970 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4526e11 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xc455b221 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc4597377 bio_init +EXPORT_SYMBOL vmlinux 0xc45a23f5 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xc45a7ece of_phy_find_device +EXPORT_SYMBOL vmlinux 0xc46b41aa xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48e4419 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc49320f2 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xc4a2d79f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4ba64f0 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xc4cc260e devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xc4ce0c97 logfc +EXPORT_SYMBOL vmlinux 0xc4d327b0 vfs_unlink +EXPORT_SYMBOL vmlinux 0xc4f1e86a __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xc4fef591 input_grab_device +EXPORT_SYMBOL vmlinux 0xc50c4a9d get_tree_keyed +EXPORT_SYMBOL vmlinux 0xc51da30e param_ops_long +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc53a2419 filemap_fault +EXPORT_SYMBOL vmlinux 0xc53c4e62 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xc54e1706 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57776a2 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc581791e _dev_alert +EXPORT_SYMBOL vmlinux 0xc58585f8 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc590ca68 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a88add generic_perform_write +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5d51145 make_kprojid +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f4b51f touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xc5f4f116 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc5f59aa1 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xc5f848dd dst_destroy +EXPORT_SYMBOL vmlinux 0xc5fe1804 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62d944e xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc635c049 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc6431631 follow_down_one +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc67b7453 param_ops_int +EXPORT_SYMBOL vmlinux 0xc684e4af __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc68f96d9 stream_open +EXPORT_SYMBOL vmlinux 0xc6a26868 vif_device_init +EXPORT_SYMBOL vmlinux 0xc6b3d81c param_get_string +EXPORT_SYMBOL vmlinux 0xc6b443e3 seq_lseek +EXPORT_SYMBOL vmlinux 0xc6b5261c vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d170dd dput +EXPORT_SYMBOL vmlinux 0xc6db0021 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xc6eb38a5 cad_pid +EXPORT_SYMBOL vmlinux 0xc6f38970 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc7040e07 netlink_set_err +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc71cf6aa generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72bfc2a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xc747ef51 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xc76864d9 d_instantiate +EXPORT_SYMBOL vmlinux 0xc7755dcc register_netdev +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a2b16f netdev_alert +EXPORT_SYMBOL vmlinux 0xc7a3696e ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7ae8fd5 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c8ca81 __quota_error +EXPORT_SYMBOL vmlinux 0xc7db7693 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xc7fe7338 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81dc7e4 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84b2cdf pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xc85094b8 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc8660a9d fc_mount +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc88f031f configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc89d0260 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xc8a1ceec param_array_ops +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b3a34a xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc90f489b inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc9294544 serio_interrupt +EXPORT_SYMBOL vmlinux 0xc93702be configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc93f85c1 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98c5375 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e17c87 end_page_writeback +EXPORT_SYMBOL vmlinux 0xc9eacc6f xp_alloc +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f4f00a mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0xca0c314a pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca18ea41 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xca1ef1a8 __scm_destroy +EXPORT_SYMBOL vmlinux 0xca2142db bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2e92e2 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xca428b46 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca58a773 set_create_files_as +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca6bc105 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xca8aa5ae simple_transaction_release +EXPORT_SYMBOL vmlinux 0xca8f0c10 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca99f066 param_set_bool +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab5e2b2 fb_io_write +EXPORT_SYMBOL vmlinux 0xcabff7b2 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xcac13548 inet_select_addr +EXPORT_SYMBOL vmlinux 0xcad06e4e inode_query_iversion +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad7be58 skb_copy_header +EXPORT_SYMBOL vmlinux 0xcad7ece8 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xcae223df jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xcaf4f344 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xcafaec39 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xcafb3259 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb330b84 kobject_del +EXPORT_SYMBOL vmlinux 0xcb3460e6 vfs_llseek +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5cc9dd generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xcb638206 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb780316 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xcb8b71db genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xcba00d46 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xcba35c37 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xcba3ffc6 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbf5d91b tty_port_close_start +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc039055 skb_push +EXPORT_SYMBOL vmlinux 0xcc0ff5d7 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xcc166109 kobject_get_unless_zero +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 0xcc38ed4b flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5406be dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5d61e7 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xcc693fa2 param_get_invbool +EXPORT_SYMBOL vmlinux 0xcc6f79f7 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xcc70c88a fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xcc8ccabb mmc_register_driver +EXPORT_SYMBOL vmlinux 0xcc9012c3 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xcc90bd75 dm_io +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccb57524 elv_rb_add +EXPORT_SYMBOL vmlinux 0xccdcfa65 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xcceb769d udp_poll +EXPORT_SYMBOL vmlinux 0xccee4158 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xcceea94a inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xccf1802a pci_write_vpd +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 0xcd21985c netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xcd257da6 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30ba44 drop_super +EXPORT_SYMBOL vmlinux 0xcd3322bc mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xcd76e470 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xcd7758c1 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda17fc3 mt_find +EXPORT_SYMBOL vmlinux 0xcda7d379 make_kuid +EXPORT_SYMBOL vmlinux 0xcdac1c57 simple_empty +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdce4790 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xcdcf8df3 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xcddd33dd bio_reset +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf00a06 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xcdf71e8e clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xcdf8ceb2 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xcdf9beb5 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xce08f5b6 vfs_get_link +EXPORT_SYMBOL vmlinux 0xce0c185d commit_creds +EXPORT_SYMBOL vmlinux 0xce136f3f __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce37759a put_fs_context +EXPORT_SYMBOL vmlinux 0xce4384d9 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce592200 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce61b64a flow_rule_match_l2tpv3 +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 0xce8564ad dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebc405d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xcebe402c insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xcebfa368 fget +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced7bc94 netdev_warn +EXPORT_SYMBOL vmlinux 0xceedebc3 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xcef9fe5c tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1edbdf forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf37f2d5 simple_getattr +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3ce992 rproc_free +EXPORT_SYMBOL vmlinux 0xcf45dac4 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xcf49e943 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf67ec64 __skb_pad +EXPORT_SYMBOL vmlinux 0xcf73ecca tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xcf808d52 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xcf8d8014 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xcf91cbd3 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xcf9330c7 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa5f56a __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xcfbd928c generic_write_end +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfee3968 dquot_destroy +EXPORT_SYMBOL vmlinux 0xcfef123f rio_query_mport +EXPORT_SYMBOL vmlinux 0xd00f8f8e max8998_read_reg +EXPORT_SYMBOL vmlinux 0xd0335ec7 amba_request_regions +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd072d52f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd08e976a cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xd0a821e4 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xd0ab6cdc mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xd0afddb9 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0baf021 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd0d2561b tty_check_change +EXPORT_SYMBOL vmlinux 0xd0de6c12 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xd0e2b9c0 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xd0ebd783 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xd0fc9571 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xd11918dd nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xd1227d32 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xd1281cd4 set_anon_super +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1372b6c system_cpucaps +EXPORT_SYMBOL vmlinux 0xd14e77f1 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd16df8e6 dquot_get_state +EXPORT_SYMBOL vmlinux 0xd1914b63 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a9677f skb_seq_read +EXPORT_SYMBOL vmlinux 0xd1ce7ca7 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd1d231e7 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e3289d set_cached_acl +EXPORT_SYMBOL vmlinux 0xd1eff8c4 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xd1f16d48 mdio_find_bus +EXPORT_SYMBOL vmlinux 0xd2073bff netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xd2084324 km_query +EXPORT_SYMBOL vmlinux 0xd219507d ip6_xmit +EXPORT_SYMBOL vmlinux 0xd21b813d ether_setup +EXPORT_SYMBOL vmlinux 0xd21c8b4d inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd254e2e5 security_socket_socketpair +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 0xd270db27 param_get_charp +EXPORT_SYMBOL vmlinux 0xd27a41cf sk_net_capable +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2b26ff4 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b73033 skb_put +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 0xd2e2bebe of_phy_connect +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd3079a53 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd327f600 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd32c610b send_sig +EXPORT_SYMBOL vmlinux 0xd33f0a8c vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0xd350a895 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xd3540c52 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xd35425f8 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3637e34 fman_get_revision +EXPORT_SYMBOL vmlinux 0xd3662990 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd370a92d eth_validate_addr +EXPORT_SYMBOL vmlinux 0xd3751b22 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xd37d3de5 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd384361e inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xd391e27a input_unregister_device +EXPORT_SYMBOL vmlinux 0xd3976e87 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd3a46273 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xd3b804e5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xd3b8520b __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xd3cc44e0 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xd3d7b7f8 phy_resume +EXPORT_SYMBOL vmlinux 0xd3db16ec tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xd3e8d9ea netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xd3ec11d1 proc_symlink +EXPORT_SYMBOL vmlinux 0xd3f69f4e ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xd3fdf5f4 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4094c2d inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd40c3b8f genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xd4115a2f gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xd41726d2 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd422e3e2 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd463c608 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd46b13a4 tcf_em_register +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4a5e00d bio_chain +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b5acfe tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xd4b66e85 __put_user_ns +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bd8fd0 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4e974d1 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xd4f20fb1 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xd4fe0541 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52a4b1f zap_page_range_single +EXPORT_SYMBOL vmlinux 0xd52caa1a swake_up_locked +EXPORT_SYMBOL vmlinux 0xd5330099 skb_split +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd5404ff6 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xd556205d kernel_param_lock +EXPORT_SYMBOL vmlinux 0xd561c8b9 fs_bio_set +EXPORT_SYMBOL vmlinux 0xd573431f jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xd5740fd9 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xd57b611d framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xd582e7b9 bpf_link_put +EXPORT_SYMBOL vmlinux 0xd59756c6 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b86560 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xd5c32f75 netdev_notice +EXPORT_SYMBOL vmlinux 0xd5c72785 vfs_setpos +EXPORT_SYMBOL vmlinux 0xd5c80415 dev_driver_string +EXPORT_SYMBOL vmlinux 0xd5cd8138 tls_get_record_type +EXPORT_SYMBOL vmlinux 0xd5e294f0 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xd5f958c3 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xd5f9bb82 bioset_exit +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd61d5a30 md_register_thread +EXPORT_SYMBOL vmlinux 0xd624defb jbd2_fc_release_bufs +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 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6713df9 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68db91a nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xd68e799b xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd6932a66 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xd69788a0 tcp_child_process +EXPORT_SYMBOL vmlinux 0xd6a3b2e0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6d259ca da903x_query_status +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd706d026 nd_device_register +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd71469fe tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xd7150911 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xd715a2eb seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xd73100b3 pipe_lock +EXPORT_SYMBOL vmlinux 0xd73108e5 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd74218dd generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd74f6c79 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xd75662ef ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xd75e56f3 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xd77433cc scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd7785f2f __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xd7813565 page_pool_create +EXPORT_SYMBOL vmlinux 0xd7855fdc uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a4cf60 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xd7b5d2a5 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xd7d14a13 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e5442d mpage_readahead +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd817c0c9 generic_update_time +EXPORT_SYMBOL vmlinux 0xd81996cf __netif_schedule +EXPORT_SYMBOL vmlinux 0xd8221bf1 tcp_check_req +EXPORT_SYMBOL vmlinux 0xd82411d4 skb_condense +EXPORT_SYMBOL vmlinux 0xd827b530 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd836bf2c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd88fe9b9 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a993a4 pfifo_qdisc_ops +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 0xd8c77c5b page_pool_destroy +EXPORT_SYMBOL vmlinux 0xd8dc24a3 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e1be5e do_splice_direct +EXPORT_SYMBOL vmlinux 0xd8ff6fbf unregister_quota_format +EXPORT_SYMBOL vmlinux 0xd916bca8 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xd91a226c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd935baa3 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd93d8496 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xd941530c twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd95d3fe1 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xd96fc5d0 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xd9707d8b scsi_block_requests +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99c2a69 rproc_detach +EXPORT_SYMBOL vmlinux 0xd99fddcc iput +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a909be simple_fill_super +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9f021c1 pci_get_class +EXPORT_SYMBOL vmlinux 0xd9fd5dd9 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xda0b499e pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda421cb2 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xda42be2c unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xda5fb0d2 unregister_console +EXPORT_SYMBOL vmlinux 0xda5fb471 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xda72e728 vfs_link +EXPORT_SYMBOL vmlinux 0xda7401b7 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xda7b26ca kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xda8485b2 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xda92da81 d_invalidate +EXPORT_SYMBOL vmlinux 0xda9c097b tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xdaba5503 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdacfa2ae open_exec +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaded842 proc_create_data +EXPORT_SYMBOL vmlinux 0xdb0469fb dev_mc_init +EXPORT_SYMBOL vmlinux 0xdb0571ad __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xdb16a874 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb24abf0 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xdb2e4f7d percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0xdb3a7d69 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xdb3b8447 dma_set_mask +EXPORT_SYMBOL vmlinux 0xdb3dda8d con_is_visible +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6a3a93 kernel_listen +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb77f2a9 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xdb78ab81 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xdb89b89d jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xdb8f1211 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xdb9ca4d4 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xdb9ff9a3 dentry_create +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbaf945b seq_release_private +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbeb3cb2 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xdbfc958a mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc245928 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xdc33a86a dec_node_page_state +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4ee0cc tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc6c5632 pci_enable_wake +EXPORT_SYMBOL vmlinux 0xdc7e6f23 of_chosen +EXPORT_SYMBOL vmlinux 0xdc82172d gro_cells_receive +EXPORT_SYMBOL vmlinux 0xdc8bdf7e dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdca094f2 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xdca34185 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd7576c genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcebd41b kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd301e2b tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xdd3c6d6b tty_port_destroy +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd693878 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xdd70e503 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xdd73c783 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xdd80bf29 igrab +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd878814 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xdd892d7a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xdd8a71ae __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xdd93c084 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xdd9e59d3 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xdd9fa69c max8925_reg_write +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb14ff1 ip6_frag_next +EXPORT_SYMBOL vmlinux 0xddd1eec7 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xddd360bd dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xddd76811 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xdde0ecf2 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde0a1eea __nlmsg_put +EXPORT_SYMBOL vmlinux 0xde0dc1a6 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xde219d39 tcp_mmap +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3233a4 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xde379f7e vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xde43ad86 inet_frag_find +EXPORT_SYMBOL vmlinux 0xde4f81b6 pci_request_irq +EXPORT_SYMBOL vmlinux 0xde5090b6 pci_release_resource +EXPORT_SYMBOL vmlinux 0xde62ce34 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde744f08 to_nd_btt +EXPORT_SYMBOL vmlinux 0xde75eee5 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xde777f34 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xde77d971 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xde8ff340 read_cache_folio +EXPORT_SYMBOL vmlinux 0xde9d0a0d pcibus_to_node +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdec7eb6c flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xded3291e dquot_commit_info +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded6b4bc tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +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 0xdf36aed7 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xdf4aa5a6 tty_port_put +EXPORT_SYMBOL vmlinux 0xdf4fe415 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5efeb0 input_setup_polling +EXPORT_SYMBOL vmlinux 0xdf60c951 tcp_filter +EXPORT_SYMBOL vmlinux 0xdf659eb6 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xdf65c7f4 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xdf77f17c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xdf7c80e8 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xdf8bc6f4 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf94c246 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa9e161 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xdfb103bf configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc5d1ef input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xdfc61466 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xdfc78e3c mmc_put_card +EXPORT_SYMBOL vmlinux 0xdfc7e8c9 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd3fa75 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xdfd65f19 mount_subtree +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfd989ee unregister_qdisc +EXPORT_SYMBOL vmlinux 0xdfe13762 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xdfe61738 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xdff85836 tty_port_init +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00808a4 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xe0183a49 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe020f03b amba_device_unregister +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0371379 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04b618e __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xe04d5603 empty_aops +EXPORT_SYMBOL vmlinux 0xe0523d2f clkdev_add +EXPORT_SYMBOL vmlinux 0xe06131b8 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xe07513b1 config_item_get +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 0xe084ea82 sock_no_connect +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0923716 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xe096e554 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xe09b4796 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xe09ddcaa mr_table_alloc +EXPORT_SYMBOL vmlinux 0xe0a64d31 __sock_i_ino +EXPORT_SYMBOL vmlinux 0xe0a92584 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc69b2 ns_capable +EXPORT_SYMBOL vmlinux 0xe0bd770c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0d2e872 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xe0e918d0 sock_efree +EXPORT_SYMBOL vmlinux 0xe10581d2 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xe10886c4 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xe10e6bf3 to_nd_dax +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1140590 revert_creds +EXPORT_SYMBOL vmlinux 0xe11b7c37 scsi_print_command +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12475be free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12dbc9d disk_check_media_change +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13a1e8d mtree_erase +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe150e9ad skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xe152c8a7 sync_file_create +EXPORT_SYMBOL vmlinux 0xe169346b drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xe16e3ef0 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17629d0 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xe1959def __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xe1a0842d mdiobus_free +EXPORT_SYMBOL vmlinux 0xe1a25fd2 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xe1cc797b pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xe1d4b9e3 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xe1dac941 fb_pan_display +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1dd861b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xe2159dc8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22ca77c blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe2330c24 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xe2575cc0 dquot_release +EXPORT_SYMBOL vmlinux 0xe26727da fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xe277c828 touch_atime +EXPORT_SYMBOL vmlinux 0xe27a5027 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe2840bb1 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xe2900cdd tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2a1fe7a rproc_put +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d6dc32 md_done_sync +EXPORT_SYMBOL vmlinux 0xe2e5bf7d tcp_seq_next +EXPORT_SYMBOL vmlinux 0xe2ed23d5 vm_map_ram +EXPORT_SYMBOL vmlinux 0xe2eff9b6 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xe2ff7f58 phy_attached_info +EXPORT_SYMBOL vmlinux 0xe30b88c6 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xe30cb28c jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xe31f09f0 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3346418 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xe3401710 param_set_short +EXPORT_SYMBOL vmlinux 0xe34ec147 tty_port_open +EXPORT_SYMBOL vmlinux 0xe35846b7 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xe37ab86c tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xe38ebbf5 param_set_byte +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39fc74c sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xe3a700a5 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3aebc94 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xe3b8305b tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xe3ceeec6 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xe3d1d507 input_set_keycode +EXPORT_SYMBOL vmlinux 0xe3eaec17 vfs_path_lookup +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 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40bde92 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe42f4800 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xe444e393 nf_log_packet +EXPORT_SYMBOL vmlinux 0xe45f40d2 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4717aea mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe4a1a69a pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xe4b37217 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xe4bb4cc2 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4c36fb7 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xe4c5cd0c inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xe4d3fcf8 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xe4d97f3b bdi_register +EXPORT_SYMBOL vmlinux 0xe4e4f18b wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe4ee1596 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xe4f7bc47 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xe50678f1 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xe51476e6 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xe520ccd0 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe527fc8e netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xe528547d fman_unregister_intr +EXPORT_SYMBOL vmlinux 0xe5447c0b pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xe5538bf3 serio_reconnect +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5944330 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xe59858e6 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xe59b537e cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xe59b6570 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0xe5a6703c reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xe5b5bd2f acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c936c5 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xe605bf41 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe60af6d8 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xe61c97a4 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xe621e323 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe636477a tcp_poll +EXPORT_SYMBOL vmlinux 0xe63dc998 unlock_buffer +EXPORT_SYMBOL vmlinux 0xe63f7a54 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xe644ef48 devm_release_resource +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe659ca3c dev_add_offload +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6945b3d nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xe6bb026e blk_rq_init +EXPORT_SYMBOL vmlinux 0xe6be5260 km_new_mapping +EXPORT_SYMBOL vmlinux 0xe6c07d29 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xe6cbe5ab page_get_link +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7249d53 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe72baba8 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xe7317acd km_report +EXPORT_SYMBOL vmlinux 0xe74e0322 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xe754a84b mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xe76004e8 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xe761c6de d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xe779e4c9 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xe77fa71a nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xe7a00ca9 sock_pfree +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ac8300 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7d094ad rproc_add +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7ee1f92 shmem_aops +EXPORT_SYMBOL vmlinux 0xe7f12bec phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xe7f2031d netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xe805ecf4 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe83eaeb3 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xe85df5fc sget_dev +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8638fa7 tcf_register_action +EXPORT_SYMBOL vmlinux 0xe869cec7 iterate_dir +EXPORT_SYMBOL vmlinux 0xe8756330 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xe89728cd d_lookup +EXPORT_SYMBOL vmlinux 0xe89e9e50 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8dd84bf iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xe8e476e9 dev_load +EXPORT_SYMBOL vmlinux 0xe8e7d9ca skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fd0c99 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe922a26b reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xe93522bc ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xe9447f80 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xe9504fc7 kern_path +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe954ce4d inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe962c79d __devm_release_region +EXPORT_SYMBOL vmlinux 0xe9709cff of_root +EXPORT_SYMBOL vmlinux 0xe973066d _dev_err +EXPORT_SYMBOL vmlinux 0xe97fa013 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xe988638d skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0xe98fbd96 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xe9a0230b may_umount_tree +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b32567 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xe9b7bcb6 kern_path_create +EXPORT_SYMBOL vmlinux 0xe9bc0352 proto_register +EXPORT_SYMBOL vmlinux 0xe9c32a7c eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9de1efb __mark_inode_dirty +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 0xea1f18b4 dev_addr_add +EXPORT_SYMBOL vmlinux 0xea1f2bf5 vga_get +EXPORT_SYMBOL vmlinux 0xea2c8b2e locks_copy_lock +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea58419c __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xea5c2f6c pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xea5db066 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xea6b4cd6 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xea6e047d kernel_connect +EXPORT_SYMBOL vmlinux 0xea6f75d8 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xeaa2205a fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeab7f438 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae57437 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xeae60cf3 simple_rmdir +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb150e43 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xeb195e88 ps2_init +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb551073 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xeb5b90ff tty_do_resize +EXPORT_SYMBOL vmlinux 0xeb63b52e __netif_napi_del +EXPORT_SYMBOL vmlinux 0xeb6ce316 load_nls +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8012e2 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebaa303d inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xebae8787 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebd1f686 mtree_insert +EXPORT_SYMBOL vmlinux 0xebe62222 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xec0815d6 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xec0ab517 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xec0b12b6 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xec274253 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xec28e27c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2c1c92 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec50a854 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xec58a506 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xec61fb78 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xec63a7b2 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xec6948b3 param_ops_uint +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecbd992d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xeccb1231 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xecd1f009 phy_error +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfce5f0 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed1a9cd9 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xed219263 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xed2b2430 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xed31e204 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xed31f722 bio_endio +EXPORT_SYMBOL vmlinux 0xed52d3f6 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6c681e d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xed83bedb dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8eb629 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xed9f113f filp_open +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda4a521 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd0e2cb udp_disconnect +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd4e57a devm_rproc_add +EXPORT_SYMBOL vmlinux 0xeddb7c95 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xeddc9d41 sys_fillrect +EXPORT_SYMBOL vmlinux 0xede4ef36 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xede83afa try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xedf55263 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0daa23 md_handle_request +EXPORT_SYMBOL vmlinux 0xee2cff55 bdi_put +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5b5b39 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xee6f8a35 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xee711fe7 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee85a8a3 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xee85f95c mtree_store_range +EXPORT_SYMBOL vmlinux 0xee86a3ef pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d6638 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee900b24 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb50769 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xeeb5b71c jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xeec3ee28 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xeecbb6be simple_nosetlease +EXPORT_SYMBOL vmlinux 0xeee6a915 qdisc_put +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeeea79c devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xeef65e15 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xef41b1b5 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xef433e9d of_get_mac_address +EXPORT_SYMBOL vmlinux 0xef531e81 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xef62b112 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xef677c70 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xefa150ed rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb25854 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xefb8ebac eth_gro_receive +EXPORT_SYMBOL vmlinux 0xefbe3964 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xefc0119c xfrm_input +EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd5cbdc tty_hangup +EXPORT_SYMBOL vmlinux 0xefdd36d1 set_user_nice +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xeff6e1e3 single_release +EXPORT_SYMBOL vmlinux 0xeff903d2 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xeffa7cc2 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00bc566 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xf014ba8d simple_pin_fs +EXPORT_SYMBOL vmlinux 0xf0195470 pci_iomap +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf0335ff9 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xf037a12a vfs_mknod +EXPORT_SYMBOL vmlinux 0xf042a41a mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xf0523004 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xf0524cfa udp_ioctl +EXPORT_SYMBOL vmlinux 0xf053af93 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xf05921a6 md_integrity_register +EXPORT_SYMBOL vmlinux 0xf05a402c iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xf0769bfd scm_detach_fds +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07fa260 would_dump +EXPORT_SYMBOL vmlinux 0xf07fb089 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf084f003 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf0891e48 fman_register_intr +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09eb7ec flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b7c2d8 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xf0c4fadd filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xf0c81648 ilookup +EXPORT_SYMBOL vmlinux 0xf0ce153a generic_fillattr +EXPORT_SYMBOL vmlinux 0xf0d69893 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf0d6d659 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xf0d836d2 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xf0f0def9 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xf0f377d6 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf101c388 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf1084bc4 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xf113fe56 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf11abfb8 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf131bb2e kmalloc_caches +EXPORT_SYMBOL vmlinux 0xf133f9a6 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xf1439f98 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xf17ff743 skb_tx_error +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a55c0c alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a8f4d8 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xf1c48ed7 udp_set_csum +EXPORT_SYMBOL vmlinux 0xf1c86299 __alloc_skb +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1de90e0 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1e9c37c pci_read_config_word +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf209f091 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xf23e052d bio_put +EXPORT_SYMBOL vmlinux 0xf23e7534 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2417caa tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xf24b5218 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xf24ff7b6 inode_io_list_del +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26d72be skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf2862a6a dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf298b82e param_set_uint +EXPORT_SYMBOL vmlinux 0xf2a1e571 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2c10dff stop_tty +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2ce525b scsi_print_result +EXPORT_SYMBOL vmlinux 0xf2db3603 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f56598 phy_stop +EXPORT_SYMBOL vmlinux 0xf2fb4ee5 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xf2fb5cca pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xf30b6229 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xf314435a dev_alloc_name +EXPORT_SYMBOL vmlinux 0xf323877f request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xf3314f7f phy_connect_direct +EXPORT_SYMBOL vmlinux 0xf334b835 tcp_read_done +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353702b handle_edge_irq +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3609345 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf36b4222 pci_bus_size_bridges +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 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3b84e00 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3d1d2d4 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xf3dbafe3 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3fddff9 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xf416494a pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xf417913e xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xf418cca2 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xf4195f55 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf4218984 mount_single +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf42d6def tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44d8b6c sk_mc_loop +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf451469c vm_map_pages +EXPORT_SYMBOL vmlinux 0xf4593457 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xf45d5c39 dquot_commit +EXPORT_SYMBOL vmlinux 0xf45f47d5 d_obtain_root +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf487e73a fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xf4b41497 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4b82230 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xf4bc1e43 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xf4c20a40 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xf4cc6059 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xf4d8f8b0 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4ec997d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xf4ef6634 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf501e57a serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xf50b76e8 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xf50ffb60 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xf5385e5d __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54da22f mmc_detect_change +EXPORT_SYMBOL vmlinux 0xf59f8340 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5d34078 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xf5da2804 build_skb +EXPORT_SYMBOL vmlinux 0xf5dc304a __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xf5e50d09 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f3e059 follow_down +EXPORT_SYMBOL vmlinux 0xf620f802 tcp_close +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64e33fc cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xf64fdf1a phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf680062a invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6841278 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xf6ac466a d_alloc +EXPORT_SYMBOL vmlinux 0xf6b4f447 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xf6ddcef4 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xf6e8dafd dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf709f2ad inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf736efcf flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73fe45d param_get_ullong +EXPORT_SYMBOL vmlinux 0xf74e82e5 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xf7588530 phy_attached_print +EXPORT_SYMBOL vmlinux 0xf75c7eb2 dump_align +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77ee58a __register_chrdev +EXPORT_SYMBOL vmlinux 0xf794ff88 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xf795b25e inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xf7aed0d7 sg_miter_next +EXPORT_SYMBOL vmlinux 0xf7bbb68f inet_offloads +EXPORT_SYMBOL vmlinux 0xf7c69306 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7d3a169 register_md_personality +EXPORT_SYMBOL vmlinux 0xf7d51de9 xp_alloc_batch +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 0xf7febee0 md_write_start +EXPORT_SYMBOL vmlinux 0xf80841e2 pci_find_bus +EXPORT_SYMBOL vmlinux 0xf810e969 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf8223d35 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf846f9a1 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf86007ee mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xf86e8795 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xf8797df5 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf8955d3e xfrm_state_add +EXPORT_SYMBOL vmlinux 0xf8a44d4c alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xf8ad2859 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xf8c1f3a8 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xf8c81d09 devm_memremap +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e0bae9 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xf8f40cf5 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xf8f489a8 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90da51c cfb_copyarea +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf931fb10 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf943cbdc of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf96e5e82 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf982aa79 tls_handshake_close +EXPORT_SYMBOL vmlinux 0xf9857282 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf9a2a927 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bcb98b mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c7c2a2 simple_open +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9cac6f7 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xf9d96815 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xf9e3b2ef dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xf9e94539 amba_device_register +EXPORT_SYMBOL vmlinux 0xf9f0ce9b tcp_md5_hash_skb_data +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 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa2ee7d8 skb_ext_add +EXPORT_SYMBOL vmlinux 0xfa3b9025 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xfa401576 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xfa4ae3f9 __block_write_begin +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa51a4f8 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa646126 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xfa788ffa proc_create +EXPORT_SYMBOL vmlinux 0xfa7b97d4 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xfa8ce916 devm_request_resource +EXPORT_SYMBOL vmlinux 0xfa9c9e0c tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfab30139 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xfab50d49 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xfab64eb5 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xfab7c52d blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xfac4a12f register_netdevice +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfadb9be0 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafd73dd bioset_init +EXPORT_SYMBOL vmlinux 0xfb005644 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xfb026bb9 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xfb0a57c4 phy_connect +EXPORT_SYMBOL vmlinux 0xfb13f20c tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xfb1b5452 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb38a2f7 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xfb434435 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xfb461fbd devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xfb57bcee inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xfb5f91eb tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7f2560 __of_get_address +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 0xfbb28574 fb_blank +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc64d8c dev_pm_opp_unregister_notifier +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 0xfbf6ae49 irq_set_chip +EXPORT_SYMBOL vmlinux 0xfc0f115a netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc36603d fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xfc379302 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xfc3ef94f dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc42d9ac devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xfc6bb4af blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfcb3684f ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xfcc20324 km_policy_notify +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcea6e2f no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf09640 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xfcf16de2 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xfcf3334e secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xfd29c0e2 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xfd2d1cf9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xfd306aac mdio_device_create +EXPORT_SYMBOL vmlinux 0xfd3da772 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xfd41f138 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xfd424954 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xfd655e17 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xfd79ccc9 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xfd7a4fb1 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xfd82cb7d pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xfd8c13fa nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xfdb781e0 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdbc9314 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdf78cab phy_attach +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe02a1b9 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xfe050480 kthread_stop +EXPORT_SYMBOL vmlinux 0xfe1860f6 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1ceb47 cdev_device_add +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe2788ab iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xfe28a141 inet_put_port +EXPORT_SYMBOL vmlinux 0xfe2994f0 bio_add_folio +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe57b6eb release_sock +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +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 0xfed8141c vfs_dup_fs_context +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 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff046255 dev_addr_del +EXPORT_SYMBOL vmlinux 0xff048385 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xff1cc999 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff348ee6 mmc_start_request +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff5ac8fc netdev_printk +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff86280a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff9e5452 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffba15aa dma_map_resource +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x4030e5f1 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x51c1075a af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x619c6f88 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6a800855 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x722868f9 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x900c13a6 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x956e294e af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x9f5e1848 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xb2ae292b af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xc1d4dd2d af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xd6b13237 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe3156d43 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xed566759 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xf113466a af_alg_poll +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x7f5043f4 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x6614ceae async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x6d616b86 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa74d3961 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x2895ea4c async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x843fda1a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x21b4cfe5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4fa7a66e async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xef580796 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfac6f7d7 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6f28a239 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x919069d2 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9fcca783 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfb150d47 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x0d6d7bbe blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4b3026b6 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 0xe3156a6e 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 0x123a9318 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x2e7f8f56 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x52162f2d cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5cd69598 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x6d112537 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6e639121 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x811548ec cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x85fb8052 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x8814c09b cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa70af21f cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xb03b49a3 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xe69d3221 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xe74e9979 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0cdf9065 crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0f6063e9 crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x123f2827 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1c45b8b2 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1d234ede crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x38eed72f crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3bbca1ab crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3cf1987f crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3f86e10b crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x41e71f2d crypto_engine_unregister_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x433108b1 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x43ab8779 crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5077d4b4 crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5de5457d crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6f886622 crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x77166a56 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x84041a26 crypto_engine_register_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9203651e crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x92fd3315 crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9c10e1cb crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9f50bfb4 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xac1c292c crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xad4be6ee crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc3950b40 crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc63caffc crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcff5e4a4 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd00af0a8 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd5d40406 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd80fd6ac crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe9ca8a0e crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfe00f186 crypto_engine_unregister_ahashes +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 0xa2ac60b7 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 0x3a7cc693 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 0x67591368 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x00cbc738 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x09b3586d spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x278297ea synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3291057d spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3f3eb3d6 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3f489f3a spk_synth_is_alive_restart +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 0x6519db6b spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x818e6a6c spk_ttyio_synth_probe +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 0x977c8d7f spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x982d9011 spk_do_catch_up_unicode +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 0xc30ccdff synth_remove +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 0xce691ea1 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8b93ede spk_do_catch_up +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 0xec91fa36 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfc6e6b18 spk_synth_get_index +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 0xa99b4a75 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xad778370 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc1eb343f __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xed410c8b acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xfb0afd66 acpi_nfit_ctl +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 0x13b94c92 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x9d94c423 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x078ab232 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x591babb1 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 0xb56d2a66 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xdfed2cbc linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x32c23167 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xa19c64c8 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xf7cfa35a regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xd70236a1 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x255bfc80 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x72201160 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xd8e97baf __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf490736f __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x6d26325d __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xd95d23bf __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x14f234ce __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x7affec2b __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x49f795b9 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x799e8c86 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3e611834 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x6b80a0a2 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x7b23d6cc __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x947bf71d __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xfb3ff800 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xfc4e0297 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x01712008 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0511ab5f bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f6079da bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x195a024a bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36bc20b3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3dc29790 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x49288d89 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5411d928 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5615943e bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x579af6cd bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5d669ed6 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x670cbfcb bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7ec983fd bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9919ad2f bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa045e7c5 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa6715a40 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xafee2b61 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb87ad236 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd031955a bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd0e47286 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xda2edaec __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf00b3f68 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf05debfe bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf79b1696 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x203ec0f1 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x70c9d7c8 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x75b7bab6 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8bcebc61 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x94c34ea2 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xbdda988b btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd425ddb5 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe3a80f25 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x36a84412 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x38938380 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4a2d5bf8 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5989059e btintel_recv_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x75f10e23 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9bc950c0 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa3e7a4b8 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa80e3b9b btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb1c86ae5 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbfc819f9 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc5c63eed btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd08c731c btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd5de7d35 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe86e4c1b btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf614c3d5 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf83ea2e1 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfb84a3b7 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfdc3f21e btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0b2a8a5a btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d0f89e6 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x28e8977b btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x396a6f11 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x470b445a btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x53bbb48b btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x90e3c101 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb8b25ea5 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc1f9ed73 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdd03ba47 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfbdb6d06 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3d8baaae btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x4d999a1a btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x6168b4d6 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x774275f1 btmtk_register_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x9606ec61 btmtk_reset_sync +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xadc0da32 btmtk_process_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1cfbd065 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9f548f63 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xb8563799 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xbeb07c34 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd48312a1 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x12aed7c7 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x24260c46 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x2947ede9 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x50ff6f7f btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x5e33cd12 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa5abe513 btrtl_set_driver_name +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc6c511d1 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9ff7f66e hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xdf74f516 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xeef81748 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf023b770 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1daa7ac3 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x3fea9e3e mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x44d17f4a mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x78416a16 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x98731363 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa176feb7 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe1e68853 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe4f8a4bd mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0222be3e mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0ed29ccd __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2556b291 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2e03f9a8 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x39e8f018 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x46af4783 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5171e6c0 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x51b11f65 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x525a649e mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x526fea20 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x660e8c25 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6714f325 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6c89b3e9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x829f95de mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x972c51ee mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa9ff3324 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb0c1cd7e mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc07e55e9 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc8f5d9fb mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xddb953cd mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe0c1a879 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe3d217fe mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe6c87d2b mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe99029a7 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeae91259 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xecd5f3c6 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xee2b5f07 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeea361b5 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf435de0d mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf8404dd2 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7888d306 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7c7aba03 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xec0ed20f moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xf7488f3f moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x0e10e58f sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x36820416 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x563ad7ab meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x5c4ba92c meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xeabf5ce6 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x578bc947 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 0x03a3583e qcom_cc_register_board_clk +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 0x10e7102e clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1caae700 devm_clk_register_regmap +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 0x2af75cc1 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2db1f889 gdsc_gx_do_nothing_enable +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 0x5f9202d9 qcom_cc_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 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 0x79604e87 qcom_cc_map +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 0x86f53c26 qcom_find_src_index +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 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 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa9317f21 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xade077a0 qcom_cc_probe_by_index +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 0xb7adf104 qcom_find_cfg_index +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 0xbce4058b clk_is_enabled_regmap +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 0xdb9317c6 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +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 0x0e780daf sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x213fcbbd sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2907f648 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x29e51551 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x340c0667 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4953ebea sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x8ed4b9b5 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa45aa83b sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xacde99b0 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xc03cff43 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xde3387bd sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf0566977 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf5a126cd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0af9efc0 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0d56b7a1 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0d8d17a0 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1333d9b8 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x14b6006e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x154e1622 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2d6720e0 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2dc64257 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2eca86ab comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x327e6ed7 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x35f42829 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x363b8f5b comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4365811d comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x45025dec comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4a56f124 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6b46f46c comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6bc7ac36 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6c7eee6b comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x78a3d47e comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8240c78d comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8f30f1d2 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9c5a6d1f comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9e4f0308 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa7cecad9 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb03327f comedi_dio_insn_config +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 0xccc195a7 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xce9abe65 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd10fd233 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xddc88791 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe9612079 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeacb6961 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xebe8f454 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf4450c33 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfc863067 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfe0caeee comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfe42d96b comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x22119ad6 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3a197040 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x506ef193 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5b3d6d4a comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5f833010 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x7f72cb2d comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb2300fe0 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xee7b46be comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x04e984d6 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x14f1590b comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2a1ea9c5 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa22eceb7 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xbaf3a819 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xdd8a6d4a comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x231cb073 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x1b6158f2 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x6f889dcb amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x5ded140f amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0af84a10 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0c6989ed comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1b2ede02 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1f77eb23 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2dbe3e35 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x64813ab9 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x871de4d3 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xaf782378 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd1309862 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd7623294 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdb07dec8 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe0dd1de7 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe45a173c comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x55517571 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x6127e6a6 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x8e92cb91 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xa4f05a4c das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x07bd1278 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x193211a8 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3318419b mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x361968a3 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x37377b6c mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x513fd71b mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5968b908 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5cd29e6a mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8e09807f mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa3a25369 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb81c86d7 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbee0ec0e mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcb421773 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcef698ec mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xdd9b4963 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe8f6a8e5 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x0de01d53 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x5212c5e3 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 0x0a0c86b0 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1fb3de7c ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3909ab76 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x39eef196 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3b8442fc ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x819267e1 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x86ad02ca ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8dc13f25 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9f190c44 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb3832149 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe621e972 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe65440d8 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe9bb3fb5 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xed9a9027 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf2e4f07e ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf5e3491d ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x1bd491ce ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2e21fe6a ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3e91caf3 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x587c64d4 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6b3780fb ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc1793bf6 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x146b47b8 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5e41d3d6 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x88e628f8 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8d868f2f comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x979b984c comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x9b3d2387 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdfe1c26f comedi_dio_get_config +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 0x55dc9aaa ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x119e6ad7 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1279f123 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1446b782 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x189c2035 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x20f03895 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2a2cc1eb hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2f693ee2 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x35d0c6d4 hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3b6dc73c hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3e711658 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x448d2159 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x48b74d21 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x48f3cbfe hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4de4e957 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x56189858 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x57fba22e hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6666372c hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6c0395c8 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6df863a3 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x745a9161 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x76b88862 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7871fe17 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x910ab4e3 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9c8ad29d hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9ed3b6ba hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa53270b8 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb115e9c6 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb13e4ef1 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc7d6b798 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xccf166b8 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcd749466 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd167582a hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd8c2b239 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdb67f042 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdbd9165c hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe32e7e47 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe8637b76 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe9ba97a9 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xed801bbd hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeff4a211 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf24bdc0a hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x03c38ee2 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0xe0d76096 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0xafe52586 hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x065fb454 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0744388b adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x08e84ce3 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0a1375d9 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0dc8e0bc adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0dfc48b0 adf_gen4_timer_stop +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x11c866a4 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x131abf43 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x13dc7b31 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x179d5987 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x190ca8e6 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x19d11f4b adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1f3602bf adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x24031085 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 0x37bbf963 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38c0b2c4 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3cdc8e01 adf_flush_vf_wq +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 0x4b0cb361 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x524261d5 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5487faf7 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x567f264a adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5abfdec1 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5b170a8f adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5bfa2254 adf_gen4_timer_start +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5d8184bc adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x60350b80 adf_heartbeat_dbgfs_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x65ef4dee adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x65f203f4 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6712827e adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x695c6e27 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6ac14fd5 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6af83e05 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6d7f5adc adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6e9f3180 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6f5a8d08 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8431744a adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a25d6c0 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a873ac2 adf_dev_measure_clock +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9285bc15 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9c738e4a adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa4f18e23 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa676f7d6 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa9cc395a adf_heartbeat_check_ctrs +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xabe72d5d adf_heartbeat_save_cfg_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xad18e2be adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaeb04dc4 adf_heartbeat_dbgfs_rm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb41fda44 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb4e33720 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb6ab0515 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb6e4d587 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb90dbad5 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb9cc3cd7 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbea0ea32 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc41ec27c adf_vf2pf_notify_init +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 0xc8280307 adf_dbgfs_exit +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 0xcd7f6e09 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce818c51 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcfe53d3f adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd086bb06 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd44fff49 adf_gen2_init_vf_pfvf_ops +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 0xdbbbbaf7 adf_gen2_set_ssm_wdtimer +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 0xef0d8817 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf321a254 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf4f75115 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe80aa4c adf_init_admin_comms +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 0x79bd4380 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x28d2c562 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xaa773f39 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0809ae20 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x59e2fc85 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x75ea5951 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8440d699 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x908c8d05 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb305bbd7 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcd7c4377 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd31e3df5 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf63f7cbd do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x039628dc dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7a126691 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x815eeb4c dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x89b6252f dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x8cc048f4 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaaa54696 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb1e3b022 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb5c1cc5a dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xf3f1ee90 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xf4a8b3c4 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2b8b9d27 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x989ccbe4 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe6b50794 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xeb2b5228 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x4ea7698f ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x59646a7e ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x75f5857b ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x97400a07 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf819f271 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x5fbebcde get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x249bee7e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x05885417 stratix10_svc_request_channel_byname +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/fpga/altera-pr-ip-core 0x005bb8a8 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0f93d539 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x13c0674a dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x159e3e97 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1d800a73 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x28cba0df dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x35a5f015 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3dd89f4a dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5900250c dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5f931465 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6c068423 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x72e874b9 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x763173a3 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7a308962 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x843bab53 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x876c1dad __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x91d2b72d dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x982ec30c dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9b0315f0 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9c80bb69 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xae0b5f3b dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb003588b dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd989ede4 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdfec338c dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf2893b08 dfl_fpga_feature_devs_enumerate +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 0x1d1660ae of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x311c2a99 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x445ca278 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7c7f6076 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x99407fb1 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9db3e7a7 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xaa44e5ea fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbba29afd fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xeda909a1 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x19f9d53d fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2477b9d8 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8f127ab9 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xae6ab2ab fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb195a5de fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc1fa713e fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc7ee170e fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xca93bba9 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd1e99199 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd5c7e6f1 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xec9cfe60 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xeca7fabc of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf2c5e4df devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x27e0a6bb fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x57d565d2 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6200f7c8 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcbf78728 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xdf0ff9bf fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x02cf46dc fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x14c71217 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1bd8cb72 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1f2ab35e fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2a585702 fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x80d06a84 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x811f1f4d fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x91a45b5c fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xa7525cbb fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbf1aa266 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xca1c8a4b fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xeb0b4027 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf15f6f6b fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf594290f fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0x04173ec3 fsi_master_i2cr_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0xdcbf9d4c fsi_master_i2cr_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x5477a4e6 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x55b9d995 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xf61016b2 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3bf60ace gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3c6cc21a gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4d7580fe gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x58285549 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xecae67d2 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x546e9ca7 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5ad5f0e0 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6d2178bb gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xbdf4e89e gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf012cda8 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x107393dd devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x03073cdb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x32e270c6 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x23bf25c1 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x2658338e devm_gpio_regmap_register +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/gpu/drm/bridge/analogix/analogix_dp 0x16308543 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x1f14df96 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x26f23cce 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 0x478f9e7f analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa16b5694 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb4e82ff1 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xec061fbc analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfbe2e77b analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x152f5a56 ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x263295f7 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4c36a6a4 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x65aeeab3 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x6b7f7a87 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc3e9bdd8 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc860bcc3 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xde43f9c4 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xee30a102 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xfdff866a ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xff4c3e8a ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x296515f1 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x2b78a3fd samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xee80406d 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 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 0x5d7e1283 dw_hdmi_probe +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 0x98db0c83 dw_hdmi_bus_fmt_is_420 +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 0xc522c6cc 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 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 0xe3ad7f9d dw_hdmi_set_plugged_cb +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 0x2b4d4a39 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 0xa5fb4dce dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x5f9258ec drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x14223472 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x26f08ef2 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x550b4bb1 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9cc1f406 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc9008b46 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x00e67376 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e5fe0e1 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x272a867e drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2abf3fd5 drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2e7f861e drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x32e1c70b drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x331c5697 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3e527fde drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x41117ea0 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x467d7cc9 drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x48421a04 drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4f896aba drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x527fc2d7 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x55ee7638 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x598688d1 drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5e1a1884 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x65ea1d26 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6f95ee82 drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77c37d3f drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77d68dea drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7e72a677 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x87e24856 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8c52ba6c drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8f0a0fd0 drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9b6cbc06 drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa2d6751a drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa6b6ece9 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa7bb2f8c drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaab8aa79 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 0xaf685cc0 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb50dbc6e drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb8bb37b5 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb8c6e100 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb93c95a7 drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc5e1c4d of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc3257546 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd79a89bd drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdf910b6e drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe82784a5 drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xec3071a6 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf0413241 drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf5f8e28e drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfab47e2e drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfaeb2a4e drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x01e96973 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x04cdf296 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x27476717 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x342bbfe6 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x47feb008 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5ecc91fd drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7d53902a drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x841f4549 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x967c74c7 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb0b30001 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbf0efdb0 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf876b3d5 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3c2a1fa2 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x46c2a6cf drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6cb2e656 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9792a59b drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9812305a drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb910e1e1 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcb35974f drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xef38d1df drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0e0a7c93 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x652afef5 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc193fe76 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc59f3fac drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe1d41f50 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xea04f27e drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf631c520 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xff4fb1c7 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x8050e467 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x148806a0 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 0x5cea826a 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 0xaeb22d50 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xe8a09961 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xed72521d meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x6976b46f s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xfb43a313 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0xd9e3ea6f panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xd124b23f pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4ccca060 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x6e996b62 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x96c1c49b rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x9b1875a5 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x04ae1b4f rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x2e05f01b rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x39ee10ea rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf0a8526a rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x6f60aca7 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xc91c41bb rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x1b2fdb4d vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xb915fc8e vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfdede1d9 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x0c7130b7 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x7aeae6e8 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xcbeae98f ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x0c1fbe88 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x275bc50a host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x9cc8cce0 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x03f956a7 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x043e0438 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0867e17f greybus_message_sent +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 0x1a97ef88 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ab64a1d gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1c4d5950 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x20b76d3b gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x273bf60b gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d05c3d7 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2dd5e0f7 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3011316a gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f6c0818 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x46b68e83 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4aaa6308 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4cb3470a greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x58728eaa gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5aa406c7 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6687e15f gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d633168 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x73f36aa6 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x836f5e13 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8374927e gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83f40b6d gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8de3b83a gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x955a2d49 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x98ad8de5 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9989c35a gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9be0fac2 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9d107a3f gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2ca61a8 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa50efef1 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa6a6ba84 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8ab1ae8 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa9321702 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaac5d69a gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb9821afa __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc4d29b2c __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc8ebe1b3 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd0556fb9 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea0dc2ab __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf0f1208e gb_hd_put +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 0xf90f1ff4 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfbde56d1 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02ff4e45 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fe7060b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x214f22d2 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x23d2eb6d hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3156e7c7 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3420893d hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3512a210 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c2a2e11 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x495b858f hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4dc8d4d8 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d4a9718 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e5eee02 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5f9cfd49 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x606a76c8 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6515a556 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65f2d314 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c2f17c0 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c5298a9 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71ee8d85 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x858c27e8 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ff3b611 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x900bdbff hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9798d762 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9da49784 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4289142 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa78207e0 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8c3ac2e hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa9a8c058 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa093ed3 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb14236dc hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb25f7eed hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb29e52bb hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb2a89f5b hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb34fb99d hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbcc47c32 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbfc0a38e hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2625bbf hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc4459dda hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc846f0db hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcfaae54f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0a2e9e0 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd3b980da hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6746fe9 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeaa458ec hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeacbbe79 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef7c9201 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2644c97 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf338663a hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4eb734e hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf6948d91 hid_dump_report +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 0x64b8539e roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0c0aa00a roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa4be7a4b roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa698730b roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd94af3d3 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdac53a32 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf519ca7c roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x13b63bd7 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e10effc sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x31f87f3e hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4ca4308d sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x70a7cffb sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x87c33edf sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8a83f51a sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xad0b15ed sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe00b219d sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x6144bb75 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xc5b45a16 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1de1b7fd i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x87849418 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xa8f22e7e i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xb14d3be8 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x06b7958d surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa4562125 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xf388c48d surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x0f6efa38 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa9bdbc75 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x017760a9 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x069ef842 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0d82d42e hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1bc60bd3 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x282fae05 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3d4bceca hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6585de35 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6841875e hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6a9296ad hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x845e978c hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa733942d hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa9b95e26 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaf52bff1 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbf264a3b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc5a55782 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd9101494 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd93ecf52 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfac1a4de hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x02206410 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x049e6874 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x11d0f82a vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x19c0b7af vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1d1b1dde vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x25dc22df vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2bffc1c4 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2c0d15bf vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2d5eb89f vmbus_set_chn_rescind_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 0x411dc4f6 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x47b2d4a6 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4a8ef58d hv_pkt_iter_close +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 0x562e653d vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x843ca64e hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8c0aa061 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa36b4f97 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa6163286 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbf20034d vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc8b5e416 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc9911489 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd1920bb5 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd23947b8 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd33a5d14 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdd5f9c44 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xddc23902 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe1b63fb4 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe8b0fc97 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf8a571e3 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf988ab5f vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x513fb15d 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 0x1716e956 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x46b898a0 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x4fdbcf03 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x63ecf459 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x881dbad4 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc8bd6227 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0194af09 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2880be0e intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2a601d04 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3774375e intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x75e1f175 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9d9dbd32 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa4093d98 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe9cb9578 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xec13e7ab intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x19a9fc6f intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1f99f0d6 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x449ea787 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1350e6e2 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2cf8a632 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x30d63028 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x46ae19eb stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x504cc608 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x784e1569 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7d528d89 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x91e2b13c stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa07d626b stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x918d9b66 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x12461d70 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8094d405 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd8ea3081 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xfcfaf68f i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1db0195c i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3f2ce28d i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x51cc9fd7 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xaf763867 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x19dc14cb i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1b02f279 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x21025013 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3f071b1f i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x43f8e808 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4644da6b i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d8b694a i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4f668997 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x538e8d12 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x624d54f2 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6434a026 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x75d66569 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7a5508ab i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x97c57816 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa73c3c7a i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa8a6d71d i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xae5444e9 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb74b16d3 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb8d48cfb i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbf485b6e i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc0870577 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xca4d05ce i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd2630900 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdd5cb2a1 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf3125017 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x1dca4d82 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xa5b3e70b dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xd17ae654 stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xf558aa6e 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 0x16109caf 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 0x5b547464 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 0x8d79f7db iio_channel_get_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-dma 0x00ef352d iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0e0729fa iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x18f3c35f iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x234d8644 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4db108a9 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5474b189 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x87ac70f1 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x93ea0505 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9c1153bb iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd1476a4a iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd8132d85 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xea7a0e57 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x152d159b devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x057af95c 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 0xeeb5b4ab iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x6897053d devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x264e315b devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0421dcc3 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x128c4c19 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x178ee36b cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x34750b47 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x3cca4f67 cros_ec_sensors_core_init +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 0xa4f139e0 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa8df827b cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb6ae7cbc cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc42bf5ad cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe885db6b cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf92e2822 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x8daa551c bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa0232ffa bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xff98c101 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xd44b8c22 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00348982 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x069f8c2e iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b371dd2 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10bdd9da iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11003a49 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13476645 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x150d4ea6 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x154263d6 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15974d4e iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1dc0f1b2 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x31c3a28c iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x34e35ccd iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3be5a507 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3d3a724d __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4837733b iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4b01cbc8 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d3445df iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59583b80 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5980f4f5 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5c48df5b iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fa6be4c iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x643be485 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x670d9fb6 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x78c9e976 iio_read_min_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88a2acd5 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8cf8bb6b iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d5b22f0 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x967f3da3 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9a74173d iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9af9f6d0 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xab6b8839 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf3ea49c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1388261 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb172b44e iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb48d0e42 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb6b8b1c iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcc87fa7 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe1a6b94 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1300338 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc9aba2d3 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcbff2892 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce679267 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf25003e iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd24daeca iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd410cacc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb51c8b7 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe397044f iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe87b764c iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeafa3061 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xecb9f572 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xed3606e9 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee99c857 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeebe6ec5 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0af7e21 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf664f864 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfea54ff8 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0483220c rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0c0fc5a7 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1e9f7a31 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x20a290d2 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x32c4b8f3 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3678acc7 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x583c4b74 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5d438e9e rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8abed111 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8e73d1b1 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9a2ac5c6 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xec877951 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xabd4bcc4 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x96691a76 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x36bc63c1 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xff18791b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2da708af rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x32581709 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x47d1e3fb rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x50486134 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x64bc8b8a rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x722d0d93 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x757222c6 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8b05d541 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x91bcd813 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa29eaeaf rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb01efa1e rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xeba3ccd5 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf54739a5 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x56e87be2 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x849bec09 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc17b34b4 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe1a01ae1 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xef359cba cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x3cc18908 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xdd91fe42 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x0f06853c tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x25abd621 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x53c0a7bd tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x8c040b00 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x067b08b5 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x25b9f742 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x31fbf124 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x41ee34a5 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x465cd0b1 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x493fad2c wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5481b076 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x609e1a2a wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x75e17d2a wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8595adb2 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xadf3a9b5 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd4f5ae5e wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x72779f73 icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xc1a9f5ae icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x6d06591d imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9e4d30dc 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 0x80852642 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 0x0b50b414 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x48dc6d7c qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa5abed54 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xcb551b7d qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe1241c2b qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf268a6bb qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x124acf0b mmaxi_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x14efccc2 aggre2_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x5b2d1d12 bus_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x7ae8d484 aggre2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9071ceb7 bus_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9d6ba4a3 qcom_icc_rpm_set_bus_rate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xa925a00c aggre1_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xaa78bc4f bimc_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xd9161cae mmaxi_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xddb96fbc bus_2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xeba7ea23 qup_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xfc7ca62a aggre1_clk +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x22a5dd9f ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2f829cc2 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4d551168 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5fef6085 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7d67b633 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8d21144e ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9a860cd8 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xba1bb010 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd72cd13e ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1cf934a4 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4a685f94 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5eaa0455 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8ca55ee2 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x94f4c5cc devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xcde66c72 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe85fafa3 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xfb105ecb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x55ab70e1 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8fcd7f6d led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xcc415877 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe1d5bacd led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe40207af devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0a1d425e lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x19f9772c lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4346c238 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6a0738c4 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8817f8af lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x93d7035d lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9828562c lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd12692d8 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf95bcac5 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf9c7e83d lp55xx_deinit_device +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 0x0d103151 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1502efcb __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 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 0x1f867a71 __traceiter_bcache_journal_write +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 0x2e2323e3 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3158a0c1 __traceiter_bcache_btree_read +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 0x44b0e369 __traceiter_bcache_bypass_congested +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 0x4b0b6bd1 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51c436e6 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x562af8f9 __traceiter_bcache_btree_node_split +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 0x6ace33ac __traceiter_bcache_bypass_sequential +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 0x71be86a4 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79d75e2e __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e979cae __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 0x8774746a __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x885f8a75 __traceiter_bcache_btree_cache_cannibalize +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 0x8fe4cc32 __traceiter_bcache_request_start +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 0xa2b2c028 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa4e7a82b __traceiter_bcache_write +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 0xb270250f __traceiter_bcache_btree_node_alloc +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 0xc3976b86 __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 0xcacae10c __traceiter_bcache_request_end +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 0xe13b11c9 __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 0xe3a9cd2c __traceiter_bcache_btree_write +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 0xf927e6b8 __traceiter_bcache_alloc_fail +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 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 0x305c5853 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3dade6c8 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x444992eb dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x486a8db4 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x53d3537b dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x54539751 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6b9ccbc1 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 0x84014aa9 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x95bf4b23 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xae03e988 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb4ba03ff dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6f1d3ab dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc35b5fa4 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe6c2f2fd dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe7d595cc dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeaacaa9d dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfe0f7383 dm_cell_error +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 0xa604cbe0 dm_bufio_client_create +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 0x19021623 dm_cache_policy_unregister +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 0x56e2341c 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 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x302f95b3 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa9077cac 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 0x31e8155f 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 0x65fb572f 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 0x8873b2ad dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa3112e7f dm_rh_dirty_log +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 0xaf2a48da 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 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc3a73dd dm_rh_inc_pending +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 0x26197bde 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 0x1204083d cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1435c706 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1bfebdcb cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x53f69239 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5499256d cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x581282b7 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x66b71339 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6a4b1fa8 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6a827446 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6ec814c4 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x75599810 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x76802032 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x87750966 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 0xa08af811 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa8e08637 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb2bcff45 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb6cbeb6d 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 0xcd4dd584 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe758c274 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe8ab40b2 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9c63d28 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xff091774 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 0x014e76b2 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1a52d1d0 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x40f4aedf saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x47ce4d64 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x688da09f saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8db55f2e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb5219fcf saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb6c4361f saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd1e2fdfe saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf68accb4 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x249d840d saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x30e90ca2 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6d32db6a saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x734832c2 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xac27d41c saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x089ee40a smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0db678e2 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10d11bf7 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21c277c3 smscore_getbuffer +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 0x352bd860 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3ede6935 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x49bf8bac 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 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7dd34f90 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8a18a1e3 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9ffd0ab2 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb24050e5 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb91a38ce smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd0c1a0c6 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd4e1db13 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xde52735d smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe6d77cc1 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xee1cd2b0 smscore_unregister_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 0x04e55001 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x06406eb6 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 0x14a2a05b __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1af3f068 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x20f1070c vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x22680e88 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x34618725 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4028ed46 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x46f46860 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5d32745f vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67d108e5 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6c8a4315 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6e39c21a __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 0x813dd98f vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x820349ff vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9c069952 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9c9fad26 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa50ac4fa vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xae627b38 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 0xbeedadaa vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf3daf8c vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc15f8d2a vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc4bef6bd 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 0xcc9c942a vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd089ec34 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd4322911 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe3cd53bb vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xefabf018 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf898262f vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x9e316dca vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xcb35bf3c vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xb51253c8 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x105c7541 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10d764db vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1bcc791c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2b543437 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2c14e103 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2fc472e4 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x33aa3eaf vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x36ed3b94 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3bf7b8b9 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x478cc516 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4dcef650 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x53c7484d vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5e46fa4d vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x705aac7c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x73ffa560 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x77b379d3 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x77b80fb9 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x791b812c vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7b590faa vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7d53eaae vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7e033fad vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x80a968b9 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x897c3462 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x90d42a15 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x96d7accc vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa79e7c17 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xacddbf97 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaf32176b vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbb2f0518 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd3eec7de vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdd8a226f vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdfe45251 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe87a1a5b vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf0fae2e8 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfa527f60 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xecd722ec vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x3bbc15a6 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x5364842a dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xf3ce6c96 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xb312e829 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x3925c048 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x1a2c23ac atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x76de5e73 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x252ca186 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x5b225b9b cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x63820cd0 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x403211f4 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x147bc350 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x69cdce5f cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x8e1071ad cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x91a8d986 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x9ae3f850 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x97e78753 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x7320fe10 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x8a2afb14 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x5f147abc cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xf99eb5ad dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x51dfd217 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x68fe102d dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xabd2f9c8 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xc5c903f0 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xe7eadbb5 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x3549179a dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0xd58c8a86 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0xc9a36083 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7c7decbe drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xc74f6719 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x7e54aac9 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x9841ad18 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x6fab545a dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x6c4bfdbc ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x6a97df4b gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x02e5a42b helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x6c5fee27 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x86b7aa43 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x889eb8de isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0xa054d72d isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x1af50219 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xcdd09ffc itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x48cee78b ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x4cad6dfb l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0xb902920c lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x5c86f72d lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xa48c4fd0 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x1121ee93 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x9aa98f7c lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x60de5f94 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x48da2d67 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x668dd8fb lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xabdbb740 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x28b4ac7f m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x627b3de7 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x3e2a4670 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x0b9d7c42 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xd47bb458 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x55ec5fbb mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x15a14433 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x7dd50e85 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x12d617c2 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x9f667e59 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x1c6cd8fc or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x2a48d2a2 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x7588b27b s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xc348d6ce s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x7b399fa7 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x80c3a538 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x6d69c05a si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xddd76b2a sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x667c5f21 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xe0db0d0b stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xd8009501 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x40a103ca stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x19a5318a stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xeb4026be stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x1a446e0c stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x9b769461 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xab868a5b stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x52ebf374 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x15b4380e stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x5c0fc929 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x34e6dd93 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xd166e28f stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xbaf89aa7 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x22dcf9a0 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0xf2b7898d tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x3f781eff tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x47ec80bb tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x7c619fcf tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xb597d1ba tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xb2a402b4 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x36b70d28 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x3423afdd tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x294c59e5 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xe5802515 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0xfccf2b5b ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x72173def tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xa9792a81 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x1e224705 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x863a2492 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x7c313111 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xc264d9fe zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x1cfa6dc4 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x85c5e70f ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0575698c max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x05cf2bb2 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0c974e93 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0e5c9e66 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1e2c0a5b max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x487f8697 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x80cda1b7 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8ace3240 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x92aecae0 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9bdd4a13 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa20882a1 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb1324ff1 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe4decba0 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x051fc853 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x05acd1a6 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0d38ba65 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x13b00d7b media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x168c0ec1 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1dda35a1 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x20639c57 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x268e4ea4 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2bc22ef5 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2db87cba media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2f190db8 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31bf0a0d media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33cd7816 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3bef9c31 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x40be9c93 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41d38072 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4ef263f9 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50371f84 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54083333 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5576dd63 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55f5339e media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57b3f201 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x586c6bb7 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63f91339 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x641c5098 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67339bb3 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7097fd38 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x72b72b96 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x770db489 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b3e1053 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x867395a1 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x88abf4a5 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92df1e58 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a076cee media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa03bcc99 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa25d713d media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaacb7247 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xade55fc6 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaea826c3 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf972646 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb49111c8 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8f49546 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbaef495b media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbefa1793 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1026a68 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc5f00c94 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9565667 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd728a987 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd8ea8fda __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe19f7ad9 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe20ff997 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe403f467 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe744c504 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3865953 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf60d559a media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9d7a5f9 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff8ec096 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xb9139778 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x39af6537 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x50531127 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xc78e11e3 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19929772 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1c4e4175 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x20265f63 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x23b305b3 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2bd4fa14 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3239f93a mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4c2a5cf5 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x551f86b9 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x64267ec4 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8480de80 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8c8d1d8c mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x90ecad1e mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9a3565ec mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb337bf77 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb73cd203 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc4d8bc23 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xca883bb5 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xce8356c1 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf3f1ff67 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0361a990 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0b7e281f saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x11c97c0a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x28df2cc5 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2ae170bd saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2df26bc8 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x34280856 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x39f13b73 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f8f9612 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x695277d3 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6a69287e saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x758a0328 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x820f5c57 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e069316 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xadf489f6 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb1f98849 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc394a52b saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe788cbfc saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf04b9833 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x086381e9 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x16672bb6 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x16c6330e ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4bd2b641 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5da98c18 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb32ebe2b ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc39f5890 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x139cd7f8 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1d77b97e nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2f304b52 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x47a29797 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x5148ba43 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x845487b7 nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x8ea8ea0c nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9521fd3e nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa21c66e9 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa31e1b54 nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa6c32ffb nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xac1dffe9 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd0f81f63 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe942533f nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x08b0dbf5 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x09e2031f mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x83dce1d9 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb17f8297 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xe5ba995d mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x30b14c96 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7a64423d vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x8a5d4f6e vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb2af5e7b vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xbb16df83 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcfbe0710 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xd1099061 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xddcd824e vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x00357689 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x059e2939 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0a6e73c0 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0e9f26c6 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0f4bb826 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1346c96e venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1510c966 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x153245fd venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1d2601f4 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x23c35754 venus_helper_set_input_resolution +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 0x2b9a06b0 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2c5f5431 venus_helper_get_out_fmts +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 0x38ac673e venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b8996c5 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3bbefb98 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3e3ea990 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x45f578fc venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x48859a75 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x48df3195 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4d23119b venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4e7f00cd venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5972d84c venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5d7c8a71 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6a94dea0 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6a9d4bf8 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6e5e7f5f venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x77956a0c venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7ff9bce0 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8007d89d hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x810e9573 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8aadd1a5 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x95a493a0 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x99a5ded1 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9e1baeb8 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9f0e47db venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9f85966f hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa36ceb9a venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xaf3fb163 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb285fca3 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb3679ce7 venus_helper_get_profile_level +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 0xbee50b6d venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc009a542 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc3aa5156 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc3c0c8ec venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc86ef022 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcbd9a72e hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcc7f7aa3 venus_helper_get_bufreq +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 0xe0092cbf venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9fe0acc venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xeaa1e3e1 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf6bccffe venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfbcabf64 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfc966752 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xff86ea63 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x220c1539 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 0x0a7f47b5 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x369402ee vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x684e38f9 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x6b6a2455 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xc7a2e8e2 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd6c6ccb4 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd83488d0 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x485a2d3a xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x56ceacb0 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x6b4a18bf 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 0xca276cff xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xd1479ec4 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 0xe243a0fe xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe9a12324 xvip_of_get_format +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 0xd8a3ef2a xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x066b77a7 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9dd29259 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x39ec9606 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x4178c93b si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x843f3043 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8e17e602 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc5b3c3a8 si470x_start +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x13645899 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20a7469f ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2d60f164 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5669383c rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x63165fdd rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x702b2bd6 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x746625a5 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8f95b06f ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9fa8a84e rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1296733 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc26faea6 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc510b395 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcd891a49 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe8315adb rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe9947021 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xef58482c rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5a64d10 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfa851547 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x4cc140d9 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x11165023 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x0342512d fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x028ed6cb max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x6349e4e5 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x38985a92 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x3d8732d4 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xf79b5407 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x2504c89a mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x8c62e446 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x40635388 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xea042ddd mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x2174b742 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x2c34b462 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x71cd12e1 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xa3469018 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x89356a38 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x7a22ad40 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xe4a27355 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x686a0440 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xa6a35f16 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc13714dd tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x037f0ae0 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x78ac2f77 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xcb510d8e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xb10a5950 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xffae0b90 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x9616f309 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x10bf2046 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x127b3be4 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1eb5f105 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f3fad19 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3d0b36fb cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x485707db cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x53b8aa86 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5ddc328d cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8838bda5 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x93a4d4ac cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e11b3ee cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xaf9dfd79 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb79bc426 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbe72b988 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc38e6261 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6fa16d2 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc8761845 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcd84bd35 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe1cb9613 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf1f9c85a cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8c7a7cda mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x1e917be8 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x018f4622 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x08ed5996 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09cb3d62 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1b6241c8 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1ca4c7ec em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2ac0e0cb em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e694fe6 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3aea08ca em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x56ed5d0e em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x603d2726 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x71626fd3 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x75b42cc0 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x83ae6169 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x86daa8bf em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd177221a em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd677deb7 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf6ed6f74 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfd9428fa em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1d685ecd __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x4b1c0579 v4l2_async_connection_unique +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x585cd467 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x69edd850 v4l2_async_subdev_endpoint_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7082d3a5 v4l2_async_subdev_nf_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xe68c7774 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf5109b06 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x40ef4f7d cci_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x98059f0e cci_update_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x9bf4bfe3 cci_multi_reg_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xa41c47e5 devm_cci_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xbed9e63e cci_write +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 0x330cba39 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x4ca825ad v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x9f444d65 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0005b146 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2420c01d v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5546f29d 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 0x71d517eb v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa1d4290f v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xbfeb8891 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc57f173b v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcee92f40 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe09d84f8 v4l2_fwnode_endpoint_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 0x000ac7c5 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02bcfd73 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x06ea3704 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08eba9e5 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x15627474 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1a82ae50 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2253b735 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x230efbd9 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f220876 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3064ee9e v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x353d93a5 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41a24b19 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44f0457a v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4940abd1 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4cbcb97b v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e19d4a7 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5395da54 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5628e473 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61622923 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x62f5e5b5 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x65cb84da 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 0x7b0302c9 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b4a6498 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x86afa522 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d29eae5 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa67abbec v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6fce248 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab740845 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xabbc4f43 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacb005e1 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb1c948c9 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbacd25a9 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb5d24ae v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbda7bcff v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd77d2ddb v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc49381e v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdfc52d18 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2dd77da v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xebceaed7 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed9f1656 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee366162 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee5d754c 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 0xf2204bf0 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xff172ed6 v4l2_m2m_ioctl_try_encoder_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/videodev 0x064ad967 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x065f640c v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0b4183a7 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18e87436 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1a71b67d v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1cb6db9b v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2374e136 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x263ebac8 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x27c0c4bb v4l2_subdev_cleanup +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 0x2f38209c v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30a49bf7 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x315ed6e9 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x36932327 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b4c993b v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3da41db3 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e5f8f21 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f02f111 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45c0bd5f v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x516d1655 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x52fbbdbf __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5366dbcd v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57c2ca88 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x58d5bdad v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ca2f7d0 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f5d1af6 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x64371c82 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x64be4bb2 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6512cf1a v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65524c8b v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x664adee5 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x673f056f v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68cef13e v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a56efbe v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b9262ad v4l2_event_queue_fh +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 0x73966eee v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x797138a6 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b3d8bdc v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x932316d8 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98be3c7b video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b9f39c8 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9be77a6b v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fbc6d97 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1f20276 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa29adf9b v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa56bc655 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6482ab7 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xac7b91ad __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae08ae76 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf7099aa __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xafd94055 v4l2_subdev_has_pad_interdep +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 0xb72c78b1 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd841669 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe4e4048 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbeaaabde v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc0b7ceaa v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc43ed347 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc664be75 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8909698 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca900df2 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd3c3476 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd7bf4e5 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd2306029 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd31c4166 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5b31045 v4l2_subdev_set_routing +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 0xe0c0a583 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe17553f0 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe296d91a v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3783a55 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9470b4f v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec027d79 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec54737f __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeea4efe6 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xefe91c53 v4l2_create_fwnode_links +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 0xf89a2a0c v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfdf0a22a v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff702249 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x208c13b6 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xaec99f82 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd968943e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x014f4c97 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0a878d0c arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x251040d9 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x280eafe0 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2e6e79e5 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 0x5db46d6d wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6a32140f arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6b366eac wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7ac4b858 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x865170a4 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8f89da88 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x96653a91 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc64b1f91 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc9e0c557 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd55dfbdd wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdee80afb wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf03d5b69 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfe7fbf31 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x4fb1a110 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xa8a3e4f9 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1eddadb0 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x53890770 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa223f099 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb70c0ccb da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xe4b493d2 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xee161f6c da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf49b4ac5 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 0x01289a2d kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x48de0b8d kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x78220743 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8920af43 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9aaecc5b kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaecde610 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf2aadbe2 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf842f411 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x4f0c9a49 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x78a0eeb2 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x7edaef5a lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0642dcca lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1faddd41 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x62a915bb lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x750efedd lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x91f60bae lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x934eb558 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaf4563b7 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4483d21a lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x59161e80 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf1df775f lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0718d86d cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09a65b48 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09ab8708 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x11732cf8 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x117ef0b8 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x16317ea4 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2301b780 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x230c6bc0 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e2740b5 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e2a9cf5 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4a934644 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4a9e9a04 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4b69bac6 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x524631f4 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x524bedb4 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6034aa8c cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x603976cc cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7d125db9 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7d1f81f9 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9d5b1571 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa8032854 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaaf70040 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaafadc00 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe8e519aa cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe9c21d4c cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe9cfc10c cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xeca48984 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf35a669f madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x002acf82 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb3cade80 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb52d86b1 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe79838f9 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe7bee893 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf597cd91 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x131459c5 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x62f90ce7 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x75dabdbd pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8108b3a9 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x89160519 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8bc15bf0 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x943af9f4 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9ba81bc1 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa30dfcd8 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa31edd6c pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe1bc59cd pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe63f6c4f pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8536cfeb pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x9f132e23 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0db5aca7 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x372d8f1f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x40efe705 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5d869f39 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7f80842a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x523ec131 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 0x9d0c3b15 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xd2a38f6d rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xd8e1d76d rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xe382b1f9 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x012e39c5 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x07f7da81 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c0d6946 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2b29e1ba si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c166e65 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x32ee37bd devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39478b79 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b5268f6 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b9e1a04 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x433a6b70 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x46df083f si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47cdecc1 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4e77578e si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4f0113de si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x52be183d si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x57ea74ea si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5fdac249 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ce668b0 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7a6bdce7 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x81a2a355 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89584601 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8b809611 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8db023ab si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x914812ff si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9452fc8c si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x97a9d5f5 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9ae51da0 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9cb8f8c9 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa13e61ef si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa15a4321 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd89bd91b si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdda510e7 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe2163b1c si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe75dfcf5 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1c8e9c86 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x20d32fbb sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x958c6314 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9d22e1eb sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc6352822 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x4b7de1ef sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0x064e546e stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x0dff3cf6 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x506ddd18 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x029d1c39 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x097d804a am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x25645ce6 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3b860f40 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa75f3a83 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xae5b39b1 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb6ba3e59 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xf5f0e610 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3991469c tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x5b99e632 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb35da30c tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x3de3226d tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xdaaabeb6 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0b4a3175 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1469e7ec alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2ee7fe3e alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4f0894b5 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8dd53832 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa5051716 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaa0162fc alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x00f11c93 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0699687a rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f46141a rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f5ee46c rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x10550180 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2e8eb460 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2ee93577 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x35814d9d rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x409e8d58 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4921dac5 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4deb4d08 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6b5406f4 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6e14b65e rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7b16c299 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8504e6db rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9638eb1f rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xacb4d642 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb98b55c1 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb9e62c04 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcbf45201 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd1140fe5 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd752faa0 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd8885139 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf1995333 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x02a67bb8 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0dc95999 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0fbb339d rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x26053c4d rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2a50a90a rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2c77c5ba rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2fabb25a rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x52ffcf13 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x66fde275 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x75f5171e rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x93f65879 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9c5c4796 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf81fdf47 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x419a6cf3 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7d5b30ce cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc5fd4031 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd92d28e8 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 0x10dfde9c enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2d6e56fc enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x439379e0 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4f808056 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6d5a54a6 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x702bb726 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xada1b50e enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcac302d5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x214d0f2e lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x621b17a8 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbd243689 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd5b5fe51 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe1e1adb8 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xeb8fee05 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf7abd943 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfa020df6 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xbc06cf0d devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x429fcc14 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xe11d1dff st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x2b928e99 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x6dfbc954 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x82954de2 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 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 0x8f4ddec3 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9dbf1d37 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 0xc92c90c9 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/dw_mmc-pltfm 0x28050f31 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x42957dd0 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xdb9e9fb0 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x0354805c mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x0d30c8c7 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x1fad7180 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xdb245a2f mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x132509de renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xafe631a0 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x017c0760 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x01b99d10 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x04372d4d sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x09dfd941 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x13fd0d55 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1721bcb1 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x202a0b08 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x291a1a2a sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2ae3be2a sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b29083f sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3bf29585 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d79833b sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4056fd7d sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48f8ef5f sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4d82c27a sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x57145c4d sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x593e6672 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x603e65f7 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6477f743 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x648289c6 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f8430a1 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7422690e sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x81df8ba9 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8338f3ce sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x885547ff sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8ca33c0c sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x98455a65 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2145737 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa584a593 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb8f5d119 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbab1ab1b sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbf231fd9 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xca7a5885 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdce5f333 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe28ba1f2 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe5d5559e sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe6845b74 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xec8c6eb9 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee1007d3 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee109065 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf1a14910 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfcd9d3c7 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x05c256a6 sdhci_pltfm_init_and_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x256545fb sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3a28ea12 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x511fd4a1 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x517963c4 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6130f698 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x69d05ece sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb2d5b1ff sdhci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xcc83ec41 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x018c93d4 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x452d39a1 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4f3f2e8f tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x65fbff40 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xb34c6028 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xbf758cac tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc212837c tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe1a18da2 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe5c8898b tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3b70d05e most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x552352ab most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5de05a51 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x61d4088e most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65d58d66 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6923e6dd most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6da94901 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb33ed016 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbc493e16 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xce770ab4 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdaae7a6f most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe4783be4 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe7ecbb1d most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf84c6459 most_put_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x570e952c cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x6827b0c4 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x95399552 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x09e169e0 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x77b32230 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x844aedb6 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe67444b7 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x352eec48 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x501ab931 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa4c6e593 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x3ea53734 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf27f384e hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0015cd22 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0058f225 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x07f27347 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x089f0d46 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d61b146 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0dd47a87 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ea5d082 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x133bd965 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x15733220 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a406049 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x335fd8e1 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f9eda7b mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x401cf761 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e1906e1 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50080077 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x53098149 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54b3d0e0 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x550a4bc5 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5c1e068c mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61d2ef37 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63e32d58 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63ecae9d __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7207210c mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x779c331e __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77af8179 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77dd3170 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7aee8589 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ed7cbde mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85f52312 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89d05722 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ad607e1 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ca568d4 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9983a487 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9bca3336 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f4e6559 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa606a0fd __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae0c63f1 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae808856 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xafd05c1c mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbc019cd4 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbd4df30f mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbfa47894 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcae410cb unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd0f8f165 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xda1e76b2 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xde8f03de mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5d8e79d mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe98f6249 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb08af83 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xebfa27bd mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf180cffb mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf35b3737 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf38e63ce mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfc81d0bf mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3ab8edab deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x711e0111 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x7f8a7abb del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x8bca7839 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa68002e1 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x16da75b1 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1c333a7e nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x24f40848 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x27920864 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4a7f153a nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x53b138d3 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5641da01 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x59a3219c nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x63846ac9 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x68791a96 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6be60911 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7000002b nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x71f9d34d nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x775f345d mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7db6faf6 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x87e21d04 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x94d69fe7 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xac8b033b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xafb8d401 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb0b89024 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbe8b19f3 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc0d3137c nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xddaf476b nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xefbb36e6 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf9babe2f nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x38029ff2 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x4b758785 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x905bcb34 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xed9ec417 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xf8afadd0 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x743820e5 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0110f6ab nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x032ec25a nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x09936039 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0b034aef nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0bf2755b nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x162fe3f5 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x217238b6 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x268408f2 nand_exit_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 0x333aa595 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3c3a3bd8 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3c63f0c1 nand_change_read_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 0x681fb7d7 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7b0ffc61 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7ed376f3 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8b93d5e1 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x970db1bb nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x983eb68d nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb53e64a5 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcd6824fc nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd121cd14 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd24dcbe2 nand_op_parser_exec_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 0xd9856c25 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdd26cb1a nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeb254d91 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf3073d04 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x9569e7e9 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xa568245d spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1809e98b ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2cdcf38f ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3e276fdf ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3ff315a3 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4351e0f8 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x566ce255 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5880a276 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x617279a2 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6480a0d5 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x667c02be ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x87441035 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xab400343 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc15d49c9 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe5faa3f8 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 0x3433c990 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3812695a mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3826f06c mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x44d18339 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x512ad096 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x61cc8508 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7507bf68 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x78445182 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x791aaddf mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8da8b29c devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xafa2bb47 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc77fbabd mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcd25e600 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xeea08720 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xb1cd19b4 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xb486d59c devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0daac897 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4ede826f unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x702badb3 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7d6d0aba c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8c0de990 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc3120eb2 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x081329b0 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x800660aa alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x934b2e57 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x97df76eb register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x029667d0 can_rx_offload_get_echo_skb_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x08d1ac96 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0c03599c can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0d969a17 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x18cb6754 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1bc54722 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3fa1cb2c can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4facc8ef can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x50af50ad alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x54b31d9f can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x57498e39 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5d20404e can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x60ace52b alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6941afa6 can_rx_offload_get_echo_skb_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x699dc38d safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6a9e3e8d alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7122b7b2 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x750a767a can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x765bdd38 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7b03cf96 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7dc8dc01 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x83313cbe can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x86e1a49a can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x898231f5 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaa8dedc4 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xac274fd3 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb5378b43 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbf7145a0 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc996b5a4 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xca669605 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd9db3f9c can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe6425fa6 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeb94d954 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x34e420da m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x362a8c30 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3c171c96 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7e9c9962 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x94e8bbc0 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd4a253fe m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd5e24643 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe42dc10f m_can_check_mram_cfg +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf3abfa81 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1e85c505 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x285445f7 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3345f9e3 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x91deaed5 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xbf1a73e9 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x3f0ef06c ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x3f77b2e5 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x5f6e7973 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xa51abe17 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xc88ba5e5 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x3ca79882 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x5d5d17b6 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xc6f0f24e felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xa2e26ef2 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1a7a356d rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1cc380e3 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x43cffcbb rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x49c1f8a7 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7e011523 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x84ad31fa rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb441dbd1 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb4ce0cc0 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe3aad592 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe8728c0f rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf1aa8733 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf7a07115 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x1444a666 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 0x74e8bc78 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xcb5a1728 pds_client_adminq_cmd +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 0xdd551fd7 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xe926fd0d pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x16fca849 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x2d3580d2 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x03d9b243 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x056cb869 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0821121d liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0d78d18a setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0da339f5 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0e723f2d octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1225dfca cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x16f254e9 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x17794ba9 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x17812c10 lio_wait_for_clean_oq +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 0x20078578 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x233fd46a octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x23627c13 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x24f74be6 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x278cca94 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d516f52 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3d21e7c5 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3e44bd65 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x430d2f32 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x46ec9d13 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x49b49bf6 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x49fc14b0 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x51cc41d8 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x569f7026 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x59078064 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a712e10 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a8f3ca0 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5b07abfa octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5beb1fe6 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x623ed2c0 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x65385d58 octeon_free_sc_zombie_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 0x6fc6465e octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x74337c71 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x74369405 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x751c8e9d octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x75d4ca3c octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x75e589b6 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a33f1c3 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a86b526 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ec23730 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x925b75ef octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x932d9579 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x93f88900 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9875fd0b octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9b51083c octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xacf54304 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5083a84 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb607b84c octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb9efced5 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbaae13cd octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe0e7ba0 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc08aef2f octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc68396dc 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 0xcc65b387 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce45920f octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd33bc567 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd525fbaa octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd69910a7 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd956bae0 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdace344c setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdb3b485e octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdedbf231 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdee72965 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdf1699c2 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdfe31751 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe2f338ab octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe7441155 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe9f523ef liquidio_change_mtu +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 0xed3e832a octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf7830ae1 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xffb12737 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x04cdcb80 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x10c9a0f1 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x194e8aff enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1a32f7dd enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1e3a1bb7 enetc_alloc_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 0x2dea81a2 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x33871a0d enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3e7f5367 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x42104c12 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x435518ad enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4ef00e7c enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x512c1f98 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x67645740 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6b60d284 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6c038683 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7e5447a3 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x93d30421 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x954030ea enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x968475db enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x97058011 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x98a4e38d enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa8e66564 enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb5b343ea enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc38da6b0 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc3d8dd62 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcaf3b2f3 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xda293478 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe11c1626 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe2698aec enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xef79b5ac enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf42979ce enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfa37e0fb enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfba50841 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x32860626 enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x4ab029e8 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x7adb2264 enetc_mdio_read_c45 +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 0xf6b8902e enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf9cebc6b 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 0x01302dee fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0245223f fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1cdd2502 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x37bc8d2d fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4b1c985c fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x62b48507 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb333a877 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xca24dcb1 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xca653f7d fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd2e491c0 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf9c3cd64 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x2ccecadd i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe31a3b62 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x1815276f ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x18c2f3e3 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x88d59bfc ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xb972ca38 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xdc07d694 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x1ab5df87 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3ade1704 otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x66cfb1fe otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xed849909 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00a61634 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x058d0b9f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x085ac225 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08aa2889 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bd772d5 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d5fd3f5 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fae8df8 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x160247f5 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17763698 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17a244b7 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17c2635e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c0c5bb1 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21c943c8 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25109465 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25660d8d mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26c6e8a0 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2934ede2 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a6aac0f mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b428481 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d4cae74 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32a8be82 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x336937e8 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33a16af7 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x350be1c5 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x357485f0 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x388cc1d0 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a3b70f7 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b42a9fe mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ee96b63 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f4b6657 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4278688c mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44e425d8 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45336997 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x466f2a10 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b1026f4 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ff25a61 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53115c07 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53a163bd mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x540070b9 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5593da89 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57061beb mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x579c537e mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59455846 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e5a9548 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x642c63fe mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x655c2a5b mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x679379c9 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68cd9fe5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a6e1f05 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d85a6e5 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7024b728 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x715e100c mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71dbc033 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x731f8f26 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x737c667c mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x760fc097 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x770d03db mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a6e21c1 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c922b74 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d263b2f __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81fe5f5a __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82be3fbe mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88076545 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89f12b86 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8eaa61d6 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f007a55 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x910dd42f mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x917c88d9 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93f5a803 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96b1da15 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x975342dc mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cdea270 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1896380 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa19e3f82 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6189de5 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6ad9c08 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa4e412d mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab25b3e9 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac3c07be mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae342c5b mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2ffc762 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7e5e892 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9743f73 mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba422309 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba8e283e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba941455 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe51a50a mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc65d06e0 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8c46e22 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc99e7425 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9c5e7b2 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfa625b1 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfc2e471 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd05a5e42 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd439db29 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd48ed9f3 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7a69860 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc4159e3 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd85f7ed mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf3b759a mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf762406 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0d74518 mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2173960 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe635b980 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe65f2fbc mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8143e11 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8c950ed mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea15856f mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea82c3be mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebf4eb71 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed62b966 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1dfe333 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf395c868 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 0xf6c9eeac mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc967885 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc9ba265 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe12df55 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01349b41 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03aae8a5 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03cc9e26 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05479a47 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06ac01fa mlx5_query_hca_vport_gid +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 0x073bfdee mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08423042 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0aefad80 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ca22513 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cc4759d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x127dab6a mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x173dbd85 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1abf675c mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ae8d160 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c8478a3 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d3e2092 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20a94e6e mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28a56636 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a078fb6 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc08018 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d2ef55a mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x300a706f mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34f38f11 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3857e7ef mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a0d0e7a mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a2611e4 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41af1a20 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a0909e9 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x531e8140 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x545091c6 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f66a745 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5fb8b345 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x611b6583 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6380568f mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63e194e0 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x668e012c mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66fde13c mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a6d6a29 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x796c7d73 mlx5_query_nic_vport_qkey_viol_cntr +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 0x855a5a92 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86384968 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86a031bf mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x890e9024 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89bd168c mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89fd6883 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c924e54 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95f664b4 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96f291e5 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97ec5625 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1ab21fa mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac1c1562 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb150171b mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb27d9310 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5a035c mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfb4bc94 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7d9b3e8 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf0f5eb0 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4700421 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddce1ad8 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe45b4bae mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe682af3e mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4b87229 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7d9dfe7 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf96a3173 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca3f5ab mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdd695ee mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfee82d64 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0b2f9ace ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x56154752 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xbf4adf50 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc328eb82 ks8851_suspend +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 0xfaf8aaa4 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09ead0ce ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a356e8d ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0b9c65c3 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0eee9eca ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10690b37 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e416b8d ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29d4f714 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c467b6b ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c7fabea ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36b76365 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x37a4c01f ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d67ebea ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e19dab9 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4757cedd ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4873bb18 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d7f5e0d ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6456476b ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6960d38c __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6cd43fba ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75c3c389 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fbfc9ca ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x825b11f5 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89d4c84b ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c86d924 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90bc9e94 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94896eb5 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96279e1c ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x97ffffaf ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b46036b ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9bcbc785 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e412f75 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1101731 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa4907417 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab0e2223 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc079fcfa ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5af671d ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5b588d0 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc8de9a3 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf48b03b ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd814d176 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5b9b3a4 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe75c2caf ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec99c814 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf14fb624 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf360601e ocelot_lag_fdb_add +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 0x8473f702 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xb50baf1d stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc3b6fb14 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xcb599420 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd2e55ae3 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xfced36b0 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x27cb322b stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4131511d stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x45d02e89 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x4a1f0ff5 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6cab4bd3 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7b5711ea devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9a12438e stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9bfc8550 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa3cf7473 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb2574c5d stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfadf4098 stmmac_get_platform_resources +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 0x6c74ac65 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x89e2e10e am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x9cc422bd am65_cpts_prep_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 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x10147ea1 icss_iep_get_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x2b5cdffe icss_iep_get_count_hi +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4119baf9 icss_iep_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4e32b39e icss_iep_exit_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x59c05ec2 icss_iep_get +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x5ff3c385 icss_iep_get_count_low +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x7e80e07b icss_iep_put +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xb0624e07 icss_iep_get_ptp_clock_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xc874454b icss_iep_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xe9cfcf4f icss_iep_init_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0x1c60dbe4 k3_cppi_desc_pool_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0x209bdfda k3_cppi_desc_pool_dma2virt +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xabf9839c k3_cppi_desc_pool_virt2dma +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xdf84d5e6 k3_cppi_desc_pool_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xec3060f6 k3_cppi_desc_pool_avail +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xf46939b6 k3_cppi_desc_pool_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/k3-cppi-desc-pool 0xf64d4389 k3_cppi_desc_pool_create_name +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x28f80145 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x40e11c22 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe505761a w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe8c3cf11 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0x1882ac99 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x19a7c86a ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x304adb4c ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x40065c24 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x6dfe29f3 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x77a8d985 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0x8fcd0113 macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macsec 0xc8682cca macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macsec 0xeddb31c8 macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4663f6d1 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4713728d macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xccd289ab macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf40dcf47 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x688f3413 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xe9d72822 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x7bd34c43 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x10c10029 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x164acb3e xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x2a16a721 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x30983f21 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xbe9fc691 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b25b8b xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xd53b7d9e xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a261be1 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a78411a bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0bee8b4c bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0c1fa50c bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x14a4fcd9 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1bf310f4 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x23dc634b bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x24720109 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2a54f551 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x36d763ec bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3aab610f bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3bfd7954 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4523a01c bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x45a63a0b __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x55514e11 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6a4f5c8f __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7c30d905 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8fe06af0 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8ea2078 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaea598bf bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xafaf7dda bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb5a55a8a __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xba751908 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbb3128d2 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbc253c93 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbd557259 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbda5c473 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc4f9e1ab bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc58a2683 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc8dfc1ff __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccf89404 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc5b7d37 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe6d77dfe bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf4749519 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf5948b30 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf886227a bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfe89c69e bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x5b48f5f3 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x6a9201ee bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x786b160f smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7db63e8e smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xaf886f6c smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb5932ec8 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xbc75a8d7 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc0c4ae99 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc95fa802 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/tap 0x0aec29ab tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x27543cee tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x5a8719d5 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x7ae501b6 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x972320c9 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xb661a351 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xb93806bd tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xcd8e7691 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xda7f309b tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x17b801d1 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4a0c30e0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x58d20980 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb796419c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdfa22f98 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xeaf15deb usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf5252871 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3d103e94 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x48c19a8e cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6709b77f cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x71697c38 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7c733b3d cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x843f1a35 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa09bbc63 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbba4d0a3 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcbbc16c3 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcdfff816 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe2690af2 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x15635752 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0858b80f generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4579215b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x819e193f rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x903e0ba2 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9fc1cfb9 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe7759f84 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x032b2a62 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x09ce8788 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x103e62f8 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1590206f usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x162ab99b usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19619dc5 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1a7b4d81 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b8f0ce0 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1cd0de0f usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x310366d5 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x38a8424a usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b5bc205 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d60bab9 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b84f42f usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x50491967 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x588dcc5e usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5dbc1021 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7814e760 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8649990b usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b083629 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c54b327 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ef3aa5e usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa2231ea3 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaccb2257 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad808f09 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb1235045 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb2e9d02c usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb59ee7ad usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc06f333c usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9c0ac4d usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7020089 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe770103d usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeaa8e1b0 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf04a6341 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1b14088a vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x367b0415 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x584919d4 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x7dfeef21 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xd9cb36aa libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3985bb5b il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3af588d4 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6e0cd59 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeef3404a il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf92c641b 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 0x348d500a p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4ec92794 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7ac2f7f7 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8416626b p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x86e172ba p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbbcf59fa p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcc2ec3f7 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcee22d5c p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd4d09dbd p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0984d125 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0e37cdd3 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x10e2d5cf lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x43acf2d7 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4cc442e5 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x57c5b7c2 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6b9a8b46 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7c5414df lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8721ea5f lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x872c3d95 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9c8fdeaf lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb896f2e6 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xce220f1d lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd1cad799 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe488d3c8 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe83d4f82 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 0x2b4c9faa lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7229e64e lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7cc17def lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x97c9c78d lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9de9c181 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xacbaa7e6 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 0xe2606566 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xefa3d2c7 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x07024713 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0ccf182c mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x15a61960 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2e5d8fba mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x313b8575 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x32bceba3 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3bc78cae mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3fdc5cf0 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x42ee9cc0 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4860f720 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5b297a07 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5b484905 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6d23f106 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7a569d4c mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x80b9ff7d mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x858e1cd6 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x88932490 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa5487751 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc61ca924 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd1263805 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 0xe3022773 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf61e9400 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf77040a7 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfd370118 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15b498c2 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x166afa79 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b91cd9e mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1feae67b mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20385a73 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20d22f84 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x218ef20f __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x23ff631e mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x27b31a0f mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x294f725b mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29822cb2 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29f8d133 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d016f5c mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x31056928 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x32aa77ef mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3359fe13 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37616265 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c2e2ff7 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c497f69 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d9c76e9 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x40812818 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48a5941c mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c51bdf2 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c9e0c3a mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x514762b4 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52018cd1 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x526f396f mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5988ef17 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5fef5356 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x607d757b mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x644dbb4a mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x673be8e8 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x67f072de mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ea9139b mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7247e570 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72ae7e07 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73eb2432 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b8b66cf mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d39235c mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7df876b9 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80de4b30 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85a3b9ac mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x88563b65 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d0b8609 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91ccb3ee mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9418d294 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa02ab4f7 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa50ed435 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa53673c5 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xad407f68 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadf2f1f1 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb2c48d4f mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7416cb7 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf041f39 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc1643d42 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc4021b23 mt76_register_debugfs_fops +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 0xc82257a4 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc921db39 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcafd9c85 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd26f64fa mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd36ef79b __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4fd1d00 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd776cd45 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd9c65274 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda2211d0 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb7125a1 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdce1d5a3 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf3687d7 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe081a0f8 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe1b6026c mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe2366d59 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5b6e451 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5e074fe mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe6a5e893 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe6af0acb mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe99587a8 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9f5abc3 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb986ee7 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb9ebc64 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xefc52380 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0c0d000 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa74d691 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa7b79ff mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb190ecc mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb95896c mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcdb2dc5 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff1bac76 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x01eb0709 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x048cf80c mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x052a6dc8 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0851d1af mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08f4d42d mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09f79bb1 mt76_connac_mcu_set_hif_suspend +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 0x0a5f2d91 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0deb8b81 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0dffa3be mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x124ca4bc mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1530a17e mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1597c06f mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1a8d7752 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20469a12 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23405073 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x28a9647e mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29c869b5 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30cd75b6 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x362d2092 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3a4d35b9 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4c6c1e19 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4d0b320e mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x519fcd7c mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x52121945 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5384fd1b mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x57124354 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5c54cf2f mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60ec1479 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6692e19d mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6fed7cbe mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x72f86fef mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x752e5f33 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x76c7a277 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x79dbd63e mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7ad3c38c mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b0ff316 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d02025b mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d8da0d2 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x815ce4ed mt76_connac2_tx_check_aggr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85f92a32 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8b57bf9d mt76_connac2_mac_fill_txs +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 0x913b66d8 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x950b6992 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x968c6c99 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x993f3e57 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b233a00 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa0ee0866 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa569f33f mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa7442bef mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa8fd30df mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaeb740e1 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf2110cc mt76_connac2_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1c7ff3c mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb3b76aee mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb741b998 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb8a34a0e mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbb391f2 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc994a5c mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0f5e2ca mt76_connac2_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc34658cf mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4bcdea4 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca516c07 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdbfef1e mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcedc71c6 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd024697b mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd1d5324b mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1e34355 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe20d155b mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe30d418d mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe505e7e1 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe573c381 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6ccb071 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8d752e5 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8dc5175 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeab6b48b mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec5eb552 mt76_connac3_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xed9652c5 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfc305c04 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe9e2455 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff92f362 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x014237c2 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1288544a mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1917bb3e mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2394a711 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x494e3b31 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x60ac090c mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x69acdddf mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6fccece7 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7cc045c7 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9deb6077 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xba9a20c3 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbc0be5da mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcd454f85 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xde33a217 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xed8e531f mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xfdac5e20 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1d2cef0c mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x21f70c95 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3fcb94cf mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x48c89bd4 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5df2be64 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x65614bed mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x716a3653 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x92f2cc5b mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9abc1feb __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb43ec310 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc72fd7eb mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcb4047d6 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xdcf56953 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf5473e81 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x062e42c8 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x06f8539c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1502fd9e mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x15862f4c mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1a88349f mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b1d4ff5 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2c7f3d97 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x35921e7b mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3b5ecb20 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x49820755 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x56f2d053 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5912c8ca mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5c029310 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5c0ccb3c mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5fb75697 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7bcebadc mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7dbfd26e mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9441aa96 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xae065387 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb049829f mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb25338b4 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc998153b mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcc53a8de mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcddf0229 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd6d16447 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd6df39c9 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd8e12cd7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xee40a9f0 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3f5b623 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf95bcc13 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x1ee11b17 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 0x23f4d782 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4f8585b7 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x537c60c7 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xa7011641 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5dc39a87 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x78da9e28 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa621ce70 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb2dfc7d0 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb2e503aa mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc1a7f11a mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcc31efb2 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0024c961 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x019d9aa8 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06360fc7 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c798922 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1396aacb mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15dcf1b3 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17efab5e mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1928f45d mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x215fe55d mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22a0fb03 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22a932c8 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d941343 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ddd910a mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x324f1158 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x393b8ce0 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3974aa1d mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4096e1fc mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42f03e11 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45196999 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x49c47878 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ac0b124 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4dd3a90f mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5143bfef mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59830fb0 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d0d6f4f mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ef51b9d mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x60458cfb mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x658c4e91 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x672a0b5e mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x679e6b74 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x690658c3 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a34547f mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6d7233ba mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6dee66b5 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70a012d6 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72cc0317 mt76x02_bss_info_changed +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 0x7fb15519 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8860a375 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a9814fa mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8c614c5d mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f0a7962 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 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x969d7007 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99b489d1 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa383d65e mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa616c553 mt76x02_ampdu_action +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 0xafecb766 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1199323 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb3f43cbf mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb51635cc mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb754d936 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc974abe mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc00539aa mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc082f731 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2822f37 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc33aa17d mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7cf53ae mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd36827b6 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5d2f0bd mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc6b6c07 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf71751d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0132c4c mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe07666b4 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xead5725b mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7a22dfd mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf9baa89e mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc564610 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x095647e8 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x27dda8a9 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x44648565 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x67dcda91 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xcb58d957 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd7b375aa mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xec7ab66b mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf3a1cdb6 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x056e0bc7 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1096578a mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1602068a mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2d694f6c mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3963e40a mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a9898a5 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x58f19900 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x60425060 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x669def46 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6d422c61 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7702191f mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x79e79721 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7c2e3fa6 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8ac7ab0b mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8ebd2306 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x95d3b9ab mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcea3b869 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd54fb4e2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xda70a6e2 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xeade38a0 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0e6cb44a mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1004a1d2 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x205e7e9f mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x25708b5b mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3b4fcfde mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6759e495 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6c3f1834 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7b113a73 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x89cc48a1 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa17d9484 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa732d52a mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaefa821b mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe393fefc mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf46e8c48 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfc274260 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfc29f401 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0ce9d62f mt792x_get_et_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0d7da5b2 mt792x_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0df73a34 mt792x_pm_wake_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0e78b4d9 mt792x_set_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1cc71e90 mt792x_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1e6da09b mt792x_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x27dfc2c0 mt792x_mac_update_mib_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2c73335a mt792x_get_et_strings +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x3a95de00 mt792x_acpi_get_flags +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x3b0691ea mt792x_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x442efabb mt792x_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4b8a6624 mt792x_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4dedad4b mt792x_queues_acq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4e7f7c65 mt792x_sta_statistics +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5352c428 mt792x_mac_set_timeing +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x54920821 __mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x55314d29 __traceiter_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x55721502 mt792x_set_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5884e7b0 mt792x_dma_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x59e824b8 mt792x_tx_stats_show +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5a7b5c38 mt792x_pm_idle_timeout_set +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5f2194f6 __tracepoint_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x640b4e29 mt792x_wpdma_reinit_cond +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x640f7842 mt792x_tx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6b08dfd0 mt792x_poll_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x712eb6e4 mt792x_mac_assoc_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7304e27f mt792x_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7a33b4a3 mt792x_unassign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7f3328ac mt792x_init_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x80cb271b mt792x_init_acpi_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x80e0c01e mt792x_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8dc6a74c mt792x_poll_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e471e29 mt792x_irq_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x91f45452 mt792x_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9539a853 mt792x_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x96000f76 mt792x_rx_get_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9a4d8069 mt792x_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9b703210 mt792x_assign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9c06d4d5 mt792x_roc_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9e41b0e1 mt792x_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa036b858 mt792x_pm_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb2893291 mt792x_get_et_sset_count +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb4307541 mt792x_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb9749f8d __SCK__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xba139665 mt792x_mac_init_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd22e98c mt792x_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbf3369c5 mt792x_init_wiphy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc3a0fb62 mt792x_pm_idle_timeout_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcf3cc7a3 mt792x_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe00ce9f8 mt792x_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe4ccb149 mt792x_pm_power_save_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe6120396 mt792x_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe6edeeb0 mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe731fec5 mt792x_mac_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xeb967e47 mt792x_wpdma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xeccb737b mt792x_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xeeff5493 mt792x_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf5cd32c2 mt792x_init_acpi_sar +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf8987797 mt792xe_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf95d1d57 mt792x_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x01995725 mt792xu_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x07f593af mt792xu_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x5f079c42 mt792xu_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x70ce1e36 mt792xu_init_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x94c6cd0f mt792xu_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xcc798e07 mt792xu_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xd30d7de3 mt792xu_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xdea1f974 mt792xu_mcu_power_on +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xf0d2d434 mt792xu_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x0f88e362 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2c58166d chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x3561610d wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9ad5da96 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9db57eaf wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9fb28125 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xdeeff8aa chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x26be6513 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 0x397ba0c5 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5c11a8e8 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9293e0bb qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb4e65030 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe60ef685 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0bc91cac rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ece4480 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x107225c0 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1977e921 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1cb5dc83 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x23160d0d rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x25464925 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x27005369 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x27ac563d rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2ad95d29 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2c78958e rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d90b52e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x41b79e14 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x48ae6052 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4f0e651a rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x552d32a3 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x58ac5349 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x590a96a0 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ae1ae03 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6c335f42 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f0b7db9 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x799ccec6 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f5c6efb rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x879b1a51 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9010ea9b rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x91b8701e rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x986b490a rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x98f01a5e rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa007fd67 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa9623c61 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xabfa8cec rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xae6ec6c5 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6374837 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb715ca64 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba4808f7 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbb08bbf0 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbcea2b41 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc0baec6f rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc5dbdc64 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9d92ceb rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xda9ef79b rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe367b2d4 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf51a493c rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe3ab7a6 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x01551928 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x044f9226 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x19f55555 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1e2a850b rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x278ea5b1 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x38e72b7b rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4981e1e6 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x49d69ed3 rt2800mmio_init_registers +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 0x78cc0142 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x79bd4711 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8cd8e7d3 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x963cd5c9 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 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xae5ee9fe rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc4ef58b7 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf03e624c rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf9f40282 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x005ec7c3 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x02570c2e rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x08ffeeb6 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0a6a6112 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0bb788f7 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19584452 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x20d1336b rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2203d1ff rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x247fb58e rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x286245f3 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a9d917e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35008a22 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c6e04b3 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4116fd48 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x41418e6b rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x456eb91b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x45700aa2 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5482973a rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ef7ba57 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6ed08f01 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x714f1909 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x79e256a0 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8114ab2f rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x813119a0 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x815b565d rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x856a9a52 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c8649c5 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95d7f961 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96cf0626 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x97c8121b rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xab3a5108 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xabf0b955 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc11afc6a rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc11eb0c7 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc2ca50c7 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc37df2cd rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc728ded6 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xda4ba06d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1d2cb50 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe298e87f rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe3d286ba rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe429057f rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe763cc10 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf315722f rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf75e4252 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd0ccadc rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe16afb0 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x00fb8242 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x7569be8f rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x7ca33b1c rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x972c1ae1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa63771b6 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x025725e1 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x38b6686f rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8cafe6dc rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0153f768 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x03fa5a67 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0f1fca94 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1d85eb5d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2c93ef36 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x48517235 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x60ab14d6 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9b363969 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9f5d20ed rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa33faec9 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa8f2c0db rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb7a33df0 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb943a5b2 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc1d53a25 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdc0fa164 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe67f78ac rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x28ff19be dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x48990513 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb125878 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xffe6ca65 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0257c057 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0b9adfcd rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0cec2980 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1629629e rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1705b13b rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2f6e8cc3 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3e2ce30f rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3ee87ced rtl8723_phy_init_bb_rf_reg_def +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 0x4a29ea0e rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x513552c3 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54cbb6ed rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x710f6f86 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x764b11cc rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76569850 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x878d0edb rtl8723_phy_path_adda_on +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 0x8c773861 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x99d31753 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9c1bcb64 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9d392b36 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa2d14e33 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbb6288ef rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbc779bac rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc1cccfb9 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd7ef9a69 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x146a8756 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15a2ad2f rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19143385 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e8787b2 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 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 0x37629deb rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60c6b837 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x61475268 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6fc1e4a5 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a4e47a7 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7cb7402e rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8083f1cc read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e0127cc rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92d23c24 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93325c11 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 0xabf092dd rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac32a6a2 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb13b32af rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5bcdb90 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6032eb0 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd52c926a rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9eed17f rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf381efd rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe1d5f0eb rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xecc7da34 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed463cef 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 0x3dff0d06 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4146e8da rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7e380548 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbf6b5cd2 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcbe31464 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x185e480a cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x226de3a3 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x53956ff9 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x975a1116 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x13cceb85 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x38ffb1af wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9b68d91e wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x047eecd7 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ef637d0 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x135da2d8 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1da48da0 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27adee8d wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x332dd5b4 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3c309359 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ecd9573 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x403c3f69 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43e1341f wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47398732 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e620629 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51faf1ba wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x60428251 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x644a2449 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7549fa84 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e455946 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7fce94fd 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 0x900d4faf wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x994ea9be wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c6b0213 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9edbc838 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa4535178 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab8dac61 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xad36539a wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf076ee0 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf24ff26 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb022e83b wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb041fd6d wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb22685b6 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2ace61c wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc274e24 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc047212c wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe3a537bf wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe7f89654 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe90b854f wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9913996 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9bbe492 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeffb1f82 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf03d2edd wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf767e0ed wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf8338ff8 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfecb8c40 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x032bcb77 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x24ec7209 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x40e326d9 wwan_put_debugfs_dir +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 0x945e97e9 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb8ee1b10 wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xdebf1de5 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0e1b276e nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x281217f3 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x9a06e5b4 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xbdd1c445 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x03da4ddd pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x18b1ee59 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6a1e0dfe pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x840467c0 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa72b02c2 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa7921bb8 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbce9c871 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 0x155047f6 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3fab125e st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x40da705c st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4a824c14 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4ef9cc41 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5c81d3d3 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa405c6d1 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd359bf23 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x09378eb3 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x22c7338a st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf1f31146 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 0x13045e11 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x1efaa989 ntb_transport_register_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 0x430c2564 ntb_transport_create_queue +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 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 0x10197b80 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x799eda26 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 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 0x6bfe3707 nvme_auth_gen_privkey +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 0xae5c249e 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 0xec1ec66a 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 0x00689a23 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0cdff26a nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0fba2d68 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2705cb70 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27e2b479 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x32bb55ad nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x344badf3 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x35479a6c nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3a361217 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49aafd38 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4a1335dc nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4a9a1e94 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4d121597 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x51a1ecd5 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5358023c nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x542baef0 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x579035a3 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5fe4c384 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6166eb1f nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6341e3d6 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x681889b3 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x69ff728f nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e90277b nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x72ff745d nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x75866134 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x778a7626 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x791d0f20 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7a60474c nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d003791 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x83844e10 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8863058a nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8d925803 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x98b524c9 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9d7ce527 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e4e069f nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9ff7c96a nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa85dbb4a nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb0b1b643 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4f01871 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5a1cebe nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7f313c7 nvme_auth_stop +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 0xd767bb86 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9eeca15 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xde3d0920 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe131713e nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe938b5ba nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xed854016 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf2dc0d1f nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf5437545 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf6019ea7 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfbc7cc7c nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe801781 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xffbacf91 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xffd0704e nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x59c84acd nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5d0a4be8 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5f08a412 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x615b369b nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x93794bdd nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb1d875a6 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc68e3349 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xce3e31cf nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xda7d05a4 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdcd10390 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe804847c nvmf_reg_read32 +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 0xa298bf79 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 0x0bd27d6b nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2146900c nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5cd9a264 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x606a2589 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x68c38d67 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x755a0273 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9665b0be nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa7a802e5 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcebdcf26 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf263e4d0 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf8056c38 nvmet_sq_destroy +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 0x56ff008d 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 0xb1e7a92a switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x405e6374 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x824c7116 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x846ba368 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x14185668 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x23629b58 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5ed3615a hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x64185851 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6f320625 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x70111771 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x74d21b61 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7a88c2ca hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7c73d69a hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7e8ca9cc hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x85c86980 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa2c0b339 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa651ac4d hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xce7f0923 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdd7b95db hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe8d870f0 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xec69b71c hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x9e3d8f04 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x087df3e4 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x15d8367b tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x21d5cee1 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2c16ca4e tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x321830d0 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3c991c0d tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x470f378f tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x49e0c505 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5a1e8436 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7dbc4ef4 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8b2255cd tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8c7549a8 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb50ab978 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc93fbb1c tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xce75031e tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdeec1847 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe7b6c834 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xeace06e0 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf369985f tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf3e3253a tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x032ef401 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x335550ee mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb0c27188 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x94766791 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xdedc1cad lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x6581bfcc cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xff7d1dba 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 0x08122933 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0ce82fef ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0ee9b426 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x13557754 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x361d6662 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3859014b ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x487a5c15 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x501fc741 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x549b70dc ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x59a28df4 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6833cff9 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x79878660 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7ebc6273 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7f3e3e15 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x87e117ab ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8ded7473 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9782fbe8 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9dc04b01 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9dedd87f ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa051fd13 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa45b5778 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa614774b ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb0055c0f ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb252f062 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbddfaec0 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbe6b19f9 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcbcf3620 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd292e1f1 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd8dab254 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd9109659 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe9fc5572 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf2837b8e ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x60fc79b8 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 0x09e94ea2 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xa1f7eb1a devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xdee91e4e reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xfbf67ffd devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x0da9eb6e bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xaf60e7a4 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdee2a9ef bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x181c7ea1 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa86c312d pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe57cf305 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x23865fa6 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x24db29cc ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x335f7183 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x61594452 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7f0a183b extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x950333c7 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa795e033 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xaab05793 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x8837f800 mock_phc_create +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x315128d7 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4306066a mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5cd1671f mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x77f1ef83 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xdf9b2fa1 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xeb7e3814 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x08030d38 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x175a9d64 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x618345f1 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9a2e9579 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xed15d916 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfb7ec43e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xbb6f537b wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x06fd6c55 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x83e3d719 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9699af01 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x98333ad9 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9bb2450c scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xd8fb7e7d scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf1cc1640 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x1fee8355 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x4ddac9fd scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x5ba2d427 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x71f8238a scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x8608e79a scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x218690fb pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xb3a657d8 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xd6087891 pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x17b970f6 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x2bbc5ec2 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4ea7f0e6 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5ee4770a qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x926ebbb0 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd799658c qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xe8338728 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xefc7c222 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x07baf758 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2bdf070a qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6bc12232 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb1a6fd65 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb1b6107f qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcac7b269 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf61cec51 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x00b57959 qcom_add_sysmon_subdev +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/rpmsg/mtk_rpmsg 0x1748c5d9 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 0x3d143550 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 0xc6bc0fd7 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/rpmsg_core 0x6d39d519 rpmsg_set_flow_control +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x9a2ccf81 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x067a7b67 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a3ea97a cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f72420d cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0fdd6c68 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13153bbb cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x185272bc cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x194ab2aa cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2b553d1d cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2bf36535 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e08d030 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3283032b cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b613812 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4178605d cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43276c80 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4378d4e4 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d7ba09b cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4de450a2 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52d27ada cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x53037ea2 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5391633e cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5643054d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b5106e1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6910b32c cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7409a07c cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76f2ce0b cxgbi_ep_disconnect +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 0x84756a1c cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88a45311 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a5b4d95 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a686bad cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x98c1e07c cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ad14a8c cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6f519c9 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb746a03d cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7be94a6 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb833b4bc cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc5b838e3 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcac3c83e cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc1aa0a1 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcf6294a2 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd00b1b92 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe1633eae cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xebcc5a98 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeed14051 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfedea775 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x05de1ddc fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0e9c4ac6 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35d20dcf fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x36fbb817 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x38208111 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3a2acef0 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4d7d2db3 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x60dc2a1f fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7f82e0fc fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x823bf9dd fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbd31d458 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcd061bb7 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xead0973c __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeaed6525 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeec23fb7 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfc40dd10 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x2f6128a1 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xd9dc7015 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x056da37d hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0bb89840 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1de3a7c9 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x20a2078a hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x27099ba6 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2fdccdbd hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3db00531 hisi_sas_scan_finished +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 0x40bd6cfe to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x45f4ae3b hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4a16e48a 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 0x60c445a5 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6475edf3 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7c2493cb hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9429c0f0 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9f65c90c hisi_sas_notify_phy_event +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 0xb1ecd259 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb7383441 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbd4e244e 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 0xcbe05fea hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd75ae6fb hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe12e6efa hisi_sas_remove +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 0xe52021e8 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe788aec3 hisi_sas_free +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 0xf0bf435e hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf49fa3e1 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfe394d84 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x33e8ddc1 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x427a6055 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4d4d1054 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x59abfef3 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8ab057e7 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9dc44b51 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa24e1f0c iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01d56600 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03c26709 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03dc0045 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08de32ce iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f08cae3 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1745f437 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18fb7150 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1caa9c4c iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2769c4b6 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x312073d0 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32aae96d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3560cf7b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3560de4c iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36f96159 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41904631 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x59797fac iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5dc856ca iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x650f3702 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66cddf36 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b0adc28 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70ab0574 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x741ed085 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x76062c14 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x798716cd iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ca49d7e iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82e395f3 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84af485d iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94e515e4 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x977e605f iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fb0df6e iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4a9d7c2 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa55ec02f iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa82085f8 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb27471d8 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4282e5c iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1893592 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0cc2ab0 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd593b422 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5f3f9c1 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda15341f iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb1e8dfb iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb3f475f iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2918e25 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9bff08b iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb6e5402 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed35ce5a iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf271ede8 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfaaf4041 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25969950 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x285066de iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x42fa431c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4fb43073 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x56c4b1ab iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6b443e26 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7595112d iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b196150 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9b41b632 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa0c246b3 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa4e81ca5 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa955f3af iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xba78c83a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc39e6ec3 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xda4d4904 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe071218a iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe2ea0a86 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x09330056 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0fecd775 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x104127f4 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d8926f5 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1efea821 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ac111f1 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2c3be3e5 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3bee4f00 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x444c8534 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4667c16c sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x474a1364 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4fb04d3a sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5001a6f2 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x52363dad sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5cbb994a sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5decf619 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6145ff32 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x79a10dbf sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ab2c2d0 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c876680 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7cae6450 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x83c29cd0 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8458e1a4 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9304cbc2 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa88cd51a sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaf9875b3 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbb5cbfb9 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc672dc28 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc86d5d0d sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd8e563cd sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdf29fea7 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1b6131b sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe244450d dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf4f29c9e sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfaacb942 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc17b166 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x9cfa64f4 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1268eb0f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x126cea8f iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15d45f0e __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20cc4e74 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x226752e9 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27fc5087 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30d73eb6 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x33792c67 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3f590c74 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44f11072 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4bbd15e6 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x533f0f16 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x572e45f2 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f53eff5 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fdbbc95 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x654b1cd4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66cab105 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69ae4c5a iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ceb67a7 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71934709 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __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 0x8660f669 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 0x8f67627b iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9373caef iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x972b1ca1 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97913990 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d2948a1 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa33a75de 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 0xa508b6f9 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa61d4ddf iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa6982efe __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab2e795d iscsi_block_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 0xb0ba8ce4 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb95687ca iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2a333c5 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc751ed6d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb5ff962 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0652122 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb338061 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc801b9d iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdfc34ddb iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4b9c665 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8eaf737 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xea48a4f7 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1430c9a iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2c684d6 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf62704d3 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9f02fc6 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff1dea55 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8e2017c8 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xaba164fb sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb532e387 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe2d55aa0 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 0xaa631eee 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 0x25b5c515 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2934870e srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5f59b18a srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x98eb48a4 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd3bf0b52 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd690f3ea srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x2c8f709a siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x44c178dd siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x46f06660 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xafa51670 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe4ff4b0f __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xfca9c3b7 siox_device_synced +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0775066a slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0ced2011 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x122de4be slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1c44792b slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2304d2c5 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x272cbd49 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b954493 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x408b0b20 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x43c92f76 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b9ba368 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e8bce10 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5f09260f slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6657a065 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x729ef9aa slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x78147276 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7d556f7f slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9399873f __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9e4a5613 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa23324d0 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa42a7310 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xac219a31 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc00614f6 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc3f0b140 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe0c3528c slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe9f404c2 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf5cd0f93 slim_writeb +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 0xc1e9c7b0 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x13bb8674 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x18530647 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x188b947b apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b1bba51 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x2dfd26e4 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x33b70d7f apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x6588c15f apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x701d1d3e devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9a9d2fa8 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xcad83410 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd3feb237 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd867782d apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd98a0337 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd9a67b48 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xeebc7691 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xa152328e 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 0x10fce3cf 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 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 0x550f1189 dpaa2_io_service_register +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 0x6ccffd7e 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/mediatek/mtk-mmsys 0x0f9ce863 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x3459670c mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x897dba5c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x8bf4828d mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xaeec744a mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb4bed86a mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb985bd51 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc81a0af5 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xf1c073ea mtk_mmsys_vpp_rsz_dcm_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 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xb1f02e30 mtk_mutex_get +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 0x33d31ddb aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x72e609b1 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x8cdc1778 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9e1eb6f3 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb035b1b0 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb9728343 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xc56bdee5 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xcc62f89a gpr_free_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 0x1b37c084 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x46b47617 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x8efa1350 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe42ff11c 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 0xbb499165 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 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf202cea2 of_qcom_ice_get +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 0x540272a0 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x5772d08a pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6096d5ce pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x69ac36bf pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x797d1eb4 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x8669e93c pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xb47d458b pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd2f7523b pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xf82b3cdb pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa1bfc6c6 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc0710ba9 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xf2ce59d7 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x9fca1cbd sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x6b1b80bf altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x27c46009 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x39270cbc spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x44ed2c80 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5ccfdf45 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x81772c86 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa6a5408c spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x0593197a spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9841178d spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xa5ddefb7 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x13e0ff2f spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x144dc31b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x19c1aa78 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1af42c6e spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x24d7055f spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ef2e904 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5f21189e spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x657e5b29 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6ae4582e spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x732b7a22 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7bcc97f5 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8e266765 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9505e04d spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb21a5565 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb61917af spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb7c3d84e spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4d6d9d1 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcc812841 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xea643441 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xcdd9af9a ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x0ef7b691 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x14012f5d devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1efc5fd2 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3588a541 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x47a9e771 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5934b476 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x66f3f4aa anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x79696c89 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8d0d36d4 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb374ce8a anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd71294aa anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdb445938 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf31ce4f2 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x0f625186 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xaa79963e fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe80ded61 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfaf7527a fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x18453ded gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1a0bbe36 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1d156d1c gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3de83294 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4251428d gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5dd99650 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9ab4bd09 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa9d92935 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc5088fe9 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd660592c gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe1643e19 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xec06e3b0 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf3cd5655 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x00b63b1d gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1cb4a2eb gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x39262a7b gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4b1d94bb gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5f08438b gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7b1e3038 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x92e1b33b gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb8035e41 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd15d525b gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xddf243e0 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xeb07dd58 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf5c664db gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf7dd2126 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x20e9e150 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 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xc9e3ce9f gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x1edb5dfa gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xc6d18c48 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x90c0a4cd gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xf5b587dc gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x591c188f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x05ec60e9 sp8870_attach +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 0x18169367 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1dfe8d80 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4fe85cf5 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x527e242f amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5cc0e7ef amvdec_set_par_from_dar +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 0x76734ac1 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7b391c5d amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x86312a65 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x95079fd7 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x96ef8258 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb2bea5bc amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb2f225e5 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb37b7412 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbc44b746 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc7c4385a amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc8b2e290 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcdd5729a amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe0648004 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe264fb61 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf14fabb7 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfd83a5d3 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x3bd53002 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x605d13aa nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x9dc7df8a nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x1a7d66f4 target_queue_submission +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 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbcb265b9 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe719e55b target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xf5c77bb8 target_submit_prep +EXPORT_SYMBOL_GPL drivers/tee/tee 0x03e87d08 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d3bc3a4 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x103f8a6e teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x18a422f0 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x273e3fb0 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x50162e48 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x52f9f191 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x55d9a155 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x565aea6a tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6c82526f tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x87833a4c tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x88530fbd tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8af6689c tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9389b1e8 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x95d4647c tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xaf4ae210 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb40ad29d tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb50dd0f tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbe1bcba9 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbfe5f994 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe110103d tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe3f330d7 teedev_open +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x2baf4dbe st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x528a2a82 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x7ed3c259 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0eb94f73 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x11b1fcc4 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x18960974 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x18dfa0c6 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x24b979e1 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2fac02fa tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x46f1750d tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4bcec341 tb_xdomain_disable_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 0x5a42fd9e tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5c362e15 tb_ring_alloc_rx +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 0x67fb136d tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x74893018 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x866022ce tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8d6d1bb7 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xabf6d38c tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb6fa9a67 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbe2614c3 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcfe2d869 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd07160e1 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdf25865e tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe11b605f tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe46baa3a tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeff34c36 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf6804af3 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0b0c44c7 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0bf3c232 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0c4921c1 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x184c9740 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1fb912e5 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2170c800 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x23ed539d __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2b3fc589 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x31d9156f ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3634602c ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3c38dcce ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4fe34c27 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x577acb9b ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x57d45970 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x62f4cf22 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x677fa603 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7c0bb8ba ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x83d6dabe ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x87b521d1 ufshcd_is_hba_active +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9017196d ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x90beee9a ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9d8572fe ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa10036bb ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa56abe05 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa758385d ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa7fcc62f ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xae2baacd ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbb9cd74f ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcb1ed668 ufshcd_mcq_read_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xda530e82 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe57c3b49 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe8345494 ufshcd_mcq_make_queues_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xebb88f52 ufshcd_mcq_config_mac +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xef1804cb ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf8ff6693 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfd86069c ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x164de18a 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 0xa8a786a7 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1e7c8224 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x5422d336 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x59d9c127 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x65395795 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x567f16f1 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x83bf9796 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x29b2f185 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5989c3a5 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x59bdf7b6 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5cceeff2 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x659c4791 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc67bbf6e cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xda699084 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xdbe578d0 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf1790b78 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf979f96c cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x59a21e09 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x9a288415 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xbb994111 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd329eb93 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x26cfc601 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x44236a71 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x7773fffc imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8372dc46 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa48f3e2f imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb6153564 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2b534a96 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6900a9c8 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x76c74e99 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x90954c0a ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe2c68864 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf39b0ab6 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0f850fed u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1c34800e u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x222d35a6 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2a1bd275 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2a5f3ff5 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x308f62d4 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x31fe2d4a g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5a461b16 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6ca44da1 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x969362ac u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xcb437e5f u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xccc3a121 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd7da0dcb u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe76766d8 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xeea2b50e u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0ecf5bd1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1a3905a0 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1dda0e72 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x22efaccd gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x31358a6c gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3bb22e01 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3d669f37 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6be97b76 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x79a47db1 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9a9897b2 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa8819da6 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbb8f3cad gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbf4addf5 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc0f16223 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xce96e47d gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd443481a gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd58fa272 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd7e97676 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x0351a8e4 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 0x77d58850 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa60f2a72 gserial_resume +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 0xf21e4b03 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x2b73c0cf ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x644c533f 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 0x002076a0 fsg_store_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 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x23958ddc fsg_store_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 0x2b7e0c7d fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3237824a fsg_show_cdrom +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 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x63875890 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x667a58ed 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 0x71da8fa8 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7522ddc8 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x76969adb 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 0x84e93607 fsg_common_remove_lun +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 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 0xb04aa2a5 fsg_store_nofua +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 0xb3bf40fe fsg_show_file +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 0xc0fafdc7 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcd089a7a fsg_lun_open +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 0xd92bb397 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xde748afb fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe449e244 fsg_lun_close +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 0xff60e94e fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x04337a94 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x09cb03ca rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x11977798 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1a536aaa rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3b500540 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x49eb5339 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4be1f441 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x57670ca3 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x65a5af95 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7bf59cad rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x99c6017d rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xac7b0787 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc75f2acd rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd97b8e8c rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xea3fd344 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03c580e2 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a21067b usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e12ce8b usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2b4b0a2e usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x31327ff2 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f7ebd65 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49877595 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49eead33 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c668752 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x53b96b75 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5aa42261 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5eabfc0e usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x61cdc32a usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6620d500 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x69bb69a5 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6d7cd661 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x71327303 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x74a6ba19 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7a8f9d76 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7eae0fdf usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x907ce655 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b6d3cd1 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa4c50cc3 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbeddef3e config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc00f96a8 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc314b8b9 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc95a5ea5 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcac298c6 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd2ff1fc usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd0400430 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xed69079d usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfe2b3406 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0x3aaf29c4 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3580a01b free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3cd478d5 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x563e5638 init_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 0x86a63145 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9e0d6790 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd266d42c udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd9a918b8 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdb2218b4 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe0cdb90d 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 0x0a8c773f usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x122ceb89 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x26ebe6af usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x280fb63a 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 0x314165bd usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x374f82f2 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x396b609d usb_gadget_clear_selfpowered +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 0x43dc8d55 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x474407c9 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x47f3615c usb_add_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 0x5ac2ac4f usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5e427c64 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6a2b16bd gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6d14e1a1 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6da8c092 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x71ec0d88 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x73e95b0b usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x74309da0 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 0x7d58e74d usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x808e6217 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8fdf676b usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x96f11e48 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb02bfd75 usb_gadget_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 0xc7bfb33d usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcbae9612 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd50a7309 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdcdcf81c usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe051c8b4 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe576e8bb usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf4738ade usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xa13ce57c renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x4a54c5f5 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x53082cf5 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xc20d5791 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x1fd1cd81 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x3e3469b3 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x02164311 musb_set_host +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 0x3aa3e563 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6839b4ab musb_queue_resume_work +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 0x82ee00e6 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x99bfb1dd musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa8db9ec5 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/phy/phy-generic 0x08b539b6 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x796a0d2c usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xdafd9e47 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf7d29c74 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfb7d662f usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xb15caa96 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3dd90b0d tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x45495a6f tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe3ea370b tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe4e23536 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xd3d297ff usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0e8631c3 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1267463b usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x283e2b06 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2a079015 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2d997a3f usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f0709a1 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x500615df usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x59a37cc9 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x63f78843 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x683b3c28 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6b8a7a7d usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6eb58329 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6f90891c usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7ccf3bdf usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d118edd usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86bccb76 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x93d220eb usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa8412982 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc53b7cc4 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xddbfe8f2 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xd64e0fb4 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xdecec1ca dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x59c22589 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 0x2caf0d5b tcpm_register_port +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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x04060afc typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05dd5a35 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x075112df typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b551330 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c5aa14d typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f0742ec typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x100ae40f typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10ce9574 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12077b97 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x150bdaf2 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1514b37c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x161900ff typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x183b068a typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ed27e52 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1eda3596 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21a5ff81 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22d53ebf usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x234f819c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2834639f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2cdd1910 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30a6ab22 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3215f219 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3291b71a typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3eabb87e typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44496da5 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x472bfbad typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4815bde0 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x48fb4d26 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a6b6351 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4b260c97 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4bf80cc7 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c3e6728 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4eba812e typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54a6b4bd typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x554db387 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56cf361b typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56fe3f9c typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57e4af80 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x590825ec typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6317d6ab fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x662fc492 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6f7b558f typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x726233a8 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7578fdd5 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a7bacae typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81520347 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x835f78ad typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8968c30e typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x94aa07ad __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c421623 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa742eca1 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xadb2a8bb typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb07fc0a9 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb742c60e typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbbc9879d typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc7a41007 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc94d4920 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcd849f94 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce99979a typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd6621243 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdce5c991 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xddbbd97d typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6e145d8 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea3f22c5 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeda5f65b typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf369dbf5 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf42d6c60 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5fbd589 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc931876 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfde77ba8 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x32848ba5 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3894a453 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x477aa47f ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x838fb910 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8bda3e11 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x96775d2b ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x97a43fed ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb1b495ba ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfe65871b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x056b0969 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x269fabf8 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2e8bee3c usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4c886c55 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x61dc6192 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x67c32d53 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7ea9088d usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa41aee7a usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa501e212 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdebb1261 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf10b25e5 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf81b345d usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfad02d9f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x39a13526 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x522a1e32 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6fc9173d __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x76fea709 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8a8428f7 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8d5161b9 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8fbb9add __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdd99beb5 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe394c742 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe79484df vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xfbfe904f vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xb751b85a vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xb9d4a232 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x072087a6 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0a7f078d vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x17d14086 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x21296df5 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x28f3e217 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2f905d5a vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3f82408e vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5e8cd341 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x676d9aef vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7638a4fd vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7666e48d vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x95d6c0ab vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x98ddbcff vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaaf64463 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb1e2d53a vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb259898b vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdb33c0aa vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xeccdf690 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xef7d11fa vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0d417f1e vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x59e7866e __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x683c979b vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x7049c40c vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8acd9241 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xccc9c6d8 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xd4b0ffe7 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xd877105a vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe3465928 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe7990e52 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1d8d9c45 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x309f41d7 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x37b57bfa vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3c2263a3 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x58614892 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5eb9efef vfio_iommufd_get_dev_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x632cf44a vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6d53a2bc vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x70641d30 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x736f67e5 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8667ffa6 vfio_iommufd_physical_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x88797797 vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8acc0a2a vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8d51411f vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9207d39b vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x96b878e7 vfio_iommufd_emulated_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa02cbc95 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa8d15e5f vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad3e5f4b vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbd7abc75 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcd152cca vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xde808670 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe14e842e vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xecaf56a6 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf15ec9f5 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf537b15b _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfc259132 vfio_iommufd_device_ictx +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x021710bc vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x077f915e vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e585a36 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10942bcc vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1442ee64 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1dd10e08 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x21431ef0 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23b50840 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30932d9c vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31f34cb3 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x38b10ba1 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3af01789 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a223372 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x550c07be vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x558f180d vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57885c1e vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x58f04c2e vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x64373172 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x684c0b83 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x706cbf41 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74564398 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76c8e990 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7abe0707 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9832c8c7 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9cf08ea8 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa01d4217 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0afb6e7 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaae9dbcd vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb968bfc1 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc4be9b4c vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8263860 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf0633c8 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd8f55b68 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdcba18f0 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe219b71d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe21c0053 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeaa61a8d vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xebf87d6e vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf2482302 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf592d35b vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf68811e3 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8fe611b vhost_vq_init_access +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 0x38b8042c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4da9cbdd ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x82f7aabb ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8760ad30 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa390e391 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe8c39efb ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xecf0b56c ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x4e178ff5 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xdbabb403 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xdfac5979 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f8dcf6a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5c38acd2 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6bb97dfe w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7541527e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x98d31906 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xab395f04 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb0b21ff7 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc058e78c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc2ee6690 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc6896b8d w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdc22dc84 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x5385a3fe xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x74718da6 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xdace8bb8 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xde47fc72 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe3ad551e xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0364fb0a xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x30000f48 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x58ac0838 dlm_posix_cancel +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa2990554 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc41c17f0 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/dlm/dlm 0xfe5945aa dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x250d3803 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x524a1fc3 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5e4f1507 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb41810bc lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd23f079c nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe364fcb2 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe869302f nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xed6000ca nlmsvc_ops +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x995499e2 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d3d1bf nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x020fa25a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0307cfe8 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x031c37b6 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03798395 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x056ddce9 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0587c2ad nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05b50c3a nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0821ea1f nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08393145 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x084f9fb5 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x099a5249 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09d296bf nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b8b5817 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ba0749a nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d284582 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fbc05b3 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fc7aa81 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10fd7e21 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1345c396 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1950c5a6 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bdb87e3 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1da182c9 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ff742a6 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2327d280 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23db0d59 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x264a14b8 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27db26a4 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29c409fb nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a05d949 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2edfa610 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fa877cc nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x309adafa nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3694ca33 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37927ecf nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37cece34 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x396dc8a1 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39f108ac nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c27a8ed nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cf5ae42 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d448fd1 nfs_free_server +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 0x450fea0b nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x467ad15b nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46ddebc6 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x471013cc nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b10dd69 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b7fe63a nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ea2e451 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fbb7c6d nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50afd1dc nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53852cef nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x549628ca nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5797ed4e nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58e19d4d nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59fbc4b6 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5abab056 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b3a841d nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b751d9f nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c04e9fa nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d24f0e5 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e008701 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1cf4db nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1e371b nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f817319 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fedd0a9 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x614d51a5 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6186ec44 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bd6a03d nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cd33df2 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75744364 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x760994d6 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x772ba8ed nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79a473fd nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ab30c4e nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d475f89 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e37b1d8 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f5d49e8 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81cd74c9 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x827b78ba nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82b93bb9 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82ef23e3 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8456f8ea nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x873cfd24 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87b877a1 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8985a05b nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f310d5c nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f529760 nfs_dentry_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 0x941b2f11 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94cbb41d nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9897f029 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bbeb744 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cc7afcb nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa083b71f nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0c2c5fa nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4408703 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5de0fc0 nfs_path +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 0xabd5f250 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae095c34 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb76f9c77 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb84c28b4 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb882fc17 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba0f1f25 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaca3b27 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc01995d9 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0fed428 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc34c3ef0 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc43a65e5 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4baafe9 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc68146b7 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca36ea4b nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc310df6 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xceb975ed register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf1ed9eb nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd045eb0a nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0f66441 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27d9908 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd36d51ae nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd39ec2eb nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd414ee2b nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd467cbd1 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb2d123b nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd8271da nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddc2346d nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde28d289 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde9261e3 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0d6c281 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe772017d nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb136a98 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed5b2dc5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee477682 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeed615d7 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf02a7738 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0430fc7 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0f23ea9 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1b80afb alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf21b4c9c nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf731b867 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9fb269e nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa0c472b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd071416 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x46fd8c0a nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01e9bf24 nfs4_find_or_create_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 0x074b9fff pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07f0a856 nfs4_schedule_migration_recovery +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 0x0ca6d71b __traceiter_pnfs_mds_fallback_pg_init_read +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 0x159d912c nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x165828b7 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16ffb872 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x176f9f18 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19015a7b nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x199487db nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a353410 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c3cafa0 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d0539d1 pnfs_free_commit_array +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 0x21e748e8 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x287ccf1d pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ae61f7f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d1a3436 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d329526 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e172f1f pnfs_generic_pg_test +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 0x31f6cfb7 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32c2b2fa pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37236184 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f594835 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x404ddbed pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45a4e601 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x477c00a4 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47c3561c nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49318a78 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b4a92a2 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x536a0600 pnfs_set_lo_fail +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 0x5c2ef04c pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d3732d3 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5eba400b pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6190957c nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x644cdc67 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6be50c55 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7594c349 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77d310e3 nfs_remove_bad_delegation +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 0x7be74276 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fdaa9db __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80da8c3b __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x828ad6a0 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x835a6dd2 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84f3fda8 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89b9cf78 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89bea1b1 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89dbe6e3 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ada6d0a 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 0x8d7b22bf pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8dcb98cf nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91909fda nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x938fe0b8 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9568a0d3 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9673803a pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ca2e4d0 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4e5823e __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6f1a420 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0a672a7 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6786d0d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb16612b pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe5d8091 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbec3472c pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4298957 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6870014 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc96dde1d pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd22698f9 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd504de15 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5a83843 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd96c2997 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda178c1f __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb7b12d5 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddc64e6d nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1d38301 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4f5a420 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebd62cb3 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf00dbb4d nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0af86e6 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4e9a9df pnfs_generic_pg_init_read +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 0xfce26ec5 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x15229110 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3b14ff94 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x66cf537e locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5219dd3d nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x67e25b67 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x6d10da84 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf06eac4f nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xb200d251 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x04c59d03 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0ccdd90c o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36744129 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x434d11c7 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x54db95cc o2nm_get_node_by_ip +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 0x5ec5dec1 o2hb_unregister_callback +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 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 0xd95e5c68 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/dlm/ocfs2_dlm 0x52ea39c0 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 0x84a6aae7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xac514157 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc3e1184e 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 0xe66075a4 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe9a82cd0 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00af3885 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 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8ba58d35 ocfs2_stack_glue_register +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 0xbc319cf9 ocfs2_kset +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/ocfs2/ocfs2_stackglue 0xe56f1bb7 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x0555a4be register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x757c44d3 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x69476305 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xa6f90664 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 0xbc1da390 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe2bc871b 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 0x573c139c lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x9bc62a27 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x273da1b6 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x5f82328b garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x86cae477 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x99028aed garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x9a0fce6e garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xdc427391 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x0a878851 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x0f5195b6 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x3d2e926f mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x4fe97c79 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x7c41c138 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xd5493212 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x3318566a stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xca514ec0 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x337ba52f p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xfacf3fdd 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 0x7915a04e 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 0x27e9569c l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x657cc32c l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x913e6023 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa262712c bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xacfb4a7c l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc5651a55 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xebe356d8 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xee193b43 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf70f5844 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bridge/bridge 0x15ba902c br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2e308f9f br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3d24ffb2 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5e5c334f br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5fbb2330 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x63ac3f4a br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6adc0f4c br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x71410a86 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7b43d3d3 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7eadc5db br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x840525dd br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x850223e1 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9c293b4e br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa083615c br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaad0ed15 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb40eba03 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb4a7f47a br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb66124ff br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe3fe884c br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe4c5e782 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xea232c91 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xefb96438 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf03acd19 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf236a429 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf3e8fd1d br_get_ageing_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x039b6b2a dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11a248bd dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x152e3ce0 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x28d75df9 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a14e263 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41d002ce dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x42496b2d dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4707b05d dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4937f7bf dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c871fba dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cfca924 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x524153fa dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x547474e2 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5895e0b4 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5a9f5e77 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d7186a6 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7022342c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b10f86b dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7bad5bc7 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7dc65164 dccp_ioctl +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 0x85f1b718 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87130e85 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x978b548f dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1df3ac2 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb52893f2 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb6ee9b90 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7a07b96 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8990e42 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf6c0d48 dccp_sync_mss +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 0xee60edf8 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf265e65d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf774ed36 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2887b750 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3b1c2a60 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x50838e89 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5d0ff4d4 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd9e812f7 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf052fc7e dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0e454b8e dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x15bf4614 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1cdb77a8 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x25deb1a6 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x26cdde08 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2d6a2e54 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x33b223f9 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3bb07445 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4266bf1a dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x510da7dd dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x510eff66 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6d64496e dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x758cba1a dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7707035d dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a60157d dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7f07e811 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7f24d3c6 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x854c7ba6 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x881db4f1 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8a56c9cc dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x97d9d2bc dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa2ede0bb dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaadd164d dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc326789c dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd6cf9cf7 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd815555c dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe6a4993a dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf15ef19e dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf21edfac dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf9b70bd8 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1b3557fd nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x20ae7611 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x40db1c58 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x48fe6a27 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x795ea2fa ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x81e46ca3 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8e291756 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xaea2b399 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xcf383d19 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xecbf873d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xfb37d52a ieee802154_mac_cmd_push +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 0xb0227c2e ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xeb73e70f ife_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1862ee1b esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc61faf79 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xd79f5c33 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2fc1cffe gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x38ee6d60 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x22c3aaef inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2999fd72 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2f9bf0e6 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x30c5960e inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5c2e7b4b inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x60d02c62 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9d2d1015 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2bc20c3 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc78a98d3 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xcf8c1c9d gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x39993e65 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4654a673 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x47f1daad ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54bdb87d ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x741a9379 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7b661836 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7daf0e9d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7e195680 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8b8f0ebf ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaefb4aff ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaf6e04a3 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc006d0fd ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcbaadd8e ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd04b5d06 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe4954ecf ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf557b09a ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf6bcfa52 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x0528e9d7 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x597d02fc ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x63889bad nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x7e761d7a nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x0e714ae0 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2fdd4e8d nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8d196b65 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xaa2742b5 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xba3b7e5d nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc361c6e3 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf1bff30a nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfd8992cd nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x85eb872d nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x030c377d nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3083c705 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x9325ded0 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xd15bc813 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xda317338 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0d0d84a0 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3f7da3c1 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4100c054 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x71761863 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8008959c tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3c8ce970 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x614a0365 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6cffe430 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x94e4e9e3 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9b498a54 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbee96b15 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xced18060 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf781e886 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3900bb9e esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xaf3d1a43 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xbd26d13d esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd18ae4c4 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe686a052 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xfe237180 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x384d228f udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x904afcad udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xa906aad4 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3aa43b8c nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7c0cd609 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf4904a72 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xb4e3d55e nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2a5e878d nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6eb4b6eb nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6ec7ba26 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x80ea21aa nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa8cc33f4 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb76af70f nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe6915215 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x028c2644 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xb6717fc8 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xcabca349 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xfbbc6001 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x166944b6 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x55faa7a1 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x02a66e62 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x05346995 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0b4b69f6 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0cb190ab l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d2d3edc l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12e53d23 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x17a96f10 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x34cb43f2 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x447482ae l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4b0cb854 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5c11cce5 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x641be7e1 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7605bc89 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x76378fc0 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x97005090 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbf49594a l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc40781e1 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xccd34d42 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe2b559be l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf197d6c8 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf75f6fb1 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xb6d56f88 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x1ef4191c l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x020d6753 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x08f59190 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d154885 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1a757630 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x38a4f874 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3e818a73 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x41f4efa6 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c5012c1 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5e410620 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7574cf12 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7a388d17 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f641281 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8a9d30f1 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9cafefc2 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa866489b ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb289fc56 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb61bbd8b ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdcb1f587 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe102abfb ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe26a87ec ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe55d02b7 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf4628efc ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf711d5a3 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfe5dda59 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x37c1f6e2 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x5bd9cf61 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6ba94123 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6df8c228 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd68b0f64 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1cbb1456 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2fcb2bc6 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x329156b9 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x37294ab5 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3a889c2b ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3c343de3 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4048e302 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x62c3718a ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7cd3c502 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80bd9c43 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8c16e9a1 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8d611993 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9bf90985 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9f62c6f7 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xacee6093 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb92f8673 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xba55862a ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd43efdfa ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xee088f71 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x142a2e72 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3da47279 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5222f894 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcd8d1809 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x091a29a3 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8650af79 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb976e8d0 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe4cfb72e nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf03d091c nf_conncount_destroy +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 0x063b9933 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06d43eb9 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cfed362 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x164ddd1f nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1edee36d nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25e4efdc nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27bbd2d4 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 0x2c740ab3 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c7dc9c7 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c804eaa nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ce31d8b nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dcaeb9d __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e68b87a nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2faa4942 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bfd9777 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d6cb6a9 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4663191a nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a24eebd nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e58363e nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ff6fefe __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54e758bd nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55ec7ef4 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a07b3cf nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5bbdb80d nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62dd8aca nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6431bb7c nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x668e024c nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67f4057f __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6adacd1d nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fad241d nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7138a1e6 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x729dcca9 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75cf6c8e nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78a784ae nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b21d91b __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e71ab79 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x809b72e8 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8229191f nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x882efefa nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d56b49b nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ef5b775 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93dc3aa5 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94afa29c nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96f0d88e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b0105ac __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f255943 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f3af6b8 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1fd2825 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6b7eebb nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa732d525 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9c4b9f5 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa0f05ee nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa529fa3 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac6e2321 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaca1a0ea nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafeb1baf nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4cd6537 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb97c8b2b nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbad011a8 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1e1f17e nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3c022ad nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7e8181d nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc865ffd1 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9739825 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca1a6bc4 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb8a43d8 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbe702ed nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd57c1f54 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6790845 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6f99d9d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd7bb894b nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd968cd65 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddb6330d nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddb90687 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde0e2574 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe119d7b9 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe443e9ab nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe702d721 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe86272a6 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe960e4a8 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb0b6c35 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb1d9af1 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0607829 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf67958d7 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb61383e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x5257b855 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x24db52ad nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xa62e19f9 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x06db12f2 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf21082f3 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc2fa9b3b nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x2228a542 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x309f485a ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8621c702 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa69a3c75 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc0f24d44 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc4ff5fbe ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd4d05476 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf602ce29 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2354add4 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x2013f793 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x5d12aee2 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xc03aee30 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xdee6e929 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15a18f48 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x318de412 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x44baef00 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x62dbe338 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x723c9a7f flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x72c739c2 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x77ef1879 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x91b8a6da flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa2a2413b nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa49c3a9f nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xad189757 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb97e8d9a flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbf1ac84a flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe0f003fa nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe54e2b04 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xeb2456b2 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf8483d19 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x01d8b812 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x08ed6fe6 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1afbd243 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1c936f7a nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x28b579a0 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x34a44d52 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 0x55518f05 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5ec19f60 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7171c28f nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x73d7dc3a nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7f74f136 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x815ca48b nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa1f0bb86 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc561bad3 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcf9565f4 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd10daecc nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd6550090 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xeb25f7e8 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1d1ab2ee ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x20dbfb3b ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x378b4bea synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4045b212 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x503f9a81 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x704a6c58 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x78c0c6ed synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcbce09e9 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd2825b83 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xebbbff30 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xefb046ee synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03731c45 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x038540e1 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0e85426d nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1b2812dc nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x211d3ccb nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x224f0edd nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x226c7272 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x22e8fbcd nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x254de8eb nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x35970b36 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x39c5b134 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3a829b3e nft_register_expr +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 0x44af4928 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4ec84a54 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4f74201d __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6789a7f1 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c67d4e0 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d7aa000 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87f43491 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cd8538a nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9116f430 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9b766835 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e446dcc nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa4cdf718 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa59d1476 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa8093a41 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaec6d95b nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb0b928f6 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbef42f39 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9d651d5 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcc76896f nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcebb37b7 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd57b190d nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd9063383 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe1f77b3c nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea117def nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea16d85c nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf30f176c nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf51f82c9 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb135d2c nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfebe69a0 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x14dc703d nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d7caa94 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x49943ea4 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6a0446dd nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7f3bddae nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x83232cad nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x85fc16d8 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x0431b05a nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x32a58d37 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb90a1781 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 0xec04f608 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf237ff12 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x8909a908 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x9adcd313 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa6f28c30 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xbd8ca8b5 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd21c32ed nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5c05b5d2 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc0664d9a nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdcd5fbe8 nft_reject_dump +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 0x09c89632 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x36325df7 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3bdeee31 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d85bc26 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b28d1e1 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b5e655c xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6acbe18c xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e84337a xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7f44922c xt_unregister_table +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 0x90b2bc81 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x97e66dd2 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9ccbefd1 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d891ed3 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad91a610 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb7eb0205 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc31c485f xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcf62d8ef xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcfaa3709 xt_compat_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 0xd4fbdf42 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd613b35f xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd96afc8d xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeab816f5 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfc15b4b7 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x4eee4e9a xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x5b3011c8 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2607a8c6 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xb9e9679c nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xf8575e5d nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x93de7ee0 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x97c68458 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xdd6b7897 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x0389596d nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xef276097 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2c841bcc ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3587a397 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4f1c4b23 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x53bf6c9c __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6a2ef75e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x82700629 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x028d2ba3 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xb9831dab psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xbf954d5f psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xebc953b6 psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x116f218a qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x24fcbe7d 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 0xf422b469 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x05714517 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x0c8fbe66 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x0d1339fe rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x151c6241 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x19d452a5 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x1a351c95 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x1f34bb4d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3406e387 rds_conn_path_connect_if_down +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 0x54fb2d47 rds_info_register_func +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 0x60ffe33b rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x66790a98 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x76a48126 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x83923860 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8dadc780 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x8ebff3c2 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x98276718 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xccc933f8 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xcf1db18c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd13c86fb rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd466b0cf rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xd64cfe9b rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd6a45304 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xdf173f1e rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe6755d04 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe90ba591 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf35f9642 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf7d8c81f rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xfc2af246 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x1c97962f mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xde71924d mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x4ff8fef5 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x8cc663d7 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 0x77d1b54b sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x86cf993f sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x9b841988 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbf4b99fb sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x32ac8108 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xb0bd6efb smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xbeaa36d3 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xfb1d5e21 smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x366dca2a 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 0xa544bf35 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xaf5e43ff 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 0xdc80d9a0 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00de1e80 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x011059c7 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01abba7d xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e5b326 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0433d35e xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x050050cc rpcauth_unregister +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 0x083a2509 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ae17f5f rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b920962 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b965396 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e06eabf xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e377713 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ecae52e xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10e327c5 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x126dc856 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12821646 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1315b127 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x168ffab4 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x172d5fb9 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x192d8e93 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x195bc55b xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dbd411e xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f5c3514 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20493fbd xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2276ea0a sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x229effab cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26e7b1ed rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26f9c689 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x271c3966 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27f80fc4 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29d2a83f svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e111a8d sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e3ca587 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x306ed975 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30786569 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x314161bc svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32abb292 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33e43354 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3474d16c svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34fab517 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3622cad4 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36cb2fd7 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370d0815 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x376cc2c5 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37f9a11d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x380839e0 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3992fc49 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39a78992 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b4426dd cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b7ca2e8 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c963407 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cc2e764 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d7df18f rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e8a3b3f rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40ce02b2 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x410a6927 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44a26693 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x451a640a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45b0a67c xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4872c980 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x491e7640 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a1d8c0d rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a6128a2 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4aac6397 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dcbb614 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e589d25 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f4ded18 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fdef267 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50e98499 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51dad3e5 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52763fc4 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53958fa5 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x545a82ff xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5582f133 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5783b8b0 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57e3da75 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5804cc84 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5816f728 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x588e4421 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a0fbcad rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a2b36cc sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb9bb43 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5edc96c4 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5edd3139 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f8237fc rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f82a715 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x604d94a9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x608f6f6d rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61bb5dd1 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61cb7c76 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x636ab714 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65143bef rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x652e97fc svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65ed7a62 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66d6c3dc xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x699d4276 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a86267c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac362c2 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cb13330 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f070da3 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f1dd731 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70a29f49 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71236e91 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71721c79 __xdr_commit_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 0x728eb94a xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72e2d625 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x731e3b53 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74100476 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x767985cc xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x788be6a2 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c064818 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dfaade3 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f540a87 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81564c1e svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8262eabd rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x861c68e0 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86342810 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d36fdf svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87654bcd rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x885dc2e4 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a11e867 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5df80c svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c247051 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d993ef9 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dce85e7 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f73fd38 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x909c72d1 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90b6f6b5 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91932b18 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92a630b7 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c36852 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x965cc6d0 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x976abefc rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97d18a95 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97e5460b xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98cd7cba rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ab314fb rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9aee555c xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c0717c7 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c8a44d5 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cdbed62 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d1bbfaf csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa01938f2 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0e6d4f7 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2caa802 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d26516 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60ccee7 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa75f3c6b rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7bf5518 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa793ea2 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab6909a6 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad3a03c9 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad56031c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad94f2a6 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae014735 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf7b23c8 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaff0ebdd put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb02a4f84 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb11d1ee5 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb46804a4 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb471f710 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb52b7705 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5eb71d3 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb614a384 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb86a1a34 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb979d359 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9b5e7fc svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba7f2ef5 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc6c3e93 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc70db98 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbea231ce sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf3b8c97 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe46853 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc01e01b8 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 0xc256e857 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3022414 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc61d7ba0 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7fa4689 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8211ac7 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc850489f svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc97e8aea rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc45dc8d rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcffe1c85 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1f97670 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd223b45d rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3a2f613 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd412fc70 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd418d020 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5da4c51 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6204b66 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd64416eb xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd95c6c77 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9ead1d8 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb2a2cf6 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb437705 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2c873c rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc42747d svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd051edd sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd15b8fc xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd2dc9f2 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdebd8adf rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdee6c893 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf689def xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1293562 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe205dedf svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3662a9b svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4dc2159 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4e88232 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe57c2ddc rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe611f913 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec415fc1 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec8b3798 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed717f77 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee0d4fe6 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef320511 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef7ebb27 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefa89338 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf16d356e xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2accf81 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2c3c6f1 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf40cd049 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf543be14 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5b6629a xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf787acde write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7b8cebf rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c71005 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf872776b rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9a18de5 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa3c3259 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa45f86e xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfab07e7b unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaf25d67 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb24411c xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd54d408 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd71d5b2 xprt_write_space +EXPORT_SYMBOL_GPL net/tls/tls 0x22e020d9 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x4a1b2904 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x5b0a4e36 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xa0272207 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x010adb95 virtio_transport_stream_rcvhiwat +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 0x04d9bf96 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0e3697ec virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x126aadf4 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1677df70 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2375e2cb virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2932e156 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c9d9063 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x365d8452 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f38d29f virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4676ee22 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x48255023 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5278d7c7 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x56e65503 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5d9a7a47 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fbd4df3 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x67a1502f virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6b3c46f2 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6ecacd52 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8a67ed5b virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e7fc984 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x970c9460 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x986b0f46 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9d936569 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa5ec33ae virtio_transport_destruct +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 0xbe699d94 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbefddc83 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc1639d34 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc2ac8efb virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcf2db5ae virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdda8e654 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe6038aa8 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee1a50b1 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf668452d virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf7f4ab90 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x02651e05 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x02cc1f81 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x09cde3ec vsock_insert_connected +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 0x369d004a vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x37e2b512 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x43d7770d vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x52be3a95 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x539bb71d vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x56936c26 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59fcb35b vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5ad27b50 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x63e071b0 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7ac54f98 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x833162d8 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x97f9d513 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x99c92bf2 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa205cbb4 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xabcab384 vsock_assign_transport +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 0xcf812bec vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1f748fd vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd8483c4d vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdda42606 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe746cf37 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe7d26293 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x025a4971 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x077268dc wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x077dbc34 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1eb3d57e cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x30a1fdfa cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31c3c9c9 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x36781d14 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x372181fd wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x41351a2e cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x462d2706 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x52ec50f6 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x641b262b wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7bff5966 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95dabf8b wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9fc68281 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa7a79762 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb354003f cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd342626f wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdc7f54ab cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe2af7b7e cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe85d00ce cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xea1d3de8 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 0x0c20da92 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x36553c74 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x573c0073 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc9fdfd9c 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 0x9631ece4 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x04360e15 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x3afd206a 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 0x0a6e10d6 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x26076371 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x27d5caeb snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x3ebcc962 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x4457a9f2 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5fab9ed3 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x602b1df1 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x72d218d1 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x7da4d23a snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x8ec8ed20 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x9737ea3d snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xa0598be1 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xadbda339 snd_ctl_add_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xbd505e19 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xcd96ae6f snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xddf120ca snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xe99e549c snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xf5eb8d41 snd_fasync_helper +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 0xfcb3b53a snd_device_alloc +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xbc81007f snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xffbc2cb6 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x005628a1 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x046e0247 snd_devm_alloc_dir_pages +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 0x20b5f365 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x38b4072d snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3f443d1b 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 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x88db0c89 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8bfac8d0 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 0x973d7362 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9d182d8d snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa0232ee3 snd_pcm_lib_default_mmap +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 0xd549f872 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xdeb567ad snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe04aafe9 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe2f29f91 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x143fe532 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2611fca2 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x32da339a snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x34095c4a snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x377a8162 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x50fcef5a snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x60826ead snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x78d33fd6 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaab55a89 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb13afbd7 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd5c11bec snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf4b0706f snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x183a6c42 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x69113ffd snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x09ef199a snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xf3922383 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x04ef25a5 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x15002ebb snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x35fa7368 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x813fd2f5 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x8c5a5a34 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xa53e07ec snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc7699a5b snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xdf48b0a1 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x02d8ce4e amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x06fd38e8 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x08b075e6 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x14dd717e amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1dd9a698 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1e0690fb amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2e3de827 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4c11fc22 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x51c1b66c amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5fb54177 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa348f726 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbb8cfb18 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xed1d69ef amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1431ebf0 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1b2fed6b snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1bdd8bca snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x26cb46b1 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x28f991fe snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3246b6c7 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3c8f083f snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x40a149dc snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4c6891c1 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5058f305 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5071720e snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x580610d9 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x90c69795 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9693ad25 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xad14724c snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb8636e99 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb8ea6d21 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbada9909 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc1a7a413 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc1eae1e7 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc4feea0b snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc5c837fd snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc67dadeb snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc796c3c3 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xce41e733 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd77e9574 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdc3f3a72 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe3b8815d snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xea91378f snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf9c96272 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfae42a69 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02cd4d47 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x093563ed snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0944e4b4 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x09d24644 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0cf52360 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e245539 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0fbed90c snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14df0a7b snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15d130be snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16274b40 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16c251bf snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x221f63b1 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28e6daa6 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29d3501d snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29e3d565 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2ac06394 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e3ad599 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f07fedc snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3214bf30 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ab0aa34 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b1516c1 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bde52dc snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d25647f snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d9b7200 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ff93759 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x42acbfc9 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46c65cd2 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a055e27 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4aadbd93 snd_hdac_stream_drsm_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 0x4dc261cc snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ee569d7 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x51f03504 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53d46ce0 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55e8d1f8 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5cd81f0a snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d1f45de _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x604ce01a snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x60fb90b2 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6654b1e1 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x69f53f0b snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a2edd48 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d16567e snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d77648d snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x734705f4 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7612176a snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7a59a1e0 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7a6a0592 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7bf9f1d5 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c3e99e8 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7da64342 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7fdf1414 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82ce636a hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8633a804 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x863d55c5 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8dde0969 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9200d399 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x924e34d2 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b018fea snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b1c7d0d snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b9604cb snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c638bd6 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9eba3dee snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9f20235e snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa28f9099 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5f91e44 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa95b5671 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa75bf35 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xacb2ef2b snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae9b1415 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaec85db2 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf05c6fa snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4127780 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb469f103 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb915c348 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba7f0477 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba810481 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc729d8c5 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc62fa5d snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0d3a171 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd128689b snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd13fc0d8 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1dbc0f0 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5c9a366 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd939f5b1 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xead4aedf snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec908425 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeccc215b snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf05cd5e6 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0f23575 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf41d8a7a snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf75eedad snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfd122c91 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4b3cc17c intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x596c5c8b snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xe56e8ed9 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xe76eabfa snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x337a17be snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3e6c1646 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6a3edd4d snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9b3b4bed snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc5ae3535 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xec25b8b0 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01eda2a5 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0236601d snd_hda_jack_bind_keymap +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 0x0a6710dc snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ae0b5a6 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b1f94c8 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dc0d32a __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1099f7b5 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10de25c6 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11a6e26e snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12289f8d snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x139ec848 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1502484c snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x172c4547 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1746c024 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x182f35dd snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1882aa33 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a4dfaa2 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b587637 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c1b4172 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c376503 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dd162b2 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e06cd05 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f730eab _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20277c96 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20c610be __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2565052b snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27b6ebb6 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2817976d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x284079da snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x286b8b15 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x295a060b snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2eda3eb7 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32b90f46 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3307519a snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33409937 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x341ca338 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x345e9439 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38a62be4 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ebf840 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c788b99 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d9fe9c0 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41c1a921 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42c74aeb azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x456082f4 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46e558f6 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x475cfd4b snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48b9987b snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49b47507 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ccc6ec7 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d9f0603 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51a3559e snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53f5d533 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x542c647d snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56c665d2 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57ce08a9 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b5d0a46 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x617ff89e snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61a75443 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61bea7c5 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64a98d6a snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a0ba067 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a5fe47b snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b57d77d snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d217a72 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d3e413e snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d9b4120 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fc1f4e9 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73426ac9 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75c32147 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x760edbf1 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77bd1d69 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x786fff7f snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c14323f azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8050d662 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81d15835 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81f65240 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8327d399 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86611aa8 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88886c25 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x90afe169 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x952f4776 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9870d105 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3e89f48 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa37606a is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab9f019e snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaba57caf snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac8f4172 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaee24e29 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3dc15d7 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7ffc09b snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8a1115a snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9462149 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb9be2d1 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc9990bf snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf530eae snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1ba2ad6 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1c2cab3 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7938730 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc806e85e snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd852444 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce43ed6d snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd02585e1 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd26ca870 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4eb899c snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5d3d7dc snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd73c941c azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8d24486 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda2e83e3 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb99b9fa snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc934ff6 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xddd37df2 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde638194 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf1dd775 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0f13cf4 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5183244 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe580eff3 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea6fe8d2 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda1a542 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef70c8e3 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf26fa9bd snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf367d6e9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5f5f245 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 0xf92a0357 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9f1573e snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfaa5d7ed snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc2b82bd snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe3a3c9f snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe7e6b24 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffe793ad snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0003fdf5 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x16ef3e4b snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x17a9f3b2 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x228f6309 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x37bd2e14 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x426cd464 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x482c57b4 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 0x7fb1782a snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x832c24f8 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 0x966b6dd9 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9c1d0c5f snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa1aa7e2f snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa5159ccf snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb2b33430 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb597fcd0 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc12dbd2b snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf17447a snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd9324bb6 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdd12dd1f snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf1ef0200 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf75ee066 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x2d043ca2 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 0x42c7500a adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x83d5d798 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xaccf482e adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1b2dad3c adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1eec7756 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2cdaf8f5 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x39ae4189 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4eebe0b7 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5840e9c5 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6038290e adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x682b6078 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x696106c4 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6977590f adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xdd56f88d adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x317341c0 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x501a43f8 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x62b40ac9 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8c71317c aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x9bcc3dc0 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa604236e aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xaf8d473a aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xcc7c265c aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe353dd5e aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe6da05d4 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xeba0fb9c aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xed90c55a aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x58d34406 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x81f6fc50 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x06e5e025 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x5464aaed cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x996da4f6 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x17afd2dc cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1f61cd06 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x30941ce1 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36c475ff cs35l41_mdsync_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3d8a372c cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x42e2bb07 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4454a69a cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4ff24a09 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6e3ebf0c cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7d3fb062 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb29fd7b9 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc0b3d1cb cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc6aebcf5 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcb6ab6bd cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdf4dbe0e cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x01f8e5d9 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x573d320f cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x78ee9d8b cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xbe8651ab cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xf836d292 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xfd91c809 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x46be5053 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xbb8d2298 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0824115f cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x3aaf540f cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x56dd2edd cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x59fb7533 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc28922fe cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x3976babe cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb56d5338 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xf97bc199 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x0692d326 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xbaf3b1d5 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x62b35cb7 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7f22bd74 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xeff4ad3f soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x9578460f lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa90acead lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xf84f86de max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x15c9e2a9 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x21b785c6 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x64b74be5 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x9f037774 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1a0ee44b mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x2e41ec8b mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x33c17676 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x54bf994f mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x251f18a0 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x4c569031 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x9ce07f54 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xe61e0a90 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xf3891be9 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x26d43292 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 0x70dd6e60 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x0d53496c pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x1a313d2f pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x5e9513d2 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x5925bffa pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x5d8ddc90 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x73c4f4f1 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xc2b6f3f9 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x03149225 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x497d990b pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xbd73a820 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfefe5170 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x42a4635b pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x511691fc pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x91357dbe pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb3165679 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 0x49f5a9de rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6ff0fe42 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x967cc31b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x99473e84 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x9f2db715 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xdd0de146 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x1dfea1f2 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xac4b2ec0 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x9e1e8b43 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xe1cbd026 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xf70019e6 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 0x0a76a3ec 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 0x12a1956e rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1f021a90 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2d922418 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3341eefc rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4b5fe07b rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x564377e4 rt5682_get_ldo1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x61b4271a rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8a839c19 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9604c265 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 0xd5d28285 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe5316df7 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xb6a31e6e rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x60ea6011 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x7486821d devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x88d1310f sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8c4a35a6 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf0c17cde sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x225feffb devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xf3cc86b7 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x05033faa src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x641e601c src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xdcc6f815 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xdec54018 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x07495aa8 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x0e80b2f3 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x36cc10a7 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x508af5ad tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x5a83b7e6 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6880463e tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7db25c25 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x94e8407d tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x96b24027 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9c0bb3ff tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbcb48682 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc7e07239 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcff8626e tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf7caca00 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2381b985 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xfde908cc aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x06b856e3 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x2cb2045b wcd_clsh_ctrl_get_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x3e351414 wcd_clsh_ctrl_alloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x634fdd4b wcd_clsh_ctrl_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x6fc4a608 wcd_clsh_ctrl_set_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xc15fe78f wcd_clsh_set_hph_mode +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 0x19229cdc wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x2c2831cd wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x6d7048d9 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xb47761e8 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xcade8e5b wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x076153a6 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x161306f3 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1de4a4fd wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x221e12ec wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x224f4acc wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x24adb7b5 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e1dd925 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e3bcdf4 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x395d27dd wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3b3af69c wm_adsp_power_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3da17097 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x445c0920 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x48454310 wm_adsp_fw_put +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 0x79bbb346 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c874dd0 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8ca45fec wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8f5ede1f wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9371bce9 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xab08cb0b wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaf141257 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbaa4c90e wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbf2262a8 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdc4f8ac8 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdcf48f9a 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 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfc38672a wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfc8f6353 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfea92ce6 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x0500a555 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x11be640c wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x1797edc6 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x19bf2327 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x3cdcc6be wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x46b4eed0 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 0xa808463d wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc845b0b2 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x3420d6b1 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x467ec01f wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x178729d4 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x5c5f515d wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x62247267 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xed826066 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x6fbdf373 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x61f1cc23 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x45596a2c wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xd40451a5 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0xaadb391d imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x6d6d91fe 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 0x952fc2f8 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1883a271 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xcd31764b audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xdefe02c0 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xee5a9c71 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 0x011e24e0 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0204c7f0 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x09ae3932 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x25dac89c asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x26807325 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x27703e4a asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x277e5be8 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x31c52e36 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4ac57ecc asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4af8391b asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x543334c1 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x63b7749f asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x80e2179e asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8c3746b8 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8c88976d asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaa0c3428 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc2b22697 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcd3819ed asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd3f015e3 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xddb6b4bc asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe760bdbf asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf0de5dfc asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf15b6d24 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfe530765 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0a2c1388 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x156b4ecd mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1f13147e mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x22486ce3 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x23114580 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x45d89607 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6719d77d mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x768af37e parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x783e35d0 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7a613a5d mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7cf96241 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x82bdf9a9 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x882b9294 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x88f5ff0b mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8dcf05d5 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9813d0d9 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9ca850dc mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa4311662 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa8355605 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa843f8bd mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xaf31c4de mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb599bb78 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb773305f mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc4015317 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc66bd94b mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcad8d314 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd1a54e4f mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc3b71ac mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfe3a341c mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfe8995aa mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x49c039a0 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x7028aec4 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x7fff7e3a mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xa31fa193 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xbc0a7331 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x4c5ad0e8 mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x59514005 mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x88f6a850 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x4d318765 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xe977cb44 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x0be24081 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x0f48125b axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5376f46f axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x60da8f2f axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x6e00a3da axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x762fd508 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x76d56190 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7efa64e0 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe1c5b7e0 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 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x6cce80a5 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x725b0af8 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 0x458ad903 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x089c251b meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x0e524324 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x38b90906 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x429b5725 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x452b2fde meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x5a6a3cf0 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x825339b6 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xc3037204 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x09a188e7 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x832d4e48 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x9488b0de meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xc25e5faa meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe049a6af meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe2ff44ba meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x0daba993 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x3cb5dba7 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x6b6da1c5 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 0x4dc25ffa 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 0x5bc7e7a4 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 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 0xb6c79e75 q6asm_audio_client_alloc +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 0x17eb0365 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x4241381e q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xd271fb14 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 0x072f40e9 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x109d0388 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x17262102 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x21b1ee6e q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2eedefce q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x39b4e1b1 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x42d5ce21 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x48861e8c audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5de7ceea q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x730500d1 audioreach_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 0x84de7cd1 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x878c5ba1 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8a83f668 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8ab602f1 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8cb44c1c q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x90adf217 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x90e01edc q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x95671c92 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa2ce26af q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa547b389 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xabca0faf q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaf8abf49 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb919cee6 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcc9f773e q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd05d5061 q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd9eca13b q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe2a308d0 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf8903491 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x4b63d1a5 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x666bf869 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/qdsp6/snd-q6dsp-common 0x987b3279 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xc1714e12 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6baa5d94 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x7db4cfa7 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x965682a8 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xa824dacb asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd9573d12 asoc_qcom_lpass_cpu_dai_ops2 +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x076f462d asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x1399f737 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x0fd98266 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xa8e177f8 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x6e03c37c qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x757291e9 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xf6ce0575 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x2ad85b63 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x3cd9e348 snd_soc_acpi_sdw_link_slaves_found +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x48c4d20c 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-core 0x01301372 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x019c6eb2 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02363591 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x039e903e snd_soc_dai_name_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06b637d7 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x079250ca snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x079279af snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x081b082a snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0911a797 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b3cfc7e snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e259576 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1110e272 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11252094 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x121d59cb snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12b97381 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13cc05ca snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1486ac85 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1492f6a6 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14b7c00e snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x150c7312 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1625300d devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16f292d9 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x170974a5 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1829c6ce snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a49df73 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a5a84db snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b7e882e snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ca7feda snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d0a4a7b snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d5ae64c snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1edc3990 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f3b5c3f snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fa6bbf5 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22f3cfc2 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24249ca4 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24cc1753 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24d2ff9a snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28783e1f snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a0ec239 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c7b7edc snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2de0e753 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e560e1a dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e5b2811 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fdf5ed7 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x300a8bc7 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x305321dc snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30958bb9 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30c71959 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x311a1c30 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3200182c snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x326bf224 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x327f0791 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x337a050d snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3479ee69 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35ebd703 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x370d9f1f snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37bfa1f8 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37bfd625 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a7bc9bf snd_soc_dlc_use_cpu_as_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b446fcc snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bee221d snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cddeb22 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d23d4c5 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e2838eb dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x405fcb2b snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4095e302 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x414e1118 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41fd6c5a snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x422d08df snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x431892ca snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x433ffee8 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4403072b snd_soc_copy_dai_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x449f0a99 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47700fad snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48048173 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49a5301c snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49f4c992 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a099ca4 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4aac8b14 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b802639 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c5822a8 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cf707a2 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d137707 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d3c409b snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e206bfc snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5163503d snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x516e0324 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51e78907 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x532c4d4b snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x532f9e08 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53592c54 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x541d8d0d snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55700fa8 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5579796b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55f1d3e0 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57cbf3de snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a5462a4 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b633822 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c0589c2 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f62a8a6 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60658ebe snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x607d5e8f snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60f660b7 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62336245 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62655994 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62d3cd58 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x683c8829 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x691a30fb asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c800be6 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f2c6062 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f34e078 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7134af2c snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72ca27a2 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x736f9ab8 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76260229 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7632bb26 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76bb5219 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76f15146 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77159f3d snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7772e220 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x790f661f snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a305017 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b1d73e9 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b942206 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e44e31a dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a82d40 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80f1885f snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81853334 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81a8d701 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81def9b6 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8351d843 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83e2a3e5 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8680215b snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86def62e snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87076940 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88e8eef9 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x895023dc snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8aaa4a47 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8baa1c7a snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bff7105 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c06bf7c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c0e728e snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ce089c4 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d9fef6e snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8db3999f snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9128cfe0 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92187fae snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96bad360 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96d5dc1a snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97474d61 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98ebd372 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b57446e snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b6b5e76 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bb5a6f4 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c9a79c4 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c9ab63a snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cb026b8 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d0549df snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e1f49f7 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e72ba46 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1a1fc47 snd_soc_get_dai_via_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1e39e3e snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa526b43e snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8ebf187 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9d20974 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaf6687a snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaba43843 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac77a813 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xade8af4e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae7544f8 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae9769c1 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeb93ce4 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb127fdfc snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb60dffc5 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6dd8fdf devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6de3a49 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7454f34 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb76b6658 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7c682b5 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb6e1caf snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc307fdc snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcb9e3b5 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcbf858f snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfb4051a snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2529b8b snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2eea62a snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3f78d3a snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4b39d4d snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5b44b24 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7bda0de snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc932c7d2 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca78318b snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcef5a7d6 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfced5cb snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3074011 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd366f813 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd40cdd4f snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd552a14e snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd75ac840 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc0117f2 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe03a6e29 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0a77819 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0c361ba snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2bf7d41 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7bd2671 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe837cf4c snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb9ab7ec snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebac3f23 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec6629fc snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed45c28a snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed5cb411 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedbfa612 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeeb2c794 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf360f675 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf38932f7 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4402424 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf44e42ad snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf52314ed snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5aa7609 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6e0b10d snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9ec127c snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa7523d2 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa7a5af6 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfca3a6a0 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd1644d8 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe1bd0d6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe2428bd dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x20f676d2 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x2541f44b snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x47e0e3c4 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xf6c75823 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xfd4b6a58 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 0x0f497721 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x2cbe04e6 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x02bc4c03 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x05cf18be tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x171db316 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x493b673e tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x51f11655 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x76e0a8c8 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x8cb09822 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xaf77670b tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xfc3afe1a 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 0x1f09e973 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x9f84a43c sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x1b30a2ce udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x285c4ddc line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3a1db37f line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3cb133cc line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4078a037 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4fd857b1 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x54dd462c line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5602b265 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6948a485 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x869f265a line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x94d29d27 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x993471ef line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa67b789d line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb097cbe2 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd4b1a088 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf59a03ec line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf83442fe line6_pcm_release +EXPORT_SYMBOL_GPL vmlinux 0x000197b0 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x003d4736 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x00416287 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x004677d8 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x00469441 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00547695 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0063584f kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x006e32b3 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x00730045 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0076908d regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0082a379 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x009133dd get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x0092eab6 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00a5d6bb devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x00be276a dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x00c39626 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x00cf2bad of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x00d0a82c gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d59709 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x00eb52c3 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x00fdf24b lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x011d44dd irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x012289ec fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0130fbc7 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x013948f1 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0x0144805f free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0149c987 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x014a4489 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x0153c507 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x015723a6 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x01590713 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0161215a ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x017425ae regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x01791ac1 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x017a601b acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x017ad581 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x01847deb acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x0184b0a9 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x0184dac8 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0189f7ab __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x01989573 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01ad0b44 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x01b0feaf vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x01b4b8ec phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x01b5e3f6 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d391aa platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x01db2abf register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01dc6684 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x01dcfc3f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e2118c da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x01fcf035 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x02071059 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020fd104 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x021446ea tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x022d5533 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x0234f1fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x02353c36 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023d2d47 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024a2721 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02526204 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x0261d630 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x02631d4b vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x02665617 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x0274255a ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x02783e47 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x02a98a58 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d55cad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x02e4fc32 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x02ea3ea2 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x02fbf7bd strp_process +EXPORT_SYMBOL_GPL vmlinux 0x0302d8ff devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0313c7aa crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03279419 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x032b253e of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03391802 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03443d2e ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03492537 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x034bc559 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x035e7b3b tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0364a080 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x036735fc ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x036fec6b tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x0376270a sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x03787341 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x037d7adf regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a213c4 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x03b78451 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x03bfdf38 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c7df3f ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x03ce30e0 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03cf9137 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x03d1ea96 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x03d31bc0 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x03d57011 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x03d6bffd paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x03d6fcba task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x03e5ddb2 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x03fa7845 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0410a16d blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0437568e led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x0444320d devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x044e007b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0457d2eb imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x04656a3f tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x046ff221 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0492edc9 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a3bc6e of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c02848 dev_pm_opp_find_level_ceil +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 0x04e46727 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x04e4a410 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x04e76acb debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x04f2e7c7 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x04f30124 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x0500bee9 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0518bc0e synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051be1af __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05362df7 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x05375cdf __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0537e426 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x0538b92f msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x0538c556 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0552b3e9 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x055303c6 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x05547f92 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x055629e0 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05752504 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x057a5f5b usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0586935b gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x059eb1a8 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a76d28 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x05b61de8 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x05b6fe42 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x05bf4415 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05cdca34 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x05d07f04 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x05d45a9b em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x05ed76fd bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x05f3785a rz_mtu3_is_enabled +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 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062a7f5e kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x06342887 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x063473f4 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x063e4fe1 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x06475e60 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x06496d2d ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064e3b27 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x065db69b pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x06644fa1 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x066c24f7 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x06b15bdb tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x06b2a451 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x06b6b22d nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06baaac5 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x06baab20 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x06c3e1a4 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x06c98647 sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0x06cae9da regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d03b71 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x06d961fa msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x06e0ee30 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x06e19aaa extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e75376 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x06e8858a gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x06faa9db iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x0701f5e6 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x07092a95 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x070dc13e clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x070e2518 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0724f034 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x07297dfb regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x074468a0 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x07490bf7 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0757352b ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x075bd0c9 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x077861e4 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x0787e4c2 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x078d7301 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x0793a201 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x0793f978 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x079cb38d dma_wait_for_async_tx +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 0x07c70c02 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x07c966c4 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x07ce8b52 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x07d290ba __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x07db9351 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x07e6a59a tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x07e9b31b md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x07f75528 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x07fd7dfd devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x0804d64b regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0820a239 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x082458e4 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x083c6e07 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x0843abb6 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x085f519c platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x08604ce9 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0873ae72 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08853be6 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x08883e70 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x08948e53 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x08a7718a alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b1cc62 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x08b341dd fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08c7e7cc sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x08c9bb6f ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x08cb6d53 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x08d1c8d5 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e9f34f kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x08eaf760 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x08eb5e04 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x08eee910 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x08ef3a0b bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x08f34618 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x08f6fabc trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x0905ddfb regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090de812 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x091b98c0 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092873b2 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093e14ee gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x0950d9fd fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x095491b8 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x095e41ad lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x095f2966 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x09647ea3 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x0967b24c bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0x096a687b devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x09731c42 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0974d2a5 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097bb024 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x097c1849 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x09a38643 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x09a82e7d msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x09a85545 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bbb4a9 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09c3bf2c dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x09c3cbc5 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x09ca805d bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x09ce5985 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09d247f5 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x09ecfaf8 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x09f152d6 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x0a1fa4ba spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0a21fd03 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a29138a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x0a49be0f devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52b97b sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a5faf9e handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0aabb441 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0ab95b14 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ade366e fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x0ae00b9b tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x0ae184d7 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x0ae90d86 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b0698e2 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0c6732 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x0b0daa51 nf_defrag_v6_hook +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b313564 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0b39fe45 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3df1da perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x0b4503f3 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b4b98c0 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b62a954 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0b65abb2 dev_pm_genpd_resume +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 0x0b75b9c2 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0b76efa5 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x0b7ec37d mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x0b898a62 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b931140 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x0b9557fb component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x0b9e7f11 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x0ba7cb77 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb6ccf3 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bcdc5d8 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x0be15712 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bfc82e7 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x0c02510c regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c2386fe class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0c28f04b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c5d2305 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x0c66a29a sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0c70dce2 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x0c7b5235 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0c7d6654 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c907b73 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x0c91f946 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0c965b6d nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x0c9f680d ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x0cb41f12 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x0cbb6c82 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc0cc56 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x0cc7827c __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cd1edfc dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x0cdd41de inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cf15107 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0cf3e25c k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0d00a844 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0d04f156 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x0d0ae37e fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0d17ca9b virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x0d2b6d71 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d2b9189 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d40a18b xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d478f16 devm_memunmap_pages +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 0x0d698dfc fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x0d69b11c __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d785f88 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x0d7e9ae0 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x0d8835b7 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0d92b732 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x0d9a63cd fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x0dad98db do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x0dbdb3bd rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0dbfe9b3 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x0dc1b909 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x0dc24bb6 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x0dd3faf4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0deab55a fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x0dee1a34 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x0df70a03 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x0df71bd5 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0dff1160 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0417bb kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x0e09d10a gnttab_unmap_refs_async +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 0x0e1b45b9 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e2c94b1 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x0e2d4cc8 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x0e5baa40 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e62d560 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7d71c5 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x0e8a5b3e fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x0e8ebe1c kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0ea37b4a genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eac559f sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x0ead60fa kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x0eb3aa12 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec307b6 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0ec803fe power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ee16710 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x0f05f652 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x0f0998ea do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x0f0a1c38 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x0f1716fe fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f3b1d67 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x0f4dc96f pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f6a2827 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0fa5ab96 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x0fa81522 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x0fac2f25 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0fb17afd spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fbca99a skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x0fbdf6cd gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0fc441fd __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd9d967 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x0fe03b33 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x0fe21d7a acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x0ff2e895 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x1006387d of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x10075385 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100b4f52 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101758ad iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x1038a96c iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x10537262 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x10541d00 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x1056f839 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x10748c0e devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x10827ab1 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1086cf26 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x10897756 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108ed6b5 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x109f5515 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x10a9cfa7 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x10aae0b0 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10b7b436 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10cc233e irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10e70d4a firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x10ec162a of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f6cf5a crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x10fb24d4 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11085aa6 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11099c18 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11124ded mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x11200ab1 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x112ebeb4 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x1130ed21 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x11358dc5 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x1135b727 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x114b6f04 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x115a81d8 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x1169b593 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x1170f777 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x117b154c vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x117c7dbb smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x117f2f9c serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1194f4ae find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x11aac30d __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x11abeb1b irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11c0ad2f sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x11d2aa49 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x11db321c pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11ff4738 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1203a9b6 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x12041cf6 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x120539c1 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12204d3e phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x12406021 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1243efe3 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1260d5eb pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x126b7207 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x127e8473 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x1282cd5d devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1295eb59 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x129d6de9 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x12a2b51c acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x12aee098 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x12c014b0 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x12c187c0 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x12c658b8 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x12de44bc i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1304428a scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x1306f9a0 iomap_release_folio +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 0x1338c2cd mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13408819 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1344ba08 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x13521ba5 devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0x13547d4a __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x13611bdf blk_mq_queue_inflight +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 0x136d1373 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x136ef540 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x1377c45e folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0872 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13992d2e disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13bd9a37 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x13c06dd2 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x13ca01e1 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d9d713 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13e1f318 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f3b56a ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fe2caf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14286c81 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x142a2bf6 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x142aff71 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x142b0414 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x142dad44 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x142f5168 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x143ad55d rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x143ec048 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x14506bae synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x145a1df9 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x147056b7 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x14718dd7 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x14756111 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x147b65bb kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x148d05e7 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149ef6bb mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x14a02891 md_run +EXPORT_SYMBOL_GPL vmlinux 0x14a7901e sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x14a90eef peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x14aea6e8 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x14c10081 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x14d2a17c crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x14db9a76 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x1507a49c hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x150d4bee phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x1514722b dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x15178c15 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x1521131b is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1526b8e1 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x15290143 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x15430644 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x1545476b clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15522ba4 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x156441b5 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x156836f1 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x156d7a05 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x15764b1d icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x1576cdb5 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158a56ef root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1599a927 put_device +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bb62ba irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15caef93 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x15cb42c3 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x15dbf370 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f87ddc dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x15fb6256 get_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x16053fcf of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x160890a5 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x160fb1de pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x161aa564 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x161b0084 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x161e7d69 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1624d96f regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x162782f0 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1633fb64 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x1634f7b4 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x163c3eaf io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1654efc0 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x165753bf lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x165ba5a5 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x165f960d trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x16646eb8 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1665ccff ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x166cb091 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x1671ed54 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x16730a60 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x16845126 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1688b8b0 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16c46972 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16ce240f devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16db684c mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e8c09b kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x16e92c9b device_create +EXPORT_SYMBOL_GPL vmlinux 0x16eab684 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f9d14b vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x17083c92 inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x1708afda devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171608d4 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x171cab8d fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x17253b5c cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x172f8072 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x17307421 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x1734bfe2 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174dfb26 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175bd936 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176c81ff dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17878025 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x17978b65 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x17b6472c fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x17cff057 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x17d28bbe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17f55b8f rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x17f81366 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x17fdba50 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x181ec23b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x1822bbaa of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x1827dd05 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x18287794 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184e9c90 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x1867b66b __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1872aa5d thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1876f5a4 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x187a0a3c nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x187ff6ea irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x188cdbf0 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x1895ae43 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x189d3ad0 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x18aa004e dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x18af4977 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x18bbb7c7 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x18c0282a platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18d67653 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x18e3fe22 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e618fc pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x18e8b278 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18ee2242 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x1912c6b9 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x1919de65 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x191a24b3 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1932feef find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x193d94e5 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x194dc709 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x194f80b4 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x19546913 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x19588af2 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1975671a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x19865413 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x198ab1a5 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x198be896 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x198ecdfd kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a7b6f2 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x19be565b pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x19bf9275 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19ce48fc usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x19d7d530 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x19de63d9 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19e95dc3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a0bb317 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a2f84a0 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1a3d0545 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x1a4a0242 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a50c9ee usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x1a61a0be sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x1a645bea of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x1a68d89c xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a89cee8 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x1a8f318a for_each_thermal_trip +EXPORT_SYMBOL_GPL vmlinux 0x1a989836 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1aac0ab3 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x1ab9f8d1 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x1ac6028e gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad9b894 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1adc3cd6 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af3aed5 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x1af72fb2 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b067f5b kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x1b180154 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x1b202f16 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1b47d498 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x1b4baf63 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x1b4f7a1d rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x1b5b831f __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x1b63f16e device_add +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7809b9 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x1b7bd400 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b85aa50 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1b86d722 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9a8218 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x1b9e20eb stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1bb9f854 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc46914 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x1bc49ba4 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bd005b8 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x1bde1e39 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x1c0e7c7c k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x1c17880d driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1c199f73 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x1c2231a8 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x1c36614c clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x1c38f9f4 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c3a82a9 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1c412067 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x1c4bbe3d genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5a0739 iomap_get_folio +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 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 0x1caaafab put_pid_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 0x1cd2550a dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x1cd78b67 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce2d9cb register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x1cf2091d pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x1cfa2331 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1cffd686 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x1d0b03ef imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d0f5708 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d23ab14 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x1d2767c7 import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0x1d287761 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x1d297192 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1d395272 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d48a588 md_start +EXPORT_SYMBOL_GPL vmlinux 0x1d5f18f2 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1d6516aa devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x1d66dffe pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x1d791522 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x1d7b5891 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x1d7c093c sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x1d806e86 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x1d85d7a5 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d999494 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x1d99f341 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x1dab3730 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x1daf8478 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x1db24b8e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x1db834e3 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x1db9449f icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x1dbf0463 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0x1dc3cffb devres_find +EXPORT_SYMBOL_GPL vmlinux 0x1dce2c21 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1dd27f20 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x1de3e625 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL_GPL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0ae5ce pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x1e0d15e5 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1e0f1fd6 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x1e208a78 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1e280f13 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2eeeba of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x1e3052b1 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x1e33023b adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e377c28 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4a9ac7 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5c40c0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e6160ed gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x1e6e6621 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1e71b607 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x1e78b68a gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e81b146 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x1e829592 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8a27b7 tcp_reno_ssthresh +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 0x1eb3ed09 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eb9ebeb usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1ebac1ea wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1ebadbc4 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec9fc15 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1ed1f71a __netpoll_setup +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 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL_GPL vmlinux 0x1ef6060c acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x1f075a63 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f0e4d5f mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x1f120881 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x1f17bcb5 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f24e226 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x1f2cf4ba strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x1f364232 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f429aa2 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f544caa device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5d7d20 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x1f620b82 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x1f6acfa0 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f804f41 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x1f82aad5 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa2c809 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fa4b5fa sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x1fabf3f4 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x1fb73f9d __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x1fcf0bda acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x1fd929f9 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1fee9403 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x1ff0e8e2 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x1ffa8589 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x2001b82d uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2010d2dd mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x2012de68 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x201c58ed mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x202543c2 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2035a0f3 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x20385c6a sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x203f7f64 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2059eef7 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x206a5837 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x208636ec clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x208e5ff4 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x20946910 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209f1235 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20adb69e devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x20af2459 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x20b3f895 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x20cdca37 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x20f8b890 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x2104f128 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x210a37ef fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x21117a9f mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x2112acf7 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x2124ca19 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2139a057 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x21597468 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x2160fc09 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x2161f5b5 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x21797682 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x2186a93a file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x21887322 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21970727 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x219d29b2 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b36f48 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x21c46118 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x21c6eefe devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x21c75ffd switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d581a5 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x21e07548 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x21e0d115 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x21e11928 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x21f58ddc crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x21febcd6 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x22002a34 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x220c6373 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x220f037c thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x221ed688 dev_pm_opp_find_freq_exact_indexed +EXPORT_SYMBOL_GPL vmlinux 0x22285614 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x222b0991 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x2232d40a ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x22439ba2 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x2249ebe2 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x2255aee7 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x225ad58f get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x225ffc85 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x22623994 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x226ebcbb devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x22795b15 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x228dcd8e tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x228e45df nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22939972 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x229fcb88 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x22aae703 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x22b4eb6f rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x22b5248e dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x22c9075c usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22d96d93 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f84028 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x22fd4b13 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x22ff57c3 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x2311f770 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x23248f29 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x23313f6f crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x233a7aa1 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235f5c27 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x236696ee vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x23742935 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x23797265 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x237cafe8 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x2384ed55 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23896963 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x23925c9a gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a25703 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x23ae2783 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x23b160eb xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x23bbe4a5 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c4f22a sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x23c6e65c fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x23d341b6 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x23d6b27d pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x23d805c8 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x23edbe78 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x23edebea virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x2405c846 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x2412a950 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x241c6f0c rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x241c7ab9 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x2421d283 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x243a2827 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x244cf99e iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x2452e6a0 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x2464a873 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x24669952 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x247be36d xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x247dd6db policy_has_boost_freq +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 0x24a09d1e xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24c222c4 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x24d90e9d dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e35c26 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x24e6dfb4 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x24e8cc4c pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fa9ba5 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24ff3b0a bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x25057cc4 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x25257b44 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x2526076e kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x252a4f66 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x252cedab regulator_is_supported_voltage +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 0x2555dc0f rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2570341a udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x257f1a61 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2586cc2e mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25a99967 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x25b4cfe2 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25be68fd rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25d8c30b devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x2603beea hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2617f5c5 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x262c42f8 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2648321e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2657ff23 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265f325c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x26626fa8 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267813f3 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x2678e851 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x2679204f to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x26797bb6 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2690492c reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x2691a773 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x26942f58 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x2697ed0e ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x26a8c90f badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26aa6359 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26ad1ad9 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x26c427c1 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d93310 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x26e5cfb5 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2702cb48 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2712fb5c cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x2716e189 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x27312928 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2749e029 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279e6c54 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x27a11d2a of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x27a34749 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x27a8c758 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x27a97b05 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x27b21370 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x27b2a453 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x27b62666 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x27bae860 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x27c03026 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x27cb3b92 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL_GPL vmlinux 0x27ef85f2 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x27f35334 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f5d04e devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28082fa8 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x2814ba9e transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28223243 simple_attr_open +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 0x28449381 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x284c35de tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28708d2f mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x287215e6 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0x287ed8cb gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28868581 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2886c7db devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x28918817 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x289449e4 pci_epc_linkdown +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 0x28b2a9a8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x28b4c8a2 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x28c2195d phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x28d11d92 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x28d46c4d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x28d5b8e5 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x28daf795 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x28f6cd8e synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x290f1793 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x290f6111 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292e0a76 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x293278ad decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x29355ac0 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x293764eb create_signature +EXPORT_SYMBOL_GPL vmlinux 0x293d9f52 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x294081da devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x2943263b wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x2953893c pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x295e349b filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x29676d7d dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x2969c446 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x2976b3b7 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x297e4c83 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x29826c49 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x2986ff7f filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x29ca3c7b mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x29d024da __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29dcb633 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x29e88675 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x29e920b8 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f280df usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x29f323b5 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x29f38dfa vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x2a0081c3 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2a0530da bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a19ad9e rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x2a2a66bf mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x2a2d7f72 dev_pm_opp_get_freq_indexed +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a30c6ff dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x2a410b20 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x2a43e452 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a615f81 crypto_shash_final +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 0x2a78e2ad devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa0a828 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2aa409cb bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2aaea98f devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x2ac68687 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae6285c dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x2aecb361 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x2aef29f3 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2af095a6 thermal_tripless_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2af693c2 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x2afcba57 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x2b0140c6 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x2b09b51b pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x2b0e4993 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b105069 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x2b219d88 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x2b226ecd serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x2b2c692e arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4db164 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2b56ecd5 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2b572e3b init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b66db15 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7f6196 platform_irq_count +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 0x2b99adc2 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x2ba6c80b mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x2baf56bb dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x2bb26fc5 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bb4b4e7 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bb8aa20 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x2bbcea58 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2bbf5eb0 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2bd7355b sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bded6ce usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bfd6aaf sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x2c09c8a3 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x2c0f8892 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x2c199ec3 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c280d37 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3d85b2 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2c466966 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2c48203b gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x2c48657b ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x2c5ca3fa io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c63fa3e fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c704e67 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c7345f9 pinctrl_find_and_add_gpio_range +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 0x2c86a755 hv_tdx_hypercall +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 0x2c9ab0bc ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2c9d9ed4 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2ca6ef6d find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd57742 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cea9c4c nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x2ceb1beb dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d24eaf7 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2d1f69 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d383ff6 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2d3d0b07 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x2d4172e3 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d54011c tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d67facc sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x2d706b4d devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0x2d71da39 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x2d72c452 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2d7b12dc devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x2d7d1625 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x2d7e633a nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d941902 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2daf491c balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dc8b944 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x2dcdffb6 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2de63203 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x2de750ef mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x2df8b475 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1847dc pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x2e20c459 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x2e21cee9 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e287188 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2e31d5c5 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x2e383a28 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e50bca3 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2e57c648 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2e5c1c28 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x2e646bb9 mmc_crypto_prepare_req +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 0x2e96c311 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x2e9c7321 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea0566c mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x2ea2e50d devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ea54787 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x2ea99b69 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x2eaa4700 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x2eab69c5 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec32496 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2ec91d21 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ecf8ee1 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2eda44b8 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2eebce17 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f23f7ec xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x2f274ad0 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f395b99 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x2f484b32 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f54e843 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x2f5954e4 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f88bd3c nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x2f8934a4 user_read +EXPORT_SYMBOL_GPL vmlinux 0x2f91d00c efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x2f934c6e usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x2f98265b of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x2f9a3978 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2fa7af46 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fabe356 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc7bb34 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x2fdce40c cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x2fdfd594 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x2fe0e4a8 virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0x2fe46b0a ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x300689da devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0x30094a98 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301b8172 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x301c825c component_del +EXPORT_SYMBOL_GPL vmlinux 0x301f5e05 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x304bc2e4 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306b941b fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x306e367b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x307eb32e i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x30817954 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x30846d20 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x308a709d iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x30a184fb task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x30ad3eaf elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x30b6593d vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x30c0d94a imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0x30ccd901 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x30ce67a8 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x30ce7275 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x30d49a50 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30f455f3 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x311e290b k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312b328c rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x313af9f0 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x31428e72 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x3147c5d4 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x31486ba7 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x3165d341 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x317044bf l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x31712e1c regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3189b52f ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x3197e2a3 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31aafd30 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c8f5c8 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x31c981ab irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x31cdac07 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d97c01 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e0c866 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31edabf3 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x31fd0199 ata_port_probe +EXPORT_SYMBOL_GPL vmlinux 0x32042329 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x321791ab acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32363393 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32398fab fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x3240762a pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x32556a34 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x3273a879 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x3285eecc xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x32871dec of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x32895ee0 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x32906417 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x329333bc sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b259b5 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x32b76afd replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x32b7e782 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bf8d42 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32e19dfa nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x32e8b175 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x32e98699 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x32f11371 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x32f8855e of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330439da cpufreq_freq_attr_scaling_boost_freqs +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 0x33223d55 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x33276851 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333a60aa fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x333d01d2 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x33405b8c fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x3342d4dc __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a7290 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x335a86ca file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335ea889 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x3366d8aa arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x33684a8c nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x33812e94 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x33813727 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x3389ab74 mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x339e051b pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x33a14533 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x33acd52a cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x33ba2669 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x33c25273 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x33dc44ac xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x33df2ce8 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x33f40739 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x34023f5f usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x3403a8a6 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x3406fbbf ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x342450ce gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x34250135 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x34284cac devlink_port_type_clear +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 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x346bdc03 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x34756d6f mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x347601c9 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347991fa mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x347f5322 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x348cebe6 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x34910acd ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349dc40f xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b3dc1b xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x34b7e2dd nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x34c51c27 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x34cb94a7 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x34d327a5 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ef37ec platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35221d22 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x3529dd86 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3542da07 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3554eabc pinctrl_add_gpio_ranges +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 0x3580615c rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x35834fec pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x35850a92 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x3585619c rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x358ea3fe phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x358fd37e fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35bf4a33 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x35c5e8d5 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e35766 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x35e418dc dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x35ed6a61 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x35edb906 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x3620297f trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x3621e7e3 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x3623acff generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3631531a pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x36488720 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365c1b07 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x365f9f64 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x3671f6b4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x367bac19 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36915db5 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x369afec1 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36bb04f2 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x36cd156a perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x36ce575b iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x36d80437 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x36d9fbfb register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0x36da335a tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x36dae3f1 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36f15c13 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x36f9935a dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3734ddf0 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x3735b15b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x3742e449 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x3743b4fd wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x375596ef tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x3765121a ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x376b9d54 scsi_unregister_device_handler +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 0x3799190b iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x379bd556 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x37a0fd52 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x37af9580 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x37b4a3ac cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c145d7 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x37c93dec devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x37dd3dfb serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x37ec666f ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x37ecc64d dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x37f2011a devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x37f610a8 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x37f96d25 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x37fef2f2 irq_force_affinity +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 0x38278074 bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0x382c1744 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x3833ac72 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3844db12 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x384c41a1 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x384eb8ee mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386fe114 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a55012 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38acb98f bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x38bfd574 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38e1ea68 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ea12f6 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x38ebad3b devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f7e8db aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x39003448 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x3905af2e serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x392743a5 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x392de781 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x393174e9 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3941b492 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x394cdc06 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3950639c devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x39534e52 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3966f9cb pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3987b753 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x39a30558 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x39a57614 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ae9332 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x39b11f1e led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39b8e299 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x39bf5144 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39dededf ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39eb6a95 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a011a6c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a19513c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2cf6b6 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x3a3f0be5 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a413b51 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x3a4a44eb __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x3a4dbd6a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a51bf35 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a58d23d blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x3a7021b4 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3a7e9fdd of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x3a831000 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x3a8e83f0 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x3a98cf6f ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x3a9a3939 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9f9e0b skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3aa345a7 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abfeddf ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acd223f edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af01d05 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x3af77882 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x3afb6987 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afd5edb subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0a9f77 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3b160d26 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b23d545 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x3b4b0026 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b64ae34 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x3b689614 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3b68beb1 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3b6fe9f1 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3b716af9 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b791594 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x3b7cd4b6 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x3b929b4e device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3b988e20 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3b9bc5f8 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba60694 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ba7a8a9 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3ba98b9b dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x3bb7f976 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3bbef03b mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3bcb614a mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be060e6 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bed48d3 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x3bed8a6c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x3bee5262 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x3befd2fa skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +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 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3158b7 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x3c36f24c mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c416a2d sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3c59a187 spi_mem_driver_register_with_owner +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 0x3c6b5965 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3c785385 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x3c7b0fd1 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c890abf fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x3c8ddae5 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x3ca698a5 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x3cb48ec5 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cbe13fd cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3cc2b853 ata_dummy_port_info +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 0x3d066e49 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x3d1f2066 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x3d227235 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3ab24a device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d3eccbb fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x3d4ab276 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6b7a0d dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3d852a2e sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3d863f82 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d8e4375 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x3d8e776c ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x3d900d1d device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x3d93d4a2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x3d953c37 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x3d9ea6f8 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x3d9fed49 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x3da4616c sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dd10506 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df3c30c gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e0f6405 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3e12cf21 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x3e305f4f imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e396051 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x3e3ac139 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3e3c0d8c xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x3e3d54e0 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3e4143bc component_add +EXPORT_SYMBOL_GPL vmlinux 0x3e4b183a dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3e565df5 virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0x3e64a733 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e770390 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x3e7705a4 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3e7e241f blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3e8233f4 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x3e84f2c2 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e967a07 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ed79e1b pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3edc34f4 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef904f9 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3f064559 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x3f1772dc vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x3f206552 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x3f413e3d __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f56993f tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x3f696f26 rproc_coredump +EXPORT_SYMBOL_GPL vmlinux 0x3f77ceea usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x3f79b656 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f99081e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3f9a16e9 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc8d006 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x3fc95854 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x3fca037f acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x3fdfb703 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe57187 class_compat_create_link +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 0x3ffa9605 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4015a597 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x4021736e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x4022ca94 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4027cf68 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x402b2591 srcu_batches_completed +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 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 0x4077f828 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4086a6b9 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x408a2f16 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a6b4e1 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x40ad29de kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x40e11e88 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x40e89603 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x40e8b3bf tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x40edc312 phy_speed_up +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 0x40f8be43 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4109043c devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x41266fc7 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41307854 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x4147eeac devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415a9126 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x415ba338 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x41608558 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x416629f8 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x41715bc2 device_move +EXPORT_SYMBOL_GPL vmlinux 0x4171f9ff dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41860df5 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x4188ef5d dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x418a5f10 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x419fef93 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x41aa1802 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x41b45334 irq_chip_get_parent_state +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 0x41c4d602 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x41cd2beb __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x41d4cbc6 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x41d9f30c gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x41e80a60 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41eea0f1 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42016967 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x420f5bc6 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4219b992 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x4226631b uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x423c91bc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x423eb8bc usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4241e094 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x42435b35 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x42474399 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x4247bd1f xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x42497ad6 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x424bd52e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x425d38e4 fs_kobj +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 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429fd699 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c0542b __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x42c0607c ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x42ce401e pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x42d20a4c bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x42d415ae of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x42d6502b sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x43017458 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x43039214 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4308c669 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x43136523 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x43148c3d tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x432f6a33 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x43316716 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x43401bd9 cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x43433394 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x43492626 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x43567815 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x43596516 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x435d463b regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x4365851a debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436d8348 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x4371155b phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x43770698 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43793e84 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4381159e pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x4382e3c2 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4392200c cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x4392d8e8 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x43944e20 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x4395d52d vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x43a14cbf xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x43a452d1 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x43a770c9 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x43a88acb fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b20309 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x43c60dd2 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cab474 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x43cfbc22 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x43dac5d6 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x43db6d6f pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x43dc7495 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x43f5dfb0 simple_rename_exchange +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 0x44069c1e irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x4408f190 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44338be6 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443bbc21 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x4440f29f __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445054ba otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x44777e7f pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449ca429 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x44a16d1d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x44a7785f driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44ba9c8a iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bd2e2e sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c2b562 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x44c63180 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x44c9c51e usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x44cc81e5 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d18116 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44d7dac6 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44dd1080 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44e9b0e4 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x44eb9034 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450d32b8 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x4515e1b5 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4520b863 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x452bbf86 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4531c7d4 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x453798cd tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4537a7dc make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x4545ad4f pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x454858e7 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x4548965e xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x45557098 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4558a508 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x455917fb rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x456059cc usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4562ef2e acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x4565a507 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x456dceb7 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4578d2be rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x457f3d57 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x458e15fd xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x458ed3f3 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45c3aefc pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x45c48bf4 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x45c4f576 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x45d2c22c to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x45d381b6 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x45ddeaaf sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x45e377c8 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45fa3f11 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x45fc222f dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46044dc9 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x4623db06 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x462bc9ac fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x462e3633 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x46360ae6 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x464c301e wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x4657fcc5 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x4659697c devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x46599a89 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x465e1070 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x466936cc pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468d4ea3 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x46972269 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x469dfb14 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x46a25d38 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46af3704 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x46b754ef debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x46ba83b0 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x46bbb15d palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c74c38 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x46ca87fd tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x46cca830 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x46d94acb __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x46e5f4af netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL_GPL vmlinux 0x471773d6 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x471dd112 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x47223af4 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4755e67d rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x475bc75f device_register +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 0x4766a5fb page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e482d register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4791098b fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x479ff380 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b2d902 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x47bac16d dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x47bb8e93 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x47bca976 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x47c27930 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x47cf675b kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d1303b device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x47d1ca7b of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47ec50a8 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x47f2922a uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x47f29d4f to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x47f36580 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x47f6472b platform_driver_unregister +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 0x4835a411 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486960f5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4883b1fc of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48bfd4f2 dst_cache_set_ip6 +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 0x49135e33 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492b12b3 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x494452c3 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49618909 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x496a39f5 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x496ca5ea class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49914ee9 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49997567 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x49a21213 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x49c06a17 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d0b36e cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f571b2 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x49fb1aab rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x49fe4d0c pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x4a104530 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x4a16628b css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1d6fd4 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x4a2c33df usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x4a394161 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4a398023 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a49ca2d kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x4a5f40d3 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x4a6885f1 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x4a6f3b2c regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x4a707ec9 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x4a70a8c0 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4a8dd903 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x4a92c5cf regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x4aae0b15 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x4abe25c0 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4ac12766 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x4accdf7b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x4ad94355 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x4add6b81 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x4ae1e1c3 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x4ae61f5e pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x4af2fa3d get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4af82c49 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x4b00fbc7 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x4b1fa964 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4b2ae0e1 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b381db5 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4b3d07e6 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4b3d5415 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x4b495c49 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x4b554cb6 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b653fd2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b95925e disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4b9d9b90 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x4ba26df6 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x4bacceda devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x4bb9d4fe gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x4bc24478 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bccfcf7 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd89a60 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bfb15e8 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c179158 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x4c1e716e iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c4b1957 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x4c5376c9 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5a2eb5 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x4c5d8cb0 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6c11ad clk_register +EXPORT_SYMBOL_GPL vmlinux 0x4c87cbf8 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c93f62b mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x4ca40c39 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb34a47 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cb82221 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x4cbb2404 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x4cc93e4d fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4cca55a5 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x4ce8cf60 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x4ce9c547 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d00e65b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4d098321 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x4d0be64e netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2a33d5 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x4d2b7121 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x4d2e1874 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x4d319512 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x4d32f61e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d3944f8 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6f331f __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d85254e devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x4d956228 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da3e80e unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4da494e5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x4dad4e28 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc2957c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4dd4ca77 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x4dd529f1 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df28534 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x4df3a877 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4e0b77c7 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4c0fbf of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53cb72 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e70814c regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x4e936172 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x4ea014fa tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x4ea387a9 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4ea78647 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed01ca8 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x4edb5ac7 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef70acf nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f0a2665 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x4f0f723d phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3d3152 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4f5525a1 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x4f559158 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x4f5b6b3d blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4f689250 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f752bfa crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x4f797547 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x4f7a889f mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x4f7f4cd6 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f894eac inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9c3b53 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x4fa4d518 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x4fa67bea regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4fa9d699 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x4faa3252 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x4fac71a1 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4fb45813 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc78092 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x4fc7fa1b sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4fcf91b7 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x4fd2108b spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x4fdfa262 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fee2623 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x4feee0ad edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x4fef5ddb pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x4ff56ab2 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x5009b691 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x500c80f9 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x50213345 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50338809 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x503c6c37 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x503c7ef3 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x5040c90e kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x507bb2d5 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x508e8632 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x50aecef3 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x50d25d22 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x50d9702a mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e5df60 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e9e845 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51115373 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x511a2cde vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x51219e43 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x51253d95 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x512be828 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x5141671c gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x5147cf64 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x51634337 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x516734aa filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x516af726 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x5175100f blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x517f6157 regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c5fad genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x519017d6 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x519bede6 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a8daaf uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51ad4af3 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x51b68bc5 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x51b6ab8c __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x51b84b30 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x51ccbe2a kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x51cfb57c dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x51d1106b class_register +EXPORT_SYMBOL_GPL vmlinux 0x51dce54a gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x51eeaff2 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x5206e6ba regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x52157ce7 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52225383 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522c61b0 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x5232aa11 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x523c6683 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x524119a9 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5245d118 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5247af9a of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x524879e0 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x5249c241 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x524e6b8a platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5250d9f8 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x525e37f6 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52719244 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x52838da4 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5285c555 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x528ae60a crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x529f29ec bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x52af993e devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bf2c1c led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x52c1d27e skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x52c31f66 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c55cc8 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52fcf2e0 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x53054bde i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5314559a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x5317d54a ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x53182c14 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5319fce1 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x531b5422 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532caaeb driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x532f71b2 dev_pm_opp_find_freq_ceil_indexed +EXPORT_SYMBOL_GPL vmlinux 0x53302be6 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x5332aef0 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x5335057f tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5346678e devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x534c2cd5 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x5353c57b blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535bd9ef usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x535f9486 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5365489a dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537a24ef component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539c253d fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x53a91a65 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53b9c214 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x53bc0e39 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x53bd7431 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x53bd8e28 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c09c01 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x53c17631 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e474ac iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x53f562be gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x53f64430 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x54010844 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541fcb50 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x542139d5 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424c328 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x5426765a ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x542b67e0 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x542c807b powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x5440be20 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x544a53de mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x544b2212 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546eb784 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x54752e57 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x548a52fe vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x548a6629 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549dc929 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x549e41fa devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x549e8852 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54af232c gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x54b4a3fa debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x54b839a1 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x54b8d8e0 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x54bab6f3 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x54bc063b devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x54bc206c dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x54be85e5 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x54d75a68 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x54df5dd9 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x54eeb345 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x54f4d0d4 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x5501dead of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x5508c7a0 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x550fc1f9 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x551b8453 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x551f5315 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x5528e5a4 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x552b8199 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x55333ea9 rz_mtu3_shared_reg_update_bit +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 0x5548ef4a irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x554e63f3 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x55572298 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x555ac9c4 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x556be534 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5579cd63 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x557fee5e samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x558a0a00 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x559c369c fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x55a77350 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x55ad4fd5 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x55afd790 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x55bcaf7e fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x55bdf596 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cb8990 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x55d0c7f3 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55e3e080 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x55e4ce47 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x55ee835c pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ffba3f i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e289c mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5615c16f rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56252c44 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562b2852 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563c9476 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x56410aff devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x565b01e6 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x566b9966 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x567838c2 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x56aa7d9b acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x56aadd8e switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x56ae19a4 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x56c2ce45 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x56d156dd meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x56e621d8 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ed6152 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57159c30 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x571c16df extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x5721640e blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x5721bbd1 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x57328ed9 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5748ea3b gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x576bae50 ethnl_cable_test_pulse +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 0x577fc707 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x57831072 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x578729f0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x578a3ee7 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x578b8eb3 ata_bmdma_error_handler +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 0x57a8d2ac kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x57b3d0f8 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57cb42a3 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x57d2591d make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d4d785 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x580d53cb ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x58213c39 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x582a7663 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x5830725d nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58362fed ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x58383dfc wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x5841188f ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x5844f708 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x58493eca da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x584991e1 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x584f4ac4 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x585fc2e5 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x586dd3f3 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58888eb2 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x588b5e9e pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x58a39308 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x58a3b0d5 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x58a69c0f dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x58ab0125 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x58b9239c rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x58bc82cc debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x58c2e20d vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x58cb84c4 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x58d2776d dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e0d25f phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59064b85 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x591214a9 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x591446c6 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x5917ad0d dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x5925c0b7 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x592830de of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5959e156 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x59660398 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5969f4dd usb_hcd_platform_shutdown +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 0x59b69ab7 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x59b78fb7 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59d596b9 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x59deb221 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e5fadb debugfs_create_devm_seqfile +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 0x59f32820 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x59f38e29 blkcg_policy_register +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 0x5a253da0 rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a331926 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x5a420d39 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6109af pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a658a36 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a851e8e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x5a85715f sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x5a933947 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x5a97f35b vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x5aa152ad xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x5aa47f9d kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab67c7e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ab876f2 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x5ac25ad2 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x5acfdf66 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ad4fdac devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ad947fe ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b05d165 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b140925 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2e44ca usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x5b2fa074 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x5b3093b5 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b4e5ad3 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b5a8704 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x5b5fef70 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x5b61c036 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5b6f2836 of_css +EXPORT_SYMBOL_GPL vmlinux 0x5b6f9cc8 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b7bc51d sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x5b7d1876 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b916b19 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x5b9ce1ed hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x5b9d1ebe transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bae9fa9 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5bb23393 wbc_detach_inode +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 0x5bde1f3d ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x5bfc238f genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c01b243 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5c05fa1e rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c149b6c rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x5c1af42e attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x5c26253f fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x5c39c645 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4424e1 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x5c4fb1ed dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x5c54572c pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x5c577203 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5ddbbb iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x5c660135 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5c70906e nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5ca42014 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cce44a0 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5cd36f0a inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x5ce080fa anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0359f8 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x5d03f17f phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d10289b blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x5d10903e handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1e20d9 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d478c42 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x5d57c34b mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x5d5a2319 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5d67e141 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x5d6a9806 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d782d4b vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x5d7ae60d bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x5d7ddbda usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d86a46a pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x5d8ca0e5 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x5d977c5d cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da84f5e bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x5db00569 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x5db31c37 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x5dccc4c4 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x5dd45152 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x5dd6ca8b inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x5de1c7b5 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df22f11 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x5df305e5 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5e03bc21 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x5e1706db __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e19f416 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5e2f978b debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x5e30251e regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5e40b7f5 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e5c8aae cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x5e5e739a irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x5e6b9320 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e84fb9f bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea9a27b mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ea9c535 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb05fe3 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb41a10 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x5ec53b7a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x5ec54956 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ecb65c0 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5edb6688 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee6a6af dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x5eee1941 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x5ef63c07 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x5ef6e1d4 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x5f0ae7f8 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5f1eaf70 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x5f203a49 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f29d06b priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x5f31ab1c xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x5f42e345 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f69fe44 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f793193 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x5fa40964 __rio_local_read_config_16 +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 0x5fbb60f1 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x5fc775b2 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5fd10fa0 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5fd33b0b mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x5fd8db9a crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5fdd8b69 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x5fe27281 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x5ff02829 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x5ffbf6c9 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x600354e0 mas_next +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601ceb7b devfreq_event_remove_edev +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 0x604774d8 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x604c77da regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x60669fd6 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x60690768 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60867739 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x60883f0a pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x6088e9f7 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x608cda13 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6090438e icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +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 0x60c67994 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x60d96536 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x60da0333 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f230b9 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x60f3aa56 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6109501d usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x61104092 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61296ae1 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612e6f7e blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x61382945 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x61466801 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614aea9b phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x614aef1d i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x61580b56 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x6158b868 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x61660a94 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6180fb7a platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618ad1b3 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a31aff md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x61b0409f skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x61b49cdc to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x61bd039d pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61bda57c tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c48a42 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x61c4e0b5 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61c7dc55 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x61dbce47 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x61dcaed8 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x61ede36a lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6204c420 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x620a953a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x620ea92a phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x62118c53 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x62124911 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x621f7745 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x6223d1b1 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x622609fc skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62315710 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6241cb37 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x62453105 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x625048e2 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x62724424 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x6281f78c dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x628275d8 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x6285f172 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x628a74ad dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x628b513e devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x6295c9c4 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bb6460 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x62dc6a1d dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x62f1b198 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x62f30f5f usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6300db02 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x630380c3 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63192711 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6321981d ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6325a1e7 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x632bf1c1 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x63366b58 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x63444485 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6345fb74 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x63467810 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x6346b5b8 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x6348f90d init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634df9be scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x635587a1 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x63842c45 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x63a0191c ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x63a180c3 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x63a813d5 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c30686 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x63cc278d xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x63d9342a perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x63dc11a4 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63efc1df mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x63f10483 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x63f6a9ec dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x63f887bd __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x6412b944 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x6422c03a perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643e2de2 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6446c23b hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x644b1ad9 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x646dc3fa bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x647b1e60 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x6480ec90 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648ea2e8 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6497da4a devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x649d72e0 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64bdbb2d devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x64cec77a hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x64ddc7e9 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e938c7 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64eeccaf debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f4a4c8 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x6506a8ef housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x65188a38 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652206a8 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6557bffa clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x65617d0f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x658fe2af fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x65950355 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ade519 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x65b83fc8 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d5e8b4 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x65deaa1b handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e27b1b metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x65f2b386 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x65fe6451 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x65ff8d3c ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x66052dca crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x66085c7e scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6609cb8f evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x660d5e9b do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661a13bc uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x661b3885 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x661fa04c spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x662c4882 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x662ceaa5 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x6633019b pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6638bcd0 scsi_host_busy_iter +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 0x664ae2bf sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x664ddf72 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x66593af9 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x665c987e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x665d9484 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6672db90 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x667938e4 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x6681e95a pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668dba53 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dd0257 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66ea8bad class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x66f77c95 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x66fba308 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x6702ef08 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x671f7959 led_get +EXPORT_SYMBOL_GPL vmlinux 0x6736e5eb rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6744798b iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x6748df53 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x6771847a virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x677ce7ec fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6786fda6 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x678c05ab __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679e5999 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x67b81140 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d8fed8 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd1de0 iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0x67dd6f9d fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x67e39a40 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x67e8213b topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0x67e9f3af gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x67ec1e1f blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x67f83ed4 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x681e920d phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x68208552 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68325c56 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x6833524b unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x68361288 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x683cf99e scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x68570010 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x68586699 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x685d128f inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x685f041c dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x68700381 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x687071a8 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x68813bec tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x689112f3 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a692d3 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x68aa2654 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x68ba3e58 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x68d46366 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x68e39612 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x68e4e47d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x68fbf3c8 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x69070a45 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6908f02f call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x690af982 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6923115d pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x693ea144 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x695f9313 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696ee698 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69b57286 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x69bfb6ad devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x69ccba29 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x69cddfb2 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d32d40 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x69d91185 iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69fc9033 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x6a02be6c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0a0ac1 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x6a126f11 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1876b4 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x6a198966 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x6a1aed0c meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a25d8ac crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x6a27fa3e crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x6a39816e devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a432549 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a500cf1 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x6a570ca1 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x6a5b11e1 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x6a626d1e net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x6a632cd7 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x6a675e41 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x6a76e278 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x6a7c9f6d meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8ca20a usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6a9305b8 walk_hmem_resources +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 0x6aa6fe5f mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab5add7 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x6abafe5f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x6ad78a76 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x6ad86c19 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b211690 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x6b2582ca kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +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 0x6b51d196 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6b58a43f md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x6b5a2158 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x6b656fdf device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x6b6ae016 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x6b6f8b81 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a41b3 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b82834b iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b8f9fc8 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x6b8fc405 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6ba201af devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bab0d70 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6baef14e devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6bb61541 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x6bba680b dev_pm_opp_get_max_transition_latency +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 0x6bd99d56 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x6bded9eb gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bf97705 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x6bfd1c19 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x6c156a32 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x6c170f05 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x6c1c2fcb yield_to +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2d8343 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c38de49 ata_std_postreset +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 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c7455ac __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x6c78cceb subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x6c7ce931 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x6c7d372d __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6c80741e pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9aebb0 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x6ca1d472 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca6ca3f pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x6caa0a30 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x6caded58 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cbc3a09 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x6cdc2218 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x6ce002a5 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cfc5a9e rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d04a5fc rio_release_inb_dbell +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 0x6d21d813 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d35a235 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x6d37c3c8 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x6d412454 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6d442134 kvm_io_bus_get_dev +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 0x6d68156c fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d74f3c9 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x6d752dd5 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x6d76ebc4 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d819317 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6da304ba tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbb76bc fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x6dbf1ec8 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x6dc0e5eb devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x6dce82e6 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd5c5e6 setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0x6de12369 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6dfb8b2d edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0e78c7 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e219286 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x6e219fb5 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e439c61 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e684a97 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8c4d55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e988d18 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6eaa2079 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x6eb028be dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebbb796 __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ede9a3a ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ef73ed3 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x6effda96 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x6f01ee20 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f17cf79 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x6f258e9a sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x6f32752b pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6f3331cd fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x6f57c661 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f80b8ae led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x6f89735c mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x6f8b51d8 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x6f99241b device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd6c5e7 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x6fd9d31a ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x6fda5d88 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x6fdb0d52 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x6fde0f57 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6fe1bb90 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x6fee51af pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7001e7b0 ata_pio_need_iordy +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 0x7012a8e7 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x7015b852 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x701f5f3f exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x706383a4 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x7069789d rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7079e5c6 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x707b8985 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x709415cc ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x709d58ef pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x709fb224 inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x70a43a99 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x70b2cafe tty_kopen_shared +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 0x70d6ad80 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x70f67d31 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7111a197 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x71130fef ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x71164e3f bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x711f867d sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712a6ab9 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x71428772 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71751e76 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x7175c3fb nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x7180b46f dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718ff0e3 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x719e1e9a ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71ab3dda iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c5d154 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x71c6a079 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x71d8e9d3 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x71dec7db devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x71e0f26b edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x71fc4ed1 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x72328b7a shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x7252eeb2 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x7256171a ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7258fb41 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x72643598 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726acb47 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727b8091 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72891f42 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x7293cb9d kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x72983e8b iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b4d707 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x72b4e16a sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x72bb44da ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x72c53c85 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x72c656ae ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72dfff03 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x72ed7368 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x72f8d7ab iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x7304b071 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731221b9 rproc_coredump_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x73161551 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x7320e5fa watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x7350e19f generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x73546ce9 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x7359f908 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x73639fd8 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x7383df23 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x73987ae1 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ab6f9c to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x73b151fe rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x73b252bb crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x73b7a777 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x73bcd229 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c717dc spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d2d33e sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x73db6654 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x73dcba87 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x73e23566 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x73e607b4 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x73eb2959 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x73f04aa5 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x73fa56be devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x73fb2e91 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x7413d8eb mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x741523cc security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7416dad6 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x74199150 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7433178f regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7434d790 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7446b3eb genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x744e651b sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x74597e7a clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x7463bbc1 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x746ddc7b fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x7497bdd7 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x749a30fd kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74a40549 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b981f9 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be6a49 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x74befffa sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c46e81 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d7e87e tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x74db5d06 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x74dd67ba mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ec2efe led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x74f2cbae device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x74f64913 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x7503ea97 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7521f17d mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75344f52 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x753c410e devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x753e1642 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x7548b9c7 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x7556488c ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x755c7f2b l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x756ad011 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x756fb523 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757dc31a regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7585bd71 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x7588a7d4 gpmc_omap_onenand_set_timings +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 0x75917ab5 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759c2b23 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x75a4c996 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75bbd41a blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x75c7b0a2 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x75dcb4fa devl_resource_occ_get_register +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 0x75f2596f crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x75f80fa8 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x7604f6cb nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x760d05dd acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x760e2e98 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x760eb2c0 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x76239266 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x76341ef1 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76597ac8 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x76658b72 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7666386d usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769a6c3f ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x769b4c9e kick_process +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b02c7a regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x76b2da76 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x76c0ed0b xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x76c562ef regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eb365b serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f9d118 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77130d97 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x7714a967 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x7717d12d blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x77226143 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x77270f8d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77301f5b set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x77348e3b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x77386bf4 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x773b9607 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x774b69b5 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x77548ede fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775cced2 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x7762a998 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x77693989 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x77771035 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x777a839e acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7784e362 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x7786a60a scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x778df4f3 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a5a847 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77bcf70c scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x77c156c1 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x77e47258 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e799bc irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x77e7a47d device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77ea8a01 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ef328b gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f899c5 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x77fcd8e3 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x781f7b90 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x78202f69 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x78245316 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x78296733 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x782d19c9 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x7830e76f sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x78481065 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x785004b9 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7867c178 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x786f6b7e icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x787958da inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x787ab59b virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789604e7 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789dc8a0 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x78b407ad pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x78b49cb0 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x78b4cef8 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x78be859c fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x78cc75d2 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x78cd9bdf dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x78d250b9 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e5d7d5 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x78eda359 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x78edfe45 fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x78f832bd dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x78f913cc serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x79117210 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x7917a5fa tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7921a0ee tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x7925a5a3 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x7948e199 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794c6d10 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x7955970c dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x7958db31 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x795b4f9f regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x796eb1ba __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x797f24ed devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x79879c0f dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x79898960 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7995f39c devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x79a0d8a4 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x79a6b7c1 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x79aadd20 spi_mem_exec_op +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 0x79f2d85a kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a05205f psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x7a174c6c serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x7a1d2a62 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x7a1f707c dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x7a2b82f8 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4391b5 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x7a476fd0 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7a59a860 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x7a674b29 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a792f9c regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7a7b0e07 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a899e98 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x7a904f52 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7abe4c14 udp_splice_eof +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 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b27ee64 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x7b3e6cfa devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x7b49f81b device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x7b4e1914 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b57b264 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6485a5 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b82897f ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b89efb9 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b988b1f wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7ba458f1 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x7baf57e9 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb1658f usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bc78efa folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x7bd5a064 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x7bd646eb nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x7bdd09af ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x7bde8f2a sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x7be1fb33 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x7be7f83c hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x7c00e784 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x7c0a6adc of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x7c0ce6e2 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x7c1a67e1 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7c1d7d91 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c40d146 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7c4acf27 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7c4f5a68 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x7c515b1b firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x7c58e461 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x7c63ab09 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x7c651a38 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7c75f041 dev_err_probe +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 0x7c9dec16 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x7ca3cf73 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7ca82e11 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd3a927 simple_rename_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cd95ecc scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x7cdc25cc cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce8741b of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x7ce894b7 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceb0360 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x7cfef45e scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1a3729 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1c5eb2 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7d42c6ff ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x7d43055d component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x7d43c7c5 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d4ce62d skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6493d9 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x7d800087 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7d8ceb24 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x7d9cd012 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x7da644a5 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x7dbe54f8 devm_krealloc +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 0x7e1014df devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x7e144be1 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7e1c60ab virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x7e1c8a20 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7e24ff17 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7e3946a6 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e40430d pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x7e4b40ff thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x7e4d20d2 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7e58b79c fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e65527c __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7e6604fb fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x7e663505 device_del +EXPORT_SYMBOL_GPL vmlinux 0x7e6e7b1b sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7e6fa890 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x7e76a635 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7ba6c9 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e892bc2 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a7a3 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb30d52 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7eb52f88 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec4a005 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x7ecf277c tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x7edeb44f crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eed3604 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x7efcbba0 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7efd9112 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x7f0960d4 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f0d43c9 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7f1d1bbd raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x7f216171 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x7f2e12f8 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f2e803f device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7f371aa1 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7f3c7190 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x7f4b3fba inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x7f4d7441 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7f663106 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x7f68ce68 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6ea1f8 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x7f74b9d2 ulpi_viewport_access_ops +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 0x7f8e6403 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x7f8fc445 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x7f9156fb devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f946c71 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa4cf19 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7fa7eb5b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc0c83f tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x7fe0f16b securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x7fe7f219 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x7fed62f9 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff2371a get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x7ff4aa08 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x7ffe3565 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x80009de1 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x8014dc46 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8038a6eb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8049a3f1 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x804b24f9 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x805caff2 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8063596f devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8081ded1 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x80830ab7 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x80860bcd scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8097b37c validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x809e582b pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x809f82c0 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a174a0 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x80a8fe22 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x80b1012d vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x80b77bf7 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x80bbba08 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ca0512 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d3d1b9 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e29f62 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x80e52ca4 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80ecd749 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x80ee5814 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x8102dcbd xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x81067afc of_device_uevent_modalias +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 0x812942db gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x813186d1 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815a9e52 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8166fd73 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816bd148 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818d1213 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x81937289 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x819c3bd9 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x819d3006 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x819e7c9b usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x81a569a2 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81aa8c0e of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x81b571d5 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x81c110c0 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x81c6c3bf topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d1075d meson_clk_hw_get +EXPORT_SYMBOL_GPL vmlinux 0x81e0ca6b bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x81e0f16e gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e466a1 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f69880 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820c6084 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x820fb756 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x821b056d fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x821e28b1 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822bf493 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82410468 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x82497281 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x824daff0 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x824ef22d vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x82538bb5 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x825902d4 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x8261ddd6 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x826ffc91 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828bd0ca clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829666e5 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a526bd unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82ad881b of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x82b717a4 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e24bf4 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x82ff0356 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x831245f0 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x831ad5c5 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8323a5cd sock_map_unhash +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 0x835cb1e7 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x835d1278 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x836caa7c serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8375a1e8 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x837ac3bc phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x837c0b23 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x837fa017 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x8388691f of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x838bf246 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x839c10cd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x83a8704e da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83dadba2 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x83dcca3b rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x83df8550 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x83e450b5 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x83f999d2 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x83ff63ef pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x840f3638 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841228a5 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84123b4e tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x8412c898 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x84221128 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842aa259 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x843f5221 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x8441079d __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8458304a pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x847aff2e crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x848ce0cc usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x848d0a83 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x8495f0f9 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x8498748a ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x849d6514 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x84a03c69 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x84a3a4ce blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x84a5f08a vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84b67db6 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x84c8af99 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x84d4e02c device_rename +EXPORT_SYMBOL_GPL vmlinux 0x84d50131 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x84d573df crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x84d8a6fc irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x84d9d9a8 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x84d9f029 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x84df92ce led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x84e69538 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x84ef1fa4 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84fc9920 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x8506f49a pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85177946 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8527615d __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x852b05b5 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x852bda0a tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x852c8e8c devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x852ebfa4 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x85304c46 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x85370e61 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x854ff112 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8560ffe2 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x8577ddee of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x8580d425 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x85820b76 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x85896ddb posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8598ef27 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x85aeb533 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x85aedd86 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x85bac84a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x85c41c61 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x85c4ded0 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x85c8b9b8 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x85d40d7f relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x85d8af90 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x85dcfeb3 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x85de215e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85fd228c kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x85fe6562 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x8603eb8a clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x860f45d9 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861d7fa9 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x861e4451 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x8623562a watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86465afb pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x864e59d5 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x865327da dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8654ac91 __thermal_zone_get_trip +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 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 0x86a99ba8 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86b99a4f tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86dceccb __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x86df2e3f fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x86e5a762 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x86e83542 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fe4d17 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x870d3180 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8741825c uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x8741f6a4 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x8743a7a5 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x874712d6 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x876ce7e5 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x87828b10 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x87876e9f platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x879b8e69 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x879c0bd4 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x87ab1bc3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x87c9ecec pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x87e3c7a7 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87f9ec59 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x88003e8e tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x880317c1 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x8814b0f8 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8821ace4 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x8822f944 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x8851ede6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885cde3d mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x885ed3ed vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x887bc0f9 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x887c3a27 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8885b266 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88997b2a regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x889d2c75 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ad8cc3 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88cb1d60 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88cf2423 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x88d1595e devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88d386a4 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x88dfff5d thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x88e4862e gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x88e6f9e8 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f0f860 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x88f43f5c dev_pm_opp_get_suspend_opp_freq +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 0x8919adee regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891cb224 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x891f1b03 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x8920a1e3 dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8923417b pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892a664c __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8934d5bb fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893bd698 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89415729 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954867c mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8957227f devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x89573231 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x8957e24f genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x896d0fd2 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8998c94d pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89ab627b serial8250_em485_config +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 0x89dd2ab6 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e77271 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x89fd06a2 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x8a00cbbd crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8a28d19a hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x8a2c53de sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x8a3a2274 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a450274 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a48b6ff nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x8a4d59b4 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8a4e1ac3 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x8a5133ca nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8a548404 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a57fdf3 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x8a5b390e clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a751a2a fuse_conn_get +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 0x8ac2480e spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x8ac53dfd kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8ac7f05a __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8acf31b9 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x8ad39ff6 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8aed1a3d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x8af496fe md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8b09ad73 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b16842d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8b1eaef6 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x8b208cc1 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8b215e6e __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x8b216b8a nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8b230362 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x8b260eb2 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4c23b3 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8b554636 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b57132b metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8b5f1b34 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x8b7fe4fa stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8d4839 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x8b8dcf03 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x8b8ecf7e of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba60345 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc0d1c4 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8bd14be1 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x8bd36959 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x8bf49ddc __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c08580a rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ea387 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c194942 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x8c1b7a46 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x8c2a348c usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x8c37cd03 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c435443 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x8c472125 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c617743 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x8c6c2f54 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x8c7367c8 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c82c966 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x8c83462b xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x8c88f7f2 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d1886 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c91c019 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca7aab2 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x8caa69e7 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x8cb4f5bb i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cbe6cd4 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8cc6b8e4 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8cd464aa platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8d075b2a __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x8d0b7f7d clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x8d10481b fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2b3775 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x8d2f4301 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d63d467 mmc_sd_switch +EXPORT_SYMBOL_GPL vmlinux 0x8d6c0d09 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x8d7712f7 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8d7e08df devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8336f1 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x8d86773f usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d971fef alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x8d9761f5 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc04571 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8dc32f46 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8dd2179e ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd3bd22 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8dd6b3dc stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8decc889 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x8df6f6aa vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x8e02a576 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8e053561 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x8e05648d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8e073397 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e0f1ab4 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x8e154b83 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e237395 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x8e248d94 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x8e25dfa0 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e3b1200 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8e425ee6 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x8e451694 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x8e46b309 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x8e4ac41b rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e58b9f0 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x8e631640 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6b6b5a devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e85f4bb pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x8e966999 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x8e9b7a57 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea01916 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb2c5f7 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x8eb67cf3 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x8ec436d3 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x8ecd2322 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x8ed65733 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8eeb0dc8 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8eef3426 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8ef9ffaf dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x8eff6b93 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0139a8 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f276ed5 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x8f2bfa33 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3aa907 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f57f942 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x8f581c0e __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f5dad4f trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x8f612a40 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x8f636cdf cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x8f63ef54 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7a336d pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fbad2ab get_rcu_tasks_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x8fbad793 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fce4e1d dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x8fdb92f0 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x9010faca fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x901209d0 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x9025998b dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903eb921 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x90560ed2 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x90602c6e acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x90606439 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x9069d90e pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x90712777 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9081ed35 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x908a4d6b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x908cf016 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x90933a51 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x90992ce1 fib6_get_table +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 0x90c4eaff security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x90c6d9bd usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x90c7ef29 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90c8be8a bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x90d40ccc device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x90d507d8 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x90d992fe sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x90eb3d17 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91276655 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x913446d6 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91607fd0 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x91850325 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x9188a2a5 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x918b0849 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a15fb1 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x91a77039 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x91ab6f30 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cfad28 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x91dff7d8 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ec265c au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x921691bd crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x9235a4a5 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x923ca192 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924304b9 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92518ce3 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x92538f9d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9254d817 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x926361d7 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x92693f68 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x926f13a4 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x9287d332 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x928afe05 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x9292b4e3 virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x929c29ae sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a92aaf of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92c31410 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d686db pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92edf759 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x92fa8fab led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x92fb22a7 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x92fd2cea regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x9317c95b of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x93229eb8 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x9324e1c1 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x93294c7a rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x932b9fcd watchdog_unregister_device +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 0x9343b05d register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9360839b ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x93674d97 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9371ea58 sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x93802208 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x93851483 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x938ab50e skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x939af0a6 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x93ab2e82 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x93ab824b thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cb76a2 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x93cbd8ea skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93ef9d6a devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x93f104b0 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x93f6880a pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x940e4c65 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x9416f6f7 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x941edcb0 netdev_sw_irq_coalesce_default_on +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 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9447e03d gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x944dd980 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x9450e02d devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x94616bb3 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9480953a nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x9485401e ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x948eb417 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x9497929e fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a2ad06 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x94a3f9d0 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x94a63bdb sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9503c68a devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951688d2 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951ad4b3 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x951fbd61 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x952010a3 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x9523dd2c devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95245b99 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9529132a badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x952c12cf wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x952e44db gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x952e747c irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9548795b pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955e7e23 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x95637071 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956c73a2 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x957ba0d4 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958d5526 xenbus_switch_state +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 0x95a391d2 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x95af61c6 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x95b16bab of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x95b53049 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x95baee04 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bd9011 acpi_dev_install_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0x95bdafa4 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x95debd0e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x95e162ac pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x96037c47 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x961ef040 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x964fe130 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x96549471 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96558d19 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x965ce5ab acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x96695ccb device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x966ad751 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x969f51a3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96a23b9f of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96f27dc2 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x96f41329 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97044792 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x9711b1f0 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x971327ed power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9724dcf7 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x97387116 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x973ecbd0 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974f4dfa clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x974ff7a1 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x975264a1 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97554daf scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x975ab788 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x975e4f40 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x976d176e ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x97748eab ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x9775ae2a parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97815fe0 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x97908de5 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x9793dbce bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x979f4e3e trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x97a85153 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x97dc63d8 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x97ddf5e9 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e720c5 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x97ea07b6 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x97f1f98b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x97ff13a0 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x980fd5db i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x9813ffd5 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9825aa58 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x982ab91f bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9834d4c5 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984897a5 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9852ee71 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985e9426 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x9861d9e6 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x986d69ef bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d15b5 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98aff781 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x98c1be9e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x98e02776 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x98e05bca blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98e89abd fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x98eb7972 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x98eba520 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f58a05 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL_GPL vmlinux 0x990ebbbd devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x9912989b scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x99136c9a thermal_zone_device_exec +EXPORT_SYMBOL_GPL vmlinux 0x99225d47 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL_GPL vmlinux 0x99486d0b pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x994f4b0a badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x99541d04 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x9955b1a4 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x9955b6f2 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x9956c72f set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x99594366 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9960c6ed fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x997a4389 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x997a5d90 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997cbd40 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x997d310e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x9984cc41 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998de73b ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999394e4 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9997dd95 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9999ef02 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a1be75 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x99a9397f crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x99aa8a41 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x99b0f84a raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x99bc7da8 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x99bf4f03 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x99d1e573 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f2e621 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x99f5f5e1 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x99fec700 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x9a0432bc misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a04f3b3 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x9a0dc590 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a182f2e kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2919bb __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x9a33b3f3 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a6cb5b2 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x9a768598 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9a8e81f7 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9a8ef7a3 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x9a957e83 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x9a9a779f tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x9aa06ad9 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x9aa14584 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x9aa66468 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x9aa89281 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9abd4942 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x9abe0eaa open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x9ac01c78 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9acad187 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9acfbc66 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x9ad57c10 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x9add02ed debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x9adfc4c8 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aed789f blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af82f20 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9af898c1 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x9afc44fe tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x9b041ab0 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL_GPL vmlinux 0x9b1400d4 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b36ed05 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9b445202 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b44d45b dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x9b4f40ba genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b5236b4 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b586442 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x9b5df019 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x9b64e3b5 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b8abf94 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9b8fad8b debugfs_create_u8 +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 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bbaa599 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x9bc4e2f3 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x9bd7a80b __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x9bdc1d2f meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9bdc7bcf of_dma_controller_free +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 0x9c019d2b of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x9c1d3742 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x9c2b2322 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x9c3016a9 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9c30227d rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9c338dcf dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x9c3d3d0d mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c3f1dc1 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c52431d bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x9c671b8b blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x9c689270 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c81869a nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x9c8c6f19 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x9c8eb9cf netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x9c92bb78 nf_defrag_v4_hook +EXPORT_SYMBOL_GPL vmlinux 0x9c956854 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c97f6ba inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9c9c71ae crypto_alloc_tfm_node +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 0x9cc0d63b ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd50a0d find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9cd54708 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce0f086 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x9ceaff42 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9cf08074 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d108011 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d5da55d device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x9d83957d access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x9d840b02 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d863006 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x9d89f302 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d95a7d9 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9da717e0 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x9daa8877 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x9daeedcb skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x9db388d0 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9dcb70e4 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x9dd72aa9 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9de73a6b thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dec7831 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e379ab2 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9e3acec1 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9e46fd00 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5631ba fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x9e73a7ab handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e77cd60 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e7cf8a6 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x9e96cfe9 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x9e9c2c6e trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9e6c19 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9ebb22cd serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x9ec23037 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed66bf0 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x9edbe46a devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ee722eb crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef300b6 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x9efc8363 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f1671db __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9f47dfc6 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x9f480fa9 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x9f484372 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x9f4d7192 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f58929e devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f66046e fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x9f6a6557 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x9f74d6b9 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x9f84765d iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x9f8e150d tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x9f8e80be dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9f90d50c devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x9f9362fb xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x9f93693a bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x9f9c7d70 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa48ef1 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x9fa58cc9 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fcc40df cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x9fce4835 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fcf736b serdev_device_write +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 0x9ff0b70f acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ff1bfbe sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x9ff4143b dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xa004b83e hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xa00b8fa8 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xa012ff4e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xa01826b0 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01b45fb vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xa026700f sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xa026ffa4 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa02e7bde xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa056ebbd crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa09e21b8 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa09f341f mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa0a32bab devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xa0b49ff1 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xa0be28a5 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xa0ce51c3 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0da4ed2 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0e1b4b0 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa0f2c098 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1157f10 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xa11fd85e ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xa13b767c blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xa13ffbc5 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa14a14e2 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa14a76df vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xa14af157 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa152d507 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15fc1b8 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa17082c4 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa1771e32 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa17db953 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xa195080a crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa19b89ae vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0xa1a755ba power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa1bb0af4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d3b862 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xa1d4184c posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1ed44fd ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xa1f3bfb6 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20dfb9b iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa20f3f75 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa234a1de clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xa238c7cc ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xa23980ec devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa23eaf3a led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2673781 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26f8a68 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xa2723385 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xa27f7fc0 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa2a3e842 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xa2abcfc2 pci_load_and_free_saved_state +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 0xa2c034d3 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c66a8c regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa2c6f2b1 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xa2d2fefa of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xa2d40c6d usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e1dbe6 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xa2ee299b pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xa2f49b94 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fa74cd fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xa301bf6d dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0xa304d5a3 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3152a14 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xa31dcbc1 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xa32a9a3e bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xa33d2168 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xa363b8db thermal_zone_device_id +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 0xa39a1d8e devm_of_clk_add_hw_provider +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 0xa3b12cfa virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d0b35b acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xa3db0a6d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3de900c of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa4078579 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41b27aa regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xa4226086 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xa43402ce mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xa43bd1ed bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa446841d pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa448c653 qcom_scm_ice_set_key +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 0xa471ce0a switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4908eba extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xa49b5337 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4abe301 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa4af9cd0 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b0ddf7 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xa4bf0a0b usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4bfe3b2 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c848ab pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xa4cd7a47 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4fc71c4 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL_GPL vmlinux 0xa4fe5587 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52ce660 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54a38c4 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xa5667da0 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xa56cfd24 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57fac66 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa583a359 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xa597d76f da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xa599dc9d dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xa59eed55 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xa5a67f78 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5aa163d host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5bfccb4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5c7de0f gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e4a291 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xa5e96842 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xa5ef7788 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f46c70 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xa5ff3937 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa605f00d ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa669b726 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xa67b30c8 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xa6826070 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6afb21c __rtnl_link_register +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 0xa6bb02a8 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xa6ce0c43 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e737e2 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e9ed29 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xa7012561 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL_GPL vmlinux 0xa70be3c7 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xa70e5227 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa734a5a2 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xa7391aa2 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xa73f1740 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xa746f81b serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xa74dc171 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa755cf5a iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xa7590a6d regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa7656d61 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78c1f6e fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa79dc425 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7ca52bf altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa7cffd39 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa7d89c65 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xa7ea5e89 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xa7ffcd7f regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xa80da06a failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa817cd57 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa81f8e45 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa82332db sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xa828c312 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa8348bd6 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa835ecc7 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa8518d2d meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa863a57f of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89fa341 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa8a54f7d serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b3ce9a blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xa8bbcc27 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xa8c6276b split_page +EXPORT_SYMBOL_GPL vmlinux 0xa8c62d5c kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xa8c8fac5 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xa8ec4aa6 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xa8ece1e1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8ef38c6 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa8fbba81 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa90b4c53 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xa90fddb6 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xa9267243 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xa9292790 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9399978 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xa94b87f5 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xa9509799 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9762c6d mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a09371 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xa9acf680 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xa9b2f7b8 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xa9ba1d22 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xa9bf7035 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xa9d7450a fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xa9dc5c23 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xa9ee60dd class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa9f07b42 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xaa316f71 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xaa3385f4 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xaa48a426 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xaa5f31cc nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6ad7ac pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xaa734728 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xaa77abb8 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xaa7cd0c8 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xaa82df5b pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaa8485b0 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xaa869a34 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa919916 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xaa98eef8 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL_GPL vmlinux 0xaaa7776e gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab0ee64 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaabed053 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab1012d8 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab1f0b28 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xab25cb91 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xab26f63d tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xab33a60c irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xab379ae6 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xab3f147e dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xab42ce35 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xab6813ae __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab70e673 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xab72e4e5 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xab7bb9e4 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xab82a8e2 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xab9155d7 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xabafa4c5 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xabb3beef vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd153be led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xabd4576f gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xabd6c2c8 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xabed3875 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0xabf4da01 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xac12fa28 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xac14d593 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xac161370 switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0xac1fefe6 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xac249ca4 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xac651447 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xac75a11f __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xac873c7f transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xac925b37 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xac98451d __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc0be3a ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd1cf10 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xacdd0c4d pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xace58ae3 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xacf230c9 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xacf5feb3 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xacf9ab5f software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xacfcd4ed acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xad167395 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xad169176 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xad1b6c85 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xad1e27bd xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5511af regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad83485d phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad9dbe18 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadab8342 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xadae6912 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xadc27a1e acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xadc65d32 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xadd269f6 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xadd8322a __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xade4f228 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade65408 led_compose_name +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 0xae10a865 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xae15096c pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xae3140a0 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae4db760 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xae6308bc get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae738a07 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xae7ae2b6 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7e9615 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xae820bd1 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0xae9514b8 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaeab0890 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xaeabbce2 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xaec01eef gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xaecfb307 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0xaee079d6 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xaeed4243 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xaeee98bc usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xaef28fdb fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xaf05a5ee clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf082c59 usb_queue_reset_device +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 0xaf447e31 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xaf517ff3 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xaf57925d rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xaf589cc3 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xaf5c2fb3 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf7910cb mmput +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 0xaf912b36 rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf97fa15 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xaf9a568b vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xafa89e45 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xafad3042 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafbc8f12 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xafc64057 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xafc8506e rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafce565d key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafefc61f kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xaffb1efb __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xb0094c02 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xb0202c43 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xb0282a11 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03091d0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb04621a6 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb049e758 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb054dc86 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb05847f2 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xb058f168 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb0656f7d sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0773398 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb086490d crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb0990ecb __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0aaab8e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xb0b13eda edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c494c6 dma_request_chan +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 0xb0ffc789 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb10856ec pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xb10b2b98 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10e42db wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xb119cb8f i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12140b0 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb1466d2e crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb14fe1b4 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1934b2b pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb19f5b10 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb1ae8ddd __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xb1b2562d acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xb1b632cd virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cb1d00 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xb1dd3720 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1de98dd serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e62099 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xb1f421f0 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xb1f8faa2 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb202f345 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22a2790 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xb234b4d9 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb25509be nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb2587ecb crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb278dbda phylink_create +EXPORT_SYMBOL_GPL vmlinux 0xb281c1af clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xb28d9f69 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2972354 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xb298f7a8 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xb29a2793 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b7bd8a __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c48e8b ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xb2d18cea sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f341ae usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fc7e11 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xb2fcee96 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30eaa12 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xb312c4fc of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xb320eb50 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL_GPL vmlinux 0xb34e9f86 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xb355909e platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xb364515a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb36d081d clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xb37268f0 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xb37457d2 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xb3917830 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xb3a3b305 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xb3a4b8fb devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3a80a1e set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xb3b22ccc blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xb3b28838 scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3bb9cad icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xb3bd29e4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xb3ed7195 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4001e5c dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb40b3d3a gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb417586e regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xb43cab94 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44d3dac xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4519e65 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xb45210a1 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xb4542c51 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xb4557a05 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xb45c14fe l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb46097e0 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb47e98a2 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb481f675 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4b122ce nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xb4b8ebfc regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4be030c event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xb4c7b18f regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb4c8bee7 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xb4d16071 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xb4d3caeb devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f1bdca __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xb4fb651b led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5030d72 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50e4b0f device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb5161b94 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52a9801 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xb540a185 pci_hp_destroy +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 0xb57f563b devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb58c65ca xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xb58e593d regcache_cache_only +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 0xb5aceb68 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c0b7d0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xb5ce3c16 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xb5d5f1fc strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb5d7f153 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb61f40ac vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6306dd6 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64ec4af crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65a20af pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xb66ce315 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xb68d661a acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xb6a93c76 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xb6aba170 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xb6ac6dc0 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xb6ada420 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xb6b3e3e1 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xb6bc1d14 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xb6be8a88 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xb6d1cb02 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xb6d30342 virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6e91813 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xb7008721 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb70b7e93 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb70cdb26 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xb71469eb irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xb730b8bf regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb7317ceb adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73346cf power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb737ccdb dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xb75a7e20 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7957551 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7aa218a ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7b456f1 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7b4a55e cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xb7baf28c hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7ca0d0c irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xb7d5f5a3 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb805d2b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xb80d3ae3 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xb825acd6 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83b8877 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL_GPL vmlinux 0xb84c812f of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb862a91c mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xb86c869c irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xb875e178 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87866c7 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xb8796a91 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xb87e6cd0 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb890daff hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xb8947a22 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a36e59 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8cfe091 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb8d5b56d fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xb8e5b2d9 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xb8e6927b pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f7b249 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xb8faf886 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91b4250 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9463c1b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xb953a3ef dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb9551a06 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xb955b269 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb95bc131 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb95c533f dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9660524 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9752d49 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb987ddac regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb98b1f31 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99f70e5 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9bd1610 blk_queue_max_discard_segments +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 0xb9fa962b call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL_GPL vmlinux 0xba053abc devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xba1a4c4e compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xba1b6022 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xba1eafb6 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba258cf2 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba332589 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xba426e77 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xba59f5a3 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xba5fea48 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba6f32bb __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xba7730c5 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xba7c0b16 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xba7d57da of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xba8e85bb perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xba9fd886 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xbaa72113 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbacaabe0 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xbacec22c class_create +EXPORT_SYMBOL_GPL vmlinux 0xbad80bc9 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbae4ab50 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xbae774c5 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xbae85758 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb084883 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1c965d rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xbb224844 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb5170c5 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xbb52bc56 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xbb5c78f5 devm_usb_get_phy +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 0xbb8887e2 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xbba41fb2 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xbba8aa49 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xbbaa4cb8 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xbbacc7ab fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xbbace26b nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xbbba598e trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xbbbcb92f strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xbbc80ded acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xbbca2628 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xbbcc2835 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xbbccdfd0 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xbbe0baa7 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc00908d cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xbc191d5d da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbc25d686 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xbc29e45a alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xbc306f26 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc44c4a1 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xbc45b508 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xbc5b4af5 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc69e336 devm_of_led_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc758758 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xbc79eb0b sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xbc7eaec4 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xbc823a6f fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbc87415c udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xbc87a0e0 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xbc8db3d1 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xbc909403 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xbc90c2f8 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca3e63b ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcb003c1 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xbcbbc3cf regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd5ca5c __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce3b62b fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbce5ee5b acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xbce83f9d ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfd7984 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xbcfe8c2a register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd07b950 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xbd0e9302 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xbd384ad6 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4837ca of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbd487528 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xbd66359f lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xbd712772 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xbd782b72 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd851366 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbd9140c3 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xbd9d4eef tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb1c2c3 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb7a348 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xbdc7fd42 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbdcff49b mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xbdd2060c wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddc1d37 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xbded07e7 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xbdf7a4b1 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xbe05f34a of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0xbe0627f5 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xbe09d9e2 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xbe103d64 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe13b282 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xbe158b36 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xbe1680d9 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xbe24b6a3 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xbe2961e1 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2a0405 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xbe33007f sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xbe3850c0 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbe3fd9f6 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xbe4cd6c6 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xbe4df84a devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe5f8d81 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe757a09 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbe8b173b mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea02844 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbec49407 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbedb9da1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbedcb084 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xbf023281 acpi_dev_remove_notify_handler +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf067925 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbf2516cd edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf304fcf uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xbf4769cf virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xbf481814 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xbf48b9c7 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xbf4c3a47 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xbf5e65d6 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xbf600cf3 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf6be471 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xbf70713e regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xbf712416 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbf8e1c1d ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xbfbb6067 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xbfbc0020 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbd7c13 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xbfbe426e devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xbfcaeb63 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbfdad13f crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbfeee59e xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xbff4729c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc005b6ee irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc00fbca9 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc00fe892 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xc0134e45 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xc014d69e dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xc02703c6 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xc033da4c __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc0499c3b gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc0569138 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc063936a synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xc068e7f1 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc0720f2f platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc074ac71 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xc075bfd1 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc08c478c dev_pm_opp_find_freq_floor_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc08edd56 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0964df3 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc09b6083 sampling_rate_store +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 0xc0af1fd0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b32fc5 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xc0b74bf0 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xc0bcaf90 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc0d3d610 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f7b398 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xc1056be5 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc1114fdc edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc113e093 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xc134a5bc max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc144ff7d pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc168caae i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xc173cd2d kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc176d5c3 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18bb82a meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xc19182b4 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1a3acab cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1a75f21 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xc1b21799 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xc1b6c87f bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc1bf3261 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xc1c9a41d ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xc1cb6471 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xc1d14843 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e1d7ac clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e9409d subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc1ebf596 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xc1f1a9d1 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xc1f6824f dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc206b82c dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xc20fdcd2 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xc2155909 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xc21a9c70 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xc22443a1 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e23c7 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xc22f88de device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xc2307497 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc231bf01 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23dd766 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc249439a __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xc2541e04 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25d3dc7 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc262609a crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27795ee phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29571f1 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xc29ce206 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2bb0d55 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c6cb70 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xc2d53eff devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xc2d9cea8 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xc2db601f shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e103cd device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc30107fa edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc31fbb8e securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xc32789eb blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xc3283aa3 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xc32a74e7 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc3345368 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xc334e38a perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc33c53e1 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc340d1da icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3592359 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xc35bb831 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38eb7cd phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xc38ec8f2 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xc391a505 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xc3964866 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3a00d64 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xc3aa7410 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3bbbc11 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f8d83e ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc3fc17dc usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc407d18c icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xc4098693 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xc423aa29 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xc4241db0 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xc42dc1c3 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xc42e158d scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xc4356b3b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xc43e275a scsi_nl_sock +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 0xc466cf6a virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc46ba3a9 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc472851b pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xc4835f08 vfs_get_acl +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 0xc4c723fd devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xc4d0fdf1 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4ebb732 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xc4ee13af __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5069fee md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xc506edc9 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0xc50aeeee power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5260282 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xc5295ed1 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xc5313abd rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc548afa4 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xc550a95e devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xc55c28b6 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc561b00f rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xc56819f7 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc57546d2 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc587bad2 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58e51ee spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b67410 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xc5c4a17f __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc5d6b130 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5e02536 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc5e150ef pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc5f15d9b crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc5f6fcec watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc5f92931 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc5fca2e6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xc603f3c7 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xc60852c4 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xc60a3ca1 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc6171fb4 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6203672 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc626df73 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xc6299101 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6414fb7 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc658847f _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xc65e2fb3 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6610650 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc67a7497 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc67e76d4 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc694bf7b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a85d3c dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xc6b88f64 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xc6bd5117 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6d02d46 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6d2f400 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xc6d418fe mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e06ff4 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6eaa093 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xc700aa38 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7082ee8 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xc70e80d0 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xc710d185 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc716a650 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc7268b74 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc73b6cb1 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc74cc9b3 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xc76af240 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xc76b0bc2 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc777a99d pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xc78392f3 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78dfefd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xc792b1fc __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a820b1 dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc7adf674 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xc7b36f89 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7b7f3a8 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xc7b94263 rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c7d277 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xc7ca26eb crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ee5388 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xc7f44bbc pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc82ae05a devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc83fe72f fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xc84351a4 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc86973d3 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xc873e48c bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8929b49 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xc8a67535 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xc8a69f3c devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc8ab2050 fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8aff8e5 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc8b1fa9b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8bd4433 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xc8ca0193 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xc8d93e97 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc8dbca6d sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e80187 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc8f4eca7 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xc8f5995e irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc8fa68b7 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8fcefe5 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc9091e88 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92c0fa9 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc942960f edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc945c822 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xc94cc98d blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc9554e5e bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9568a03 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xc95ac2fb sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96e95ba __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc978117c devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc983cf76 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xc983eec6 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xc98d709a scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xc98dff7e of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc9918c9b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xc9928fe0 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc9ba63a0 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dd749b umd_unload_blob +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 0xca13b45e of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xca1491f8 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xca16fdea clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xca195bd5 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xca2b4bb1 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca4628f8 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xca46d7ea bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xca4c3615 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca544b98 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xca5c9967 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xca69022b spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xca6a72e2 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xca6e9a0a led_put +EXPORT_SYMBOL_GPL vmlinux 0xca6f8d32 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca80910f __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xca81985e balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9c61d0 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xca9de367 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabece57 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xcac9928c gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae097ab fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcae9a6b2 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xcaed6c23 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xcaef0275 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb0e62bb sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb487ba1 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb64238b get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xcb7879b3 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xcb90a7bc crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xcba43185 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xcba7201d inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xcbc5aabc virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xcbd758d1 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xcbe1f089 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbe959d9 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xcbed1ddc inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xcbf6d83f irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xcbf7ab8e dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0xcbfa8264 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xcc0ba856 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc157bfe input_class +EXPORT_SYMBOL_GPL vmlinux 0xcc29e05e irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc40eabd led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc41fa66 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xcc662455 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0xcc77674b vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccaa769e led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccad337d blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xccc8e465 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce87a4e ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd042d78 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xcd0a6988 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xcd0d0f8d usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xcd1692b0 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xcd18e252 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd1e223b gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd62e5ec __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd711471 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcd727b3c ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7cf144 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xcd7e2ddf crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcd7e4042 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xcd7f0f9d pid_nr_ns +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 0xcda88088 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xcdac3616 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL_GPL vmlinux 0xcdb004d2 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbcc55b devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xcdbd121c led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcc03e9 user_update +EXPORT_SYMBOL_GPL vmlinux 0xcdd0660d crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xcdd81900 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xcdda920b acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde71233 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xce0908db crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0e789f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xce177948 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce3234af fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xce3e6d02 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xce496638 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce62ef6d virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0xce6835b8 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce940212 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xce990743 put_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xce9a405c metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xcea051e4 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceaf5704 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebbadb1 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xcec79c5c failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceeb8d44 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef4d385 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xcef62262 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xceff6103 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xcf22b56f dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xcf410901 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xcf690a0c devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xcf6bc2b8 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xcf7e195b nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xcf933b33 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xcf981803 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcf9b4b89 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc7eaea pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xcfcf3394 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd51f36 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xcfe8fa2e genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xcffd7b33 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd017cd91 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xd01b0129 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd026e26c skb_to_sgvec +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 0xd06148f1 pm_runtime_no_callbacks +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 0xd06a8fb7 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd07911ad devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xd07b49ed adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd07ed115 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xd0951738 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd09a9799 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d02688 xfrm_audit_state_delete +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 0xd0f903c6 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd111e8fd irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xd11b9043 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd11c5fc0 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xd11e14d9 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xd132728d usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xd13666f8 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd149242b skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xd14b376f ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xd151ef96 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15e9fe7 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xd17056f3 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd1714799 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xd17162ca mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1781ef2 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xd181704e acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1830998 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd18db484 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xd1961af9 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1aabb5c blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd1abb2c6 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xd1acb168 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd1aef560 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd1c12329 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1c4f850 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cd6331 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xd1cf7e0a tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1e3eac5 inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0xd1e614fe __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd1ea37cd rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f9e5f6 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xd2049700 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd204abcf espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL_GPL vmlinux 0xd209d61a ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd20c696e clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd20fb182 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xd2155054 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xd2169a4d devres_release +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 0xd244e460 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24c39de nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xd24cd0e2 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2506c1a i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xd2589738 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xd25dc51f trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xd25ebbed of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2632ae6 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd2686292 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd26b0ced exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xd26df6d6 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xd2713684 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xd272b5ee __traceiter_ata_bmdma_start +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 0xd29608e1 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xd29915f2 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a04444 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2b03d8a da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xd2b091cd __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b1e72a ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xd2d70112 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e385dc synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xd2e79416 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2f0dd49 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd3095bf3 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +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 0xd33699a6 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xd3381d43 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd340f508 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd359184d __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd35e3bb1 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36bfc99 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd396b67f usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3afff4b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xd3c57e81 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xd3df2456 fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f1ce1f skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40be46e pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xd40fdde6 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd411f4b8 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xd41630b4 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xd41a0315 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xd42375ad dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4312689 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xd43bb904 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xd43d0823 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xd43e2a0b blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd448ea72 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44e4be2 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd477cc72 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xd47d3c87 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd47edba0 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49675e6 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xd496cfb8 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xd49ed678 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd4b0c241 mmc_prepare_busy_cmd +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 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d60ef0 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4da5b25 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0xd4dbc85a pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xd4e0c935 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xd4e33b64 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fddd71 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xd5111a23 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd512f398 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd518d864 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd5299c00 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5304ef7 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd5352fe8 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xd5420280 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd5476a3b of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5689828 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xd574aacf tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xd57f7ba7 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd581463f pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xd5891810 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59e2df6 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xd5a4aee9 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd5cdb3d9 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd5cfe81f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd5d90173 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd5dcec1e dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd5e83a7f mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd61da8da sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xd621b6eb qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd62ac2e0 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd6312366 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xd631eff3 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd634d502 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xd634e5d6 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd641294b usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xd64b520d fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd66a90bb devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xd672c60f reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67a17cb screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xd6814038 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xd690eff0 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xd69657ed debugfs_create_x64 +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 0xd6bdd3f6 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xd6c18a68 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xd6ca79c4 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd6d11f15 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0xd6e2a91b iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd6f4e9d0 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd6ff7b82 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xd71d01d2 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xd725090f pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a00e9 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd734ec25 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xd7485f96 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75c2038 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xd768d660 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77e9a38 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd784c7f7 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd788586e ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd793cd5b spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xd7a45245 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xd7a77338 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 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cae9b6 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7de8fdc ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd7fb98f4 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd80d5a7f fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xd80e8d33 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xd80f33d2 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xd813a681 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd829c8cb md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xd83ccd73 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xd84d076d nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8542e3e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd86f2e56 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8882677 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xd88ec1c9 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd89133e1 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd896a988 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xd89842c6 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xd8b433f9 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xd8b690da backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xd8c56c0d clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd8c682ba dwc2_pci_ids +EXPORT_SYMBOL_GPL vmlinux 0xd8c8ac59 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd8cb81ea tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xd8cdd97d devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8de4134 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xd8e35088 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd901a6e4 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xd902f5e4 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9103f67 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd918d582 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xd91a9818 tpm_tis_remove +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 0xd935504b gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd93d2753 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xd9416014 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd954d9d2 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd956a7b2 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xd9579d2c regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd991c00b usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xd9a604b8 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xd9a7476d ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd9a95f00 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xd9ac4155 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd9ad0f70 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e4fb90 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f69df8 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0995c4 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xda0ca7d2 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda112f02 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xda1a7e94 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xda23335f led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xda273737 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda5474b5 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xda5b257a xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xda6fbd0b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xda78b1ef virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8260c4 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xda8344c8 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xda8a0e32 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda91bf78 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xda93b8c0 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xda9f4b17 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa4cf80 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xdaa62e88 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xdaa8b5bc hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac2b0a4 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xdae98091 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xdaeea65b register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xdaf6a475 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xdb01c78c dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xdb047890 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb0ad3f8 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xdb126a8d dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdb19c058 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xdb2289e5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdb33cb98 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xdb473c46 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6e469e thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xdb786208 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb91a8a2 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xdb9aacc0 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xdb9b3884 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xdb9c733b devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdba426c0 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdbaca708 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0xdbb43e86 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xdbba92f2 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xdbcc5326 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdbcdda2e virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xdbd11120 devm_hwspin_lock_register +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 0xdbef44fa dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfeca48 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0e96d0 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0xdc11b1e3 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4820d5 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xdc62eb39 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc76ed38 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xdc7b38dc __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc7fdcf6 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc91d87f of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdc93f6f0 of_changeset_add_prop_u32_array +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 0xdca2c2a5 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdccd0476 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xdcd19ec4 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xdce105e4 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdce16e86 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf045fc phy_create +EXPORT_SYMBOL_GPL vmlinux 0xdcfec873 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd20c038 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xdd20f152 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xdd2b1788 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xdd3cd072 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xdd48a744 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xdd48e0d0 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xdd4b2de4 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd646175 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda1359b cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xdda1a28f pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xddabfa92 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd1de7b __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xddd30546 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xddd3a953 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xdde2f3ad blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xdde84311 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xddef9677 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddf66d32 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xddf8f4c5 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde054e41 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde21aaf1 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xde27b903 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde441686 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xde5130d4 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xde53587d umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde68209c regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde789746 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xde8e43ee fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d1141 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xde9f1e71 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xdea61e05 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xdea90cef dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb5b658 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xdeb6d2b0 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xdebbf200 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xdebefe0f bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xdec358f4 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xdedb0b3e tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xdee1d913 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeea0335 vp_legacy_get_features +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 0xdf190ed3 xen_remap_vma_range +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 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf60b48c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdf617279 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xdf628902 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xdf704478 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xdf76035e regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdf814a73 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xdf83bb19 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xdf84aad8 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xdf87fea3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xdf965854 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xdf984566 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xdfb62b1b ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xdfc57cc4 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xdfcb1a48 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfce6fe8 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xdfdfd6e7 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xdfe55f0f __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdfe88c07 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xdff713f7 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe0094586 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xe00ce672 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe013c0e4 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe036b6ba dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xe045a0e6 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xe048f58f kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xe05af05c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe05cfbca spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe05ec432 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe06642f8 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe06f8a9f ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe0707923 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xe0859c91 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xe0a4332b device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe0afc944 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b1f89d rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe0b42c33 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0c47626 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0cc41e2 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xe0cef6b5 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe0d426ba tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0fb2630 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xe1069761 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11ea90a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12e274c rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xe131fac3 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xe1340e8a desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe1383d10 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe14327e6 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xe144f86e trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xe151d501 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe157f847 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xe16af5fd rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xe170b9ad trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xe1721eca dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe180178f device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xe187c5e8 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xe189dcd1 mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xe18fbc91 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xe1916ba5 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xe19cffdf ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xe1a307e0 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bcc214 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c45e73 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1ca86cd of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe1d496cc raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xe1dce9be mas_store +EXPORT_SYMBOL_GPL vmlinux 0xe1eaa597 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xe201448b apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xe224191c ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe241c69e to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xe2574313 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe269fac6 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xe26a830b switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xe274804a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2850b12 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xe29284b9 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xe298c609 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xe2a2a80d blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d0d3c2 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2dc51c2 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe2eb70ca ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe30b9667 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xe30fc516 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe31c1aae gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xe31e0561 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xe31ecc75 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe3277206 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xe32dd06d phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe3317fee class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xe33abf75 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34c675f restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xe36c9f2d devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe37f8e33 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe390cd47 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39f32fe clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xe3acf41f rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bd106c spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xe3cd26c6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3ebbf8c regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe3ef306d debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe3f0a53a devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xe3fb87a7 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe3fd7931 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4149f88 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xe414e205 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4303014 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe43c46ff fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xe4447470 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xe4483cee inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xe44e1356 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xe455268c component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xe45d3a58 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe464fc5d inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xe4694b72 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe47d1022 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe4811778 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xe48b5396 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe48cf098 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4933a58 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49862d9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0xe49be3a4 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe4a5b060 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b5ccb8 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c72292 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe4df2ae6 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xe4e4092f of_device_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4fa2d1c pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50d86a6 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xe54724f6 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xe548de69 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe568f12e syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xe56bb2c4 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59528ee is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b2f994 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c0485d rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d19b4a ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe5d67c1a pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5fe1396 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe622e46a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62bc1a0 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xe647601f fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xe6542cf5 get_device +EXPORT_SYMBOL_GPL vmlinux 0xe6830558 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xe6a2c596 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b6c70d ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe6be174c dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xe6c33985 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xe6d591cc param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xe6da30ea bpf_prog_get_type_dev +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 0xe6f9991e l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe7045c0d component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xe70be905 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xe71b439b usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe71bf585 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xe722ce07 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xe722d1b3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe73adefa ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xe73dc7f5 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76ff536 virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe783edce device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe78f2c95 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe791d976 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe7a7f40f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xe7c5eafc fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xe7c6822a kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xe7d16c4b devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7fb284b i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe7fe321a iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xe8062732 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xe80ac8a3 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe80f2cee page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xe8119f2a vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe822f99c acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xe82634af __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xe828e8e2 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xe83a1ec0 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xe84893a4 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe852b483 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xe854408e __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86bef9c ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xe87cf50a pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0xe888e8a0 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xe89664ab led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8aa6a62 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xe8b79a4c report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8dc484a nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe8df184c bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8ea2e5c tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xe8f118c7 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xe8fa103c driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe8fb5495 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8fbdd09 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe8fcb692 watchdog_set_last_hw_keepalive +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 0xe91abc62 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xe92c8804 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xe932c91d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94f8278 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xe952c01d irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9658c97 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xe96c5d3a crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xe987d3c3 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xe98d651e scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xe98e829a mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe99f9e1d devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xe9a8d98b led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xe9b98c8b mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xe9bd1e11 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c0c836 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d299d4 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea034fec find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xea05ceb6 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea12a9e4 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea278893 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xea2a697d __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xea2b593b gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea36a16d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea47ee6b scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xea4fb30f gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea7a1d0a extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xea945aa1 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xea9931a6 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xeab93d06 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xeabb897e skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xeabe9699 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xeacfcb06 rdev_get_id +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 0xeae813da raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xeaf19b5b regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeaf8624f nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xeafe6fb2 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xeb00e699 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xeb0e269f pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb19091a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xeb26a22e ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xeb286888 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xeb31f597 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb39c1c5 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xeb3a9351 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xeb3c9f98 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb45e6e4 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xeb4aea24 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xeb64f3b9 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xeb670b3f nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xeb71f996 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb823cfe iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xeb82c8b9 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb873fdd __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xeb96aaa3 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xebd1d8ca ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdafd90 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebeab467 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xebedfabc crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xebf4a31d clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xebfbdea1 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xebfc3e30 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec259818 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xec3ec6a9 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ce89e pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xec6712b5 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xec6bf809 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7d1ef5 of_changeset_add_prop_string +EXPORT_SYMBOL_GPL vmlinux 0xec7de452 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xec81787b gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xec847125 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xec907026 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xec90dfd2 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xeca09f01 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xeca8480f get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xecafaaeb mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecb981c4 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbf3ee9 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xeccfe13a blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xecd25f14 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xecd6c9d6 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xece50b59 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xece902ca bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xed06d52b proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xed0c84cf pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xed0ef461 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xed2a4143 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed349902 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xed43bb05 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xed445012 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xed568f77 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed971769 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0xedb56de3 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xedbb26b3 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xedcb5f81 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee006366 hv_isolation_type_tdx +EXPORT_SYMBOL_GPL vmlinux 0xee139398 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xee1c5ab2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3e0a4a devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xee4e0e3c __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee58b103 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xee6a56c0 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xee6a5a2a fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c3bf9 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6d0f5e dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xeea8c8e0 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xeebebcf7 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xeeca00a2 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xeecbc84b crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xeeda80d0 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedf437d serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeedfbc4c acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee67355 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xeef1d3b6 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef1f90ce ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xef22f8fe __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xef2558bf devm_kasprintf +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 0xef52a6df sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xef583ec3 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef664f8c gpiod_get_index +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 0xef77e366 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef7dc5c8 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9652f4 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xefa09af0 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb58179 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xefbf748b ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xefc0311e platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xefc0c676 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xefc23568 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xefc8a309 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xefddc963 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffc7cfc make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xeffce21c fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf00a7d8b mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf02db411 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04b6530 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xf04ef998 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf0534606 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0640227 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf065c161 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf086299b fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0a1ba99 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xf0a1e5f8 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xf0a66a56 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xf0a92b21 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xf0c62984 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xf0e24b07 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf0e40a43 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ef7a87 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xf0f194d5 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf0f76563 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xf0f95aeb dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fbb95f irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf1131b96 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf12e893b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xf135266e dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xf135e551 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xf13d3870 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf13f5f01 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xf143c9fe get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xf1767941 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1911eb9 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xf199da57 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xf1b112dc usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xf1b61c14 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf1bc0820 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf1d452c2 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f80598 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2258df4 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xf243a281 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xf26c2b69 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf27d0bab rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xf27f4cac iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf27f9a3b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28e9443 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2990100 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xf29e7a30 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xf2aba0af __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf2acf632 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2be6c38 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xf2bffcd9 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xf2c87f49 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xf2ed400d fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xf2fb1d4d devm_phy_create +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 0xf30bbda3 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xf30c59e5 iov_iter_is_aligned +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 0xf321df8e fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf327eb38 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf328f21c serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32ed37f xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xf330fdfa tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33912f3 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf354caa4 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf355c4ca unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf394be37 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf39b6f7f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xf39ec726 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a4ea97 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xf3a59711 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf3b2a570 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b836ea cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3d05ba0 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xf3d05c8c regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf3d3f512 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xf3ed5969 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xf3ee33ea usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xf3fb17f2 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xf4021be4 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xf413373c uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf4170948 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xf41ba738 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf43d1e7b crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf4413d8f gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf443cbd7 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xf467cb31 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4710d54 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xf4748f50 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf48762a9 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xf491f5a5 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf494ffa8 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf4967c05 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xf4aa0c71 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xf4ad5a08 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4c99887 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf4ca97e1 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4f3a5c1 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xf4f3a70e ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xf4fcedfd irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xf507e73d hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xf512935e dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5171afe fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf51c9822 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf5272b6f xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xf542e2ef switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a5b45b of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5ac78f1 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xf5b58815 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xf5c97b64 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xf5d3c174 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f0efc3 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5fbed2e dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xf5fef62c driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf60ebe1a crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf6203aa8 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xf62d9d08 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf63c5754 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xf63ce27f of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf65768e4 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xf658e8c4 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6688c3c extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf66b18c6 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xf66d55b0 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xf66f578b vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0xf6777b2c key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf67cb838 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf67fd6dc dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c79503 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cb7f08 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xf6cc3a95 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xf6df266f __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6eb2b3c device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf7031474 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf727e2dd mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf748334f phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74b05c1 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xf74b0730 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74d8056 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf76560a8 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xf766367f genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf782fab5 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7838855 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf795b5c2 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xf7a76493 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b68dfe pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c45a83 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf7cccc27 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xf7dac6b4 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xf7dd7477 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf8091295 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf80f03b2 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xf80f0fbf iommu_detach_device +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 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8439964 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86f9e80 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf876e012 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf877477f kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88d88c0 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xf8a4e24f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf8a582fd rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xf8a92de1 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xf8ad904f ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xf8b1b4a0 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xf8b5c6f1 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xf8b8f7be usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf8bd85b1 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xf8d27e61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf8d7aa67 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xf8da853f bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xf8f102bc ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fdbd5f of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf92c6711 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf930221d sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xf93dae0e crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xf94270f5 virtqueue_dma_unmap_single_attrs +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 0xf9693404 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xf97b0ccd __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf9809929 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xf9823370 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xf982d459 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xf99839c8 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xf99c02f2 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9a7ad21 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b74669 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9c30234 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf9d7dc80 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf9e3fdd8 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa19930f input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa24ab5d irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfa31aff5 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa3b61a3 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa519851 phylink_limit_mac_speed +EXPORT_SYMBOL_GPL vmlinux 0xfa569279 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xfa625e61 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6b8fe2 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xfa72dd0a extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xfa8051a9 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa82e3b3 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xfa85fe0a bdev_alignment_offset +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 0xfab976b0 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb39113b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xfb45968c kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb51d7e2 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6546f3 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xfb6e9f30 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb879e55 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xfb8e60b0 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xfb99a50b spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xfba5de35 of_changeset_add_prop_string_array +EXPORT_SYMBOL_GPL vmlinux 0xfbbb9657 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc82d74 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xfbcc3d13 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xfbd3fd9f usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xfbdd291a mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xfbe6b374 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc281b6d cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3d3569 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xfc415bc8 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xfc462af3 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xfc4b342c usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xfc4b70b5 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfc6293a5 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xfc782336 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xfc7f4cbe class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc826d85 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfc8ec953 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL_GPL vmlinux 0xfca43c73 xenbus_map_ring_valloc +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 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd005227 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0d4623 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xfd0e3fbb devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd3570c1 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xfd42741d crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xfd47bcb6 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd876401 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xfd91235a ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xfda2e7e4 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdab707e regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xfdb3b9b4 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xfdb51960 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xfdbb935b blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbf8b14 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xfdc09206 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xfdc69a90 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xfde02e19 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xfde55c12 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xfde93ec9 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf13f1a meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0xfdfac1c8 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfe04295d serial8250_do_set_divisor +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 0xfe237294 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xfe2c0721 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3ea775 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xfe422897 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xfe4551ab ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfe470f3e dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfe4753fb inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe478965 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xfe478bd3 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xfe47bfe8 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xfe48332b kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xfe509e69 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfe53d267 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xfe591c66 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xfe5a6e63 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xfe6dfcc0 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xfe76399f phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe777a57 vp_modern_queue_vector +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 0xfea027cd skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xfebb192f spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed0bc80 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed3d964 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xfed6be04 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xfedfd929 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xfeea9f94 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef868c1 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0f2893 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xff105568 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xff10f1c8 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1d0e5f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff2fc786 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xff33b4f1 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xff385426 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff50c24e ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xff5a1360 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xff68e35a irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xff6ba82e dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xff7c26b0 __traceiter_neigh_update_done +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 0xff97d74f devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa97daf switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xffaa6277 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xffad40a7 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb0e506 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xffb89064 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xffc24d84 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffe33ead vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xffea6ef1 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xfff4ed16 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xfff6c2f3 fib6_check_nexthop +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 0x0548294d cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0ca1f93c cs_dsp_power_down 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 0x1a0ef341 cs_dsp_adsp1_init 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 0x54a980a0 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x57c96cac cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x59a50daa cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x61cbd12c cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6d8c9fda cs_dsp_adsp1_power_down 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 0x713a381b cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x78e5435d cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7ee2f8ea cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8b7f9c34 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x945eb7a9 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9b2c967e 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 0xae7bc285 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb028053e cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb426d216 cs_dsp_read_data_word 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 0xbc436c63 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbde36a45 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc254e7c3 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd392af49 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe3585854 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe38439b8 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xed336c84 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x287146bf hwmon_device_register_for_thermal vmlinux +I2C_ATR EXPORT_SYMBOL_GPL 0x10319bac i2c_atr_get_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x2a48918c i2c_atr_add_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x63109546 i2c_atr_set_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x86c4742b i2c_atr_del_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x8ffd2f0f i2c_atr_new drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x958e5909 i2c_atr_delete drivers/i2c/i2c-atr +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 0x88e7fa25 idle_inject_register 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 0xed691643 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x3471e9fb ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x6a6bf2d9 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x6f3ffdeb ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xe9ca6cf6 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x2fc4fd95 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xfe164c4c ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xc1aba1c1 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xd7e07584 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x4127f4fd __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x5ea974ba adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3856cebd __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x57df46eb __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x71014e31 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7147aef3 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa91a315d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc568a639 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc6062f20 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc7364637 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xda7b6fc9 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfe2f4e22 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xb0d87864 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x06109d50 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x40b2675d adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x6e3ed38d 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 0xeb7b56a8 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 0xc5a77333 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0xb893648f adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x93a013b5 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xdbbb693c adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x15101f8d ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x40784b08 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4dcfab97 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x53aa7c54 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x839e5fee ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9a47b571 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbfee1d71 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd419b742 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdb39ab8f ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe4e004a1 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x9ca96fbe bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xf4dbfcd2 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0eab976b bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4d0e95b7 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xabcfb40a bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xdb027264 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x0d46fda8 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x511bc6e9 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x9482a473 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xcd934607 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xd26caac7 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x8097499e bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x47c4f112 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x541a0116 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb9dfc81b bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe456d240 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xfab0182a bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x0716860b bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x06a0f534 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x14887e30 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1f0c7a2f bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x514b2d93 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5ae3fa95 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5f379116 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x636d5ff4 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb06527f7 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb83640f9 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xfe62be82 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x238970a0 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcc8f319b bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x8341e972 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xc89e6d02 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xd51765fa fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x038e2baa fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x73b15772 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x8fb7e999 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa150bf6f fxls8962af_i2c_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 0xd6b59116 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 0x06dd6007 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x139f1dc2 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x17cf9310 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x2c2084c5 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x32d2110a hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x43bb4dbb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x65defa2a hid_sensor_write_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 0x89d9653e hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xaae890b1 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xcf0d65ad hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe33c715c hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf1d76dbc hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x3ec5dc4a hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x6c8d2bfc hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc39bcc3a hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf907a0f9 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x41c5e519 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x54a4a5d1 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb23b3ace hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x8508571f hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xe3bf1f14 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x57939f89 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5e3c9f4d inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x6cd26b9e inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x4c441c91 inv_sensors_timestamp_init drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x8f76efe5 inv_sensors_timestamp_update_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xd27a87e4 inv_sensors_timestamp_interrupt drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xf515045a inv_sensors_timestamp_apply_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_KX022A EXPORT_SYMBOL_GPL 0x087b3706 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x8fe137c5 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x197d35f5 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x67473a1e kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe03da5cf kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xea41a358 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfac4f150 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 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3e913e5b ms_sensors_ht_read_temperature 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 0x7a720d9a ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8e73b2cf ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa5e742c4 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xadd93bc5 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb2b6849c ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcca3f014 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xfce79d9b ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xfdb5f346 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3e0b6164 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xbcc7b607 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xbfbe5782 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0ea463c7 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x139bf4d9 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x17266b8d mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x22abc51e mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x39508839 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3cedb895 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 0x4c611773 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6d828cc7 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x73c476db mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8ea2e668 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x91994505 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9567c771 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb3c3dc00 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb7b578ba 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 0xc8917421 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf0ded43c mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x85f01b27 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x9002fb34 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x585d5258 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xbb0b120e inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x6b6de211 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x0123d9c5 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x04944572 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 0xa8605a31 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 0x18eab74a scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x89a21bec scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x91c60a7f sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0db5ade3 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2a480d52 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5765b49b ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5e083815 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x8b0e51ad ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa96b1d7a ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe63da882 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf461c181 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04526c8c st_sensors_power_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 0x0bc3ee99 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0e402f48 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2e81d029 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x2eebb91c st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4a8258b0 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x503dded7 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x52c170e7 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x59ef442a st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x5bba019d st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f9aa927 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x852a7fe1 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa23ba1a3 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xb1612b5e st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbe19ae1b st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xbf751b88 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xc6ba9a43 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcdbfc25c st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd2772564 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xd4130f2a st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xdab52316 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xddd415b4 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe4bfc65d st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe9937d64 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xf2171db5 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe9e2c86 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x4878cf12 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x61757069 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xd20df98d st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x3bdcf7f8 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x453d4a9f zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5d59219c zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7d0f36dd zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x90cdfe79 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf4eee992 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x701d56a9 ipu_bridge_instantiate_vcm drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x8de1ee00 ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0xc47e81b3 ipu_bridge_parse_ssdb drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x7914766b m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x7e1bb6f4 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xac120db5 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb84db482 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb95b6407 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x08e0187b iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x1541c087 iommufd_ctx_from_fd drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x1ab906e9 iommufd_device_to_ictx drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x248bbd37 iommufd_access_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2e3a98f6 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x49b61ed9 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x583c8bf0 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5d4d4c7e iommufd_ctx_has_group drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7084f76a iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8801b2d8 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x90a035cb iommufd_device_to_id drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9fe7978c iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa251785d iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xafb6aa1b iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb4e070a2 iommufd_device_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbbba42db iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc4019840 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc5c983c4 iommufd_access_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd63b74d4 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe8349844 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0x27d9a1d9 iommu_group_replace_domain vmlinux +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x158e3f66 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x22b79ef6 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xfff6d05f iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0261dd35 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06ef1109 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0a917ff5 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0faba311 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x11fffa8a iwl_drv_get_fwname_pre 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 0x133e1431 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x166991f1 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x176f1376 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1caa572c iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2059fea0 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x215968d2 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 0x273817f5 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c2c2470 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2eda89ce iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2efe3885 iwl_read_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 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3a8604fd iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3d131f69 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40c1574e iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40f00dae iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x42498e35 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x475622ad iwl_acpi_get_eckv 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 0x4a7499c1 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4b4b27c1 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4bbb01db iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ec38a05 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52f604c1 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x53bdbf04 iwl_sar_select_profile 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 0x5a281ba9 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64a031c1 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ad081b5 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6c6b9f5a iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6d4617e3 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6fb4a3e8 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x725407da iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x753317be iwl_finish_nic_init 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 0x77c419b3 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x77e88258 iwl_get_shared_mem_conf 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 0x7aaf8118 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7b49ecc8 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7c0cce51 iwl_acpi_get_ppag_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 0x8ad201a7 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8e5136e3 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8f51d4be iwl_fw_dbg_error_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 0x96b08127 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x98180cf2 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x989e61c6 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e61f2d7 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa0b44d67 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa11738b8 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa96a7abf iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab11c114 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab605431 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xacf2a1d5 iwl_fw_dbg_collect_trig 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 0xb7d7dd52 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb81a4f89 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbc405cef iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd56cc2a iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3b2da22 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3c7f7f9 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6817dfc iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7ce69b0 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc9bfa3e4 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xccb18b81 iwl_get_cmd_string 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 0xcfc58bae iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2940142 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd37834ec iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdc5b983f iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdfed1d51 iwl_parse_eeprom_data 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 0xe285c4a1 iwl_clear_bits_prph 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 0xeb1ff77d iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf18b85e7 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf245a2a5 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf2f144d0 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa78f2e1 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff0a1daa iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfff81e66 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x0a247d50 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0x70819319 ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0433b314 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0cb6cd0a mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x13005537 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x183f552b mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2101d6a4 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x31b6c6bd mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x46512284 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4de55e0c __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x54237e09 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5536065f mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5a4aca41 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d63eef4 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc6744f7c mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd5205d2b mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x2cabadf0 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x3c20a0ad cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x6c934f26 cs42l43_dev_probe drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x767ca19f cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x7d5e3593 cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x8bbe9e78 cs42l43_pm_ops drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_OCELOT EXPORT_SYMBOL 0x0db1db8e ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x4194d5ed ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x73637331 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x11db19ea nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x286faba3 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3cac5824 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8d4a8cec nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9111757a nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9529d19f nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa5a5b597 nvme_passthru_end drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x08993ed3 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0a68fd9f peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1f629ce1 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x253e140e peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x26d907c7 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3261b1a9 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x333d3f5f peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x352cec80 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x38c3e607 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3f0600a4 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4553f403 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x458af2e5 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5c63dfbc peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5ca1540a peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5cd1e1e3 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7576af6c peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7624848f __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x762dafdd peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x82e7b5ac peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x85f98cb1 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x91ff8f12 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa8a9c5cd peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa7fac34 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xae13a03d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb3c334ba peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xce2fc841 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcfac952b peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd3cf93fb peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xde83f4cd peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x2149db62 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5ca3f36d peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x75c7accd peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x9c267ae5 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdbf894d0 peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x20c78aa7 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2a68ef4a pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2ecbfa4f pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x49796134 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4bdd1c24 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5c7ee9d8 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6029b263 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x61f397e3 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6a7ee701 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7d191014 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x81d89f52 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9f804469 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa4aba667 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa9105625 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaa209bfc pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc7a7d113 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd2f02f90 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe170e76a pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xecb976da pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xeef1cd5f pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf94bfdb2 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x4e64f76a sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x62f00877 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x7d0ab1a8 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x901d4709 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 0xf036b4f4 sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x9a2761f2 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 0x4651d78c hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x4a347ce2 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x878edd7d hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xf0c7898d hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x2ceb1fb7 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6250a916 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc4308aa5 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0x244c6d8b cs35l56_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0x44416c2b cs35l56_hda_remove sound/pci/hda/snd-hda-scodec-cs35l56 +SND_HDA_SCODEC_CS35L56 EXPORT_SYMBOL_GPL 0xa6641047 cs35l56_hda_common_probe sound/pci/hda/snd-hda-scodec-cs35l56 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x003e6753 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x0f7dad57 cs35l45_remove 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 0x6a38a64c cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8017a03b cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xc32f6177 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf0a45950 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x345eef95 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x462a9704 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7d7e22a4 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa4ac200d cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x052560d3 cs35l56_system_reset sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq 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 0x1e9b4e01 cs35l56_is_fw_reload_needed sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x262b3e19 cs35l56_set_patch sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x334a1256 cs35l56_hw_init sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x41bad23b cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x455f0f65 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x5be662e1 cs35l56_runtime_suspend_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x6082b7e3 cs35l56_firmware_shutdown 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 0x6a7990ef cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x810124fe cs35l56_wait_min_reset_pulse 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 0xa517a49c cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad591ce8 cs35l56_wait_control_port_ready sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc2c2d973 cs35l56_wait_for_firmware_boot 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 0xd48a3702 cs35l56_mbox_send sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xdc2c9630 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xdf43fb4a cs35l56_init_cs_dsp sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0ef165bb cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x16415c19 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x22a5bfbc cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2d2b6128 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x33982dec cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x385fd854 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3ae7368a cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3decce21 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x69b14ac4 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x895e8f8f cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xaa3f07c3 cs42l42_common_probe 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 0xb72a2415 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 0xd63b255a cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf362a00c cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x2015e8c4 cs42l43_sdw_add_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x2f093c23 cs42l43_sdw_set_stream sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0xb66f0d7e cs42l43_sdw_remove_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x81008843 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 0x253d717a sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xb6c585bc sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x443e6f5c sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x44f55115 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xa19b9818 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 0xe177eb2d sdw_intel_startup drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x243abfd9 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2f998f81 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x47c1e16a dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x664806b0 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x94f3e766 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xbe4dcd9b dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc900016b dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc995e909 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd7bb83c7 dw_spi_resume_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 0x20009a65 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e22336e ccu_is_better_rate 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 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 0x9c72219a ccu_helper_wait_for_lock 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 0xd0be2c05 ccu_pll_notifier_register 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 0x00cc17e5 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x09f82c55 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0db50834 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 0x233d6d23 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2a615ae3 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3279787a usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3fd2f48b usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x469d9d31 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x481c58e9 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x57963067 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x631cf542 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x72ab49ac usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7809f623 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7f89ad87 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9c2e8bde usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc1ac42ba usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc63dc1a8 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcce750b1 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdb0602bf usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe40894c9 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xec5268ae usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf1bfab35 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf3b182d1 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xff7c4e75 usb_stor_post_reset drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic-64k.compiler +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic-64k.modules +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic-64k.modules @@ -0,0 +1,7622 @@ +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 +aw37503-regulator +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-versaclock3 +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 +cs42l43 +cs42l43-i2c +cs42l43-sdw +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_exec +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 +ds90ub913 +ds90ub953 +ds90ub960 +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 +dw9719 +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-master-i2cr +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +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-ipq5018 +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-ds4520 +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-google-stadiaff +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 +hs3001 +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-atr +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-mlxcpld +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 +i2cr-scom +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 +icss_iep +icssg-prueth +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-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 +inv_sensors_timestamp +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 +ipu-bridge +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7211 +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 +irsd200 +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-cppi-desc-pool +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 +kunpeng_hccs +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-group-multicolor +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-pca995x +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 +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 +loongson +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-88q2xxx +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 +max5970-regulator +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 +max77857-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 +mchp_pci1xxxx_otpe2p +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4728 +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 +mt792x-lib +mt792x-usb +mt7986-wm8960 +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_ucs2_utils +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +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_sec_qfprom +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-startek-kd070fhfid015 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-r66451 +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-vfio-pci +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +peci-npcm +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-m31 +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-qmp-usb-legacy +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-rtk-usb2 +phy-rtk-usb3 +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-amlogic-c3 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cs42l43 +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-sm6115-lpass-lpi +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8350-lpass-lpi +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_mock +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-refgen-regulator +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-proc +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-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 +rtq2208-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 +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-scodec-cs35l56 +snd-hda-scodec-cs35l56-i2c +snd-hda-scodec-cs35l56-spi +snd-hda-scodec-tas2781-i2c +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-audio-iio-aux +snd-soc-aw8738 +snd-soc-aw88261 +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-cs42l43 +snd-soc-cs42l43-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-mt7986-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-rt1017-sdca +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-classh +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-cs42l43 +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 +sun20i-gpadc-iio +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 +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_midi2 +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-cci +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 +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-gcp-6.6.0.orig/debian.master/abi/arm64/generic-64k.modules.builtin +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic-64k.modules.builtin @@ -0,0 +1,541 @@ +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-acm +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-sifive +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 +marvell_gti_wdt +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-clkc-utils +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 +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 +pcie-microchip-host +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-sysc +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-gcp-6.6.0.orig/debian.master/abi/arm64/generic-64k.retpoline +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic.compiler +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/arm64/generic.modules +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic.modules @@ -0,0 +1,7625 @@ +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 +aw37503-regulator +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-versaclock3 +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 +cs42l43 +cs42l43-i2c +cs42l43-sdw +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_exec +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 +ds90ub913 +ds90ub953 +ds90ub960 +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 +dw9719 +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-master-i2cr +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +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-ipq5018 +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-ds4520 +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-google-stadiaff +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 +hs3001 +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-atr +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-mlxcpld +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 +i2cr-scom +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 +icss_iep +icssg-prueth +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-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 +inv_sensors_timestamp +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 +ipu-bridge +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7211 +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 +irsd200 +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-cppi-desc-pool +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 +kunpeng_hccs +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-group-multicolor +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-pca995x +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 +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 +loongson +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-88q2xxx +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_gti_wdt +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 +max5970-regulator +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 +max77857-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 +mchp_pci1xxxx_otpe2p +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4728 +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 +mt792x-lib +mt792x-usb +mt7986-wm8960 +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_ucs2_utils +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +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_sec_qfprom +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-startek-kd070fhfid015 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-r66451 +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-vfio-pci +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +peci-npcm +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-m31 +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-qmp-usb-legacy +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-rtk-usb2 +phy-rtk-usb3 +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-amlogic-c3 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cs42l43 +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-sm6115-lpass-lpi +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8350-lpass-lpi +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_mock +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-refgen-regulator +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-proc +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-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 +rtq2208-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 +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-scodec-cs35l56 +snd-hda-scodec-cs35l56-i2c +snd-hda-scodec-cs35l56-spi +snd-hda-scodec-tas2781-i2c +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-audio-iio-aux +snd-soc-aw8738 +snd-soc-aw88261 +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-cs42l43 +snd-soc-cs42l43-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-mt7986-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-rt1017-sdca +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-classh +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-cs42l43 +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 +sun20i-gpadc-iio +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 +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_midi2 +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-cci +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 +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-gcp-6.6.0.orig/debian.master/abi/arm64/generic.modules.builtin +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic.modules.builtin @@ -0,0 +1,542 @@ +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-acm +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-sifive +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-clkc-utils +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 +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 +pcie-microchip-host +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-sysc +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-gcp-6.6.0.orig/debian.master/abi/arm64/generic.retpoline +++ linux-gcp-6.6.0/debian.master/abi/arm64/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.master/abi/armhf/generic +++ linux-gcp-6.6.0/debian.master/abi/armhf/generic @@ -0,0 +1,27433 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0x704b8da1 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x9276591f brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x0cafd5c1 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x0d72d979 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3203df66 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x578ad652 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9a6e3e4f counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbcfd49b8 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd658af04 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd87f4619 devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x37b5336e crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x8f80cb91 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xce9a9824 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x0193f180 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x02516aa9 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0790a846 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0c0addc7 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0d2ee0a7 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0e8105a9 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x15935ca8 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x164c0ad7 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x18b50c1c is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x19472fa1 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1dbfb99e cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f95206d cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x220bcf43 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x26ba73fa cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2900ca61 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b2fd726 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2ba9d69a cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2fefd6f4 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30d89c0c read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x329e03c0 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32a06f6c devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3461be01 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3744cf1d cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b4f375e cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ec3af3a __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x426b456a schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d71756a to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5746c52f cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5cff9e7b cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5da434de cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5dcebd1f cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e75a316 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x61a18776 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x627e1c69 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x628e30ae to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62923946 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62c81197 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x63189731 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d2005bb cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e0e2799 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6fabb03a cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x760e5d50 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7717a85c is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x79a73f20 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7a460b8d to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7b18f652 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x7fb373f4 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x80cf38c9 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8209c95a cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8773d073 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8e6bde6a cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x91eafa65 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93383202 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x99c04214 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9e1e7672 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaadcc4ce cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xad3da891 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb16b07ab cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb20f5d28 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5e85ddb cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb61bd002 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6a499f0 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6cd5698 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7cf8975 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb8937082 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb94e4b1b cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9a6e7db devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbd85a673 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc022863d cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3aaf941 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc59fce0c devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc6be2540 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc919b2af cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcadc26d3 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcfc784e2 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd248ebb8 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd425fc68 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb1d276b cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde208e05 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf6c1348 pcie_aer_is_native vmlinux +CXL EXPORT_SYMBOL_GPL 0xe1030652 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xebc8da75 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf5b8a538 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf880f336 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb9ca011 devm_cxl_pmu_add drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x20ebd760 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2216ab12 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x37d09b4a dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3863bc1c dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x42c92304 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4a88d218 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x56196227 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x570463fd dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5d4b8215 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6d01b3e8 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7c540e9b dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8ee519ed dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x90666a85 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc14ae6c9 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc4966f61 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcddf3fbc dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd2071e28 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd7248c10 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xeb70a7be dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xefd85d5d dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf4058251 dma_buf_begin_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x944ae112 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 0x0136f402 crypto_sha256_arm_update +EXPORT_SYMBOL arch/arm/crypto/sha256-arm 0xe32a6c9d crypto_sha256_arm_finup +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 0x0d12e3d4 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x27b4cce6 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x8654543e crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x89a64971 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x8a360aa3 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xc53f321b 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/atm/suni 0xfeb19eef suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x8ac4227b bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xf1428593 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 0x9ab4ddc4 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x60a1e7be rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x594b2829 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x02e829da ipmi_smi_watcher_register +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 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 0xb1571e6e ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc648e7cf ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc6fef615 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/ipmi/kcs_bmc 0x00322956 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x00b60ce5 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x0524bbcf kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x32b53a5d kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6aa37bbd kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x7960bdf3 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x7e429436 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xb85fc87c kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc206c368 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd148a3be kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xea8120b7 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xeddc00c6 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf71166d7 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x2daeb81b st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xab74d398 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc1d0d298 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xeabe713b st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x23dea3ad xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xe9e7be88 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xfee76a1b xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x283b1e86 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x97b3c32e xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xdfa48b9f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x0ac452d2 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x1213bf6a atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x2f74fd05 atmel_i2c_send_receive +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 0xf283e995 atmel_i2c_init_random_cmd +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 0x0c0aa907 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1d3ac7a9 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2ad20c3c gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x72b43f5d split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xda50cb39 caam_jr_free +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 0x291e99b7 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0x2eed504a caam_ptr_sz +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 0x169b6a4f xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x2386882c xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xf713810c xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x6b2a976c xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06b3664d fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07ea3674 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x107b44ca fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x146b9a00 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1592921b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1ab26656 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3126d0f5 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x36307ecf fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x37611365 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x38a61f70 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x556601c3 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x61ab25dc fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x69f08f72 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6ba44db0 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x74a06030 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7af87e81 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8742cde0 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8ec4e37e fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99284032 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9e79ec46 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaacbc1be fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaf0bd338 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc50b2306 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc7e659f6 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc9f5acea fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd0e9e198 fw_run_transaction +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 0xef2ce478 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf38dd4bd fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x8e8ddc62 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xec2ed2ef imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xf13dca97 imx_dsp_free_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x78283803 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xd17d6802 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x179e6058 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xca74d910 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01041aa8 drm_dp_atomic_find_time_slots +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 0x03513fcb drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04349aec drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0559a687 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06bac98c drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0971545d drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x136c6f5d drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x13cc61da drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1500b863 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1535e831 drm_dp_mst_dsc_aux_for_port +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 0x183f4722 drm_dp_atomic_release_time_slots +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 0x1f723ed7 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f85da34 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x217deb1d drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x227679cd drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x235d23e0 drm_dp_check_act_status +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x277e3fe2 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x279b63e2 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x27b20d48 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a28b3bb drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2deb796f drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f65328b drm_dp_cec_set_edid +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 0x34e1d421 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37142e44 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x378f7658 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38af889a drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43e7e824 drm_dp_cec_register_connector +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 0x4622086d drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48e8455e drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a40a1f8 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4af9f270 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e619e3e drm_edp_backlight_enable +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 0x56e5787d drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5799b5da drm_dp_add_payload_part2 +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 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 0x5ac7f147 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d8ca8d7 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6088f7e8 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60f131cb drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61fcb2a8 drm_dp_dual_mode_max_tmds_clock +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 0x6855072d drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68af7636 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 0x68eaa7cd drm_dp_dpcd_read +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 0x6a8ff671 drm_dp_mst_topology_mgr_resume +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 0x717a8dff drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7246262e drm_dp_mst_topology_mgr_destroy +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 0x73617e8f drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7409554e drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x74395340 drm_dp_aux_register +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 0x7879540d drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c286340 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d224f86 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d51d687 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f11cd51 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7fbd0b42 drm_atomic_get_new_mst_topology_state +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 0x8399d21b drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x84e728c0 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86f67f5c drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88bde319 drm_dp_cec_unregister_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 0x8df40f3d drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f70b55a drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91110970 drm_atomic_get_mst_payload_state +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 0x979d7c3e drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98865661 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a0f0471 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ba03bb1 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9bfdcf9d drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d2a8a2d drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f11a9f0 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1c8a683 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3685a91 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa44bd0ea drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6e2f257 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 0xaa486993 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac885c71 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf3571a7 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb08ee80e drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1c160c7 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbab3b7b9 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 0xc19429bf drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc2ec980f drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc33b0ed6 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc480a2ca drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4fe3f2c drm_dp_link_train_clock_recovery_delay +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 0xc719c171 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc81348a6 drm_dp_mst_root_conn_atomic_check +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 0xcac2d2c8 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcae22b5c drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcb4fed43 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcb56c075 drm_dp_mst_dump_topology +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 0xce0d2382 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf2b0fbc drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd03048fd drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd062d428 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd204f86e drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2bb6f2f drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd31b9ca4 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4a06258 drm_dp_pcon_pps_override_buf +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 0xd67b47ac drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd76991ea drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7e44267 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd8b34ee0 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xde449897 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0c6011f drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1f52ffa drm_dp_mst_topology_mgr_init +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 0xe79ad83b drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb88e682 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xecd1e75e drm_dp_dpcd_read_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 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 0xf6a376ff drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf724aeec drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8163764 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf94c7df6 drm_scdc_read +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 0xfc9a1cd6 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0017e659 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x012c8741 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x017ddacf drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d28e31 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02bc332e drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x031cb7bd drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x037bc7f5 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x041f6e52 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0423516b drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04d321af drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x074e07d3 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0851d999 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x089e7d5b drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08f41c9e drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x091ca5cc drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09646b21 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d074b9 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a745d86 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bc25a18 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c6c6a05 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d91c725 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df03609 drm_atomic_state_init +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 0x103df7d7 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107f8309 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x108a7ee3 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x121fe005 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12728907 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12b9417e drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x132427cf drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14301a78 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15a3cc92 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160280fe drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160ccab5 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18070665 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18dbde21 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x193a52c5 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19483082 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196a1f86 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ab3e40a drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b76f34a drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bd7058d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c0800af drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c474789 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca77880 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d613e22 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d996793 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd1e0ce drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f1c5c9b drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20cd60da drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x218da054 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21a0b4ee drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21e254f5 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x223285cd drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2287b92a drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22d625c0 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23c32933 drm_writeback_connector_init_with_encoder +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 0x254e4d48 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x270cfcc3 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x279dd968 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27f65c23 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27fa90f3 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28937c44 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2916ed4c devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29a2230b drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a6282cc drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b7566f2 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bd01234 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2beaf13b drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c2b2960 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cd7245f drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cfbea6b drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d2b6d9f drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d5e4dc7 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d758d94 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d7bb587 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dc35f5e drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dfe83e8 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e055a44 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f245a98 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fa174ce drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x311853a5 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x317ee2bc drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x321d7f83 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32270051 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32339293 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33389f9c drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x340a11a7 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3505f56b drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3565c1e0 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35b071f2 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3648e55d drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36eacb5a drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x374c2b3f __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x379dbaed drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380b5fbb __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x388655fd drm_modeset_acquire_fini +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 0x398b72bc drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39c53ac6 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a0557c1 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aaca2ec drm_panel_remove_follower +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 0x3b257597 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d0b836e drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d0d7c9e drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3df0bf89 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e0588b1 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e7b27b0 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ebfa2ec drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fcbe974 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x401ec9cd drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41253f00 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x439c0bc7 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43a8e56f drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43ab3794 drm_event_cancel_free +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 0x44cbea17 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x450200f1 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x467a177e drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4712984c drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4730d36c drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4856f322 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x487541f7 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x495121e0 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49f99c00 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aeeb652 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c97df37 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d694ca7 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73b36c drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d82a647 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e0cb803 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e1986cd drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f24c30a drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f50a8e3 drm_atomic_get_new_crtc_for_encoder +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 0x50a47dea drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50c09a2a drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51c02bab drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52116ab1 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x531441b8 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c34a3f drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5702c9af drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57948d4d of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57a50ba7 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x580c4be4 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58125631 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5919a1aa drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597416f2 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a35aa18 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aefbd8f drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c4a2fd4 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8d1934 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cff7dda drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d89cb4d drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5faa1562 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x601b9e39 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a1ac52 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x611f763c drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x638be637 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63956d32 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65b1f362 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65c3c6c1 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66980ba2 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67cc1683 drm_atomic_state_default_clear +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 0x69be8980 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a7e2723 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ad7f92a drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6adb7307 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b0c061d drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b2bab53 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b599a7a devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc57690 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8566bb drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e80271f drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ea761d8 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f92840f drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f9a427e drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ff85a55 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7038897f __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70b9d63b drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71221d52 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7179530c drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72afed7c drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x740e057b __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x742ce24b drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74acaac8 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74eaf26b drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74efb732 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7550b35c drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x758a779d drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7608e8ae drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b2e593 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x772236bb drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77982758 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77b20d48 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c2fa0b drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78ed0783 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x798406f0 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a033e52 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4f7c7b drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b4c28fe drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b5df18a drm_ioctl +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 0x7e5395eb drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ff93aa2 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81c7c5d2 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8292e032 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83ba0821 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83c2c2c2 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8565d418 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85cc54b3 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86130060 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86987579 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86b3b196 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87079b4f __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x881809c1 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8867a694 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89993759 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a69fc33 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8afbc423 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba77c2d drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb5f289 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bc28926 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c284fb3 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c85a288 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cfdad15 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e6beb79 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ecce716 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x905eb516 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90b4ee72 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91aaea02 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91ba4628 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91cf23c8 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92195a14 drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9252deed drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92bf2762 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9343547a drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9450549e drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9458c258 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x947cef61 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f8eb6a drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x960db5ff drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96b1b208 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99c7070d drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a63c840 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af9a0e5 drm_connector_attach_edid_property +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 0x9c0738a3 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c86bdbe drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c92e701 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cce86f6 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e16d767 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e726955 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f00355b drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f408840 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa26d977d drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34c6a2b drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c7f12 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5cc323d drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa62007e8 drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa64d5d5f drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6c2037e drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6dcdcaf drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f91393 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa75fd997 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8142922 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8846533 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa929262e drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9e20aec drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa22d887 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab8d51dd drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabee42c8 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac2803bc drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac4330da drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac910927 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad8679a0 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadaf21de drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae351342 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae5153cf drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae55188f drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae8b8430 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafeb42c6 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb03e6528 drm_connector_attach_privacy_screen_provider +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 0xb12fd638 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb17d8974 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb266b313 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2f33869 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb310e308 drm_mode_create_dp_colorspace_property +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 0xb52cda4c drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5538bb4 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +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 0xba49e414 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbabc0f9b drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc63516f drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf0ee940 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf54fa62 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05fee8e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0fbaa64 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2d5fd93 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3d79fca drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc480c948 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc501e19d drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5800732 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc64b372b drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6c90dee drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6dc2d0f drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc705cce5 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc70c4d21 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc786d3b4 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc78ed485 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7ceaedb drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc876b460 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc88221d7 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a646ea drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc90de06c drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc94547ab drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb5c58f1 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb6bedbe drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc31e368 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc86da75 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd6e36e0 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce2b39c5 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceb99a1e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0cced1d drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd230c19d drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd391eef7 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3a646e8 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd47dc918 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd49614a9 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4a958ce drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd55ecb06 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd579f519 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6738bb8 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6998420 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6cbd4c6 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7ab7ae2 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c76fa7 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8826387 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9867a99 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda90ad1c __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdaf70ac1 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdba6e79f drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbd0b382 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbef0656 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc1bd390 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd0ccb00 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddd73a56 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddd93347 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde659d7e drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf1aef9d drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf252e33 drm_atomic_set_crtc_for_connector +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 0xdf737dca drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfbb2849 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe01df411 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0425d34 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0ded8f3 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d95b6f drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d9e5fe drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3143a6f drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe390523d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe47a962c drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe69867ad drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe70db746 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7630b40 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9a21dc5 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb891585 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec235ca9 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec4175ee drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec8d9640 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec99b6dc drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed651c24 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee59e50 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef079429 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0273f99 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0f61c7a drm_atomic_bridge_chain_pre_enable +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 0xf2852553 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf47c7b84 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf47c7bac drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4fa8a95 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5bdbd08 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5d5bb8b drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6091640 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf679e4e8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf760024f drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7fbb9a5 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf86cffdc drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8df4ec8 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf949e5fe drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a5ebd7 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9e2eb17 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9e3e4d5 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9fa51ee drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb4a8e7b drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfba3f9c7 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcef21ac drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda8783b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe2f5194 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfebd4ffb drm_gem_map_detach +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 0x4e6fc360 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x94faa485 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xe2cfb51f drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x28751f5e drm_exec_unlock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x4e5ea5b6 drm_exec_lock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x6cc37c37 drm_exec_prepare_array +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x80262c1b drm_exec_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xa9db86c6 drm_exec_prepare_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xca2f1b22 drm_exec_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xf0fd0430 drm_exec_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00ebe9bb drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x011c2c69 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x015991be drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02412d81 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04399ec8 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x084955af drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ab7a543 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ae41980 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c928931 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d95a568 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e2fa1de drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e5f610d __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f615c5c drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fb3da60 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11085efc drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x119db6eb drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x133fbd1e drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ac15bb9 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b8832f7 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c97d956 drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1eeb8b40 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fb9a59a __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2016a51d drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x247fc60d drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2856d1b3 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x286a1814 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2aeb3212 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c046d98 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cc2e255 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dfe3396 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e69ceeb drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ef4fda9 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34098ec8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3599f538 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x370d141d drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x370e63d3 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38af36c2 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3db1daa6 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e7fa561 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4064e2ea drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4271bdec drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42976cb8 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42d0abbf drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42f542ec drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45ff1825 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46600eb1 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x466188bd drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4834906a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x484e88ca drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48840cc2 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48c17b35 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49799cbf drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49a867d8 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49dd3901 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a714492 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c5d54ef drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ca25114 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d016487 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f1ffff5 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f4bc51f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x528460c3 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x566bbb0e drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x586312eb devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bd1b625 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c9be923 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cc4450d drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5dc9a765 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fd4c29b drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65ca3c9d drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x667335b2 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69703944 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6995caff drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0b9550 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cc16b7b drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cf9e88f drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f42c452 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71349156 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71825153 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72b1c1b9 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x743cd8c4 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x750f829d drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x770bb278 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77ccce0d drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79814167 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b8ba73a drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bb797b3 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cd95982 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d2b26d8 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dfccca0 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e016d38 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e3b4cef drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e72f0e6 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ef8d19b drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f83c376 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80365d6b drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x808229a8 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80b1b840 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81049abe drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8229faf3 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f6f4a2 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84cff07b drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8502342f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85b9b328 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87c92f3b __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88b56a8d drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89fc267e drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a05bc20 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b75115b drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d1bd821 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e40af2e drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90483fa2 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9168260a drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x921c0af2 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93d19c48 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x956de862 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95b2d686 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98e04a82 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99034a32 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x990f8f22 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c25a7f3 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d8107d6 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d96b96e drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa03beb9b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2a87f54 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa42c2f0c drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5c3a1f9 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6ece808 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7e87375 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7f851b1 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa955c820 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabaf363a drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad453998 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xade110b4 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf14bb41 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf62a929 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf8e0a6c drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb10df06b drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb450c467 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb65df0b7 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb67dbb93 __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 0xb82145c9 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8245493 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbaa7b05b drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb03fdd4 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc0ae810 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd5e7eb0 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbea3c58c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf0c1feb drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc04880ed drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1aa8210 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc32af788 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4983038 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4ce33d2 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5e8b269 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6ef8707 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc772f13a drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7c28ed8 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9082e14 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc352d58 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd84dfd5 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcdb0f835 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf324403 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0e29633 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1fc5f14 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd23eacc2 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd26c5234 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd43650e8 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd76cafe8 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd83b955f drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd867306d drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd88a8992 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd892b33e drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdae5f060 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc171e95 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc833fbb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0253a9 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd294de0 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddea38aa drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfde66b7 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe06fb740 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0e57698 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe10abe0a drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe477f650 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe766eb28 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8d3d9fd drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8d8df5e drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeac21d21 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed2538b8 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeef94d02 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xefca715b drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf19cb32e drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1cb1769 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf233ab4d drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf24be8ca drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf26b4130 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2852b11 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf510a4ae drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5b14d3b drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf81accd0 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8f818e9 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9df51e2 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa7d38bf drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb871a83 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc1542c3 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x10195caa mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1140f2fa mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x19d5fe6b mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x208a90e6 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x235c454d mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x338a282e mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x406fe446 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x501f2e28 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x59675448 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7442450d mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7662278a mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7d4b24b5 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x836aa9a6 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8f3daaba mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x90b40eca mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa2be90fa mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbf10068d mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd12a8eb3 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd197effe mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe835f6e0 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xeb14bb24 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf22747bc mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfd89735c mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1592cfc4 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6f249ccf drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x83db2284 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8d3270df drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xbba3a500 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc5664fd3 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcb97405b drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf58b86ce 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 0x21d68219 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x31311e14 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4d243a82 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5f1bb70e drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf621cad1 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07020a6f drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0fa0544d drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x174c51a6 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1cbb53e0 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2f4e25f2 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x41421f42 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x74a3aebc drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x772b535f drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7952b5c0 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8571478b drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x88c18cd4 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa669a931 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcf97b850 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xef1f5855 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf8b4086e drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb926e8e drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x9a130e39 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x026e8b19 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0bafd1c1 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x13761ca4 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x15b78681 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x22db162f drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x254913b5 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x44e65e80 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5b5db777 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x626fa8da drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x72ed7089 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x74648879 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7990dc03 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7b1b1cb8 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x93c7f9bc drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9d05d229 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa62c10c1 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xae5df026 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb612ac43 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc19ee67e drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc2322fa7 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc2e0339c drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdba9d5d9 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdbb98954 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdece98c1 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xefa188dc drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf9ea9d90 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05186de7 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05c50db6 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cace5b0 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0fdc9f36 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12dd0aed ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1cbe3ef9 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f463a56 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1faefdad ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20b4e7cf ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23c10ad1 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26419b8f ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ce1d09e ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ce6ac2d ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42d6d472 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4523ddf4 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4af37ae1 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c84bd91 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4dfa8a3f ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5629d90e ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5bb4a4f1 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e242a32 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f18f383 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64fbcd0f ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6886ca58 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a92ae61 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6af52fe9 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x778674a6 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7836ebdd ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c13efa9 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e053b4e ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91d7abfa ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9378e1c6 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93afea1e ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95f9bb74 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99787383 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ea56d1e ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fcc4d13 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3a927dd ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb322ea98 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3630497 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb5aee3a3 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9c1b25a ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbba046d2 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbbc1938a ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe451878 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf91a50a ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc0db9241 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca20855f ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcb9a632b ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce372986 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd39a7d11 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe2ad738b ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee2d1aa4 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf029a5fc ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0d32a10 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf143756d ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb76d0be ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd2c12e2 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd9ca461 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0125b95a host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x05c0681b host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f110c89 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1042aedb host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2258e15d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x22b454e6 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2327d6c8 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x23785e41 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2ade586d host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2ce4edc2 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2e8e18c5 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x36c661f0 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3731fe7b host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3f23d728 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x40f83fe9 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4c6c534f host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x52a8c6ef host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5364a4ae __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5c815f56 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x60e52a4e host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x669f54a3 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6b0c7ab4 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8338f6c2 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x83d59d8f __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x895c274c host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8a617a35 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8acdfabd host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8d76a1c2 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x95baebbc host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9719e60c host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x99fba923 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9fcd0146 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa3753161 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa4a3513c host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaaf62b6d host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xafa0a5a8 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe185defd host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe78b859d host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xea16f00e host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xed60a924 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xef6fddd1 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf78e77bd host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfa617174 host1x_client_exit +EXPORT_SYMBOL drivers/hid/hid 0x2d0aa165 hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xe7bf70ea 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 0x24dc9c3b ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x83f057a8 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 0x22e92c8f i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x4c69204e i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe9f8a163 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x4619cad9 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x5a14c2ec i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x6b198ff1 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 0x41436010 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x833dd4ab iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x09239cbb iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x7d22f584 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x7c5585e4 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x04db95fd iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1361de6a iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x25905002 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ce15a8b iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2d0c6c52 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3ba65234 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x5033988f iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x570840dc iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x5d8582a3 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x77d605e8 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xab243b22 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xafe3659e iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xb0fc7677 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xb25edcc9 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xc57eb7f0 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xcb15fe1e iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xd5cd0c9e iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xd88fc8f1 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeb080c7e iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xeb5ab809 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xef459bd2 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xff6ef079 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xc8e40c3d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x08213e4b iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x110fe39e iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1b9bd7d4 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xea18b71b iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x8900bff8 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xde412a7c iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf11e0d1e iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf514ba44 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x58afe250 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xbab312be iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x8a7ff7fd bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x239764ad ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2e1bfe76 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x46b2756b ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4da14535 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6aa69ef3 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8921b530 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89e4304b ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa6914931 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc3f07ae2 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd25a33ed ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd5b3efc5 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd720bf56 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xda4cf3a3 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeb34e438 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xefb14a1c ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x049d1e96 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07a21d4d ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09732fb4 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09e5fc6f ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e674e89 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ea17854 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10e8919d rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10fe5cbc rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1105dd6e ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x115ab463 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13546a8f ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x147bd0da rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x163ce363 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16de611f rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17b73f92 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bce58c4 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e6af9eb ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f2563e9 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20d98175 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2175492e ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25ac68d5 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25dda6a3 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25f32052 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x261bc752 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26c317de rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27730f1a ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x278566ba ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2937e3d3 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29671fef rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f384613 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ffaffc1 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x303c12b7 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x345904b8 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3634505c _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3649e1d9 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36f6d420 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x383c8156 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38e61bc4 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3af06eb8 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b0e2093 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bc83e60 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c54b9ae ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c9966a4 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d8893f1 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40dfac65 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40ebc046 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4306765c rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x454a6725 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x457aad5d ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45b1cd08 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45c7dc95 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45e9e549 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46d1e168 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48d4b5ba ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4908d039 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ac43748 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d126d87 rdma_resolve_ip +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 0x51bcbe2d ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51e27612 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x527c627b ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53b5e666 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a69a25d rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b5176bd ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b87a87e ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bc38f61 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c0db8d7 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f093f2b ib_find_exact_cached_pkey +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 0x64e94103 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6581ca90 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a9adefe rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cd38f81 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e6cabf1 ib_process_cq_direct +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 0x72ca1ac6 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72f4dc93 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x751d47ee ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75cf7360 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75d2fcbb ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x762a0260 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x768d5f26 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78eefa21 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x799963f5 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79b151fd rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b12dc61 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b4f2594 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c6dbaa5 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d95632e ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e144e32 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x820f26ac ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x830f92a5 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83ff9f9c ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84e4f587 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x874d553d ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d004674 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e290ab6 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fee76a9 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92fbfc76 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93d438ca ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x950fefbb ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95d33778 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98935526 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99929049 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bb50802 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd7ea5e rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ced3c24 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d109378 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa031c669 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa06445d6 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa44d37ac ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7c4c123 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa99fa748 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabf72516 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac262501 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac6ea8cc ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaec56f04 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeff4c2f ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf8696f1 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafbf1988 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb056eb32 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb144c860 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb190e7f6 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1977828 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb27200c5 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2898eaf rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb46c00fc ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5806b0c rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb84db291 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb870eda4 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9cdb10d rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd76a4 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbe20290 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcab61ca ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd254f88 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe3fbded ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe9720df ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc39337df rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3f5e3e7 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4ff536b ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5ba791d rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc628e963 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7945f58 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc80f3e0f ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca1c2ade ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd4528a3 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcda8e968 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd16fa1bb ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2be9818 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3453c6d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd48f8525 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4c72cf3 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4cc0e44 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6c594c2 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd83992da ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8f72006 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc445053 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc4fa7f7 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc774520 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd01f58b __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda8b2ec ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddef48c9 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfc8a847 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0ccfcfa ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1190f38 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe17cf112 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1c90e21 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1f59d3e rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe309d358 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe408fa84 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4678344 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4a12bdc ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4f7a82b ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5451972 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe572913c ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe67e1f0e rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe735b3ea ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe97ba746 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9936cd8 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb95433b __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebfe1bbc ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec25f17e rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedd638f3 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef3b742b ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf181fb96 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf33ec9b5 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3fd256c ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf40b761f rdma_replace_ah_attr +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 0xf9cd1a4d ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa9bd6e8 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc3b06f3 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdf99565 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe85ff65 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0111f4c2 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02fc79e6 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x03f3d9a5 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x06431ac9 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x082bc4e3 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x12417c79 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x144ba617 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x144c991d ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a6ba3e4 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1c9613df ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x28bac34f ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2921dacd _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2afdb790 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f63fc5d _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x48554561 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x590c7644 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x695466d2 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6db0bf1d ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7059ba9e ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7204c14c uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8dcf6ed4 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f67723b ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa4e45359 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa76b1b7a uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb14ec03f uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3953a00 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbed01f7a uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd9cd4dbd ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc40ced1 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeacda105 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf7b8627c ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd69aaef ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xffe532df ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x360814f0 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b0ab4bd iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x79e99ded iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ebc372d iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa0532fa0 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa665e674 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb2a78db6 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe9eb7af0 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0551f334 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0a73ac2f rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13076084 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1588cc70 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x232820c7 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x391cc5f6 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x39b7df9d rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3e1b5cac rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42882b5f rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5b0b8847 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5bf7b760 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5fff75b0 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7648ad5f __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87040f2a rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8a3b143b rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8adbb484 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90bd209b rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9284edd7 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x992c6304 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9ab60074 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa4527224 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb28b6875 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbbfb2cff rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc58ef291 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9a2f2df rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9de6ae5 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd07a1d83 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3520638 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3ff4adf rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe0aab90c rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2568af3 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0b5e63a rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0eba6c3 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2e26047 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2212fcc3 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3eb17ea4 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6f3e2ecd rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x789418c8 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x897927ce rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc2855117 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf03ae917 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x67029a33 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x6b69e5b7 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x90a383de rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x926b41e5 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb0be93ca rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe096c9f8 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0f9c582 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x01af5191 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x09f0870f rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x776de6bc rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8f15cc8f rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9c841a05 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xd9a6bf21 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/input/gameport/gameport 0x177d99a4 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x573c7ba4 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x70ba564d gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9755903b gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb433be56 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xba630421 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xccc33f68 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcf52213c gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdc28cb06 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1d603a64 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xb45a34eb iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd5b98668 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x3841dada matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0143dab0 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb3e3cc3e ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x7522033e 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 0x3d508b77 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1f584414 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2b61716b sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5795d649 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x77d70c38 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xad40c10e sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x7a9eafbb ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x7b52bd1e ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x2bfcffae qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x9c35485c qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8b8711f0 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9abf5f3f capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb98e2f16 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xce79fce4 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xef575901 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 0x077b5e07 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9dc4bb8d mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xa08d877a mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc4999912 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x201098b3 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x32f45866 mISDNisar_irq +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 0x23662787 mISDN_freebchannel +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 0x3a0309fb get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3bbf5831 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x469a1a68 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 0x5e07228b bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x620de61c mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x641dfa83 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6585c2ec mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6a6726ac create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7dffad0f recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x83e60547 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85c76269 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9ea7a661 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9f9010e7 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa79742a8 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb9de6763 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc2b1d804 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc6bfc34c queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcea2820d 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 0xdf8d70d7 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xed315ded recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf1b9cb15 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xffe6d72d 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 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x8412566a ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc1d6d2af 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 0x5abc431a cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x14e92314 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x18910246 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x9e39db82 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x010e3084 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x1c79f5cd dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x89131cd0 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xf14634f6 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2545d938 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2f5a8e9d dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x68411944 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa4d4508f dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc2b694cc dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xda16fea3 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xae8c659e r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xfdc349c9 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x02bc3dc3 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0e098da2 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1a71b833 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x391aaf10 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x39aa9915 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4d035718 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6947f362 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8ed0fc2d flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x96e24820 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x97b10377 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9d877ff3 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa3ea6288 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf7212bcf flexcop_pass_dmx_data +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 0x6c6830b8 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc3de5caa cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd73aae0a cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xddbb0da2 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xc6b34c88 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x6ade1fff ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x421584e6 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x12d708b9 vb2_buffer_in_use +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 0x7c854a27 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 0x23023f82 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x2b28270d vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7a3977bd vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9c895698 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd6bb5bc0 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe31cf251 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 0xa9db8480 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02ff1446 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0906b5a9 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1609d70c dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e7a8283 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x20e501b9 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x214d5b4e dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c12c287 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x34b90b58 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3890e028 dvb_dmxdev_init +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 0x40f6ba00 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42d15a1b dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x57c98fad dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x67398e9e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x704d64c6 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x71df7cfa dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d210e3b dvb_net_init +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 0x83a9fe6a dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x88319009 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x94e67419 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9513897a dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x989a4a69 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9a8515c2 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa18ee853 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4e03781 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xafff3337 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb2edd80a dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb7feaf5a dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0b93899 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc4426d5c dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd4bb9eb1 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7a1edab dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7367529 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea41dbaf dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeeb0e30b dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf26c77fc dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe2be013 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe73d116 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1a36955b au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1e6dc7f0 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x245df678 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2881da36 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79f6067b au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7b3f7982 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8530f860 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8588e298 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa4600d2a au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x117928ae cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x80345056 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x030fa641 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1fcb0369 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7869b2c3 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xde083e2e dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x01a4b1d2 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1cf6a398 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x56de015c dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5846f20f dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x69c00be3 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x70f021aa dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x91577f58 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa11a0b1f dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc72e38f0 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd0070f5 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcf75db9c dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf1023fc dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf145e7ba dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x247e63b4 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5e5cf74a dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa102ba90 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb273a69a dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdc22df7b dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2ade45e8 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x385b22cf dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xed44011e dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x14fb32ae dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2bbf050e dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x37fdfcfc dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4f88220f dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6aeb9703 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x824d5ebf dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa2ce9a42 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa43da22d dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc8dee0fb dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcdbe210a dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe9fde08f dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf180b541 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1b04ee5b dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x47a68c9c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6906c084 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6ca5c5b8 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf83abcd7 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x5e60b25b dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xf48a89ef dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xf5ae9633 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xffee53ec lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x3156edb7 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xb8a60efb m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x97dbbdcd s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x2e845030 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x4e51259d zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x359836e4 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x388f63ca flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5d11b0fa flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8801b749 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8cfccd9a flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaa465144 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb5a50041 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x080e62a1 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0a9af323 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x15b03ee3 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc8ada62a bt878_start +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 0x78c1364c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa3a59c98 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xf2323352 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3bde7f4c rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x63e497e5 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7ee2de91 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x826f3aa7 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbe4ee46f dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe5d19e55 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf7097b1c read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfa43b46e write_dst +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2c279b7e cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5713fd11 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7bd734da cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaea55452 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf83529f9 cx18_stop_v4l2_encode_stream +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 0x56960e06 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7e3d86b6 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x82f3901c cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x86e78b7c cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa6fe3bc0 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xed26f457 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xeee96027 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc9ce39a6 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xeb1c3768 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x054c63e2 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x242ac614 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa9a96e8f cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbca6b4a5 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x07c3e9ac cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0f72755b cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x22681138 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x77e710ed cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9afd9fad cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd261396e cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe54cdca3 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d425d80 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0f275d2f cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x30c528be cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f18c8c0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f48db5c cx88_core_irq +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 0x6bca7fc8 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7e81cd98 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x849d1536 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8a63888f 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 0x98c54de9 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb1597e9d cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb5b2a312 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcd526d13 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0f67fb3 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd78b119b cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8177d14 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf85ebf5c cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf99ac5d3 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfb5b5926 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfdefd6c8 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x053b5cb5 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11972f35 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x23c7b6f6 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x26660812 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a4fefe6 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x55fce3da ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x60df1c45 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6195833c ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b6398e5 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x76581980 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7f7f1284 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c5b8ff3 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc64d87f ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbfb5c429 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf2d663a3 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfaa6e4e5 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xff2e056a ivtv_api +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04c2abfc saa7134_pgtable_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 0x21c7d51c saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5b40aadc saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6a1bd218 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6fdd7de1 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x76f0c156 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7b46ca7c saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7f68c76e saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8bc1021d saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb3bc5ae0 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd2dff861 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xff51b57c saa7134_set_dmabits +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 0x2424380f csc_set_coeff +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0x58f98d8e csc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xa689fff7 csc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xf9fc3b5f csc_set_coeff_bypass +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x0ff0272b sc_set_vs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x23095753 sc_config_scaler +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x39f2e62a sc_set_hs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x459c457d sc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xbb8c9cc1 sc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x06fdcf38 vpdma_set_bg_color +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x07464bcf vpdma_add_cfd_block +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x12591361 vpdma_get_list_mask +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 0x2141b9b1 vpdma_clear_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x254d10bf vpdma_unmap_desc_buf +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 0x334e0c01 vpdma_get_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3b3f4afb vpdma_create_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3d441115 vpdma_set_frame_start_event +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3de8e145 vpdma_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x45c8e208 vpdma_hwlist_alloc +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x49293b26 vpdma_yuv_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x4af72c0f vpdma_set_max_size +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x50ec40af vpdma_rgb_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x57da689c vpdma_submit_descs +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 0x73ae3d42 vpdma_add_cfd_adb +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x7d819817 vpdma_list_busy +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x943b8f4c vpdma_create +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 0xa1d1df88 vpdma_enable_list_complete_irq +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xbf83a16b vpdma_hwlist_release +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xc42996f5 vpdma_list_cleanup +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcc78bec4 vpdma_rawchan_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcfcdbc24 vpdma_hwlist_get_priv +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd0aeae6a vpdma_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd148c55c vpdma_set_line_mode +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd700821f vpdma_map_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xe01b4cc0 vpdma_update_dma_addr +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xebbec4fb vpdma_alloc_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf82483c6 vpdma_reset_desc_list +EXPORT_SYMBOL drivers/media/radio/tea575x 0x30747939 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x397130f8 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x74d80675 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x93e896c9 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd6881c19 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf925547d snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xff73ca4a snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x18a5838d 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 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xcec481d4 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x2e8ed2a3 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x59fc39fc 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 0x1eea886c cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4ba02915 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x055cdd96 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x12e04961 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1a81b5ad dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x78ad2a94 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8479d743 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd20fdaa4 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd69098ea dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe19ad84b dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe50fda20 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x00c55beb dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x03d5aa17 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0d9e382e dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5a229026 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x60707485 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x65d933e3 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbc26dce7 usb_cypress_load_firmware +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 0x90749dda 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 0x026f533e dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4df8b911 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x62678759 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8f9eacc0 dibusb_pid_filter_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 0xaa21ce0d dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb6947161 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc5795fa7 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd51f4ea9 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe0a37386 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x3f7de5d8 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xa2936434 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xa9e51a22 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xc6ced0aa em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x08510cd0 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x2730a560 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4ab044ec go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4c82146f go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x68215d99 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x788199ae go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdeb9415c go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe4970ca1 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf8efc539 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1f9e4f2f gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2c15356e gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x57de7c38 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8710540b gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x87f8f0d9 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9db1bf08 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcc06e34b gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf18dc63d gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x086c3347 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x23ab328d ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x39e3fda2 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc5aaa9a2 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd02b9508 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xfae30e0f v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xfbe4289e v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3c060201 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 0x5bbc24b4 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x77f412fd v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb201d880 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0052d8e4 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02e89fe9 v4l2_ctrl_type_op_init +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 0x083f2baf v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0df5567a v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f8ae4b3 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x116ac9ff v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11911a9f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x120e2faf v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14d5fd83 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14ec0735 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x182429aa v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ae540a5 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b57ba6c v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e1b0a80 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e8321cd __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24dd5015 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d54b23f v4l2_ctrl_new_fwnode_properties +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 0x351c23ba v4l2_ctrl_type_op_validate +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 0x3ba6b8ad video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c7e1876 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e241728 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f27d88a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4589847a v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53bff53f __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54635e45 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5533bca4 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x572f401c v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x580a4ce8 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fc5a480 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6184a6e1 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e1e0dd9 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73708ba7 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7652e85d v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d4b733c v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7db400bb v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x821bc7d8 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e5d163d v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f4e39d0 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x928c7d5a v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x939d0541 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x99e6f844 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9fc0ed18 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadb554a7 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb024d2c6 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0aec06b __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2f9f79c __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb70939a4 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8e5cf43 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf46c18e v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6c47b69 video_ioctl2 +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 0xd7f5d8b3 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd97cb469 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe51be314 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe738762d v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeddcca11 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf22e40c6 v4l2_querymenu +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/memory/renesas-rpc-if 0x28b91a74 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x5c87e293 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xcbd4b472 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xe53e0fda rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xeb6a2287 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1a84da31 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x38340dca memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4076397a memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x45463067 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a4e5778 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4ad5ebf4 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51cb13f8 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb0bd3414 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb777fc42 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc881f2f4 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcdcc2bee memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xda63d596 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe465a804 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf30130ce memstick_alloc_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x060249b4 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1840b05a mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1add7eef mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b7d17b5 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1cbe9d23 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2578f161 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e924b74 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3ce49f98 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d9fb7fc mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x50af9458 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51560b19 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5365e33b mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x574e5559 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x655a27b8 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c899b2d mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6ce4efbc mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x764627b5 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x916e0b88 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x92210797 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c86acc3 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb7b921d mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf5776ff mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc86d63b3 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc9c9e3bd mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcfae32e3 mpt_raid_phys_disk_pg1 +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 0xf59b173e mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfaa14f78 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc374c9b mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfce53cb9 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0f15d5e9 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f4bdcab mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2341df18 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c2dec4f mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a5e3714 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5555204a mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57325f1d mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e41ca09 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f37f293 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x616e3a57 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62bb3c43 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x808d98ba mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8318d910 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x890b2ddf mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa1b314c3 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa27f49b8 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb3dadb9f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb75ad49c mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc062c7da mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1931eb5 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc986e474 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcb7149c1 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd77bc93c mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc09afdc mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdd9322e2 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdfbc33c5 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf1baa47f mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/mfd/axp20x 0x17a5b857 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x735f6565 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x96ba5026 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x22e3b461 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x71cd59fd dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x8942bee1 dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0b6fb8e2 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2320c143 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x357f2543 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x54d93dfb mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x88aea6d3 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x92110eba mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbfc4dc77 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcae58e53 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcfd33b47 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd7fa7d40 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf2c19544 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x53bbaa4d 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 0x6c985460 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7df394b3 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x8bd40fb9 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xc1c0edd4 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xee0be696 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xf3fa564d wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x8fcfd655 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd0862e6e ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2fb85933 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x9d159fb3 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xbda7ae89 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x02ec76b0 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x35b12543 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x46339faf tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x54b7d103 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x5ae46c0d tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x7aa2c21e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9026139a tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x9ab3b42a tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xcc73657e tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe2294336 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xe327240c tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfb2d42dc tifm_free_device +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x49a3cb1b dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x943528e3 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xc83b053a dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xe9acc69b dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x22e5a080 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xb8a6a3c5 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x61c883db cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x635ce5bd cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7e56c618 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8958cd1f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8cea142b cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb6c166bc cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe2a2270b cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xe459e17d mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xde908723 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 0xd4308601 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 0x3337799b onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x3b997b4b flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x202fdfad denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x7fae3258 denali_init +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x034296c0 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1631e7a3 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x19b58a5c arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2e0584d0 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3993c2f3 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a9a868d arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9bfc4db2 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb8edd033 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd26ff510 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf67ddcb3 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf88b4c95 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x505f627f com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5ade1e91 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xebf62cb9 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x595d37ba ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x80f96ada ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xd511936b ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x71ef9f01 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xb0f73be7 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0195fb92 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0f536299 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13d34cf0 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x184ca877 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1cec361c b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2bd0d925 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2e4544a1 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x315cec66 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3be9846e b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3d2c8e09 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3efb1639 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41efc704 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x42e2102a b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x431b3142 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4dfc69d0 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x53e784b5 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x59298796 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5d3fbe45 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5f20da9f b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x639913ab b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68a97d8e b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6cf7026a b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x714d8508 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x737ca2ad b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x981e6bb8 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9836678a b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa00d7910 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1697fc1 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa44f1072 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xad0959ad b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb35644b0 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb8cbfef3 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba52715f b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbaa59eb4 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc77f30ad b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd00dfe31 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd64a7621 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeb931ad2 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x1bdff51f b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4ea0abd1 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7a2a221c b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xda5a43d2 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x0442b2ed lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x06758c2b lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2b303c8a lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x1ad48468 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x2c098514 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x6ded285d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x207cd7d5 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x2f895fcb vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x60ad010d vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x968de245 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xadf79a5c xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xcaa60a54 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd7d44a07 xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xdc5b08ce xrs700x_switch_alloc +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/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x218ad414 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x344e1a5d ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3478aed0 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x662a734e ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x704508eb ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7d3355e4 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa1dc6a95 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc4880bc8 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdebf4ebb NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xed0d86ee ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0xea515029 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x85b186a6 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xc9cffb92 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe1a7510b bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe6c2f799 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xb8545c93 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x13e5e6dc cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17c82563 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x213ed38c t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36e1eded cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3af3ff9d t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x55227a64 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x563c77c2 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6cf524a0 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6deb2911 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x98eafc94 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb5485cef cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb57413aa cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc341f4f3 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc4452517 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe492e36a cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfa1cb43f dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x00e184cf cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0abe6f3c cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0b26c57a cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0ddb4e7b cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x13b26cea cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18285765 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1834c25a cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bbb4163 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28a9d340 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31905b07 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x322bd764 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x33729188 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36867c5b cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3bff2e1d cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46e65834 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50680981 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5435a86b cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e84b6b2 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x71f4b789 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e27b684 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x84a72733 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x955c24d6 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa29bc1a2 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2d37b71 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa47466a2 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa75fe671 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb3162836 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb886511e cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbbb017a2 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc05a0679 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc221ab3b cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3de4891 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcc1d8640 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccb744db cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcef78ba7 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf1119a5 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcfcaab3e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd7426826 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde37aa5c cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf499010 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe57cfd84 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2162d7e cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2f34ef1 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3104967 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf45e0183 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf92df21f cxgb4_check_l2t_valid +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 0x3470f3c0 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x65bcec0f cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb4d06276 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xcf101121 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd3626d84 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xee3be901 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xffb85619 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x34768db6 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4b564b1a vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9e7294ac vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xddb4a883 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xedede2a6 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf6db7251 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 0x862fd8fc be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xffd8fdd8 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x11cd86f2 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x548c5fde fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb7fb6818 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe23db937 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xeabbabf4 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x2e6b3b85 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x4294f62f hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x88c9c104 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x96fefea9 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 0xf4690050 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xbb00049a hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2df9d394 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4317316e hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5360fb37 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7e08ad83 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa108cd8b hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb634b35e hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcfe62f71 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe58391f9 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x80e8549d iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xf761034a iavf_register_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 0x6a717082 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x6ba20032 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04279179 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a6ba276 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15057689 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18a2b547 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e36344b mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25cce84c mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25d1c22a mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28dc3827 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cfe12af mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x319a1074 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33448376 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33da8aef mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3950c42d set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aeafd01 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c628f4f mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x481ae046 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5721342d mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59e97380 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60ad39b5 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x667fc473 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b00c706 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73c49f91 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x753b86d2 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 0x814a2de9 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x821065ea mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8417b561 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88932cb5 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ae55335 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fa2c8be mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x916fae33 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x938cc05b mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95083d75 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c7ba375 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa58e486d mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8b1fbdc mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacb68d87 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7952374 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe548fd0 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc06db93b mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1693706 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb93b713 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8cd76c4 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe49134ed mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec106159 mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee92867c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0339b54 mlx4_queue_bond_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa7a935d mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0033dd43 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03e9d401 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03f57a93 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04407214 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x050a51a9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05962aa8 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x061fb230 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06f0cc6f mlx5_put_uars_page +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 0x081cca43 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08831214 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a7473b4 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d4296cb mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0df8abbb mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e8d502d mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f959097 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x108c7681 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x162106f1 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18a599b6 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1af86109 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b124655 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b895245 mlx5_lag_is_shared_fdb +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 0x210c6569 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22b9fa07 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2428fb71 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x278ff6a8 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29be1264 mlx5_fs_add_rx_underlay_qpn +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 0x2bbfb7f4 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c0a1848 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3076657a mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x315789b3 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31a7067d mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3423cf54 mlx5_cmd_exec +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 0x3520cbdb mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36efdd26 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37c5bf38 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37de002c mlx5_eswitch_vport_rep +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 0x3ce66e06 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40f99f94 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x419661d1 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4680ba73 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48e5b13f mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x490171c8 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a0d84a8 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a36aff4 mlx5_core_alloc_transport_domain +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 0x4f40b530 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50503edd mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x516e8f54 __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 0x5482c299 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55455dc9 mlx5_core_destroy_rqt +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 0x55f35f40 mlx5_lag_query_cong_counters +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 0x608e9deb mlx5_core_destroy_mkey +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 0x61a49f51 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x634064db mlx5_comp_vectors_max +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64013b45 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65ed499a mlx5_core_create_psv +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 0x67db4a38 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf07117 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c29d49d mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f84daf3 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ff771de mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x718aa0b2 mlx5_eswitch_get_proto_dev +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 0x75f72504 mlx5_cmd_destroy_vport_lag +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 0x7b4c6458 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c692f8c mlx5_core_alloc_pd +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 0x7f159a28 mlx5_core_query_cq +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 0x82de8611 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84e3114f mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x864c2056 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8671fd44 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x875edeba mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87b6a2f4 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87ef2b2b mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89af7b9c mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c2859b6 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c55b925 mlx5_cmd_create_vport_lag +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 0x8eac5e26 mlx5_rl_add_rate +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 0x902508c0 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91cf9f30 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x940cd508 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9453c03b mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94d2cc8f mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9697cb13 mlx5_comp_vector_get_cpu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x972cd92a mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97760a4a mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98c3e2df mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99216603 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99bb603d __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a0b3478 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bbb330a mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c53f729 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cd7d1e1 mlx5_packet_reformat_alloc +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 0x9e602ee1 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e97065f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3d98d58 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa88c8fa3 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa88ec457 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9f871a5 mlx5_eq_get_eqe +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 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 0xb25e369a mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6a24721 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9684920 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc272178 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbefab1d7 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0982ef1 mlx5_fc_destroy +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 0xc6372c82 mlx5_eswitch_get_vport_metadata_for_match +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 0xc8e8c524 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc92253a9 mlx5_core_destroy_tis +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 0xcb896300 mlx5_fpga_get_sbu_caps +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 0xcf896c71 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0d951a0 mlx5_eq_destroy_generic +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 0xd4a4b498 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd50c21e9 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd53e1b4d mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd878e2c4 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd955f53f __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb28820c mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcaccf23 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcc5f863 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdde30fcb mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe011fb9c mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe43c70c0 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5324328 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7b1224b mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe83ba148 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea15958d mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea61ee90 mlx5_blocking_notifier_register +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 0xed6f0926 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0c7eb5a mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf37d2a2b mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf443fe16 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5430b1d mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf561e736 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf63d87c6 mlx5_comp_eqn_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf695236d __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6978318 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7d3ef98 mlx5_core_dealloc_pd +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 0xfb2959d7 mlx5_get_fdb_sub_ns +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 0xfd981c5e mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x0728a89e 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 0x0d2a73b5 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0deb6d84 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ee30aa3 mlxsw_afa_block_append_mirror +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 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x18077c35 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x189d1471 mlxsw_afa_create +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 0x229e5c91 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c53a96f mlxsw_afk_key_info_get +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 0x33e16dfa mlxsw_afk_encode +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 0x3bceef05 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3d279269 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f672008 mlxsw_reg_trans_write +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 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 0x4d967b7a mlxsw_core_driver_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 0x57e736af mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x59e5413a mlxsw_core_trap_unregister +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 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 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +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 0x74d6e70c mlxsw_core_rx_listener_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 0x77532431 mlxsw_afa_block_append_ignore +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 0x7ded8b62 mlxsw_afk_values_add_u32 +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 0x8384a5da mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8504d634 mlxsw_core_port_devlink_port_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 0x91ea3d7d mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x94621adf mlxsw_afk_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 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8cb775f mlxsw_core_ptp_transmitted +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 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb27d1843 mlxsw_core_traps_unregister +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 0xc006c8ec mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc530eb82 mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5c3bbc9 mlxsw_core_driver_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 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 0xd7aaaceb mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd861e3ca mlxsw_env_get_module_info +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 0xdcd51a3c mlxsw_env_get_module_eeprom +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 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 0xecbe2df6 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +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 0x0b20935b mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x517db513 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x43dc52fa mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xc1c7246c mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01d1889c ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x05d9f8b5 ocelot_bridge_stp_state_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 0x0b31c85e ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0d166109 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x128ba47e ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x179d7301 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ab82aba ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d9534d8 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22955559 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22dd9049 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x27ad50f8 ocelot_mact_lookup +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 0x31bef821 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x336ed571 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x39bd7089 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c32dd11 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c63d8dc ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4149dfa1 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4227360c ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x424743f1 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4638effb ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49794b44 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c95f597 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4eb4f71e ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f6c146b ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a0553a6 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5cdf5599 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e2ddef2 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ea4b310 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x621879f3 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6451e799 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6661c48c ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66a8830a ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6794d9f6 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x684a0922 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6d33ca70 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e234435 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e4452a8 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f0b2eed ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f9b8581 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73263cd5 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x774a8f7f ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77a35f02 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 0x7e7ccc5a ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x837f7549 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8404c30c ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b68470b ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91f2e41c ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c3015bc ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e677655 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa12c857f ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7292d62 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa823d4fb ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab6fd852 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30783d9 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5feef01 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba7d27a6 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd3ba214 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf2b3ff5 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc17efca9 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc51c94a7 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcddc4261 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcfe16a5e ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0dd6140 ocelot_sb_tc_pool_bind_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 0xd1594240 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd55ea207 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd679ebf6 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdaf14984 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdd7d1fa5 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfcf1084 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe621fa7e ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe907563d ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5667a5f ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf77b4ced 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 0xf85c8737 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd8f85ca ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfee0ce18 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x027d4f0f qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x339d1e0a qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x5e253fdb 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/wangxun/libwx/libwx 0x0456db62 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x049720d6 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x115c90fe wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16d3a50d wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1db5b8bb wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1ee1c2d4 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2194db3c wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2481cc53 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x29e2e533 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x31021960 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x331b6c2d wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33bc9a0d wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3c1dada7 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3d0f0c2f wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3e13275f wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x55020a31 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x57b858fd wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58e7142e wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x66ee4383 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6ec1893d wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7781808e wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7dac2e67 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x88b25e72 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8a39f3fa wx_configure_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8a606ac1 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x92f04530 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x96b4ca2d wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x971405b5 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9926827e wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9b570a96 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa42f114e wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa471f66b wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa4a8efb4 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb7934222 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb9860125 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc2839160 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd2514557 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd33f6c9b wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd60b4401 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdb54caa7 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe0117390 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf2414f69 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf31a147d wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf6342daa wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfa81b549 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfc337c9f wx_set_mac +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x345cbf43 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc5015205 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xeb3ee61f hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf0a2e29b hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf910dcb7 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-mscc-miim 0x98fc765d mscc_miim_setup +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xa7e16284 lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xae40243b lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x19f17cc2 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xbda20c35 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0x37114105 miic_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0x39d51f87 miic_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xd215a115 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x63d8cf26 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x811d0fd6 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xd0233664 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x01d53b0c sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x506fadd8 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x564c165d team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x74f2e88c team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x98f16ba5 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x9942d0bb team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xd74bac02 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xddbe3b91 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xe78d771c team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0a302f3d usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x8ab59e2d usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb8bb178f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x20c8d876 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x26c41d9c unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x32f57e2a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3a364ab1 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x837f027f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa131c69b hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa1ae7128 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb87dd763 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc65de5cb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc848bef3 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 0x17b2e0ca ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x43f7f4a9 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x77a95f65 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x855c237b ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9822d202 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x98788347 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9d77f767 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9dedff01 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 0xa49ef7c7 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa76a36e3 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb3b82225 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd90c42cd ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xeab7f7e5 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x020f582d ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05fe8c92 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0824bbea ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0abc84f1 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d80c2da ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x112c7297 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1caa47ba ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e5606a2 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20b3eb7a ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2381b96d ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x26f647a6 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2844b2bb ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d1a1b9f ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dc6da2b ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2fdfb536 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35163989 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50429906 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x53e29c40 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5500a11d ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5564b1da ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x588cdcc2 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5eea00be ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5fcd801e ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63c75eb2 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6919b12a ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69b975f6 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x70196b91 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7361e7f0 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x833943d9 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8c0179ae ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e66c16f ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x971cf1b8 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9a905a21 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9f19b3d0 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa41774bc ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa794a302 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa857104e ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaac32d6f ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf12cefe ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb22b63a4 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbade79b8 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf878171 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc45c4f71 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5eed748 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5fd943d ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc9b7bfe9 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xca2772c2 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb5ae132 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd069c867 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdcfdcae2 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf69041a ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe9511f2e ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec47ce38 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf6da205b ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf8c829ec ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9b9fad8 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe5e1c36 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00126192 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0162dcf5 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x07fb62c8 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x09bf00f2 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x15a2b555 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x22d73157 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x272a5146 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2990dfb0 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x29da773b ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x31133c94 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3f5d6cf2 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x412a6097 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44946548 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44a24b1f ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x45598a42 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5956b225 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5aec783c ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5f9114e3 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60e73b6a ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x61678e57 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x632de3fa ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7688ccd2 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7a6fe4a9 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7d72b5b7 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x81070e37 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x82b39def ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x95390b19 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9bf38927 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa16afb5b ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaa1c7ae9 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb03e6ac6 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xba5d342c ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbcba9562 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbfe8926f ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc02407f7 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd0a2ad57 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xde5cf356 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe2ead48a ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe34dd14e ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe38a9c44 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe74b6a9c ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeea2f37d ath11k_qmi_fwreset_from_cold_boot +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf6a48202 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3eb95c7c ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x547e8fdd ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x771bf022 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x82d0e6b2 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb37338e2 ath6kl_core_rx_complete +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 0xc1cf2122 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe49ee4fe ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xec952f40 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf6aa2e45 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfc8b061f ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfefabb88 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x03eb427c ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x04421025 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05d891c4 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x06ef26c1 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x096d0d7d ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1b4bb851 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x261f007e ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5701d965 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x64a3f576 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7194c29f ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7b60cc01 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x92004ced ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa014670a ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa198231c ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa8a755f5 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9604274 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad6f0320 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc02d9a9d ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd6c8f9ae ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe52c7f29 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xeb34e483 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xeb5c10fd ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf6ada617 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0254b902 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04623b4c ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x091de1dc ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ea11373 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1170c4da ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x164240be ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x196695f1 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b35c3ea ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b9e9b8d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2088cc0f ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2109446b ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2211304f ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x272c3eff ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28775912 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28d786bd ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c48198d ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d35a305 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2eb6a3e6 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f46bc11 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31668706 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3294ad0e ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3353f21c ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3449fe8d ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34dd0587 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3582d3c9 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38ed4557 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a672b1b ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c882365 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f6974c3 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f6f18ef ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x417dd868 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x430cd346 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x443074b7 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x447f37f8 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44cf8f4c ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bd61ab4 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c038cfe ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e853b22 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ef51315 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f026bf5 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4fe9ea82 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50a7ba96 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x539539e7 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x589438a0 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58af32fc ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ac00950 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c475a0b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e2a58dc ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x641312e6 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6695b6bb ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6aa10bae ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c5bda15 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e937aab ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75622b0f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75eeadde ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ea61aec ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f1ee91c ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x806ac648 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82b1bc13 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82ea6bcb ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x842d1649 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x847d2537 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b1c35a4 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e176eac ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92d61220 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9953f2bd ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d73ad61 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fc42618 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1feecd4 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa264a449 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2d5c862 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa88901ee ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab85fe4a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad6fc7b9 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae24756d ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafcb2975 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb02cec40 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb11714fa ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb25e26fd ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4f6223b ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb57cbb47 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6eb1f70 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb78b5245 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb88ca48c ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbeab9018 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf3ad336 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc563128e ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7e9b983 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb8d97f4 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc69f637 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcedb3fea ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xceed69a3 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e568da ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5073d55 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd722b60c ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdaccc12f ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe60ba062 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9b126cb ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea5668d5 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecf88c53 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef60da01 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf394f66a ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4c24b33 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8996d10 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc20503e ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdbb9b1a ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffa484f9 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x995c9a18 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xabdd51f1 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb3ea0307 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x09ce9c59 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 0x1d5cab3e brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3fbce6af brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4a5ebe3a brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x55bc7e45 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x588cc1f1 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x74988c2d brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x765c7f00 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x88300386 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x99543a79 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 0xb9a2d0e0 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc1ac2881 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 0xf34388cc brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xcd310aae stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xe61f8022 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xed3c28bd init_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x02adbcd3 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x11cdef5d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1517912b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x26002874 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x27c586ed libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3af75ba6 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4a692d10 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x58e88ab0 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x58f307ad libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x69f6aafe libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x79eb0075 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x85263d45 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8d6703f6 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9ce8f09a libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa42bfd3a libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc8bf0e33 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd006c90f libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd3b3053a libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdf37c8c4 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe11a7a4e libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0036b78f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04bfefb8 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0719175f il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x129d3125 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1539c94e il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x202dfbef il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25c6bf39 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x272fabdd il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29a6b790 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29a7132e il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c410993 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cc50c99 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33ff01c9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x347bbcb0 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38469704 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a065306 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3abfa2f9 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e158078 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f1d38eb _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f6ffce9 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4003a572 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4238a419 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42aab6b3 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44cd236d il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49798419 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4bc7aaba il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x504d9fc5 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a4fd753 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bd48512 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c528b1a il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ef9e6dd il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x601fce02 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62e09054 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6365e579 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64d7b1af il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66a7d956 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6904fb74 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6bd2e0e3 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c27f35a il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x743f30a6 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75104211 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7687b501 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x79df4be1 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7adf287e il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x803c7fb9 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82bdb618 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85e54fb8 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88a1def8 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x894f335b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89c3835f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a09744c il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a240508 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97ad7029 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99eca8bd il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9db39b18 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e48caaf il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1f6c574 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2092ab5 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5606660 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa966ff3a il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab4f64e0 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf0d4183 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf806224 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2683074 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb514e432 il_rd_prph +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 0xb7d67564 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb95a0ef5 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9a1c1f5 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb70dc4c il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbba91181 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdbee1a8 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe661838 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfc2cbb0 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5a1a1fb il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc67161cf il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7abf42d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7f50f46 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb212b16 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcba7c9d8 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcfb08bad il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcfea2e1d il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1312a83 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4f4ee30 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdaa0e002 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc1af006 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf088d92 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe68232ed _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe85fa239 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9fe8a79 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea3a1478 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaf74551 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed65c227 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf050d0eb il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1499d6b il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf837cffd il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb2c7a80 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc73bee9 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xffa434e5 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x15f7fdba __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1bdb5aea __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2dc44a89 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3981e77c __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3f1445d1 __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 0x4a682b5f iwl_trans_pcie_remove +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 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0f0ba4c3 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x15c1a3b5 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1baf9b0b hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2880c6e9 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x29513c26 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3d70fd3e prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x46f476b6 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x64df2060 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x67006d7d hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6b793e34 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6c5adf77 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6de346e4 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6e0bf2c2 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6ed88f41 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x72ae256a hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x805e12d3 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8aa21b8c hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa36e0a75 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa72509cf hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbfe29350 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc95be7fc hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcddda4e9 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd670ae3c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdda67a7c hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe683def3 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x07d72b2d orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x27b0581c orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2c643342 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3130a5ac orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x432dbd88 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x77748c56 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9d5bf7ac free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa77b53d7 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xafeb8d93 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb3d01e35 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xba2760ca __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc1cdc3d2 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd36099b8 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeb06cb81 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf78eaab1 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfbfa5833 orinoco_up +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 0xff071b9d mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x7b73071a rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0bb9d203 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c214936 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c4c4825 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x116a2976 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x198e4b8c rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1a88c997 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f46d52b _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f97a569 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21d8c5c5 _rtl92c_phy_set_rf_sleep +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 0x245bce6a rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x27dd5f7e rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2a2c682a _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3382dc91 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3f2a9d66 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46a8cd18 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c96dc8d rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4f5965cd rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x59a39996 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x59c359a8 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x614f0b1f rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6816b412 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x686e18d8 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7af9d15e _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83163ccc rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x899827c1 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa0cfbf16 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa62c4a2b rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa8225c78 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad071ace _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xada3f327 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb043852f rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd2a0600 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc1eaa08b rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc266a63d rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca525cec _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd3507bfb rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd402c017 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda5f4ded rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf48a95d7 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6b5346e rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf82a9d9d rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x628bc5c7 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6a675e77 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x93797027 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa294a36d rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4f0ac9dc rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x78701d5c rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb0a6713d rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xee96fde1 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08da571b rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x09880e44 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17e57c78 efuse_read_1byte +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 0x1ff24250 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3a30bc1a rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3bd7337d rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3d9e775f efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x484b0bd3 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x515681ae rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51b02188 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6cb0eed7 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d603160 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ef875a2 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x71bc6469 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7586808d rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7cf39d02 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b8b931b rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9de54154 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f569622 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9fd25da1 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3d7c98d efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa4a460ab rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6991cfe rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb4ed17cb rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc8c8a93 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf237300 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5873508 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe2edbe5e rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf48fb1e6 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfcf62db3 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfe928a1c rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff805d6b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x56a258ee rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xcb622f63 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xbd42225c rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x52804962 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0f163f18 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14b11ed5 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x155a5069 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1bb99bbf rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ccd1359 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2533765c rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e0b68d5 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e62b52a rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2fe57898 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x35b77e61 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x398d80c9 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3a43a6b1 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3aa5c805 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3b13787f rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3c52f10a rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3d28ac80 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x419ddc8f __rtw_dbg +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 0x47ef9e24 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x50a74ebc rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5173d64f rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x529b869b rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x52d0d6cd rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x57aaeb3b rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61230534 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61dba942 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6f62d788 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ffa2cd5 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x71b2d0d5 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x738e0681 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x786791b7 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7da2b4f9 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8152a505 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x839d94a4 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x857fadab rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85953e53 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85c0c003 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x881e23f4 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x88edd769 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8d0d73c5 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9d2f999d rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f732773 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb193a2af rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1fa0ef0 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb54ef34 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc4939e8 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbdb71d37 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbe0f795d rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbff7c640 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc3397a43 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xca5f2746 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd12856bb rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd657d393 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd95ce25a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xda8ea62b rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc1caf0d rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdd4393e5 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe6f08683 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe766aa02 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf4d72e62 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfa56b4da rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd9e0094 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x5a950836 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xccd69674 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd8dfa2cf rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xfa28b6f3 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x4d00163c rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb81b90a6 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xdadb8562 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xf231b446 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x43ce4147 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x65a54aed rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x313c18a3 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xfb68a69d rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x8cf6746d rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x17533802 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x01170aa2 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x01d58da6 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b61954b rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x16c4a4bd rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1fc9229b rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x229d0e9d rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x22a17586 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x294b085b rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2fbfe681 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x310cb428 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34abc378 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x371b93b7 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x374be135 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x39d923fc rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c4dbaaf rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x45ef7adc rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4f032e1a __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x51375d7d rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x51376838 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56aed500 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57c911d5 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5945a416 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x606535aa rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x61f67ee2 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6202121c rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63071281 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63f14d32 rtw89_phy_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6cfeccd3 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x748ac426 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x78662462 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7e495d12 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x82e51ccc rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x89ac025f rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8ccc760a rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x907ba240 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x938841ef rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x985aa931 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x99469303 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f1407e1 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa239c813 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa6a26736 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa7704755 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab0697d3 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xad80c0a0 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xae351b26 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1996883 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb412b016 rtw89_mac_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb8ce4039 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbef5939c rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc0fd8e84 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2e85363 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce9ab512 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcf4e65a8 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd1d11017 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3ddae3a rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xda7e6546 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdd66937e rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0b8a826 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1a77f85 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 0xe4645253 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8ce0c31 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf2454e4c rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf72c70f4 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfeeee39f rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x065a37f2 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1d55bda4 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2d143c04 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x350ea1cb rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x475f31c7 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x48351ea5 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5cb58781 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 0x8ef42fce rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x92ca253f rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x92e78bbc rtw89_pci_ltr_set_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 0x9f461efa rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa40b2e84 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbf6a2e70 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe0d60532 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf5e9365c 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 0xba44ec15 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3e32e3fe wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x83ba0032 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xabb1b1c9 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe5261aeb wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x887810c5 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xf1c29b9b fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x5a66ac0e microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xc46a724a microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5966ccd9 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5b0ec9ad nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xe9f4c472 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xd06e8a88 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x186b452f pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x98a39c4c pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x2a460a26 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x52f3ff5f s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7e071c77 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x94307f8f 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 0x15a6e804 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x207675a7 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x34e92ba7 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x389ae8cb ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7d098ca5 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7f4d1bd9 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8bf8e38d ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd649afe1 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe0c41c3a st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xeb684cf1 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1cc7977e st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x22cc7472 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3e21a85a st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x564557ef st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6211e844 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6309020e st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6550fa98 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6f287ffd st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x762732e0 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x80aa53ea st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x84be79c9 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x856720be st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa64b64f7 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb77f167a st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd2d4848d st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd4435268 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xda288d4b st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdd8a2e6f st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x5394a740 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x65dcf065 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x68a46a95 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x71246977 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x72aaef59 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x7cf035c1 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x8465b5ef ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x880d0a5b ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x8cf3cef5 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x8fd8d009 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x98f88031 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xa60ec017 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xbc604b10 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xc68ad213 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd608dc29 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xd625fade ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xe2ad21bb ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xf9fa0d4c ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xfbe2e659 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xfda4fc7a ntb_set_ctx +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xe000884c nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xef19a9a1 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x07187aba parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x07667441 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x0a908315 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x11cf0aca parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x15c6616a parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x1709aa5c parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x1777a4a7 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x1c91a3da parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x2d3d21b6 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x30ff48d1 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x36c10b34 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x577786ec parport_read +EXPORT_SYMBOL drivers/parport/parport 0x5d58f77b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x61955c22 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x6863ddd6 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x7063ed9d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x87cf4bf6 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xa1d92f1d parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xa2ca9062 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xad6c86be parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xaf3fe5b7 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xb63cf9be parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xb7fbea3a parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xbae4823f parport_release +EXPORT_SYMBOL drivers/parport/parport 0xc31d6541 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xd0232395 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xdad41205 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xdc34da21 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xeb2fa36b parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xf5fddf4d parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xffae605c parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x1522c2cc parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x83dbb917 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x06e9c09b pccard_register_pcmcia +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 0x21e1c920 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x304312a8 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x379262de pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x595e8e3c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa88b7778 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xae4c780c pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc45c613c pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfc35a474 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfc7efe80 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x71b56f32 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0cdcfc81 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x12cf310a cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1bd6626e cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xa9030050 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xecd76f04 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf3408bc1 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf35ffa15 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfd1ebfa1 cros_ec_resume_early +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xbaaf9fa2 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x6198f698 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x8c6fbd94 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xc4e07785 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x107616be rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x227c3fe4 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x27da6d9c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2a651033 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2d19b852 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f016407 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3d846fee rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x52336694 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5273f4f0 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x662a698e rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6dbe3258 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x864998d7 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8c87cebc rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9a0e5383 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xaeb75e90 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb0475d09 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb499d278 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdd6cd9b3 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf81f99b7 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x67bfb5d2 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x2ce8d052 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3ade02b3 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xa8d1dbe5 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc47cc884 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x114ccb77 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2852d128 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3cc7b7aa fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5161ddb7 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x56f290ff fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7bf27e13 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8d9d1dd9 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9050ce54 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x91500b8d fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb836baa3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xce96a31e fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x007822b6 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03a04582 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0aa2b044 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0da253a9 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f28523d fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x191400fb fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c8d180b fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2580925d fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d424f10 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x34e01208 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3683dde1 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x386019ad fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3934e887 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4077e009 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x459a88a5 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48a4d2ae fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c85c561 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ef67589 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55a8e670 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56d0c024 fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58434526 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ab41f0c fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63a50fca fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x654d5c5a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6bd27986 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74e22dcd fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78accf97 fc_exch_mgr_list_clone +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 0x811984af fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8789ebb2 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x886dbb5e fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a4cd473 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b15feef fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e889d23 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97b5aec8 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a76e436 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa03154af fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5a5a4f6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5a5a992 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb704c2c7 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb776e52f fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7ae4a6b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb994361a fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbec259e3 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfca7479 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30caac3 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3503d09 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2e8c190 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6fe3b2d fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd7cd6b35 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd8de9f84 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9799f29 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3506351 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe604a7e3 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb6ce739 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee9562af fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefb91753 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6b85f6d fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9f8f521 fc_lport_recv +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/libsas/libsas 0x0246cf94 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4e871d7d sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x89bbb202 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xba7ec686 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x69388a9a 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 0x1ccafe8b qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2b022bfb qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4b82e2b7 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6236dd21 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6528ece1 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x839bbcfa qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9cf119c7 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa7c36b19 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbc2c0fb5 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc5a50e38 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdefc7d99 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf7c5d89e qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/raid_class 0x16272cf7 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xaa5d69de raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x09102b73 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x13c1bf1b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x26bdd786 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2fd6745e fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x33c0e307 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3f92fcee fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6358ea20 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6a70ff40 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75ab7118 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x94674cd0 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa7a12707 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb3bfb879 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd2a9fab3 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd3da48e3 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd4f4ec91 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xda991e86 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdf37fd66 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0053a4f2 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e8f3e91 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x21bff779 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2aae2ba5 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2b17e676 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2f70df35 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31a4001c sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3230ffd7 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e1f0f24 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x530621ea sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x55ee5450 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x599406d0 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x61006156 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x84d209c8 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x88f858ac sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c3ed75c sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9043e9ec scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa546bb46 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6d9f546 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa85d743f sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xad93e8fe sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb6ac7669 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc1e42e5e sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5a01175 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc7e1718b scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xca661944 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf2d3dce9 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf44eed63 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb44ce1d sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x238632d4 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x58953cd5 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x8bcf5e9a spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbc4f3690 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd76eb7a3 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x7f8d77f8 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9196f0f2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x94d7e4ad srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc301fbc7 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe25bd459 srp_timed_out +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x04dfe812 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07c67545 cmdq_pkt_write_s_mask_value +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 0x2278c671 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2895f88e cmdq_dev_get_client_reg +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 0x7bd06d2f cmdq_mbox_destroy +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 0xf8ee0415 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc854cfbe of_get_ocmem +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 0x01232ecf geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x087059d5 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x26437c2b geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x34ec39cb geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3e2811ae geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3eee37cf geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x44be927a geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4f15b021 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x73da8454 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7a160741 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7c1cf6d1 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x875fca1c geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8fbb4a5b geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x99408fc5 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xabec39b7 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xdb5591fc geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xde30027b geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe33d6ef2 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe868649c geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x01b2e132 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x8612b097 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x07e6fe60 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x10941e9c qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x166df9b4 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1bdd0794 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x34c150c0 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4fd9df22 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x659ae010 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8c9c97bc qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb3407e60 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc13a6596 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe7202663 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf600d6b5 qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x46bb046c qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x2673f635 qcom_smem_is_available +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0xbed25188 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x001652af sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x029a3c84 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x095b9c68 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e50d6dc sdw_bus_master_add +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 0x22633a96 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x22d08261 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2492a52d sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3e0dd0c7 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4af1bd2f 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 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x72eedfe5 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8814dac4 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8b45056a sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8eee3115 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xad820b9d sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb28f87e6 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb6d495f4 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbbca444 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbcf98251 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbf994bf2 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc952ea08 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcb4a440c sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xccfb85cf sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd3abcb39 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdb192315 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe246bcd4 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe624f65b sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf6b86102 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf8d1bd9e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xffacb78e sdw_write_no_pm +EXPORT_SYMBOL drivers/ssb/ssb 0x1194b65a ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x17adbebc ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x2100b1ed ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x2c9c9e7f ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x314061ae ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x35d4086e ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x46a65193 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x7205797e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x81461276 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x8b612348 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8db0a62a ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x9839f096 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xa61027f2 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb5933850 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xb781faea ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbfccbe4e ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdc488b1b ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe75a26b5 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf28a1bc9 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xfcfda20f ssb_commit_settings +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0bd7e78e fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1808022f fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3025915c fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x32d49cca fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3466e8bc fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3bc9a9ab fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x559d0067 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x59c69ecb fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5ca41e21 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5fa84cfe fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6d6c3e71 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x741e65fa fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7bef6406 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7dbb148f fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9376fc6b fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9999ca80 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa01ce327 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa4b02689 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb5790789 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xba74f0fe fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc3e9dd90 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd125b556 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe2e7e465 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xef82ae95 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf123e5eb fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x23a916f2 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x787af042 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xb4558528 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x6ed84263 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x5109aab8 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xf22ba42f nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03a020a6 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07dba94a rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12176077 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x143e5051 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x30600519 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3594001f rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39b565f6 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40ab7f73 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e07006c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fb64705 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5529df6d rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x585813d6 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x670830a9 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68f19995 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7aa64f24 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7cdc65ff dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7d24c211 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x829b5fb4 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82e295fb free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8664d40a rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8902ed91 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8dae835f rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91f12453 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b3c3bc6 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9bf190e5 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9cefe1a8 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9de7f125 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa8b7458d rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb09e3e47 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1f923ff RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf47eed1 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf72aa80 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc1f4cef1 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc25f9bbd dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc591dbfa rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca27c833 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce99470a rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xced2900a rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd52256b6 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8501c79 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda3f6ec0 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdba66954 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde506c1a rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe185cdb2 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe1d300fb rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe284e28f rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe94e3dfb rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf0046cd5 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4f168fb rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03e311b8 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x04a74307 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10bee4c7 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b70ea76 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x241de96a dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x285d902a ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2badb236 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d7ed63d ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e22dd5e to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b9e8f2b ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ebdc93c ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48385080 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c1dfbb5 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55a44eb2 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5604ca30 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bfb4f81 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5cb941bf ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66979591 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x67bcc5ad ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x744514ec ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76c892eb ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d3f8eec ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8aac6ea9 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8dee2be2 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e3ed11b ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x932c0651 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x96896222 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97d40fc9 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa45a0ad7 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xab20141f ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac31dc9b ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae11bb58 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae512b2e ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4de925e ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbba88559 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe19907e ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf9c5f70 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfb86546 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce102a29 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd43527c5 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9295db2 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdabb5182 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddd33528 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xde9dcf7a notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0563b9b ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0db1799 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe77cd761 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe825617f ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea6b03ce ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xebd2a278 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf33dbfbd ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf92a2292 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa2319aa ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd25a419 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfea8d59f ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x02776418 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0803f129 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a26c92c iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fea1638 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13628c1a iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1702e840 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1b416669 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fde8759 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26e9acc0 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39fcbb3e iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cffe36a iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x404d7465 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4058cd23 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d7627fb iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ffb5fc5 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60dd2faa iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65c38950 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6be7d1c6 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7008c8dd iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7cfb45ee iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f0dc035 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x853e1673 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x894d6295 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8af1c63b iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91de7eb5 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x93b78e32 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97ecead3 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9994a0ad iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9db2ca39 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa243d31f iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb0925806 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2b3ceae iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5848d73 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd945dfc __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0ea69a8 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc65ce66e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc8660436 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcb5a0038 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcf75ec40 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb616f07 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe1317a55 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe69b5668 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xebd53f4d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed476fa0 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4e0f8c0 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/target_core_mod 0x006f1f05 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x037e835f sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08badfdd target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x08c0139a transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x094b2661 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e107cc0 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x104c0b19 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x10e80ba9 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x12d1d437 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x21b32b47 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x238a7ba7 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x25234c2d transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b4703b1 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x34941f85 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x36efb450 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x46ad972a target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b9698f2 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4be2801f core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d339657 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5361ecba __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x547caef2 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b72c1c5 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f729bd5 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x61c71378 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x61d90075 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x661b5150 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x691c57ff target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x69ee277a target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x6bd2266a transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c37407f __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7691a9b7 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x853fdb3b spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x876617d7 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a12e4f4 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a8d7d43 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b4703b0 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x8cd138fe spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x90b4b0b9 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x91380f8c sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x91882b12 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x920c1486 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x92fffe32 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x931f6c62 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x975ff682 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x9907ead9 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e2ffcd1 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa85530aa target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa95baa83 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf12f93 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xad97701d spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb028d081 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb07540b6 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xb645e88f target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xb78c9410 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9a86275 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xbac236e3 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc758ad31 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8feae02 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9cf9286 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9e2e27d passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xce09b2fd target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xce4dca40 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4523383 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6a5e6f2 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8b1f36f target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdafc2db3 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xddc9c075 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfbbd976 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe06b753c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4b025d6 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8a07961 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xea2c011d sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xee2b5e7f transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3686a898 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x55b9ba53 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x70068e37 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x88ef6bbf ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe61c60f2 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe6606c2a ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x15e98148 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xa0010345 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xaf609cda ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc7a5d630 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xb5d8d483 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7dd8cec2 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xc0589bcb sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1d64de7d usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x21ea8128 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x22622031 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3eb55a5f usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4f79e5b5 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x66ee7ecf usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x75e1bac4 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82883abb usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x84d04e83 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa27be65b usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd2c6349c usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x73a1e068 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xec2b177a usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xe94bff5b 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 0x28cf5418 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x51f16cdb vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x5ad2ba80 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x5c9c3bb7 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x990d4941 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xa36bc9e7 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 0x08c7d706 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x0de9667e devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb6dc9336 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xcb5e461f 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 0x47eee86c svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4b432887 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ec8f915 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x550c510d 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 0x86a94438 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb02150c2 svga_tilefill +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 0xd33ebff5 svga_get_tilemax +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 0x2baa671e 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 0x63346290 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x16aa7a82 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x80c1f82d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf3486990 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x645c8d7f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x64db1966 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xdd3f5bf4 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xffde4802 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x19ed7abf matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x0e4bb40e matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x846052cd matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xc6c4253d matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe55ba63f matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf6d827a0 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x9934afeb matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa885edea matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x085f2425 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xaa0f707a matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xaaf59643 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf254733d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf288f7d6 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x013a7d36 omap_dss_get_overlay +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 0x03f56b8b omapdss_find_mgr_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x044b52f7 dss_mgr_disable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0759ec93 omapdss_register_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x1425ceb7 omapdss_unregister_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x145828cd omap_dss_get_next_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x1c5d39e3 omapdss_output_unset_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x212d9e94 omap_dss_get_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x29f34696 dss_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x2c26d59b omapdss_default_get_timings +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 0x3758213e omapdss_register_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3a50573f dispc_ovl_check +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3d36d54d dispc_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x42912b0c dispc_clear_irqstatus +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x45d74ef6 dispc_mgr_enable +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 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x63c69566 omap_dss_find_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x64d61d22 dss_mgr_disconnect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x664ed7e3 dss_mgr_set_timings +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 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x816d9423 dss_mgr_register_framedone_handler +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 0x888810a6 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x90ef1a2d dss_mgr_connect +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 0x9e912043 omap_dss_get_overlay_manager +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa13d27f5 dispc_read_irqenable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa39712a8 omap_dss_find_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa3d1da64 omapdss_unregister_output +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 0xb3ed5aa9 dispc_mgr_is_enabled +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb4471148 omap_dss_put_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb7f94a15 dispc_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb87db288 dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xba8ddcea dispc_mgr_get_vsync_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbad6aec0 omap_dss_find_output_by_port_node +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 0xbe2ab051 omapdss_find_output_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc45105c3 dispc_mgr_go_busy +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 0xd42711e5 omapdss_default_get_resolution +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd60f6cfe dss_mgr_start_update +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 0xdfc73eb5 dss_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xe2aa32d1 omapdss_output_set_device +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 0xf1b11271 dss_install_mgr_ops +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 0xf795e1b3 omap_dss_get_output +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 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 0x57d865e4 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x7b57ccfe virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb728bf14 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xc46045b2 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xa86999cf w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xabc01d06 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x6ffd8753 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb625f78c w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x006f4064 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x79aa889c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xb5cf0208 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xc2cd4b31 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x0a5537a3 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x0d8be456 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1009c769 __fscache_begin_write_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 0x2807f720 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x28b0c08d __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x297841e5 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x2cdb7071 __fscache_relinquish_volume +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 0x38c3001c __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x38ea38bb 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 0x4ba1399e __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5f9f73c4 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x636927c4 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x73e0803a __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x792c505e fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x79c17b43 fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x7b864b69 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x7c4daa19 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x827af616 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x8466cc5d __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x875cb245 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8f35b366 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x979d9922 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa930efd1 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xaaed39ad __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb255209c fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xb8b0a0d8 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc49d9dd3 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xc8849637 fscache_withdraw_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 0xed094bca fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf18e95af fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xf8728ce1 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfd1154f1 __fscache_acquire_volume +EXPORT_SYMBOL fs/netfs/netfs 0x1338ac1f netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x1b893636 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xa62f8aee netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xa81f217d netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xffe55049 netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x06742d75 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3b612072 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x5ee9d8f3 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x822c43be qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xdab89ad4 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xfe201b4b qtree_entry_unused +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 0x69c84bc7 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x72122451 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x7683ee29 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x7d905c59 lc_del +EXPORT_SYMBOL lib/lru_cache 0x906000b2 lc_find +EXPORT_SYMBOL lib/lru_cache 0xa7b3f653 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa7d1f625 lc_committed +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 0x3ce015fd lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x5e401cb5 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7fa3e239 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xb7bac3ba lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd8cf3e84 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xdb967915 lowpan_register_netdevice +EXPORT_SYMBOL net/802/p8022 0xddcb7d98 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xedb8fe06 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x168d879c register_snap_client +EXPORT_SYMBOL net/802/psnap 0xbcb8ac09 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x059c0305 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x076a5beb p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0f781b58 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x0f8422a8 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x143dc080 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x1e6a322d p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x1ebe4f3a p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x29bb301b p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x2fbe335f p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x3590738c p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d986cf9 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x42872415 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x46baf750 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x47a9ac54 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x4a08d922 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x51a58677 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5806dd58 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x58abfefd p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x5a1cc92e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x5bdf80b7 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x611e13f9 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x61c80b94 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x6db7033e p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x726b0dc9 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x739f987c p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x767a32ed p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x782bbe34 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x7b766918 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x7b89d083 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x8a8aa7e9 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x903490ec __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xa722d9e7 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa92d50df p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xa9a1f662 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb186c0fb p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xb39cffd0 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb703cd6d p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xb9424da0 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xc16c05cf p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xc457599e p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xc648791e p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe41a2fdb p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6831534 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xe6b1e55e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xea0f3c4d p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xec9fc1b2 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xecc0eb13 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xf224f39d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xfb432e00 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xff493d43 p9_client_readdir +EXPORT_SYMBOL net/appletalk/appletalk 0x3104213a atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x7ef03259 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x85cd2615 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x92b1dd7a atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x34836bd2 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x3aa4c960 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x46b52aa1 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x4ef95035 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x59b99618 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x603e3c18 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x621a581e atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x6b9a3871 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x83dfc0e5 atm_charge +EXPORT_SYMBOL net/atm/atm 0x85cd583f vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9a37eefa atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc891e0d5 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xcf43e354 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf5c55b00 atm_dev_register +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3d75b428 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x40bf5e19 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7cd91140 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8a52126c ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x959445f4 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xac82568f ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xba2e0e7e ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdacf3fca ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01485634 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x03d91bf1 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e8026f0 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13411c93 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e2d6ebf bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22e8b6a3 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x32c9a10c hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0x352ef975 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ca3827d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40f1adf0 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x41feba24 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x424e4e1d bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x42be58db bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4608ad35 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47d7e1e5 bt_sock_alloc +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bf1fe98 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c52ebc7 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e1f439d bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51e99e92 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53efae4f __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5586c0bf hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55dd5a70 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x681f43e2 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69732d3b hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6c875b53 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6dfe884c l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7118dada l2cap_unregister_user +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 0x7d9400d5 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7dd0529c l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x84606873 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9cfc37ef l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa017c32b hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa4df68de hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa4e4638a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac08b03c hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae7510dd hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae8b0308 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafa9f6a4 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0c25eb5 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0f2e9ec hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb4870d75 hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb1d48c4 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbeb79f1c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc218583c hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc34ba7ea bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc588c642 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc76acff4 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc835c40e hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc931b2ff hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc9c23286 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca2d21d3 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc7c1b91 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd1f77619 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6ad612a hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe770ee23 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeaeaae97 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf0d64e02 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf6ac17eb hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf879cf60 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbb9e9fa hci_set_fw_info +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x074b7df7 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x52175e64 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6cfd8908 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8f39f916 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf62353b0 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xff13d411 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x269cc3bd cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2d3ccffa 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 0x7b3822e4 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 0xc54675ed caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xdb0e48e6 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x067ebebf can_proto_unregister +EXPORT_SYMBOL net/can/can 0x4fd502c9 can_proto_register +EXPORT_SYMBOL net/can/can 0xa8f5cda6 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xba654cfa can_rx_register +EXPORT_SYMBOL net/can/can 0xd0708982 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xd379f6d4 can_send +EXPORT_SYMBOL net/ceph/libceph 0x073b6260 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x0801d84c ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x08196b33 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0x0bc3f0f1 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0d0f2fda osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x13b4ad4e ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x151cdbab ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x1536a463 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x1839154b ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x1a3e45b4 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x1c44fe30 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x1d634d7f ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x1e9e7ad2 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x1eec2dc6 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2121d41a ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x25e9aa78 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x269c2a93 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x2a64133a ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2f4b485f __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x305f10d5 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x317ac0ee ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0x3283f56d ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x33542359 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3483e835 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x34e44f60 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x354f46ce __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x3558415c ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x381a01ce osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3afe508d osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3c7a0371 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x43c3e419 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x45044d94 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x464f682e ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4d1ea541 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x52f33f1e ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x5442e244 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57f83c92 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x5876f1a5 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x58bb4587 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c599572 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x5e98b682 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x618ff0ef osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x62ba0891 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +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 0x6493409a ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6b11cbf6 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6bf2a5b3 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x6c76d722 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ef4709c osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x717d3f2c ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x77b49c38 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x78f80810 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x7a89a232 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7cba5cc4 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x7d4acbba ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x7d723848 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87081842 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x89523654 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x8bd5050e ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x91e907c5 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x92988694 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x9559cc62 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x991ed633 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x99a6725a ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x99b81386 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x9a0fa254 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fcc4e71 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa1abb481 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xa573ee25 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xa62bdd80 ceph_osdc_sync +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 0xa7834209 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa8518f7d osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xa85e669d ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xa91a7eb8 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xa928ff9a ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xab8f4a0e ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xac50a6f9 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xade3a075 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xaea8e8fa osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb04d4565 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xb0da5313 osd_req_op_extent_dup_last +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 0xb69497be ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb76b87df ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xb86bc459 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xbae00da7 ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xbc67053e ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xbd4cc25b ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xbdb0d253 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe66592b ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xc20c8ca8 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xc27be3ab ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xc424782d osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xca7c29cc ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xce38832a ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd58192c2 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xd69228cd ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xda43cb55 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xdb8c40a4 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xdbb05284 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xdbd99449 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xde247ea6 ceph_con_send +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 0xe49ce098 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xf0ee8e00 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xf2110d6d ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf562aab7 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf7bf0ee8 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xfc0acac9 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xfccc2b16 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xfce3df3a ceph_msg_data_add_pages +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1a606207 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x666e1f1b dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x79543d87 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xac0b42f0 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x03d52f4e wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2ff27b2a wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5d1f9ff5 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x95a20190 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbfb25f94 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xee9ffb13 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x207ac4b9 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x7fdefee1 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x5c29ddbb gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x086178ad ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x16835f56 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x68895cba ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8c496040 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xfa459f9f ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0f95b3e4 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x97f3ddab arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xacc08146 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe04d9dba arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x39635a92 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x78d72fbc ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x79e097ae ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x90020b7d ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x5d6608bf xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x756694b9 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x59201d6b udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1863352a ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4a13fe62 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x51265328 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x61c7650d ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9f90a7a5 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xae53e4be ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xafd4ce74 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb40c642c ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdbb26b6c ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0937d4ec ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7ee044c9 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd8d86f18 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xdc4c1d28 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x1dd0b3c9 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xce6ca983 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x361b176b xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x8011f24b xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x151b3e73 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x28f4e5cc lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x3adf9727 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x4fdc2c79 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x73f4aa08 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x87cb0089 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xa4c83d0f lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xd661bd57 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x09019986 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1abbf268 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 0x60035712 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x823cdb5b llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x998b272c llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xbae02e2e llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xcb106bac llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x00f85bfc ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x074bc9ef ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0efb6923 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0fd32328 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x0fdf7561 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0fee0e73 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x10946b94 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x1151453a ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x13533c6d ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x141bb1b1 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x14707924 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x15dc9c4b ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x16808fcf ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x16c5bc69 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b064e4c ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x238cbfcb ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x23e9bb86 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x24fce419 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x25b35ece wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2b858153 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x32ae5c2e ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x3700f2e8 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x3834a894 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x38c04d27 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3ee8e067 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x451a4f49 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x472f7984 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x481cfbb1 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x48c372d7 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x4ded90ab ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x51798312 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x55b46578 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x55b547f9 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x55d4349d ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x56c3325c ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x5a742b8b ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5a9a6b04 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6085dbb0 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x61ed1583 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x6294fabd ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x62f2b30b ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x63d329cb ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x6da33c7e ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x6eb2ead8 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x71653990 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x72969d2d ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x772a411d ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x789c4235 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x78bd8d3b ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7b41fec2 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7bd4b68a ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x7bebefad ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7ca2585a ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x839256e3 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x83963e90 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x86a393c0 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x88b2e760 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8a11d967 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x8d41726d ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x9012a564 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x925d8984 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x935cbe7d ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x940b5b2e ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x94a19a65 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x95123556 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x9516d2bb ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x998de7a0 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9c28fef3 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x9cd6e85a ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x9d21b981 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xa70fd4d6 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xab52a81a ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xacd67569 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaeee68e0 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xb3077f02 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xb439554e ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xb49ec3de ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb7a4f5ca ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xbc9530c6 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xc13c09b9 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xc263ba06 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xc374da2c ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc90a3f0b ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xcd2393a5 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcd6e45d8 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xcecc6769 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd176b7d4 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xd1955aa0 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd21651bf ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd2c6ce62 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xd5efad8f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd7b1f4dc ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xd80dbb5a ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd92c253d ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xdb14135a ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xde56517c ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xe1f7b599 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xe35a0451 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe552372b ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf4f9b078 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf68b27d1 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xf752fba4 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xfa34815e ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xfe091eec ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xfff0c48b ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac802154/mac802154 0x20ba30a1 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x3794e25d ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5290042e ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x87526abf ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x898effff ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x8bea41a8 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xc6c30cfa ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xe864cd11 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xec8e2464 ieee802154_alloc_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x160a9d0d ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1ee182af ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x20ff3926 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x357812ec ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3f1cbc81 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3f2deb79 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x56aebb7a register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x58ee6554 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x66d19331 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8014f6f6 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9047e9fd ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa93b4ea4 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbafb044b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xecea41df unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf771ed71 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6362406e 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 0x0be95caf nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x5a1cc21c __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x87c69bdf nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xa4437314 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x00b155fe xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x0a66e5b7 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x0acf401b xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x0f182eb8 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x13ecfc8c 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 0x72b2de9d xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa5acb013 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc7385108 xt_find_table +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 0xd9381ce0 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf01fe5ae xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x01999433 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x068007b0 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x11b9f9b8 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x25f00eec nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2e6b1be4 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x44330daf nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x4ab6f403 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x4c6313bc nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x51cedfe2 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6370ba5b nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x63800d3f nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7d3f04cd nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x82ca9303 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x8b3c49df nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x9d07f94c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x9e3710f9 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa23f0c24 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xae786496 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe014f062 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xf616fd35 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xfcae285a nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x31eaff50 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x3bbc0194 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3e8f77f1 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x4552f97b nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x6a2273d7 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x6ab11e10 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x6c0cc156 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x6d1b3dde nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x79e40c8c nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x7cd9d38e nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x813585ca nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa3dd0bf9 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xa94222e0 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xaf602cc6 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xb0e1a3dd nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xb4d4837a nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbe3701da nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xc666dc2f nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xcbee2b22 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xd126d2d2 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xd9d07428 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xded234f0 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xe4b68635 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xe8f84d3f nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xe9d6ad71 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xeb31dd4e nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xec5181ab nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf2b321c8 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xf98c804a nci_free_device +EXPORT_SYMBOL net/nfc/nfc 0x0a65ebe5 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x0c9b4c2b nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x0f1158b3 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x14c31223 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x1852a3c9 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x20de810e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x20ee1bc7 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x376be5e6 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x3f26c6a5 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x413d9809 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x474b1d0d nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x4ba80399 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x525c8328 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x79590007 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x88655439 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x9aaa09a9 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xa64c6212 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xae75ed2a nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xbfaf36df nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xc892db48 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xd9dbe3d5 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xeba909c0 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xebef5962 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xed351eac nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xf0451dbc nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc_digital 0x1411776b nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x32c74d93 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa8ec04da nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe1b299ec nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x1e6a6b32 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x25fc0daf pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x55d74e79 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x6301b587 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x87017f2c pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x93b6bd88 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xc542bdb8 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xd50a53c0 pn_sock_get_port +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0f6de3a4 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x37756b7d rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3b4a9528 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4c05d9f6 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d763c6c rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x81d0d566 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x87bd21b5 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x89908a2f rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9097bccb rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9eece15f rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaa6a1129 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaf9101b7 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcfd5c650 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd052040a rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd5f11e9e rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe8ebc04c rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xec5a72e5 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xed335eba rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf075af4b rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/sctp/sctp 0x46fc1721 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x148200b2 __traceiter_smcr_link_down +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 0x3b35c74c __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x7d5ff7f3 __tracepoint_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 0xe545dd0b __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xe56330e0 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +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 0x049aa0eb gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2a4363ca gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6e8000cc gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbb5c2e17 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xd78655d1 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe6d16b8d xdr_finish_decode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xfe2e0465 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x61fb9724 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x747a5bf2 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xa4102737 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xf9036b89 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x0a4d335c tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x015443f7 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x035310e9 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x03f96c83 wiphy_rfkill_set_hw_state_reason +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 0x082543d9 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x0ab9f1ce cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0e3f4371 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1139f8fd cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x15f76b37 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18a34e01 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x18eef9a1 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x191820a1 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x196f0728 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1987e2cb cfg80211_notify_new_peer_candidate +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 0x1d9afed1 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2064c874 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x21c9209c cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x25931519 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x2e9ef464 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x2f86c974 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x3572fe7f wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x38a73824 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x39112bb2 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x39acbe7e cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x409792cb cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x4181e1d2 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x432ffb9f cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x43ba4e84 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x45235ca6 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x48408e54 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4ae7b4ea cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4c06e7df cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4e69f126 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4f7c980b __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x52dae3fd freq_reg_info +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 0x5774cf01 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5e189262 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x5ffa5a5b cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x6169f0a6 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x61b0bf23 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x66d88166 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6f801f7f cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x6fc850fb ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x70b82c6c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x72df7511 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x74b600d2 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x76bbdfe2 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x79fb49e9 cfg80211_nan_match +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 0x7d888ca7 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x817bd79a cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x83408773 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x851cf3ab cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x8530b96c cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x87483d53 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x89293066 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x8a99570d wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x8bcdf7f4 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x8c860b40 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x948f45f9 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x954de3f4 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x973d0da3 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9d374128 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xac4dde7d cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xac5dd22c nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xaed6f3ce regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xb04dcbdf cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xb10a7db1 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xb567680d cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xb689bbab get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xb6b0ecc1 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb7180303 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb8884ec0 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xb90b5f66 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xb9664b3c cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xb971f431 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xbf635336 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc5633538 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xc5d0506c cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc737e414 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xc88346c2 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xc9dceb7f cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcf34df89 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xcfa84af0 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5ebfa6b cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd715865d cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd9345cc6 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb7f142e cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbabd08f cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdcfbbab8 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0xdd48be8a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xddf01407 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xdfc144c3 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe2749ba6 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xe2d69345 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0xe5139f49 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe57cb494 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xe69f239a cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xe88f8737 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xeceab6e4 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xed3316bc cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf086cd7c cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xf0c37682 cfg80211_reg_can_beacon +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 0xf564e2f8 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xf6c5d678 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xf74adcdf cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xfbcac571 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xfbf0fe38 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/lib80211 0x3475539e lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x3c6d1cbb lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x94a605f7 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xdcb4fcdc lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xf6ecc7db lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfbce26b0 lib80211_crypt_info_free +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x1ccd8fa8 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x0c3a3679 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 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 0x91bbc0bd snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9399ee82 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 0xb00b4380 snd_seq_kernel_client_write_poll +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 0x759e7df0 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x7d2393e7 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x051bd84a snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x09d024d5 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0f27381f snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x274df11f snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28157078 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5dc2ff10 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x75ddd43f snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7a8138ac snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7f97d6ad snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9bfc4ed7 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb2c43170 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd1759134 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdd6e7623 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe534c663 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe65cc8e2 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeb0894c7 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xed00afe6 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf4495dbc snd_rawmidi_info_select +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 0xd4ba7bf4 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 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xdb5d52a6 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7fe7741b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8bf9828e snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9f55da2a snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9f60d9b8 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb2cd0489 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbf1d4b61 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd4e0fdd0 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd60c0f26 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf0213cfe snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2765e850 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2bf2dc00 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3c4ea577 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x40082be3 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x415d8151 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x69ff11fa snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc37b5417 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd0abc07e snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xebcbc34c snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0cc55ea1 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x144ef29a avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x18848e4b cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b0a69f2 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b0ea221 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1cd8804a cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1f186818 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2366ad34 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x282df8f8 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x32478b4b cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x34225d00 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x45130075 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a003f57 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5aba34b7 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64f7e03c avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6515a9ef fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6dda8b16 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x77dedeef amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x785bd4da amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x85467ed7 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x95105b9f amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9c2f78e9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9e8e6e03 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaf3959ed iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb30a5f25 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbcc25f0d fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd8e0dc1 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcc7858fd fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xee7c0fd8 avc_general_get_plug_info +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xaff55611 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xd30c9e01 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1fb44e69 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2c9d6466 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x32bbe7bd snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x38a7b83e snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6329d557 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x887f1e07 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc39af3bf snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe6f1af04 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xbb1f19d7 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xda7987e5 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf291693a snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf2b5cf23 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x3bf96f31 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe20ecab8 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0c2e356e snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x38d60c5b snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4533fbf4 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x470ae927 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x938bcca3 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc4f9a015 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0a2f31f6 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x74c497d6 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x851b3b11 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8d9a3d78 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd1309b63 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeaee5b5c snd_i2c_device_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x35714d18 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x43497397 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x51b4848d snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x582cdd5d snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6c75f0c5 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6f838e53 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x73ded44e snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7f846fe3 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x818872b5 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x83df71e9 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8eef3c3d snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9564dba8 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbaefc13a snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1d69eda snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe636e921 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf117f35b snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfe8b3018 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x11814834 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2b2450ce snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4beeb66c snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x53f30307 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x78d40402 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x79cd989b snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8a5f4214 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa35ecc1f snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb881cd75 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xef39a15e snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x0bd65bf1 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x24c2f9d6 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa3504e14 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0ae86bfe oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x28142a21 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x36fbd8ce oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d7725fc oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4240f98d oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58395f9d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5fef1199 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6165c5bf oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x62ee6b77 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6d7dbfc0 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x76d7f18b oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7962b3a0 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x86e28f2a oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8a9f8acc oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb57b95bb oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca8b1c60 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xda5e7fe3 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf3894b3f oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf555972a oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfe03e42b oxygen_pci_probe +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x199a2e94 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x1cf5339a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8fafb44b snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbcf2a2a1 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe53d5179 snd_trident_start_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x28aef063 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x8e50ac07 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xd3d1db07 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xfb7502b1 snd_soc_acpi_amd_vangogh_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x4ba2c136 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xc35f7e88 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x1b8f21f5 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x4b2c66f5 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x1dd4dc88 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x61095ae2 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x366ea657 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x40a17322 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xeabb98bc aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x3bd9250d aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xc1e35f90 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x2c2bc670 wcd_mbhc_init +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 0xa2a23505 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 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xfc787fbe wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x176534aa fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x4623c2d6 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x6bbc2797 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x58cc1dc6 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xec84b300 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x6395ec1c q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xb7184362 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0699594c snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x15b171dc snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x2d464cdd snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4c640958 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 0xc57fa9c8 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xfb321e7d snd_emux_register +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 0x5853b2c6 __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 0x000313fc sock_from_file +EXPORT_SYMBOL vmlinux 0x0014ad10 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x001569e0 key_put +EXPORT_SYMBOL vmlinux 0x0016af36 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x0019033b vme_slave_request +EXPORT_SYMBOL vmlinux 0x001b19e8 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x001e1ed8 kthread_stop +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x001fd54c tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x0024c97c pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x002c0bb0 param_get_ushort +EXPORT_SYMBOL vmlinux 0x002d54aa hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x003fb66f close_fd_get_file +EXPORT_SYMBOL vmlinux 0x0057050d blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x006bd294 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x008de4f6 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b74976 d_instantiate +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dc13d2 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x00df212e xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x00ee1aae _dev_crit +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x01204c79 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x0126199f skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x0140ef8a mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x01435dcc snd_dma_alloc_dir_pages +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x01652daa fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x01773828 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x0177cdea slab_build_skb +EXPORT_SYMBOL vmlinux 0x017ba812 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01830813 kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x018c9a5a key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x0195684e sock_sendmsg +EXPORT_SYMBOL vmlinux 0x01b92872 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01bf78b5 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x01fdb2d8 netdev_warn +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x0220075c seq_open_private +EXPORT_SYMBOL vmlinux 0x023a2cb2 phy_device_create +EXPORT_SYMBOL vmlinux 0x023d6a1e folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x0242c0e7 sock_wfree +EXPORT_SYMBOL vmlinux 0x0245e6cb md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x02535d10 rtc_add_group +EXPORT_SYMBOL vmlinux 0x0258a789 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x0261382b netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x02620e58 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x026ba460 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x026e5246 inet_protos +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x028c9012 vm_map_pages +EXPORT_SYMBOL vmlinux 0x029113bd blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f729f6 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x03095574 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x03275c5b pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x03280b29 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03465418 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0363b287 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036888ff mtree_destroy +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037313d6 d_rehash +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03859efa __napi_schedule +EXPORT_SYMBOL vmlinux 0x0393a8b4 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039a4ad3 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x039a79c0 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03d4044f percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0x03dcb79a kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x03fba701 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040d1899 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x041188b7 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x041546ef dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x0415493b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x04338e8e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x043c309c ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x04426f14 mem_section +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock +EXPORT_SYMBOL vmlinux 0x046779cf skb_clone_sk +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x04800375 param_set_charp +EXPORT_SYMBOL vmlinux 0x0485daf8 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d74b4f skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x04f269c2 __register_nls +EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051a7f1e sync_blockdev +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053632eb dquot_transfer +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x056f36cb of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x0575bded mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x0576ac7d xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x0584d6b1 edac_mc_find +EXPORT_SYMBOL vmlinux 0x058caadd snd_card_file_add +EXPORT_SYMBOL vmlinux 0x05960db0 dev_mc_init +EXPORT_SYMBOL vmlinux 0x0596ed66 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x05a81df4 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x05b8a3a7 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x05b8fc9c nf_log_unset +EXPORT_SYMBOL vmlinux 0x05bea57e __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x05cd617e gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x05e29ca2 bitmap_from_arr64 +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063d6cd3 kobject_add +EXPORT_SYMBOL vmlinux 0x06468780 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x06603dd4 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066fd545 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x06700489 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x0674d945 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x067ee832 inode_init_owner +EXPORT_SYMBOL vmlinux 0x0684c8ee simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x069fd7ca mii_check_media +EXPORT_SYMBOL vmlinux 0x06b12917 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x06b63b39 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x06bef840 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x06c13ebd __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06df33d9 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x06fe1a76 dqget +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x071809e5 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072df0c0 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0741ffab tcp_parse_options +EXPORT_SYMBOL vmlinux 0x0745ba8c file_path +EXPORT_SYMBOL vmlinux 0x07644343 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x076e901a iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x0774fd80 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev +EXPORT_SYMBOL vmlinux 0x07827ffa skb_checksum +EXPORT_SYMBOL vmlinux 0x0794a60e param_set_copystring +EXPORT_SYMBOL vmlinux 0x079e91ed flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aeca99 cqhci_resume +EXPORT_SYMBOL vmlinux 0x07bb9834 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07dc4858 scsi_device_get +EXPORT_SYMBOL vmlinux 0x07e2c085 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x07e8facf tcp_close +EXPORT_SYMBOL vmlinux 0x07ea7a9c phy_validate_pause +EXPORT_SYMBOL vmlinux 0x07ed278d mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x07f39e50 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0803f799 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0844ae9b nand_read_oob_std +EXPORT_SYMBOL vmlinux 0x084d8abb devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x0856f208 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x085e0c04 memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0865127e generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x086cfd83 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x087b526d ip6_frag_next +EXPORT_SYMBOL vmlinux 0x088383b8 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x08a1a561 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x08ae5c91 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x08b8f66b sock_no_listen +EXPORT_SYMBOL vmlinux 0x08bf45df xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x08cba2f5 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x08d66d4b _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x08da4356 register_netdev +EXPORT_SYMBOL vmlinux 0x08dace89 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x08e2d486 proc_set_size +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f24077 param_get_long +EXPORT_SYMBOL vmlinux 0x090875b9 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x090e8bcf dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x092e4e22 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x0936f1d8 param_ops_bool +EXPORT_SYMBOL vmlinux 0x095e8cff rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x09801923 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098ccd11 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x099f8374 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x09ae8394 bpf_link_put +EXPORT_SYMBOL vmlinux 0x09ca3e25 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d8af3f mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a07bd2d ppp_input_error +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a278be1 sk_net_capable +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a387dd8 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x0a61e2eb mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x0a68d2de nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x0a7438f9 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x0a919654 seq_dentry +EXPORT_SYMBOL vmlinux 0x0a96b96a kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa36f94 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab4695b pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x0ac66961 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adad48c __alloc_skb +EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update +EXPORT_SYMBOL vmlinux 0x0aebfe48 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x0afdc100 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x0b008901 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x0b109f43 seq_file_path +EXPORT_SYMBOL vmlinux 0x0b15c4c8 register_cdrom +EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2adb78 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x0b30cc9f zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x0b343784 proc_create +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b592b6f rawnand_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b9ab24e pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x0b9db27a free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb0584b xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x0bb56f51 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x0bc1b36f irq_set_chip +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd546ff xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0c1b5669 rtnl_notify +EXPORT_SYMBOL vmlinux 0x0c200880 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c377138 mdio_device_create +EXPORT_SYMBOL vmlinux 0x0c41da25 pci_dev_put +EXPORT_SYMBOL vmlinux 0x0c57549f devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x0c733728 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x0c7e0d1e devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc1e293 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x0cd1a5d4 vme_dma_request +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ce4b4ac vme_slot_num +EXPORT_SYMBOL vmlinux 0x0cebf774 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x0d0493c2 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0f00c5 skb_split +EXPORT_SYMBOL vmlinux 0x0d16f20f __ip_dev_find +EXPORT_SYMBOL vmlinux 0x0d1b54c1 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d2af1c9 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d3120b4 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x0d361ff7 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x0d46d718 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d743d5c phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x0d75c9d0 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x0d981a99 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x0d9a1795 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x0d9b5880 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x0da12702 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x0db7e873 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete +EXPORT_SYMBOL vmlinux 0x0dbc6827 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex +EXPORT_SYMBOL vmlinux 0x0dc3c6cf vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x0dcdfb4b cdev_add +EXPORT_SYMBOL vmlinux 0x0dd1d792 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x0dd3f5c6 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x0de752a1 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x0dead062 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x0df58d88 vfs_rename +EXPORT_SYMBOL vmlinux 0x0dffc6b9 of_clk_get +EXPORT_SYMBOL vmlinux 0x0e0b692a block_write_full_page +EXPORT_SYMBOL vmlinux 0x0e0df7e0 vfs_symlink +EXPORT_SYMBOL vmlinux 0x0e13d993 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e183bb3 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x0e332e86 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x0e333571 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x0e34b605 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x0e352c5a dm_table_get_md +EXPORT_SYMBOL vmlinux 0x0e4e5c70 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x0e5da8f0 utf8_normalize +EXPORT_SYMBOL vmlinux 0x0e7b57eb of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x0e7f318a finalize_exec +EXPORT_SYMBOL vmlinux 0x0e90fe61 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eab5a29 blk_get_queue +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec2caa1 keyring_clear +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecd946f block_commit_write +EXPORT_SYMBOL vmlinux 0x0ee3e491 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x0ee490b8 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x0ee7bb17 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy +EXPORT_SYMBOL vmlinux 0x0eeaef34 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x0ef46e69 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x0efd5139 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x0f049f7c blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f126d71 tls_get_record_type +EXPORT_SYMBOL vmlinux 0x0f16755b vfs_mknod +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2b1278 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x0f531fbf map_destroy +EXPORT_SYMBOL vmlinux 0x0f571a0d create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0f60ecd1 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x0f625774 iterate_fd +EXPORT_SYMBOL vmlinux 0x0f64cdbf pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x0f6cf04b gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x0f7cf4db locks_delete_block +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f99a83c of_root +EXPORT_SYMBOL vmlinux 0x0fad340e __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x0fad4237 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc3179e flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x0fd0f592 mutex_trylock +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff4dac0 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset +EXPORT_SYMBOL vmlinux 0x1006c566 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x100a5420 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x101d288d inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102d1603 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103ad349 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x10669b72 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106e2096 inet_shutdown +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1076eccc pci_find_bus +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1082a7f7 console_stop +EXPORT_SYMBOL vmlinux 0x109f8f0a netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x10a5f330 pci_match_id +EXPORT_SYMBOL vmlinux 0x10afce51 block_truncate_page +EXPORT_SYMBOL vmlinux 0x10b2e621 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x10b51069 misc_deregister +EXPORT_SYMBOL vmlinux 0x10c7b598 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x10d1722e rawnand_sw_hamming_cleanup +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f41730 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11181d65 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x111959e2 napi_complete_done +EXPORT_SYMBOL vmlinux 0x1159bc99 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1161edc6 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x1164aded amba_driver_register +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1183ca39 tcp_poll +EXPORT_SYMBOL vmlinux 0x11896765 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x1189fdbd tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x118b0550 input_get_keycode +EXPORT_SYMBOL vmlinux 0x11994bb0 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11cd6413 phy_attached_info +EXPORT_SYMBOL vmlinux 0x11e2854e blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e3e606 key_invalidate +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 0x1225d67b dev_addr_mod +EXPORT_SYMBOL vmlinux 0x123a63cd posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x123aa432 skb_unlink +EXPORT_SYMBOL vmlinux 0x12499a05 udp_prot +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x124c693e pps_event +EXPORT_SYMBOL vmlinux 0x12512ac4 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x125c8132 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x126659c2 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x1277f910 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x127ab48a vfs_llseek +EXPORT_SYMBOL vmlinux 0x127b458b timestamp_truncate +EXPORT_SYMBOL vmlinux 0x127b62dd simple_get_link +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12827367 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x128cd006 kset_register +EXPORT_SYMBOL vmlinux 0x12960f29 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x12a88d56 set_user_nice +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dc0683 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fd6607 vma_set_file +EXPORT_SYMBOL vmlinux 0x13013dd6 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x13087c68 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1322bf0c __scm_send +EXPORT_SYMBOL vmlinux 0x1322cf5f __skb_checksum +EXPORT_SYMBOL vmlinux 0x13363475 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x13541d84 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x1359410f xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x13596b3c bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x1378fe87 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x13807110 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x1399d721 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x139fb4c9 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x13a46606 ip_defrag +EXPORT_SYMBOL vmlinux 0x13a84ce2 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x13b1cad2 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x13b32820 mdiobus_read +EXPORT_SYMBOL vmlinux 0x13c48098 of_translate_address +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13dea009 consume_skb +EXPORT_SYMBOL vmlinux 0x13dfe1a6 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x13f19687 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f61255 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x1404faa3 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x14053973 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x1408d543 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL vmlinux 0x140cef8e cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x141293e0 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x14158f6a jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x14223935 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x1429b1dc skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x1433fba4 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x143f8c57 input_match_device_id +EXPORT_SYMBOL vmlinux 0x14442bc7 __free_pages +EXPORT_SYMBOL vmlinux 0x1451e8e5 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1486978a gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x148aae0c mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x14ba54ba fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x14c2d084 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x14d2d40b dquot_quota_on +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152c4aa5 cdev_device_add +EXPORT_SYMBOL vmlinux 0x1535e278 generic_write_end +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154c96ad current_in_userns +EXPORT_SYMBOL vmlinux 0x1557439c dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x1569eb0e param_set_ullong +EXPORT_SYMBOL vmlinux 0x1575556e xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x157a4359 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x157ba909 __folio_lock +EXPORT_SYMBOL vmlinux 0x15a9940a tty_unthrottle +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 0x15d34fdb dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x15ddb96c scsi_scan_target +EXPORT_SYMBOL vmlinux 0x15e1c392 softnet_data +EXPORT_SYMBOL vmlinux 0x15e7de9f tty_vhangup +EXPORT_SYMBOL vmlinux 0x15f0358a __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x15f081d9 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x15f76be4 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160cfc6a linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x1615ac6f page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x16217bdb filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x16363b1d snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x1637a8fe ip6_xmit +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find +EXPORT_SYMBOL vmlinux 0x1653546b hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x165b0e38 sync_file_create +EXPORT_SYMBOL vmlinux 0x165cf8eb jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x165d4dc6 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x1660088a skb_dump +EXPORT_SYMBOL vmlinux 0x167396f5 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x1679090b unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x168255ad __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x168e3c7c gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x16adbf67 down_killable +EXPORT_SYMBOL vmlinux 0x16c17022 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x16c97aa2 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x16cc06d5 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x16d98600 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e40f6f set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x16f03b0b _dev_emerg +EXPORT_SYMBOL vmlinux 0x1705fa0d __dquot_transfer +EXPORT_SYMBOL vmlinux 0x173a5e39 sock_no_getname +EXPORT_SYMBOL vmlinux 0x173adfe8 snd_timer_stop +EXPORT_SYMBOL vmlinux 0x173c6322 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x1771b5e4 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x1785d586 dst_init +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x1793cbb1 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x17a81d3b get_tree_single +EXPORT_SYMBOL vmlinux 0x17ace0f3 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x17bee141 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x17d3d5db input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x17dc4340 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x17fcb749 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x181142c0 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x182b9292 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184e2c90 sg_miter_start +EXPORT_SYMBOL vmlinux 0x18664447 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x18689ae3 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x1871ed31 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x1889dd70 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18adc95a register_shrinker +EXPORT_SYMBOL vmlinux 0x18c71cb9 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x18d7195e hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x18e358f3 dma_set_mask +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f2c5d4 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x18fcc013 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x18fdff21 input_register_handle +EXPORT_SYMBOL vmlinux 0x19126c3a padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x192b546d kern_path +EXPORT_SYMBOL vmlinux 0x192d05a5 d_set_d_op +EXPORT_SYMBOL vmlinux 0x1938b2f7 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x194b44be sock_gettstamp +EXPORT_SYMBOL vmlinux 0x198200f1 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x1983a1dc tcf_register_action +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x1988d278 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x1991bf0a dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a8c34e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x19b53541 nand_ecc_finish_io_req +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c9df7b dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x19f1a726 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x19f719e1 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x1a016696 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x1a272ea6 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x1a3059fb dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x1a3a3dbb rawnand_sw_hamming_init +EXPORT_SYMBOL vmlinux 0x1a43e27f flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x1a4a4e49 neigh_destroy +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a689d0b __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x1a6ba720 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x1a734cf3 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 +EXPORT_SYMBOL vmlinux 0x1a847d12 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x1a8e1afa inet6_release +EXPORT_SYMBOL vmlinux 0x1a91f304 arp_tbl +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1a9af182 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim +EXPORT_SYMBOL vmlinux 0x1aabf8cc flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x1ab1d85a xp_free +EXPORT_SYMBOL vmlinux 0x1abb6f83 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x1abd2fc2 __kmap_to_page +EXPORT_SYMBOL vmlinux 0x1abfb743 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x1ad05fa8 inet_release +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ad30ba8 gro_cells_init +EXPORT_SYMBOL vmlinux 0x1ad9bc2a key_unlink +EXPORT_SYMBOL vmlinux 0x1ae53272 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1ae8d390 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x1b00dcda scsi_target_resume +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0b88fc import_iovec +EXPORT_SYMBOL vmlinux 0x1b14e959 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store +EXPORT_SYMBOL vmlinux 0x1b2c115e netif_receive_skb +EXPORT_SYMBOL vmlinux 0x1b304a06 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x1b3aa114 __devm_request_region +EXPORT_SYMBOL vmlinux 0x1b3b514f cfb_imageblit +EXPORT_SYMBOL vmlinux 0x1b3bf983 blkdev_put +EXPORT_SYMBOL vmlinux 0x1b630780 of_lpddr3_get_min_tck +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b772fe0 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b81d71f dentry_create +EXPORT_SYMBOL vmlinux 0x1b8da305 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x1b9b1c6e lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x1ba7170c scsi_register_interface +EXPORT_SYMBOL vmlinux 0x1bc88e9b thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x1bec9016 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x1bf27102 snd_timer_open +EXPORT_SYMBOL vmlinux 0x1bfd1a61 vm_event_states +EXPORT_SYMBOL vmlinux 0x1c03c7c9 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x1c22182f dev_alloc_name +EXPORT_SYMBOL vmlinux 0x1c48c617 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c7f7cfb sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x1c8c1b67 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1cb53909 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x1cc07b38 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cef5254 mii_check_link +EXPORT_SYMBOL vmlinux 0x1cf8e16c xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x1cf9f36a cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d1df9f2 of_chosen +EXPORT_SYMBOL vmlinux 0x1d1f3a1a free_netdev +EXPORT_SYMBOL vmlinux 0x1d37eeed ioremap +EXPORT_SYMBOL vmlinux 0x1d4ef342 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x1d606ebd eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x1d68aae6 device_add_disk +EXPORT_SYMBOL vmlinux 0x1d6bbfd3 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x1d796395 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1d8089e2 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x1d82f770 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x1d9e8dfb mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x1da61042 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x1db1a1a4 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x1dbc6ae0 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dca9f57 sock_no_connect +EXPORT_SYMBOL vmlinux 0x1dcf897c skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1df037a1 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x1df16a28 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x1df4f2d8 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x1dfc07bd make_bad_inode +EXPORT_SYMBOL vmlinux 0x1e00871c fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e094c27 km_new_mapping +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0b1a37 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x1e14fd0c __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x1e2b12cc xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x1e42e26c vfs_unlink +EXPORT_SYMBOL vmlinux 0x1e5284e4 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x1e5a7c17 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x1e5ef216 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x1e63426f of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e719bc6 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x1e96f43d __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb64646 div64_s64 +EXPORT_SYMBOL vmlinux 0x1eb7cb30 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x1eb89d0d skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x1ec4de8e inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x1ece3210 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0x1ed7babb pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1eff660d cdev_init +EXPORT_SYMBOL vmlinux 0x1f11f31d dev_change_flags +EXPORT_SYMBOL vmlinux 0x1f294d35 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x1f32cf9c xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x1f4d5778 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x1f657020 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x1f67f62c ip_frag_init +EXPORT_SYMBOL vmlinux 0x1f76306b iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x1f7efaee netdev_err +EXPORT_SYMBOL vmlinux 0x1fb0c262 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc62ff4 pci_request_regions +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd7565d inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x1fd7754e phy_resume +EXPORT_SYMBOL vmlinux 0x1fe04d84 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202f2c2e tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x2047a8d9 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20572fd6 xp_alloc +EXPORT_SYMBOL vmlinux 0x205caf13 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x2062a8a7 register_qdisc +EXPORT_SYMBOL vmlinux 0x2064fa46 of_graph_is_present +EXPORT_SYMBOL vmlinux 0x2069141a input_set_capability +EXPORT_SYMBOL vmlinux 0x20797e4f walk_stackframe +EXPORT_SYMBOL vmlinux 0x207e718e bprm_change_interp +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b80201 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x20cb01e2 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e30427 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x20f88077 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x20fb21f3 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x21110dbf mmioset +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x2118a96a devm_of_iomap +EXPORT_SYMBOL vmlinux 0x211aec09 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x212083f4 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x21298d7c filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x212c2281 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x2133dca3 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x21364b24 simple_unlink +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21515081 import_single_range +EXPORT_SYMBOL vmlinux 0x215667b2 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x21567afc blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x215d26a6 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy +EXPORT_SYMBOL vmlinux 0x2183b0a9 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2196c3c5 page_get_link +EXPORT_SYMBOL vmlinux 0x21a5fb4f pci_get_class +EXPORT_SYMBOL vmlinux 0x21b216af nd_device_register +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c1ab5b nf_log_unregister +EXPORT_SYMBOL vmlinux 0x21cce18d __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x21d30efe inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x21d751d2 eth_type_trans +EXPORT_SYMBOL vmlinux 0x21d82cea dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x220d7143 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x2216ad4b folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x2220bd48 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2246a5e6 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2268074e __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x2273d3e4 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x227e331a sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x2298eb1a inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x229a7347 scsi_device_put +EXPORT_SYMBOL vmlinux 0x229e7a66 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x22a0ee4a of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x22a5cd19 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22fd3a60 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x2300f4bf vme_irq_generate +EXPORT_SYMBOL vmlinux 0x2307f014 path_has_submounts +EXPORT_SYMBOL vmlinux 0x232a2c81 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x23360cef md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x23463fc2 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x2349a7be nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x2354896a stop_tty +EXPORT_SYMBOL vmlinux 0x235bcac0 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x236067ce try_module_get +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237d4e40 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23a440bd add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x23ab487c xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x23b68aff xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23d263a8 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x23d85c9b iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x23de7eca nla_put_64bit +EXPORT_SYMBOL vmlinux 0x23eb8c3b tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2417f946 put_watch_queue +EXPORT_SYMBOL vmlinux 0x24199759 dev_driver_string +EXPORT_SYMBOL vmlinux 0x242fc1cd flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x24364289 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2462590e netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x246790df idr_for_each +EXPORT_SYMBOL vmlinux 0x246a5a3b skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x246ea205 blake2s_update +EXPORT_SYMBOL vmlinux 0x247aaaea dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x249dd2e4 flush_signals +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24dcd230 skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e340fd pci_save_state +EXPORT_SYMBOL vmlinux 0x24e74d23 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x24f70d8b pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250c8736 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x251d00c9 dup_iter +EXPORT_SYMBOL vmlinux 0x251e0da5 snd_device_new +EXPORT_SYMBOL vmlinux 0x251eb48e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2525620b phy_find_first +EXPORT_SYMBOL vmlinux 0x2525a269 of_device_alloc +EXPORT_SYMBOL vmlinux 0x2551b4e2 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x255d203d __of_get_address +EXPORT_SYMBOL vmlinux 0x2564d731 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x258107f6 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25943b2b mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x25b9f947 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x25c0aa72 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x25c13ced generic_delete_inode +EXPORT_SYMBOL vmlinux 0x25d1e80d blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ea884b ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x25ef7ed3 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x260637a3 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x2609afc9 inode_permission +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2633e924 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x263afcf1 end_page_writeback +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x264d40f6 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26915898 nand_read_page_raw +EXPORT_SYMBOL vmlinux 0x26925ad8 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x269b158a inode_set_bytes +EXPORT_SYMBOL vmlinux 0x26a61fa5 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x26aeae5a kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x26b01988 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26d630ed simple_transaction_get +EXPORT_SYMBOL vmlinux 0x26dcd36a tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x26dd1043 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26ea6ee2 nand_write_page_raw +EXPORT_SYMBOL vmlinux 0x270bda6c dquot_commit_info +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x27274bc8 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x273257ce __mdiobus_read +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x27505279 dev_mc_add +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27874254 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x278878f6 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x2799f547 unpin_user_page +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c45a4f xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d1575d sock_alloc_file +EXPORT_SYMBOL vmlinux 0x27dff10c ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x27e59dc9 skb_expand_head +EXPORT_SYMBOL vmlinux 0x27f748c5 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x27f9dafa vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x280cdb3c blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2826dd5c genphy_resume +EXPORT_SYMBOL vmlinux 0x28300b9b crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x28313932 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x284e6d2c param_ops_hexint +EXPORT_SYMBOL vmlinux 0x284edf9f netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x284fe0a5 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x2851c7b4 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x286d6536 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x2873438a zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy +EXPORT_SYMBOL vmlinux 0x28841dc5 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x2884deee migrate_folio +EXPORT_SYMBOL vmlinux 0x2899cebc folio_unlock +EXPORT_SYMBOL vmlinux 0x28acc412 inet_add_offload +EXPORT_SYMBOL vmlinux 0x28b11122 scsi_host_put +EXPORT_SYMBOL vmlinux 0x28c23b09 omap_rtc_power_off_program +EXPORT_SYMBOL vmlinux 0x28c4bb12 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x28c79d7b __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x28f0e2fc skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fc767d folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x290596d5 bio_put +EXPORT_SYMBOL vmlinux 0x290737e5 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x29166002 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x291f9cb0 devm_iounmap +EXPORT_SYMBOL vmlinux 0x29212121 skb_put +EXPORT_SYMBOL vmlinux 0x2922abac mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x2923b5e2 load_nls +EXPORT_SYMBOL vmlinux 0x29379639 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x293e7bab param_array_ops +EXPORT_SYMBOL vmlinux 0x2946b96a sys_copyarea +EXPORT_SYMBOL vmlinux 0x29565934 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296465c7 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x297433f1 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x297de352 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x29889894 cpu_tlb +EXPORT_SYMBOL vmlinux 0x29923718 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x29a45a77 pci_release_region +EXPORT_SYMBOL vmlinux 0x29a8f8b9 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x29a95953 pci_iounmap +EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x2a0c640a pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x2a0cbcf3 snd_card_set_id +EXPORT_SYMBOL vmlinux 0x2a220db6 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x2a2276f7 seq_read +EXPORT_SYMBOL vmlinux 0x2a27107c netdev_alert +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a3e7231 audit_log +EXPORT_SYMBOL vmlinux 0x2a525822 mmc_start_request +EXPORT_SYMBOL vmlinux 0x2a581221 posix_test_lock +EXPORT_SYMBOL vmlinux 0x2a5a33c2 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x2a5b155d rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6a65d6 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x2a71ef7c setup_new_exec +EXPORT_SYMBOL vmlinux 0x2a89bc3f mmc_get_card +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a92cfbc netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ad957d8 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x2adb8126 del_gendisk +EXPORT_SYMBOL vmlinux 0x2ae1cbb8 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2ae2f4f7 dquot_drop +EXPORT_SYMBOL vmlinux 0x2ae79cf9 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x2af3c283 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x2b018ae9 keyring_alloc +EXPORT_SYMBOL vmlinux 0x2b06ddc6 __check_sticky +EXPORT_SYMBOL vmlinux 0x2b0bfa8c __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x2b1130e5 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x2b1c77e5 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x2b1fddfe __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x2b4d0e6f shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x2b4e4417 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x2b58a1c9 cdev_alloc +EXPORT_SYMBOL vmlinux 0x2b7baaa1 __alloc_pages +EXPORT_SYMBOL vmlinux 0x2b807ba4 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x2b88ff9b phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x2b8b72bc devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x2b8c6af0 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x2b92e9e6 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x2b968e82 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x2b982772 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba1d43e genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x2baf6920 snd_device_register +EXPORT_SYMBOL vmlinux 0x2bb86e43 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x2bd1670b devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2bd1adc7 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x2bd378f7 clear_inode +EXPORT_SYMBOL vmlinux 0x2bdc1ae3 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be70cb5 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x2bff0783 phy_read_paged +EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy +EXPORT_SYMBOL vmlinux 0x2c0ca0d7 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2bda9b mr_table_dump +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c39d481 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x2c411d89 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x2c42a97b _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x2c712cab dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c9757c7 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x2cd07983 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x2cd48a37 dump_emit +EXPORT_SYMBOL vmlinux 0x2ce21012 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x2cefd922 inet6_getname +EXPORT_SYMBOL vmlinux 0x2cfa2529 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2534be register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x2d29fe70 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x2d2a51c3 pci_get_device +EXPORT_SYMBOL vmlinux 0x2d2e0229 mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d43434c blk_queue_max_write_zeroes_sectors +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 0x2d53e803 dget_parent +EXPORT_SYMBOL vmlinux 0x2d605fd3 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc +EXPORT_SYMBOL vmlinux 0x2d71438f pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x2d8f2e7b cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d9540a8 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dbc47a3 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x2dd81ce7 input_close_device +EXPORT_SYMBOL vmlinux 0x2dd9e29b qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x2dda12f5 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2dffc9e6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2e10c8b1 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e23def5 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x2e2cad8f generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x2e3cfd9d __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4b9fbb input_grab_device +EXPORT_SYMBOL vmlinux 0x2e642986 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x2e6dc7b2 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x2e7c326b pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x2e846232 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x2e894cb9 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x2eabf44b fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x2eac5ea6 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2efd690d cred_fscmp +EXPORT_SYMBOL vmlinux 0x2efebfd2 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x2f0399c7 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f07d65c send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f140304 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x2f16fb8b ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f3af76e pci_request_irq +EXPORT_SYMBOL vmlinux 0x2f43ba1e scsi_partsize +EXPORT_SYMBOL vmlinux 0x2f43e300 udplite_prot +EXPORT_SYMBOL vmlinux 0x2f4ddd99 vme_irq_free +EXPORT_SYMBOL vmlinux 0x2f5b0fdb gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2f608258 rproc_add +EXPORT_SYMBOL vmlinux 0x2f6957bd zstd_end_stream +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2fb6daa6 lock_rename_child +EXPORT_SYMBOL vmlinux 0x2fb93f94 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x2fcfc361 tcp_child_process +EXPORT_SYMBOL vmlinux 0x2fd2eb5a i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x2fe05b58 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30094766 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x300f8966 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x302aa497 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3032b3d3 request_key_tag +EXPORT_SYMBOL vmlinux 0x30349436 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x30654aee security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x30745185 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x3074b8d9 tcp_req_err +EXPORT_SYMBOL vmlinux 0x308d2dd8 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a3df03 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create +EXPORT_SYMBOL vmlinux 0x30de71cb config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x310189e9 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x31249662 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3129f96a rt6_lookup +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31326b24 seq_vprintf +EXPORT_SYMBOL vmlinux 0x3139d936 __bread_gfp +EXPORT_SYMBOL vmlinux 0x313c5978 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x3148d9fc cqhci_init +EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf +EXPORT_SYMBOL vmlinux 0x315cf314 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x31868530 xfrm_input +EXPORT_SYMBOL vmlinux 0x3193bd0c tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x31c2fc8a reuseport_alloc +EXPORT_SYMBOL vmlinux 0x31cd3e24 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x31cdb4f0 sget_dev +EXPORT_SYMBOL vmlinux 0x31ce001b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x31cf9d24 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x320f5815 file_open_root +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3235aac1 vfs_link +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages +EXPORT_SYMBOL vmlinux 0x325aeffd tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x325c15a6 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x32610873 udp_seq_next +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +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 0x32871533 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32a19797 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x32a864f8 snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x32ab89d4 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x32b5daf8 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x32b6f594 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d0a6bd dev_add_offload +EXPORT_SYMBOL vmlinux 0x32d5b1b0 get_fs_type +EXPORT_SYMBOL vmlinux 0x32e8b93d dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x32f2d0c8 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x3300f202 passthru_features_check +EXPORT_SYMBOL vmlinux 0x331a1639 thaw_super +EXPORT_SYMBOL vmlinux 0x331ba60c tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x3323faac inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x333d8329 init_special_inode +EXPORT_SYMBOL vmlinux 0x334cc4a2 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x3358e263 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x3360ae82 arp_xmit +EXPORT_SYMBOL vmlinux 0x33665d25 of_match_device +EXPORT_SYMBOL vmlinux 0x337b58a1 simple_statfs +EXPORT_SYMBOL vmlinux 0x3393927f xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x33c81dec to_ndd +EXPORT_SYMBOL vmlinux 0x33cff8fe unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x33d42471 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f91e15 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x340156b2 truncate_setsize +EXPORT_SYMBOL vmlinux 0x34076d4c I_BDEV +EXPORT_SYMBOL vmlinux 0x3408cfb8 nand_ecc_prepare_io_req +EXPORT_SYMBOL vmlinux 0x341b5059 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3422904c nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x342935b4 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x344a5d41 nd_btt_version +EXPORT_SYMBOL vmlinux 0x345475ca netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x346207dd input_set_keycode +EXPORT_SYMBOL vmlinux 0x3473c2da xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x34794cd6 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x347e1262 sock_no_linger +EXPORT_SYMBOL vmlinux 0x34857826 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x3485e1c8 tcp_connect +EXPORT_SYMBOL vmlinux 0x349b4277 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x34a509c0 vlan_for_each +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ca145c kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x34d74a20 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x34ee089a pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x34ee0a44 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x34f20f95 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fabd76 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x350beda8 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0x3512e93a qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351a45ea dev_mc_del +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x3550413e deactivate_super +EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3567270d __nd_driver_register +EXPORT_SYMBOL vmlinux 0x3571cf30 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x3576fe06 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x358d8b4a devm_clk_put +EXPORT_SYMBOL vmlinux 0x358e1838 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x359d8617 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ae015e devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x35b8ca15 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x35baea80 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x35bf1dea __nlmsg_put +EXPORT_SYMBOL vmlinux 0x35e7d14e kmem_cache_size +EXPORT_SYMBOL vmlinux 0x35e7f09a skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36144945 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x361f5af9 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x363749be snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x3650593f tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x36969229 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x369a0632 fqdir_init +EXPORT_SYMBOL vmlinux 0x369bf6ff nonseekable_open +EXPORT_SYMBOL vmlinux 0x36a0af8c elv_rb_add +EXPORT_SYMBOL vmlinux 0x36af5e35 bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x36bb242a neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x36c6e87b elv_rb_del +EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x36ea8722 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x36ed6f9e param_get_byte +EXPORT_SYMBOL vmlinux 0x36fbe13a devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x3705ea1f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x37198b1c jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x371c9d79 cad_pid +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37251c26 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3763884d mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x37693c7f tcp_release_cb +EXPORT_SYMBOL vmlinux 0x376bd7a9 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x377498e4 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37aad5f4 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x37afebc6 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x37b022f9 sg_split +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c55ef4 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x37c90291 devm_ioremap +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37de06d8 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x37e36032 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x37e6f25a inode_update_time +EXPORT_SYMBOL vmlinux 0x37e8018a con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x37ef13b7 folio_mapping +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f8c437 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x37fc417d xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x381074ad dma_fence_describe +EXPORT_SYMBOL vmlinux 0x3815d110 inet6_protos +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382d6ec9 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x3845a54c snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38634c56 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x386a7a5b seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x386fa69a give_up_console +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889f718 tcf_classify +EXPORT_SYMBOL vmlinux 0x388e4ae4 generic_fillattr +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389dc17f input_set_timestamp +EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a94c95 default_llseek +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b22cd3 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x38bee885 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x38cafd92 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x38dcd351 dput +EXPORT_SYMBOL vmlinux 0x38e2ed25 mmc_add_host +EXPORT_SYMBOL vmlinux 0x38ed3628 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x38fb8072 d_add_ci +EXPORT_SYMBOL vmlinux 0x390d6b65 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x39103271 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x391cc6dc xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x391f3ac9 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x39269c3c bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x392dabd6 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39467a33 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x395b6b7a __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x395bed3f of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x395e40a5 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x3971a1ea vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39775158 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x39785427 secpath_set +EXPORT_SYMBOL vmlinux 0x398a994b gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x3991468a of_get_next_child +EXPORT_SYMBOL vmlinux 0x3992bc63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399f9acc nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x39a8a01a qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x39aab55b of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x39bb870c __vcalloc +EXPORT_SYMBOL vmlinux 0x39bbc47f ip_do_fragment +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 0x39d40edf md_done_sync +EXPORT_SYMBOL vmlinux 0x39eb7552 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3a062793 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3a067d48 generic_permission +EXPORT_SYMBOL vmlinux 0x3a0db37c msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x3a10c73c locks_free_lock +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a20a50a jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x3a291164 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a733782 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x3a7651f3 param_get_short +EXPORT_SYMBOL vmlinux 0x3a84fed3 utf8_casefold +EXPORT_SYMBOL vmlinux 0x3a8a2460 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x3a93a586 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x3a963850 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x3a964b74 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x3aa0ffdc nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0x3aaa2557 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac77738 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x3acb1132 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x3acb4b41 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0x3ae19ebe tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x3aeaa50d neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x3aeb2296 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x3aed720b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x3b0e5f30 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x3b1a03e9 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3b1f8d19 pci_find_capability +EXPORT_SYMBOL vmlinux 0x3b234a93 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x3b28bb8a tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b2f6e55 napi_enable +EXPORT_SYMBOL vmlinux 0x3b3ecf66 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x3b40879d check_zeroed_user +EXPORT_SYMBOL vmlinux 0x3b46429b snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x3b4b48e1 napi_build_skb +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b657cab dump_page +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b74a12f iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x3b7fe30d vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x3b8e4851 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x3b9a2ea1 snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0x3bac0f4d always_delete_dentry +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bbfef64 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3bc28878 pipe_lock +EXPORT_SYMBOL vmlinux 0x3bf650d4 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c22eae7 sock_create_kern +EXPORT_SYMBOL vmlinux 0x3c28d611 generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c56e3ab __icmp_send +EXPORT_SYMBOL vmlinux 0x3c60315c ioremap_cache +EXPORT_SYMBOL vmlinux 0x3c6dc043 simple_rename +EXPORT_SYMBOL vmlinux 0x3c732fb6 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x3c7f9dbe sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x3c81bbdf invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x3c81d1f4 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x3c869792 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x3c87d7c9 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x3c8b2700 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x3c8f6ef0 __xa_insert +EXPORT_SYMBOL vmlinux 0x3ca55ad7 skb_trim +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cd021e3 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cff9f04 follow_up +EXPORT_SYMBOL vmlinux 0x3d13d250 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d3fc915 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x3d404ceb __vmalloc_array +EXPORT_SYMBOL vmlinux 0x3d75017e get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x3d762d93 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x3d7b835c of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3d7c0f41 pskb_extract +EXPORT_SYMBOL vmlinux 0x3d8082bc tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x3da8894c nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3db17eaa inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x3dc0454e netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x3dc3460f sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x3dcaad8a proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd38b2b fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x3de951f0 phy_attached_print +EXPORT_SYMBOL vmlinux 0x3deb38ab sound_class +EXPORT_SYMBOL vmlinux 0x3df5996b inode_io_list_del +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e11fd85 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x3e229ede sock_init_data +EXPORT_SYMBOL vmlinux 0x3e24417f gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x3e30eddb generic_listxattr +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4481eb netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3e513d6d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x3e57f1da snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x3e5c5882 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x3e82f3e9 get_random_bytes +EXPORT_SYMBOL vmlinux 0x3e83b524 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x3e84b3e6 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x3e8a5069 snd_pcm_hw_rule_noresample +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 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0a4775 cdev_del +EXPORT_SYMBOL vmlinux 0x3f1ca177 netif_device_attach +EXPORT_SYMBOL vmlinux 0x3f38a91c seq_read_iter +EXPORT_SYMBOL vmlinux 0x3f3e8e53 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f574871 netdev_update_features +EXPORT_SYMBOL vmlinux 0x3f602420 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x3f7ccaa6 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x3f7d0c9f security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9c9f2e simple_nosetlease +EXPORT_SYMBOL vmlinux 0x3faa2f86 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd13796 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdd82e3 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x3fe68d9e pci_disable_device +EXPORT_SYMBOL vmlinux 0x3ff0133d dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x3ffeaf3e rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x4012f5dc dump_align +EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x4042a691 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x4056e633 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x406a8cff netdev_crit +EXPORT_SYMBOL vmlinux 0x406ac577 vme_bus_num +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4098ef23 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x409b19ea kthread_create_worker +EXPORT_SYMBOL vmlinux 0x409fc18d fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x40a0ad94 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad35a0 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40b4375c crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x40b51c05 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d402ad do_wait_intr +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e6f9d8 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x4122d854 snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4143257d pci_get_subsys +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x4154d77d input_get_timestamp +EXPORT_SYMBOL vmlinux 0x4172ff61 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x41734d1e vga_client_register +EXPORT_SYMBOL vmlinux 0x417d3d40 get_mem_type +EXPORT_SYMBOL vmlinux 0x41805679 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x4181c789 d_invalidate +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x418e46c6 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x4193d1c6 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x4199ac2d input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x41d60496 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x41fe2142 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x421d4dcf krealloc +EXPORT_SYMBOL vmlinux 0x422ff8e1 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +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 0x42604384 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x426f016b phy_connect_direct +EXPORT_SYMBOL vmlinux 0x427c8177 ip_options_compile +EXPORT_SYMBOL vmlinux 0x428525a2 file_ns_capable +EXPORT_SYMBOL vmlinux 0x428bc7c8 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x4299b33a mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x42a739bf fb_io_read +EXPORT_SYMBOL vmlinux 0x42d00a5b vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431868f3 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x4324a060 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x432bffd8 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x432f9db9 sock_set_priority +EXPORT_SYMBOL vmlinux 0x4333f55c locks_copy_lock +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435d3951 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x43612d8d pci_iomap_range +EXPORT_SYMBOL vmlinux 0x436801dd tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x4373ce5c touch_atime +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437a6859 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4388fd1d snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x43959f5d disk_check_media_change +EXPORT_SYMBOL vmlinux 0x43996213 input_setup_polling +EXPORT_SYMBOL vmlinux 0x43b6b46f __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x43c0a941 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x43c9cc6e __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d247d1 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x43d8f9e0 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x43db6d66 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x43f59cb6 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x43f72697 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x43f7c5cb skb_append +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44134a32 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x44230167 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x443627cf blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443ca1cc input_free_device +EXPORT_SYMBOL vmlinux 0x44426016 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44541263 mipi_dsi_detach +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 0x447eecad qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x4483ca1f of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x448795c6 kobject_get +EXPORT_SYMBOL vmlinux 0x449319bc configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x44a89de5 eth_header_cache +EXPORT_SYMBOL vmlinux 0x44b54bfb rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x44cfaa89 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x44d1f993 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x44d3667e jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x44d9208a phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44da7c08 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x44e1432f scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x44e66ed2 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f2bb1b skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450912be generic_ro_fops +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x4520d296 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x45212ddf security_sock_graft +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x4534a222 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x453767fb pci_resize_resource +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4558470f scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x456cfdb2 get_inode_acl +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458d45e5 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x459fa06f ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x45af4fc5 vc_cons +EXPORT_SYMBOL vmlinux 0x45bd19de nla_strscpy +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x460a533d scsi_device_resume +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x46155261 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x463ae891 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x464715ed vlan_vid_add +EXPORT_SYMBOL vmlinux 0x464f759c blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46669d36 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x4671fe91 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x46728536 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x46792083 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x4679c6b0 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x4698b03a inet_put_port +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469d0406 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x46a0a7ac of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x46b0944f page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x46b78934 kill_fasync +EXPORT_SYMBOL vmlinux 0x46b83144 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46d65d82 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x46ee405a locks_init_lock +EXPORT_SYMBOL vmlinux 0x46ef4433 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x46f2eadd i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x46f96614 snd_timer_start +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4745d8f5 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x474ac405 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x4753d2b5 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy +EXPORT_SYMBOL vmlinux 0x475890a3 __register_binfmt +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47747a44 __inet_hash +EXPORT_SYMBOL vmlinux 0x47833654 kill_pgrp +EXPORT_SYMBOL vmlinux 0x4787bb95 inet_frags_init +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4796b35c kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x47983a96 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x47a793a5 of_get_property +EXPORT_SYMBOL vmlinux 0x47ba1341 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x47bb1293 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x47be01fa mount_bdev +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c58c0c finish_swait +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47d170c5 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47ed6a99 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x481a65da dev_set_mtu +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 0x486320a0 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x486c46a8 mmc_erase +EXPORT_SYMBOL vmlinux 0x48845196 netdev_features_change +EXPORT_SYMBOL vmlinux 0x489f6ef0 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x48a17d56 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bdc366 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x48cb05a1 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48de0231 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x48ec8300 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490bedb2 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x490cefda blk_put_queue +EXPORT_SYMBOL vmlinux 0x490e0b25 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x493c0017 netpoll_setup +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495b79b2 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497be8c3 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x49871971 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x49962830 read_cache_folio +EXPORT_SYMBOL vmlinux 0x49968abc bio_endio +EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait +EXPORT_SYMBOL vmlinux 0x49972898 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49c26ef4 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x49ccafc0 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x49de82d0 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x49e4bdf4 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49ecf168 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup +EXPORT_SYMBOL vmlinux 0x49f3daf2 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x4a088f18 devm_clk_get +EXPORT_SYMBOL vmlinux 0x4a1dd491 snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0x4a27ec50 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x4a36d8f3 cpu_user +EXPORT_SYMBOL vmlinux 0x4a38ec07 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a77e3c0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x4a7f8a7a dma_sync_wait +EXPORT_SYMBOL vmlinux 0x4a8ea570 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x4a8ef4f3 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a972993 iget5_locked +EXPORT_SYMBOL vmlinux 0x4aa4a1d7 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x4aaa54c3 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x4aadb53c iget_locked +EXPORT_SYMBOL vmlinux 0x4abe9168 scsi_print_result +EXPORT_SYMBOL vmlinux 0x4ac4e2bf mipi_dsi_dcs_nop +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 0x4b1ac3f2 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x4b2a57ae security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b42a510 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x4b531706 input_flush_device +EXPORT_SYMBOL vmlinux 0x4b77c01c jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x4b8d3d7e rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x4bc487aa km_state_notify +EXPORT_SYMBOL vmlinux 0x4bc861fd of_node_name_eq +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bed0804 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c18bdc1 rawnand_sw_bch_correct +EXPORT_SYMBOL vmlinux 0x4c208ba5 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c3fe41c seq_bprintf +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c52c79c done_path_create +EXPORT_SYMBOL vmlinux 0x4c7b0e04 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x4c8f957e pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x4cb52635 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cc47030 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x4cf37be7 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2fed6b unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x4d31986c page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x4d38a874 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d3fe2b6 pci_set_master +EXPORT_SYMBOL vmlinux 0x4d4288ff qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4f3a8c clk_bulk_get +EXPORT_SYMBOL vmlinux 0x4d514485 xa_store +EXPORT_SYMBOL vmlinux 0x4d687688 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x4d95d6ff xfrm_state_update +EXPORT_SYMBOL vmlinux 0x4d96fbb9 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da4249b of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x4dc943cf xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4dce47d8 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x4de322a5 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4dedc7ce ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df829d8 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node +EXPORT_SYMBOL vmlinux 0x4e202f60 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x4e28d3da skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e48d1aa nlmsg_notify +EXPORT_SYMBOL vmlinux 0x4e55ddc6 kunmap_high +EXPORT_SYMBOL vmlinux 0x4e5a4863 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a0e86 nf_reinject +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e8bc669 get_phy_device +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eaf5af3 request_key_rcu +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ecc4b3b scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x4ecd53e5 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x4ee767e8 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc +EXPORT_SYMBOL vmlinux 0x4ef43814 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1feaaa cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f378848 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x4f3bbd6a seq_escape_mem +EXPORT_SYMBOL vmlinux 0x4f41f6c2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x4f4f60a5 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x4f53dcec devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4f6ed711 ac97_bus_type +EXPORT_SYMBOL vmlinux 0x4f80c9a8 pid_task +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fa1cbf4 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x4fadd49b inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x4fcaf1df vme_irq_handler +EXPORT_SYMBOL vmlinux 0x4fcfd1ad dev_get_flags +EXPORT_SYMBOL vmlinux 0x4fe34625 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x4fef3ef4 completion_done +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5006e54f rproc_free +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node +EXPORT_SYMBOL vmlinux 0x5038687d dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL vmlinux 0x503fd96e sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x50489f01 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507faa46 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508f55e9 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a6eb9d i2c_get_adapter +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 0x50c8ddc9 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50fc9ed9 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x51270636 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x512de99b file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock +EXPORT_SYMBOL vmlinux 0x515ef0f5 get_vm_area +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51731a8d pcie_get_mps +EXPORT_SYMBOL vmlinux 0x517aad03 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x51936db8 unregister_key_type +EXPORT_SYMBOL vmlinux 0x519a622b dma_pool_create +EXPORT_SYMBOL vmlinux 0x519b98c2 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x51a6f413 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x51a910c0 arm_copy_to_user +EXPORT_SYMBOL vmlinux 0x51bb367c filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x51d206b5 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x51df19d7 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x51e15e7f simple_link +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51e9a876 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x5201b717 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520ad01b regset_get_alloc +EXPORT_SYMBOL vmlinux 0x52189959 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x521aecad genl_unregister_family +EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x526c3a6c jiffies +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x529df781 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x52a04f48 snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x52d3b380 noop_llseek +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52d97667 bitmap_to_arr64 +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f2b205 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x52f6bb2c remap_pfn_range +EXPORT_SYMBOL vmlinux 0x52f7e5f0 tso_build_data +EXPORT_SYMBOL vmlinux 0x5300a35b con_is_bound +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530b39a4 devm_request_resource +EXPORT_SYMBOL vmlinux 0x532187db __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x532330a7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x532d3976 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53540a28 vm_mmap +EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x5363eb8e xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x536dd1c0 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x5381fa43 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x5382eb45 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x538bf8bf generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x53cded1c devm_register_netdev +EXPORT_SYMBOL vmlinux 0x53d0d343 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x53ded1c7 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x53e0a780 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x53ee3b27 mount_single +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x540947ca dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5410b35d genphy_loopback +EXPORT_SYMBOL vmlinux 0x5414b6b1 param_get_invbool +EXPORT_SYMBOL vmlinux 0x542c0c2a tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x5430fc45 param_ops_long +EXPORT_SYMBOL vmlinux 0x5433b3ba dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5447b755 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x54808d22 dqput +EXPORT_SYMBOL vmlinux 0x54984434 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54cbb6de pci_find_resource +EXPORT_SYMBOL vmlinux 0x54cc6b6c phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x54cd08fa param_ops_charp +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54eb2d6c flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x54f35d92 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x553dea70 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x555709bc sock_alloc +EXPORT_SYMBOL vmlinux 0x5557adf0 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x555a58f3 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x555d2714 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x55613039 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x556e26cd tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x557df33f snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0x55825871 key_alloc +EXPORT_SYMBOL vmlinux 0x5583f754 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55922d2a uart_suspend_port +EXPORT_SYMBOL vmlinux 0x5593a5b6 md_integrity_register +EXPORT_SYMBOL vmlinux 0x559bd3f3 __destroy_inode +EXPORT_SYMBOL vmlinux 0x55a3998e crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eb869a _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x55ee4090 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x55f000e7 __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x55f2b371 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x55f3a93e crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x56200b19 param_get_hexint +EXPORT_SYMBOL vmlinux 0x562d0a08 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563cd65b block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x565225f9 phy_disconnect +EXPORT_SYMBOL vmlinux 0x56579925 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568b0911 tty_port_close +EXPORT_SYMBOL vmlinux 0x568f342b inet_addr_type +EXPORT_SYMBOL vmlinux 0x56a96f60 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL vmlinux 0x56aee6af config_item_put +EXPORT_SYMBOL vmlinux 0x56bff45c dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d5cc50 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x57019511 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x5714dd06 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x571859a9 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x573f83ec dst_discard_out +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x5751ec2e __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5752f40d nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575f8860 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577daff9 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x578a2504 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x578aad6e kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x579c3e02 dev_deactivate +EXPORT_SYMBOL vmlinux 0x57a777c6 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x57acd9db of_get_min_tck +EXPORT_SYMBOL vmlinux 0x57c64edd tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x57ceedb1 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x57d3f463 pci_choose_state +EXPORT_SYMBOL vmlinux 0x57daf4ea __folio_alloc +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f52455 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x5804c4d5 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x580ad528 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x5811272c imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x581423cc vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581cde4e up +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5828e63e tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58357102 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584ae1f2 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x586d9a8a devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +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 0x58c8595d xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58eba7a0 mii_link_ok +EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x59113a9c fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x5926d821 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x593de0a8 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x59481d98 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x596e42af udp6_set_csum +EXPORT_SYMBOL vmlinux 0x597915bb datagram_poll +EXPORT_SYMBOL vmlinux 0x597e1c2b dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x597f30ad d_alloc +EXPORT_SYMBOL vmlinux 0x599073e1 f_setown +EXPORT_SYMBOL vmlinux 0x599903f7 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59b6bb0a register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x59b7cab6 mempool_resize +EXPORT_SYMBOL vmlinux 0x59cf0b3b zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d35ca5 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x59e4340b rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59e6c688 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x59ef1608 inode_update_timestamps +EXPORT_SYMBOL vmlinux 0x59f7506b blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0f52fc phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x5a499d86 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a55ec15 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x5a82393d blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5ac8ec31 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x5adf902a register_key_type +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae3e6fe tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5b117275 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x5b1b0993 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x5b315a48 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x5b3f40e3 register_netdevice +EXPORT_SYMBOL vmlinux 0x5b439cbd input_register_handler +EXPORT_SYMBOL vmlinux 0x5b48fb25 do_map_probe +EXPORT_SYMBOL vmlinux 0x5b4c50bc bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5bbe49f4 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x5bccb927 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x5bd1595b md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd6e737 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x5bda4214 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be2ebd5 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf0efa9 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5c067ede unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x5c0e2648 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x5c1ece5a mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c3ca8fb inet_add_protocol +EXPORT_SYMBOL vmlinux 0x5c529bec dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x5c5feb1a netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x5c6a6a4e set_page_dirty +EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5c7eb594 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 +EXPORT_SYMBOL vmlinux 0x5c80b6f7 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x5c865c93 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c9785b5 __bh_read +EXPORT_SYMBOL vmlinux 0x5cb9ebf1 build_skb_around +EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le +EXPORT_SYMBOL vmlinux 0x5cc303cc kthread_bind +EXPORT_SYMBOL vmlinux 0x5cc58959 swake_up_locked +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d02df8e tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5d06e358 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x5d1d2c93 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x5d1e2390 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x5d27d642 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5d2c019a lease_modify +EXPORT_SYMBOL vmlinux 0x5d360dfc blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired +EXPORT_SYMBOL vmlinux 0x5d3dc974 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4caf62 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x5d5c3488 input_reset_device +EXPORT_SYMBOL vmlinux 0x5d7b97a8 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x5d7ff5f4 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x5db56d8a pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x5db69750 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x5db7d3a6 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5dbd286b __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x5dcb6feb sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x5dcc0516 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache +EXPORT_SYMBOL vmlinux 0x5dd25288 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x5dd95af9 skb_pull +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e0df80c ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x5e21e1d4 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e592d60 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x5e5ffd4e freezer_active +EXPORT_SYMBOL vmlinux 0x5e618148 kern_path_create +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7831e8 fb_get_mode +EXPORT_SYMBOL vmlinux 0x5e7e03a9 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e8c3760 single_release +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9d566d tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x5eab7d00 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecaf2bc phy_suspend +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed05bf6 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee4f9b4 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x5ee7b7ff unlock_new_inode +EXPORT_SYMBOL vmlinux 0x5eea216b __f_setown +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f25ddd2 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f34c151 unregister_console +EXPORT_SYMBOL vmlinux 0x5f444b86 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x5f541790 module_refcount +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f7677fe vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x5f77ad2e fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x5f92de02 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fb31edd inet_frag_kill +EXPORT_SYMBOL vmlinux 0x5fb58049 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x5fb914f9 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff6697f flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x5ffcfec1 eth_get_headlen +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 0x602a72f7 tcf_block_get +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604ac4b0 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x604ad46f vme_master_mmap +EXPORT_SYMBOL vmlinux 0x6056789a scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x607b111a arp_send +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 0x60a87dab filemap_flush +EXPORT_SYMBOL vmlinux 0x60bffe6d div64_u64 +EXPORT_SYMBOL vmlinux 0x60cdf3c4 mdio_device_register +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60fbd219 netlink_unicast +EXPORT_SYMBOL vmlinux 0x6104949b cqhci_deactivate +EXPORT_SYMBOL vmlinux 0x610b4a6b security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x6116a1da mmc_can_discard +EXPORT_SYMBOL vmlinux 0x6119c8f0 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x6119eac8 textsearch_register +EXPORT_SYMBOL vmlinux 0x612353ba neigh_for_each +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612997d0 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6156c7f4 net_dim +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615a8893 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x61600201 netlink_set_err +EXPORT_SYMBOL vmlinux 0x6182b2d8 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x61b7350c neigh_seq_start +EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ebe5b1 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x61fa8ebe neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x61fe1abc tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x620e68bb eth_validate_addr +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6237fc71 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x624b3406 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x624bde50 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x626567b6 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x626c6e7b bio_add_folio +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6283d996 simple_release_fs +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6295e3bb nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x629e887e vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x62a1ff9a sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x62b59401 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x62c4ae5b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x62e086fa config_item_set_name +EXPORT_SYMBOL vmlinux 0x62f576d9 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x630ba957 dma_resv_init +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6316ffd8 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x63441ca0 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x6351ac42 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0x6358764e phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x636dde1b tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x6370cc2e snd_ctl_rename +EXPORT_SYMBOL vmlinux 0x6373b2b6 tty_port_init +EXPORT_SYMBOL vmlinux 0x637493f3 __wake_up +EXPORT_SYMBOL vmlinux 0x63930df6 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x639c9091 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b45bdd genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x63e8fab4 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x63ead55b rpmh_write_async +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fe2ae9 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x64004c61 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x640e6707 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641a619f register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x6426472b pagecache_get_page +EXPORT_SYMBOL vmlinux 0x642eda10 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x642f5333 vc_resize +EXPORT_SYMBOL vmlinux 0x6440b931 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x644446fd ip6_frag_init +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6455bf57 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x646aa77f forget_cached_acl +EXPORT_SYMBOL vmlinux 0x647004bc netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x647d5d86 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64833350 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0x6484cfb7 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x64892385 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbb1c5 bioset_init +EXPORT_SYMBOL vmlinux 0x64bc8473 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x64c22aea kernel_connect +EXPORT_SYMBOL vmlinux 0x64cb1b48 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x64f90377 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x65087157 security_dentry_create_files_as +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 0x655fc0e5 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659c8c6d mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a05714 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x65a591d4 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x65a60c88 iget_failed +EXPORT_SYMBOL vmlinux 0x65b0e121 of_property_read_reg +EXPORT_SYMBOL vmlinux 0x65b3c1f2 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x65b62c30 ns_capable +EXPORT_SYMBOL vmlinux 0x65b94c08 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x65ca9d48 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x65d01c28 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next +EXPORT_SYMBOL vmlinux 0x65d6046c i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f1a3f9 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x660370ce of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x6604276d __bh_read_batch +EXPORT_SYMBOL vmlinux 0x661b5a46 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x6628e767 poll_freewait +EXPORT_SYMBOL vmlinux 0x6635510f __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x664241e0 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66619c15 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x668e5fe5 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6690893e dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x66997164 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a68976 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x66aed8c5 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x66afa3d6 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x66cd5d5c blk_sync_queue +EXPORT_SYMBOL vmlinux 0x66cfc378 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66fbd581 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x67030a67 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x67095e38 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x6711be9b pci_dev_driver +EXPORT_SYMBOL vmlinux 0x671574aa devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x671a11e3 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x671a8786 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x671b753c of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x672634c4 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x673a9047 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674b96da of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x674f090d skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x674f29d8 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x67581bca md_finish_reshape +EXPORT_SYMBOL vmlinux 0x675a6547 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x675d0c2e inet_register_protosw +EXPORT_SYMBOL vmlinux 0x67696f6d filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x678733f1 tcp_mmap +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6792ee23 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x67ab7e7c generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67d43394 follow_down_one +EXPORT_SYMBOL vmlinux 0x67ea6e61 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x68024a62 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x68126b84 phy_init_eee +EXPORT_SYMBOL vmlinux 0x68277077 dev_close +EXPORT_SYMBOL vmlinux 0x68355e6c neigh_connected_output +EXPORT_SYMBOL vmlinux 0x684973b6 d_exact_alias +EXPORT_SYMBOL vmlinux 0x684a8779 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x684c84c2 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x68783bed pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68841aa9 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x6893380a xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x689dfd53 rw_verify_area +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68b62717 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x68bb8016 _snd_ctl_add_follower +EXPORT_SYMBOL vmlinux 0x68e01563 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x68e8f8a7 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x6902b431 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x691938f8 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x6924b481 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x69384b58 __fput_sync +EXPORT_SYMBOL vmlinux 0x6939eae0 console_start +EXPORT_SYMBOL vmlinux 0x693d9f35 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696a0706 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6995381b dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x699b8955 file_modified +EXPORT_SYMBOL vmlinux 0x699dc308 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x69a0b2c7 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x69cac808 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x69cc32ea flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x69d28848 would_dump +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x6a02c7e1 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a1dce89 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x6a298c2f ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x6a45f3ec vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x6a487fd7 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x6a535959 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a617b6a sock_pfree +EXPORT_SYMBOL vmlinux 0x6a66671a pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a74bb25 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x6a8831e0 jiffies_64 +EXPORT_SYMBOL vmlinux 0x6a934945 regset_get +EXPORT_SYMBOL vmlinux 0x6a948a4e __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6ab93f75 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7b21a packing +EXPORT_SYMBOL vmlinux 0x6af9b009 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x6afe2058 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x6b0f2cec sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x6b108bbd udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x6b1bfe0d genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6b2d91b3 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b604710 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b953124 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6baa8271 poll_initwait +EXPORT_SYMBOL vmlinux 0x6baf477f unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x6bb27fa4 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x6bb93d9e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x6bc1769a __nla_put +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd3bbd6 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x6bf7d3c2 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x6bfb2e1e dquot_get_state +EXPORT_SYMBOL vmlinux 0x6c1947af kern_unmount +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c28d873 uart_resume_port +EXPORT_SYMBOL vmlinux 0x6c2bc3a4 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x6c2c496e lookup_one_len +EXPORT_SYMBOL vmlinux 0x6c4b0ebd handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6b9b34 uart_register_driver +EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x6c822a34 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x6c85b492 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x6c885ae9 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6c8b9ad4 simple_fill_super +EXPORT_SYMBOL vmlinux 0x6ca5f63b vfs_fadvise +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cd3b508 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cfc813d dev_add_pack +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2da2cd mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6d3280e2 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x6d39ed61 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x6d588af3 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x6d5972e0 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x6d5e0e0b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x6d737607 dquot_resume +EXPORT_SYMBOL vmlinux 0x6d7943b9 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7dd5b5 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x6da1152d inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x6da6a13e jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x6db10e4d inet_offloads +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbbb69d qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x6dcc7f04 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6de0aae7 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e256dba vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x6e259551 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x6e3c2d84 phy_device_free +EXPORT_SYMBOL vmlinux 0x6e448da5 udp_poll +EXPORT_SYMBOL vmlinux 0x6e44dc84 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x6e4dd570 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6e6c1d76 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e770221 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x6e8f6b2a from_kuid_munged +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eae35a1 get_watch_queue +EXPORT_SYMBOL vmlinux 0x6eb0a8a5 skb_tx_error +EXPORT_SYMBOL vmlinux 0x6eb814a3 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x6ebb3b1a inet_stream_connect +EXPORT_SYMBOL vmlinux 0x6ebf9bd9 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6efbe318 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x6f00eb56 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2580bd phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f58d400 phy_init_hw +EXPORT_SYMBOL vmlinux 0x6f6b7a55 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x6f6c6e2a ilookup +EXPORT_SYMBOL vmlinux 0x6f83fba8 hex2bin +EXPORT_SYMBOL vmlinux 0x6f97ceda register_filesystem +EXPORT_SYMBOL vmlinux 0x6fb374e6 down_write_killable +EXPORT_SYMBOL vmlinux 0x6fb56294 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd046a4 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x6fd170e7 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x6feda8af ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x6ff57cef jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x6ff5ba5d inet_recvmsg +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700e2b58 processor +EXPORT_SYMBOL vmlinux 0x70133443 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x7028fcc7 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702c77e4 key_task_permission +EXPORT_SYMBOL vmlinux 0x703ac018 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x7042767c __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x704ae5bf input_inject_event +EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7070ac2a cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70bee079 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x70d708a6 inet6_offloads +EXPORT_SYMBOL vmlinux 0x70e75049 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x70ef0cda mntget +EXPORT_SYMBOL vmlinux 0x70f5c69c prepare_creds +EXPORT_SYMBOL vmlinux 0x70f6d534 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x710e3357 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713b7a09 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x714ec129 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716a1182 param_get_uint +EXPORT_SYMBOL vmlinux 0x7170839e snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717b9ee4 md_update_sb +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71926ce1 dm_table_event +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c49498 padata_do_serial +EXPORT_SYMBOL vmlinux 0x71c4f5c3 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x71c853b0 current_time +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cad2fe xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x71e2fd8f xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x71e5d2d0 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x71f4a587 tty_port_open +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72193929 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x722083cf writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x725ab8bc i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x7271374d follow_down +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b23c6c vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bd9f95 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x72d67127 dquot_destroy +EXPORT_SYMBOL vmlinux 0x72da9fd5 arp_create +EXPORT_SYMBOL vmlinux 0x72db2c52 tcp_filter +EXPORT_SYMBOL vmlinux 0x72e76c63 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72edf53b of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x73051edf unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0x730763a8 __quota_error +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7317790e lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x732f1ad6 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x732f7a67 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x733a9d9e input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x733fab05 __scm_destroy +EXPORT_SYMBOL vmlinux 0x7345bb72 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x734ecb96 d_delete +EXPORT_SYMBOL vmlinux 0x73525c1c ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x7355aca7 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x735729f0 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x735e075b dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x7362b3cb snd_seq_root +EXPORT_SYMBOL vmlinux 0x737eee42 inet_csk_complete_hashdance +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 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73becdce tls_alert_recv +EXPORT_SYMBOL vmlinux 0x73d9ba6a dquot_operations +EXPORT_SYMBOL vmlinux 0x73da5e3c _dev_notice +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73ea8de5 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x741625c7 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742fc1e7 fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x743a030e neigh_ifdown +EXPORT_SYMBOL vmlinux 0x744493a9 release_sock +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745665e5 __bforget +EXPORT_SYMBOL vmlinux 0x746753dd security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74b29f69 mtree_erase +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cdd7ab is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x74da7719 register_sound_dsp +EXPORT_SYMBOL vmlinux 0x74daca2d genphy_read_status +EXPORT_SYMBOL vmlinux 0x74dd1f75 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e6da41 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x74f823eb phy_loopback +EXPORT_SYMBOL vmlinux 0x74ffc357 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x75124807 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x75222151 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x75287e87 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x75446c3a neigh_event_ns +EXPORT_SYMBOL vmlinux 0x75483806 input_allocate_device +EXPORT_SYMBOL vmlinux 0x755041c7 proc_dointvec +EXPORT_SYMBOL vmlinux 0x75530f1f rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x755763b5 vme_register_driver +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x756bc077 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x756c94a0 elv_rb_find +EXPORT_SYMBOL vmlinux 0x757b1b72 proc_symlink +EXPORT_SYMBOL vmlinux 0x75898e74 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x75b12596 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75cc95f6 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x75cd4f98 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x75ce86c1 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d7d4bc fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x75d8fb28 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x75ecc5fa flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x75f58b5b xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760e5905 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x762b78ff pcim_enable_device +EXPORT_SYMBOL vmlinux 0x7636d6ed jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766ef5ab __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x767c44c4 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a2c0da clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x76a632b8 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x76b9fa92 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d25a13 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d45741 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x76df2eeb _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76e3eabc vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x76ef8a51 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x77016c98 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x770d7077 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x771419bb mr_dump +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773b4cec __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x7745dafb jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x775a691d tty_unlock +EXPORT_SYMBOL vmlinux 0x775ea926 dma_find_channel +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x777e2cfd posix_lock_file +EXPORT_SYMBOL vmlinux 0x7782f9af ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x7789c9b9 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7795829a iov_iter_revert +EXPORT_SYMBOL vmlinux 0x779aed19 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x77a4a55e generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77e3c17c flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x77e7688c napi_get_frags +EXPORT_SYMBOL vmlinux 0x77e78268 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77efe02a pipe_unlock +EXPORT_SYMBOL vmlinux 0x7805646a scsi_ioctl +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780be6dc vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x78529585 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x7863b861 noop_fsync +EXPORT_SYMBOL vmlinux 0x786edc4a mr_table_alloc +EXPORT_SYMBOL vmlinux 0x78763fc8 free_task +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x7877c12b phy_stop +EXPORT_SYMBOL vmlinux 0x787d2135 unlock_buffer +EXPORT_SYMBOL vmlinux 0x787e456c eth_header_parse +EXPORT_SYMBOL vmlinux 0x788d4e9a fb_find_mode +EXPORT_SYMBOL vmlinux 0x78964dde unlock_page +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a1e8ad blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x78a66e2f tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x78a77c58 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x78a98d9f skb_eth_pop +EXPORT_SYMBOL vmlinux 0x78ac7e41 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d6e6c5 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x78d75c7d nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x78db201e of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e055e3 fget +EXPORT_SYMBOL vmlinux 0x78f77532 setattr_prepare +EXPORT_SYMBOL vmlinux 0x78fcc7cc jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x7916f239 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7922c1ad xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x793ab8eb proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x794492b0 drop_nlink +EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free +EXPORT_SYMBOL vmlinux 0x796a1547 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x797b97aa __kfree_skb +EXPORT_SYMBOL vmlinux 0x7998b255 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x79ab867f inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x79c2a651 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x79c7db03 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x79cd6ffb of_lpddr2_get_info +EXPORT_SYMBOL vmlinux 0x79ce125c genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79e0c4c8 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x79fc631d netlink_net_capable +EXPORT_SYMBOL vmlinux 0x7a10bce7 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a388233 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7a41620a vfs_fsync +EXPORT_SYMBOL vmlinux 0x7a44c000 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x7a4cc2bb skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a602485 page_address +EXPORT_SYMBOL vmlinux 0x7a60b093 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x7a69137a dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x7a6ae451 param_get_ullong +EXPORT_SYMBOL vmlinux 0x7a6cd4d7 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x7a8661d4 nf_log_set +EXPORT_SYMBOL vmlinux 0x7a87ffec vfs_getattr +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab408b3 audit_log_start +EXPORT_SYMBOL vmlinux 0x7ab6ae7a vfs_create +EXPORT_SYMBOL vmlinux 0x7acb3bdd iov_iter_npages +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 0x7b172bd8 nand_get_set_features_notsupp +EXPORT_SYMBOL vmlinux 0x7b1e5e73 of_get_nand_ecc_user_config +EXPORT_SYMBOL vmlinux 0x7b1e670f proc_create_data +EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x7b298ad8 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7b366cad md_cluster_ops +EXPORT_SYMBOL vmlinux 0x7b388125 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b695b62 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x7b812080 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7b9d96d9 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x7ba2dd7b unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x7ba2f618 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x7ba3f509 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7baaa159 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x7bb909d2 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x7bbc1fd6 elm_config +EXPORT_SYMBOL vmlinux 0x7bbf5101 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x7bc11e0d devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x7bc4c039 snd_ctl_notify_one +EXPORT_SYMBOL vmlinux 0x7bc8e7a4 write_cache_pages +EXPORT_SYMBOL vmlinux 0x7bca624d scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x7bdaecc7 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x7be03392 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x7bf57f5b cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x7c13acf8 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x7c166e1d serio_rescan +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c4057ef kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c63ba00 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x7c66c118 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x7c71387a __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x7c83a1cf generic_fadvise +EXPORT_SYMBOL vmlinux 0x7c8cea9e key_create_or_update +EXPORT_SYMBOL vmlinux 0x7c9413df complete_request_key +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7c9ec460 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x7ca99911 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x7cbc200b seq_putc +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cca78ca netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x7cd741d8 send_sig_info +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce2a266 set_binfmt +EXPORT_SYMBOL vmlinux 0x7ce8f5fb ip_getsockopt +EXPORT_SYMBOL vmlinux 0x7cf26ce4 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d02cf9a devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x7d0915cb __block_write_begin +EXPORT_SYMBOL vmlinux 0x7d0c0e68 unregister_netdev +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d22f6a6 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2ef2b0 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x7d3b1fb2 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x7d4417f8 param_ops_uint +EXPORT_SYMBOL vmlinux 0x7d45397f skb_find_text +EXPORT_SYMBOL vmlinux 0x7d4a7415 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d6f8f01 open_exec +EXPORT_SYMBOL vmlinux 0x7d75a7b5 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x7d793864 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x7da9b724 nand_ecc_get_sw_engine +EXPORT_SYMBOL vmlinux 0x7dade053 input_copy_abs +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db21f96 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf20e4 sk_capable +EXPORT_SYMBOL vmlinux 0x7dec2b63 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x7df7728d invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e31cf82 kill_litter_super +EXPORT_SYMBOL vmlinux 0x7e3c62b1 set_groups +EXPORT_SYMBOL vmlinux 0x7e451683 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5116d9 ppp_input +EXPORT_SYMBOL vmlinux 0x7e5358c8 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x7e6e497b dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x7e738778 __d_drop +EXPORT_SYMBOL vmlinux 0x7e78b1d1 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x7e8402d1 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x7e95d84c xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x7e96bf7b xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x7e97ec69 start_tty +EXPORT_SYMBOL vmlinux 0x7e986abe try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x7e994dd4 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ec0bad8 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x7ec7f1a7 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ed5a3ba pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x7edb41e1 configfs_register_group +EXPORT_SYMBOL vmlinux 0x7ee8756b tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x7ee9886f is_bad_inode +EXPORT_SYMBOL vmlinux 0x7efa4fab snd_jack_new +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f093c45 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x7f113db2 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x7f24b2d8 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f35a5b8 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x7f4ecb69 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x7f562f24 i2c_transfer +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f65e5f4 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f89ce1d tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7fcd4f2a balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd3962c __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe4315a mmc_detect_change +EXPORT_SYMBOL vmlinux 0x7fe545c4 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x7fed1664 phy_attach +EXPORT_SYMBOL vmlinux 0x800057ee nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x80275f98 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x802dfb65 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x8038e7cd jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages +EXPORT_SYMBOL vmlinux 0x803c5c87 folio_set_bh +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804e5b0c seq_write +EXPORT_SYMBOL vmlinux 0x805c1597 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8061b5c2 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808c6d2d ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x809030a7 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x809898ff rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x80acb416 amba_request_regions +EXPORT_SYMBOL vmlinux 0x80af85be unregister_filesystem +EXPORT_SYMBOL vmlinux 0x80c4c319 crc32_le +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d38ff8 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d719fa devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f06bf9 d_path +EXPORT_SYMBOL vmlinux 0x80f2a79d vlan_filter_drop_vids +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 0x811b23b4 security_sk_clone +EXPORT_SYMBOL vmlinux 0x8131f6f8 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x814968de inet6_add_offload +EXPORT_SYMBOL vmlinux 0x81559e47 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x817deba1 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x8180ae04 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8188d3e8 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81963142 setattr_copy +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a39acf of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x81a9d18a devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x81adef99 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b93cb3 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x81bbda6f devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c5544e wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x81d17c59 address_space_init_once +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x82006468 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x82112037 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x822137e2 arm_heavy_mb +EXPORT_SYMBOL vmlinux 0x82232f04 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x82272357 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x82338f95 update_region +EXPORT_SYMBOL vmlinux 0x824293c7 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x8250470c mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x82531f26 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x82603163 empty_aops +EXPORT_SYMBOL vmlinux 0x82640ce3 dst_dev_put +EXPORT_SYMBOL vmlinux 0x826ec452 neigh_update +EXPORT_SYMBOL vmlinux 0x827f924e vmalloc_array +EXPORT_SYMBOL vmlinux 0x828ce6bb mutex_lock +EXPORT_SYMBOL vmlinux 0x828e1849 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x82925d9d __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x829c2e8d fs_param_is_string +EXPORT_SYMBOL vmlinux 0x82a9ee0e security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x82afe02d mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82efe302 set_cached_acl +EXPORT_SYMBOL vmlinux 0x82fed6f4 unload_nls +EXPORT_SYMBOL vmlinux 0x8302e7b9 sg_miter_next +EXPORT_SYMBOL vmlinux 0x830cb76e snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x830e1373 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x8313784b pci_irq_vector +EXPORT_SYMBOL vmlinux 0x831fa1d1 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x83284d5d skb_free_datagram +EXPORT_SYMBOL vmlinux 0x832a8ff6 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x8337f71e dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x83392172 of_lpddr3_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x833eb3f3 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8369f064 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x837e9844 md_write_start +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838e4007 fget_raw +EXPORT_SYMBOL vmlinux 0x83905ed4 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x83955d20 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x83a3382e sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x83a56d63 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x83b5e20e rtc_add_groups +EXPORT_SYMBOL vmlinux 0x83b873b3 do_splice_direct +EXPORT_SYMBOL vmlinux 0x83bd7e5b d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x83c1340a make_kgid +EXPORT_SYMBOL vmlinux 0x83c9b958 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify +EXPORT_SYMBOL vmlinux 0x83d7e4f2 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x83f196e8 set_security_override +EXPORT_SYMBOL vmlinux 0x83f88730 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x8417e1a0 mt_find +EXPORT_SYMBOL vmlinux 0x842e4ac5 copy_splice_read +EXPORT_SYMBOL vmlinux 0x84356be7 zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase +EXPORT_SYMBOL vmlinux 0x845ad7c9 mem_map +EXPORT_SYMBOL vmlinux 0x845be68b nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x845c19a8 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x845f9d2a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x845ffac0 begin_new_exec +EXPORT_SYMBOL vmlinux 0x8474802b snd_ctl_add +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84925fce from_kprojid +EXPORT_SYMBOL vmlinux 0x849380cd nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a2e60d param_ops_ulong +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84c4c116 dst_release +EXPORT_SYMBOL vmlinux 0x84ccbbe4 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x84dc33bc mdio_device_remove +EXPORT_SYMBOL vmlinux 0x84e93ba1 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x851982d3 kvmemdup +EXPORT_SYMBOL vmlinux 0x85212c77 pci_enable_device +EXPORT_SYMBOL vmlinux 0x85275909 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x852db260 scsi_done +EXPORT_SYMBOL vmlinux 0x853809d3 of_find_property +EXPORT_SYMBOL vmlinux 0x853e5ccb phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x85449233 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x854cf0c1 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x854e4d73 genlmsg_put +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a20901 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x85b3e8a0 snd_timer_instance_free +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b99487 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df46de tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e88cf3 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x85ec9940 param_set_ushort +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f961e2 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x860021c3 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x8607cbc1 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x860fac0e generic_setlease +EXPORT_SYMBOL vmlinux 0x86199d2c nf_hook_slow +EXPORT_SYMBOL vmlinux 0x862481d3 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x862bc663 memset16 +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8637cc2b tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8650d852 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x865e85e8 cqhci_pltfm_init +EXPORT_SYMBOL vmlinux 0x866ed210 vga_put +EXPORT_SYMBOL vmlinux 0x867184b1 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x8682e228 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868b8cd7 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x8695b81e bdi_put +EXPORT_SYMBOL vmlinux 0x86b186b9 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x86b531b3 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x86c9afaa filemap_map_pages +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e61339 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x86ebae4b inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x86ed63ea pci_free_irq +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x8731c27e simple_write_begin +EXPORT_SYMBOL vmlinux 0x8731eb7a xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x873c79a3 snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8782e5d7 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x8789023c inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x878d26dc snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b7eb9f snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87b9767f mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x87c0d5f0 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x87ca32ca __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x87d09642 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x87d4942f icmp6_send +EXPORT_SYMBOL vmlinux 0x87e3997e dns_query +EXPORT_SYMBOL vmlinux 0x87edbb17 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x88062860 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x8809ef6a xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x88347248 __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x883d461d simple_dir_operations +EXPORT_SYMBOL vmlinux 0x885434f6 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x88668aa7 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x88688484 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x888a006f snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0x8891bfd2 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x88afd375 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x88b19f45 system_serial +EXPORT_SYMBOL vmlinux 0x88b50877 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x88c60eb8 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x88da0159 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x88db665b kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88efda40 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x88efec24 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x88f49843 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x88f79ffb mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x8917f414 kunmap_local_indexed +EXPORT_SYMBOL vmlinux 0x89183aba mt_find_after +EXPORT_SYMBOL vmlinux 0x891880ae snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL vmlinux 0x894229aa proc_mkdir +EXPORT_SYMBOL vmlinux 0x894e372b md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x8960166a mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x8968eed5 snd_component_add +EXPORT_SYMBOL vmlinux 0x89761d9f crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x8993b5a1 con_is_visible +EXPORT_SYMBOL vmlinux 0x8996d339 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x89c78462 netif_rx +EXPORT_SYMBOL vmlinux 0x89c8c1ba i2c_del_driver +EXPORT_SYMBOL vmlinux 0x89d6ba9e snd_card_free +EXPORT_SYMBOL vmlinux 0x89d6eb76 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x89f3c4f7 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x8a129c2a snd_ctl_find_id_locked +EXPORT_SYMBOL vmlinux 0x8a2450d7 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a65d240 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a755a1c serio_reconnect +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9cf899 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x8aa0402b _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x8aba9112 netlink_capable +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad19ab6 retire_super +EXPORT_SYMBOL vmlinux 0x8ad741f9 km_policy_expired +EXPORT_SYMBOL vmlinux 0x8ad9fcbb input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x8ae6f401 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x8afad9f3 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x8afb6aa7 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x8b002db2 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b1337ef vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x8b1e2b4c devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x8b24eea2 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x8b3049b8 free_buffer_head +EXPORT_SYMBOL vmlinux 0x8b438852 set_disk_ro +EXPORT_SYMBOL vmlinux 0x8b4b456f devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x8b5574c9 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x8b5927a0 down_timeout +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6d0277 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x8b6f9f76 blake2s_compress +EXPORT_SYMBOL vmlinux 0x8b7e9756 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x8b7f77e2 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8bc6227d pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be98e96 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x8bf95a03 dev_load +EXPORT_SYMBOL vmlinux 0x8c083767 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x8c16e131 filp_open +EXPORT_SYMBOL vmlinux 0x8c25bb14 iterate_dir +EXPORT_SYMBOL vmlinux 0x8c646fff __skb_get_hash +EXPORT_SYMBOL vmlinux 0x8c66c5ac pskb_expand_head +EXPORT_SYMBOL vmlinux 0x8c6c1d58 nand_ecc_is_strong_enough +EXPORT_SYMBOL vmlinux 0x8c7d0cfe brioctl_set +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8ca739d7 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cd40c20 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table +EXPORT_SYMBOL vmlinux 0x8ce69dcb md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x8cfcf32a kill_pid +EXPORT_SYMBOL vmlinux 0x8d0a9a8f __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x8d0dae32 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x8d0f12f8 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d45ec6d ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x8d4a2e2f pci_select_bars +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8da1a29d netdev_emerg +EXPORT_SYMBOL vmlinux 0x8da80833 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8dd23ed3 of_phy_connect +EXPORT_SYMBOL vmlinux 0x8ddb0d18 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de31676 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x8de3cdf1 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x8def92ab sock_kfree_s +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df542d4 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x8df6ed66 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node +EXPORT_SYMBOL vmlinux 0x8e10a766 seq_printf +EXPORT_SYMBOL vmlinux 0x8e1184a6 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x8e1ffc31 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8e4c3083 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4cb04f dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x8e53535c sock_bind_add +EXPORT_SYMBOL vmlinux 0x8e7e401b bio_free_pages +EXPORT_SYMBOL vmlinux 0x8e83470b security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed +EXPORT_SYMBOL vmlinux 0x8e8c088b netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9cf8bc netdev_state_change +EXPORT_SYMBOL vmlinux 0x8ea3acdf dev_mc_flush +EXPORT_SYMBOL vmlinux 0x8ebe59b9 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8ee62fc6 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x8eea6bf8 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x8eee7241 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8eeec287 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x8ef4c7a4 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0ba4f7 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x8f16a064 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x8f24e44c posix_acl_valid +EXPORT_SYMBOL vmlinux 0x8f2a539d pci_restore_state +EXPORT_SYMBOL vmlinux 0x8f2e608c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x8f4594a5 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x8f48a81d param_ops_int +EXPORT_SYMBOL vmlinux 0x8f4901e1 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x8f500650 d_move +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f6a9cd5 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x8f6e09d1 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x8f75dd79 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x8f7b1602 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x8f82fbbf vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x8f87fda1 set_create_files_as +EXPORT_SYMBOL vmlinux 0x8f8f657f bsearch +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9d2fba tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd24bef pci_release_resource +EXPORT_SYMBOL vmlinux 0x8fe09cf5 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update +EXPORT_SYMBOL vmlinux 0x8ff455ca fs_param_is_u32 +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 0x901e02ee __neigh_create +EXPORT_SYMBOL vmlinux 0x902ba1c8 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9037a4f8 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x9042a3ca snd_sgbuf_get_page +EXPORT_SYMBOL vmlinux 0x9071d123 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x90752bbb kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x907bb593 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x9087b0e3 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x90bc1317 neigh_table_init +EXPORT_SYMBOL vmlinux 0x90c42fb1 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x90f59ebd inet_del_offload +EXPORT_SYMBOL vmlinux 0x91294357 param_set_int +EXPORT_SYMBOL vmlinux 0x912d2e24 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x9135dba6 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x9136a25e jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x9155733d kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x91675c75 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x917c654a scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x91872199 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919f5bb7 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x91bc7e24 keyring_search +EXPORT_SYMBOL vmlinux 0x91bd9524 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c4ad1d __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x91d8ed15 has_capability +EXPORT_SYMBOL vmlinux 0x91e88afb __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x91f21526 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91feef43 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x921ae4ed mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x9224a11c dev_addr_del +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9239b065 mtd_concat_create +EXPORT_SYMBOL vmlinux 0x923a8fee registered_fb +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92405216 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x924bc9ce __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x92645187 zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x9269b665 mmc_put_card +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x928dcded dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x929271ff crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x929d3f4b drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x92a5ab76 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0x92aa685a cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x92aac77b user_path_create +EXPORT_SYMBOL vmlinux 0x92b1eb2b __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92c97bad qdisc_put +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 0x92e4da87 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ef1cf2 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9302d16c vfs_create_mount +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932ed634 dma_map_resource +EXPORT_SYMBOL vmlinux 0x933d045c __put_cred +EXPORT_SYMBOL vmlinux 0x934ce41f inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x9357d843 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x936713ee super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x936cce5d __module_get +EXPORT_SYMBOL vmlinux 0x9376c4e2 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93788ec2 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x937c8de1 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b2d6a3 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93cb9e0a pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x93f43900 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x93fad5b1 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x9409b288 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x9418e51a __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x9429fa59 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be +EXPORT_SYMBOL vmlinux 0x944903c5 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945eb81c add_device_randomness +EXPORT_SYMBOL vmlinux 0x94887ba8 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9496803d snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c4a496 nla_append +EXPORT_SYMBOL vmlinux 0x94d23eb8 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x94d4113e bio_init_clone +EXPORT_SYMBOL vmlinux 0x94e29cab __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x94e81b80 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x94f02082 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x94f7af8c buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9521c3af dentry_open +EXPORT_SYMBOL vmlinux 0x952aa2c6 snd_jack_add_new_kctl +EXPORT_SYMBOL vmlinux 0x9530005e ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x953c99ae md_error +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954e09be __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x958d6cdb flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x959d16ee of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x95c4b422 vm_insert_page +EXPORT_SYMBOL vmlinux 0x95c95f5e skb_copy +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95d5be9c generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x95d67497 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95eaf572 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x95fb3a33 update_devfreq +EXPORT_SYMBOL vmlinux 0x96013f9a scsi_add_device +EXPORT_SYMBOL vmlinux 0x96127ce8 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x9618ede0 mutex_unlock +EXPORT_SYMBOL vmlinux 0x9619e617 pci_get_slot +EXPORT_SYMBOL vmlinux 0x961c9909 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x96206dbf blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x96224661 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x962c0205 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x963af748 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x963e1485 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x9645ed0b pgprot_user +EXPORT_SYMBOL vmlinux 0x964f0b33 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x9652e404 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96603250 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9665ddf4 imx_scu_irq_get_status +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x968c8935 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x969b5b96 finish_no_open +EXPORT_SYMBOL vmlinux 0x969b86d8 netif_skb_features +EXPORT_SYMBOL vmlinux 0x969f87fb __breadahead +EXPORT_SYMBOL vmlinux 0x96a335fa eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96c86cd2 blk_start_plug +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d63629 set_anon_super +EXPORT_SYMBOL vmlinux 0x96f667be rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x97086976 single_open_size +EXPORT_SYMBOL vmlinux 0x9709d33c scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work +EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x9724c8dc iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x973015c8 simple_getattr +EXPORT_SYMBOL vmlinux 0x9742a51f mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x974d2ff1 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x975c01b8 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x975cd95e netlink_ack +EXPORT_SYMBOL vmlinux 0x9786ed0c devfreq_update_target +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b27518 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c3d57a skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x97d14630 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x97d5a5f5 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97ed0925 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x97f8e220 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x9811afe6 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x9819fbec bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x981e01f0 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x9826af14 inet_accept +EXPORT_SYMBOL vmlinux 0x98380963 netdev_printk +EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x984b3a74 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985a3b44 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x985f7a8f pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x986d76ea unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98815d0f phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x988f9edb twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x98a18d9d inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x98ae2434 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x98b62292 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x98c6de38 proto_register +EXPORT_SYMBOL vmlinux 0x98c70e51 dcb_setapp +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98d4a43f eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x991729b4 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x991746bb key_revoke +EXPORT_SYMBOL vmlinux 0x991834dc param_set_hexint +EXPORT_SYMBOL vmlinux 0x991978e6 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x9919e438 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x99231a3c set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x992cf95a tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x994af7e9 __register_chrdev +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995cff54 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x996561e9 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x9967668e iov_iter_discard +EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all +EXPORT_SYMBOL vmlinux 0x996ea483 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x9980682a dev_addr_add +EXPORT_SYMBOL vmlinux 0x99823f2a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x9983cb3b write_inode_now +EXPORT_SYMBOL vmlinux 0x99994288 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a53bd7 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x99b793c5 d_obtain_root +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c6606f t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99cb7d1f skb_dequeue +EXPORT_SYMBOL vmlinux 0x99d03421 _dev_alert +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99f33d6c dump_skip +EXPORT_SYMBOL vmlinux 0x99f88434 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fd4736 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9a095cc2 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x9a0d0020 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x9a15bfdd __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x9a19f031 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a3016d2 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x9a39f684 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x9a41fbd9 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6be2a8 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a74073d tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x9a7e30c5 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a95bab2 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x9aa2b963 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab5410d generic_read_dir +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aea86de pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x9b061b11 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x9b1b0f06 bmap +EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b3165f4 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b42a641 proc_set_user +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b750884 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x9b8429f6 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x9b89d5ea rawnand_sw_bch_init +EXPORT_SYMBOL vmlinux 0x9b8e43ed user_revoke +EXPORT_SYMBOL vmlinux 0x9ba1b5fe eth_gro_receive +EXPORT_SYMBOL vmlinux 0x9ba8e851 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x9bcb71f1 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x9bce95d9 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x9bdde541 param_set_short +EXPORT_SYMBOL vmlinux 0x9beb79f2 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x9bf1646d __devm_release_region +EXPORT_SYMBOL vmlinux 0x9c166247 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x9c33c2c1 dev_trans_start +EXPORT_SYMBOL vmlinux 0x9c37a878 param_set_bint +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5dfc27 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c695f50 dquot_acquire +EXPORT_SYMBOL vmlinux 0x9c705ca3 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x9c7d0b97 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x9c7e9f5f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c888da7 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x9c9a95c0 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb004e6 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x9cb72df1 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x9cc2aad2 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cebf349 kmap_high +EXPORT_SYMBOL vmlinux 0x9cedff64 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d12b131 param_set_byte +EXPORT_SYMBOL vmlinux 0x9d14a72b ps2_drain +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d50929b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x9d51d643 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d87bf25 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x9da30b14 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x9da8b2a6 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x9dbae3ca of_device_register +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9ddaa184 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x9de96c8a devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x9df1e3cc tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e12377d __lock_buffer +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e149508 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x9e1a14d5 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x9e255f8d init_task +EXPORT_SYMBOL vmlinux 0x9e4e9296 dql_init +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e65f380 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e6f3f12 snd_timer_close +EXPORT_SYMBOL vmlinux 0x9e91f27c rproc_boot +EXPORT_SYMBOL vmlinux 0x9e93d745 d_find_alias +EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9e9b1178 serio_open +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea8b0d7 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec4ebf5 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed4edcd ilookup5 +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edbe250 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x9ee7b873 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x9efd5d0a __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x9f065ff3 override_creds +EXPORT_SYMBOL vmlinux 0x9f0857ec netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x9f231cc1 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x9f23ed94 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x9f374016 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f599f95 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x9f62da30 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x9f645147 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x9f6bf11d pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9f7ae060 node_states +EXPORT_SYMBOL vmlinux 0x9f7d2a87 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x9f82d8b2 of_get_parent +EXPORT_SYMBOL vmlinux 0x9f898e53 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa8acf2 rawnand_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc88b3f release_pages +EXPORT_SYMBOL vmlinux 0x9fd44630 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x9fd6af8e tcf_block_put +EXPORT_SYMBOL vmlinux 0x9fd8dc82 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9fef8cf5 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x9ff90293 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0008fa2 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xa00656ae d_splice_alias +EXPORT_SYMBOL vmlinux 0xa00be647 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa0133776 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xa019ba82 config_group_init +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa01f1c06 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xa0314cbb bio_uninit +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0377008 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xa038a243 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xa03ced59 inode_init_always +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0490185 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xa04cab2e pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b1e33 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xa05b1efe gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa071249b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa08313a9 set_capacity +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09d419e inode_get_bytes +EXPORT_SYMBOL vmlinux 0xa0a03761 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0abcc4a __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b88c3c ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa0cbe35d vm_map_ram +EXPORT_SYMBOL vmlinux 0xa0d03f7f __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xa0d41008 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xa0d60b06 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xa0d635a4 snd_info_register +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 0xa0ec62c8 mtree_insert +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0febd1f tls_handshake_close +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1360b9b rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xa15cf162 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xa1643907 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xa16b21fb wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xa1784f2d simple_transaction_set +EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue +EXPORT_SYMBOL vmlinux 0xa181be8d has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xa1c114f6 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xa1cbf50b __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user +EXPORT_SYMBOL vmlinux 0xa1df7fda inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xa1e6ae51 vme_master_request +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa209cd26 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xa21195d1 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xa2268783 __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xa2307e07 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24491bf ida_free +EXPORT_SYMBOL vmlinux 0xa24b56ef phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xa24d748a blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25f394a ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa27b2488 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa2873972 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xa28b9747 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28efa12 dma_fence_init +EXPORT_SYMBOL vmlinux 0xa29fc5b9 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xa2cf0085 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xa2d7720b dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2df9e29 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xa2f6c9fa devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xa30783b8 bio_reset +EXPORT_SYMBOL vmlinux 0xa3431ca3 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xa36d3ab1 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xa36e5958 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa3788005 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa37a444d md_flush_request +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa38910e9 new_inode +EXPORT_SYMBOL vmlinux 0xa39a4538 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xa3a3f743 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xa3a54979 init_on_free +EXPORT_SYMBOL vmlinux 0xa3a5c168 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0xa3ba27bf vme_free_consistent +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c00c06 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0xa3da9004 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xa3e0faaf netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xa3ee0ba2 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xa3f4aaa7 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa41a434d netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xa425f248 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xa4278e9d nand_ecc_init_ctx +EXPORT_SYMBOL vmlinux 0xa43799a8 rfs_needed +EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa4639944 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xa46712df sys_fillrect +EXPORT_SYMBOL vmlinux 0xa4833e1d qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xa483ddc8 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xa4b029b7 read_code +EXPORT_SYMBOL vmlinux 0xa4c7c6cf tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xa4dc7fb9 nand_write_oob_std +EXPORT_SYMBOL vmlinux 0xa4e1bbd2 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xa4e7a047 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xa4ec61ca i2c_verify_client +EXPORT_SYMBOL vmlinux 0xa4f7f90d blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa52d6316 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xa530c180 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xa56bff46 neigh_lookup +EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xa57f0f9c of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xa5a91711 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xa5ac666b phy_driver_register +EXPORT_SYMBOL vmlinux 0xa5c3948e pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xa5c6b30a blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xa5d2286f pci_write_vpd +EXPORT_SYMBOL vmlinux 0xa5d5aeb8 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xa5d7b09a pci_enable_wake +EXPORT_SYMBOL vmlinux 0xa5f1485d filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa5ff403e devm_release_resource +EXPORT_SYMBOL vmlinux 0xa6010d38 d_add +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa62308ae snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0xa62578c1 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa64e7bff ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xa66b6938 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xa674247f posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 +EXPORT_SYMBOL vmlinux 0xa6871249 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xa6909c39 d_tmpfile +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa69b7921 peernet2id +EXPORT_SYMBOL vmlinux 0xa69d151c _raw_write_lock +EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem +EXPORT_SYMBOL vmlinux 0xa6aa6917 udp_seq_start +EXPORT_SYMBOL vmlinux 0xa6b35b22 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xa6dda4a4 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xa6e3c970 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0xa6e8f4c0 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xa6ec3131 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xa6fa95a0 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xa710ede4 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xa714758e sg_copy_buffer +EXPORT_SYMBOL vmlinux 0xa71949ab alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xa726891f vif_device_init +EXPORT_SYMBOL vmlinux 0xa7366c53 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa74a49bd inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74d46a3 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xa7511676 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xa753b554 key_link +EXPORT_SYMBOL vmlinux 0xa75cff02 vme_init_bridge +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78a480c contig_page_data +EXPORT_SYMBOL vmlinux 0xa7b3181c up_read +EXPORT_SYMBOL vmlinux 0xa7bbbb50 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xa7bfeddc block_dirty_folio +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa81395ad fb_show_logo +EXPORT_SYMBOL vmlinux 0xa8167a23 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xa827d5e2 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0xa8421f7f tcp_prot +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8463455 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa84ac220 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa84c0986 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa875a754 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xa87f33f7 finish_open +EXPORT_SYMBOL vmlinux 0xa8890b81 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xa8909626 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a08caf trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8b2ec4c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xa8b3ff33 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xa8bd243f fiemap_prep +EXPORT_SYMBOL vmlinux 0xa8bdb01e inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xa8c11665 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d15eaa bio_copy_data +EXPORT_SYMBOL vmlinux 0xa8d24620 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt +EXPORT_SYMBOL vmlinux 0xa8ecede9 register_framebuffer +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xa8fe0a53 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa92dbe92 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xa9349753 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xa93ec65a dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xa947b14f zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0xa94809df km_policy_notify +EXPORT_SYMBOL vmlinux 0xa954fa5d sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa976cd72 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xa978ff83 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xa982917c __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xa9964aad ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xa99b9e89 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xa9c1a7e7 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xa9ca73e0 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xa9cca969 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xa9d481a0 file_remove_privs +EXPORT_SYMBOL vmlinux 0xa9e45422 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9ee9dd5 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xa9f4c107 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xa9fa5f88 sock_efree +EXPORT_SYMBOL vmlinux 0xaa0ec428 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xaa183639 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2c6806 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xaa42e16a gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0xaa49cecb forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xaa51aeb2 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa691d20 inet_listen +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa70166c put_disk +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa91885d send_sig +EXPORT_SYMBOL vmlinux 0xaa9f0a16 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaab4a5d0 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xaabf38b8 param_set_uint +EXPORT_SYMBOL vmlinux 0xaaca236d dev_uc_del +EXPORT_SYMBOL vmlinux 0xaacaee51 tcp_seq_stop +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 0xaaf6f228 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab015e80 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xab07fb1a xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xab1d21ec kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab37632b dcb_delrewr +EXPORT_SYMBOL vmlinux 0xab3b52a4 fb_io_write +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab3e8ea6 clk_get +EXPORT_SYMBOL vmlinux 0xab41aab9 vfs_statfs +EXPORT_SYMBOL vmlinux 0xab549040 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xab558f2b page_readlink +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 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7fe3ee param_ops_ushort +EXPORT_SYMBOL vmlinux 0xab847ac6 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0xab8e8945 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xab92944c netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xabaa8dd8 __sock_create +EXPORT_SYMBOL vmlinux 0xabb63636 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xabb6d0d7 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xabc22887 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xabdd7d57 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xabe7446f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2cc096 md_handle_request +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3eff8a no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xac4a3aae snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0xac56804f tty_write_room +EXPORT_SYMBOL vmlinux 0xac5695f0 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xac5c7210 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb372fe param_set_bool +EXPORT_SYMBOL vmlinux 0xaccbb0ad __break_lease +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacdbf8b9 scmd_printk +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacdf5faa pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xace8c233 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xacefb082 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad08ff36 mdiobus_write +EXPORT_SYMBOL vmlinux 0xad0fb67d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xad3e2b8f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xad44725c genphy_suspend +EXPORT_SYMBOL vmlinux 0xad46f8c8 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xad4d5882 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xad607bd7 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xad62f223 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xad68eb52 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad74fce4 sget_fc +EXPORT_SYMBOL vmlinux 0xad7baced try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xad7f631d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xad93edc5 __write_overflow_field +EXPORT_SYMBOL vmlinux 0xad98a08d phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xad9d63cb __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xada0297a ps2_init +EXPORT_SYMBOL vmlinux 0xada4c068 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb93181 input_register_device +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcf9de7 mount_nodev +EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0xadd43826 simple_rmdir +EXPORT_SYMBOL vmlinux 0xadd80398 generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0xade2488c blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xadeb2886 devm_memremap +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0c48df thread_group_exited +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae21cfe5 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae353d77 arm_copy_from_user +EXPORT_SYMBOL vmlinux 0xae422d15 param_ops_string +EXPORT_SYMBOL vmlinux 0xae491006 key_create +EXPORT_SYMBOL vmlinux 0xae577d60 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xae63e193 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xae785869 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xae7af43b ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xae89308a xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xaea72f81 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaecee30f stream_open +EXPORT_SYMBOL vmlinux 0xaed4d060 mmc_command_done +EXPORT_SYMBOL vmlinux 0xaef10e44 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xaf216590 phy_error +EXPORT_SYMBOL vmlinux 0xaf216e7a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xaf222e2b neigh_parms_release +EXPORT_SYMBOL vmlinux 0xaf25332b fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4cc38d sock_create +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf5331a5 genl_notify +EXPORT_SYMBOL vmlinux 0xaf60c801 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xaf6906df mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xaf845c6a param_ops_bint +EXPORT_SYMBOL vmlinux 0xaf84865e __get_user_8 +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf961723 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xaf9a77d4 simple_lookup +EXPORT_SYMBOL vmlinux 0xaf9c2445 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xafa6b9b5 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc72cb9 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xafc993e6 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xafcc7436 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xafda3e16 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xafdaa03b pci_assign_resource +EXPORT_SYMBOL vmlinux 0xafe2525d simple_map_init +EXPORT_SYMBOL vmlinux 0xaff75ac1 param_get_int +EXPORT_SYMBOL vmlinux 0xaff8c388 snd_jack_report +EXPORT_SYMBOL vmlinux 0xb00108c7 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xb011eae1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb019b5be dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e4f39 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xb02d36c1 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xb0489681 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xb0526ab3 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06b5156 kobject_put +EXPORT_SYMBOL vmlinux 0xb06c5143 proc_remove +EXPORT_SYMBOL vmlinux 0xb06cf8e2 bio_init +EXPORT_SYMBOL vmlinux 0xb06ed989 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xb0babd91 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xb0cb2370 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xb0cc93d6 proc_douintvec +EXPORT_SYMBOL vmlinux 0xb0ce77dd fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xb0d6f563 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f7ec75 pci_bus_type +EXPORT_SYMBOL vmlinux 0xb105d91b clear_nlink +EXPORT_SYMBOL vmlinux 0xb10b9db9 is_subdir +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12bc7b8 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1320aa1 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1501453 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xb170d842 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb1772983 module_layout +EXPORT_SYMBOL vmlinux 0xb184ffa9 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xb1876376 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xb1995efc flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1b7d715 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb1bc18f6 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xb1bfad7d of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f20f35 udp_read_skb +EXPORT_SYMBOL vmlinux 0xb1f6194e nand_monolithic_write_page_raw +EXPORT_SYMBOL vmlinux 0xb21dd1bb generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb2361d6f __find_get_block +EXPORT_SYMBOL vmlinux 0xb2365f59 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xb23a0f9c netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb23a519c zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xb2528ddd mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xb26150e1 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0xb271d7c3 proc_dostring +EXPORT_SYMBOL vmlinux 0xb279ebcc sys_imageblit +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2d54589 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xb2e25491 snd_register_device +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2f37f97 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xb2fac2fd nf_log_register +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb311d9ef security_path_mknod +EXPORT_SYMBOL vmlinux 0xb3176f73 page_pool_get_stats +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 0xb33e5189 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb34bc0c3 path_get +EXPORT_SYMBOL vmlinux 0xb34c7144 commit_creds +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 0xb36b05a6 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb37376de pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xb38802b0 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb390cf52 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xb3a65321 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb406d1e2 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xb416b61b follow_pfn +EXPORT_SYMBOL vmlinux 0xb41d5a99 sock_wake_async +EXPORT_SYMBOL vmlinux 0xb4215186 filemap_splice_read +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4284f31 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xb4471bfe down_trylock +EXPORT_SYMBOL vmlinux 0xb448c3f3 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xb44de145 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem +EXPORT_SYMBOL vmlinux 0xb45c48c2 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xb47d6e15 phy_get_pause +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4910192 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0xb493f5c7 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xb4ae3ab1 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xb4b1e6d1 __xa_alloc +EXPORT_SYMBOL vmlinux 0xb4bddb04 zstd_init_dstream +EXPORT_SYMBOL vmlinux 0xb4cd7816 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xb4ea39f6 register_sound_special_device +EXPORT_SYMBOL vmlinux 0xb4fc3ffe inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xb4fc4bd1 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xb4fff35c get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xb5007e95 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xb53c215a mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xb58a5442 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb5a27b85 module_put +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ae3121 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5d5eae3 skb_copy_header +EXPORT_SYMBOL vmlinux 0xb5d63a56 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xb5d944cb of_device_unregister +EXPORT_SYMBOL vmlinux 0xb5fdc18f mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb642b1cc nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb6493344 phy_detach +EXPORT_SYMBOL vmlinux 0xb664a4e8 kvrealloc +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6953442 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xb6a273e2 mount_subtree +EXPORT_SYMBOL vmlinux 0xb6a45f9f snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0xb6a91618 abort_creds +EXPORT_SYMBOL vmlinux 0xb6ab533e scsi_dma_map +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6af91fb max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run +EXPORT_SYMBOL vmlinux 0xb6bae594 amba_device_register +EXPORT_SYMBOL vmlinux 0xb6bb9713 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xb6c78cec security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf1075 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f02956 ata_print_version +EXPORT_SYMBOL vmlinux 0xb6f859f4 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xb6fbfd15 snd_timer_new +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70971a2 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71d986d snd_pcm_hw_limit_rates +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb72b3697 dcb_getapp +EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0xb7424bd7 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xb7508caa phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xb75292a7 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xb7566933 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb760cbc2 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xb762fa50 ether_setup +EXPORT_SYMBOL vmlinux 0xb764d331 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76b1ff7 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xb78c03b9 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a5b69e vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xb7a9722e get_cached_acl +EXPORT_SYMBOL vmlinux 0xb7b99f87 kernel_write +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ca0df4 udp_ioctl +EXPORT_SYMBOL vmlinux 0xb7e73f7d vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xb7ec1e07 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xb7ee4d53 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb7f398c5 readahead_expand +EXPORT_SYMBOL vmlinux 0xb7ff182f down_read_killable +EXPORT_SYMBOL vmlinux 0xb8062b45 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0xb83c1cb3 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xb84594db pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xb856bb20 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xb85f66e0 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xb876f459 __netif_schedule +EXPORT_SYMBOL vmlinux 0xb88034fe dev_uc_add +EXPORT_SYMBOL vmlinux 0xb887a7e8 drop_super +EXPORT_SYMBOL vmlinux 0xb8884074 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xb88a1b06 snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0xb88aa347 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xb891fb0e __kmap_local_page_prot +EXPORT_SYMBOL vmlinux 0xb89398d4 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a67b31 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xb8a6ffeb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8da6982 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xb8e39d53 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xb8e7fde3 snd_compr_free_pages +EXPORT_SYMBOL vmlinux 0xb908cab5 input_open_device +EXPORT_SYMBOL vmlinux 0xb90f15f5 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9180cb8 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb929b5ea udp_set_csum +EXPORT_SYMBOL vmlinux 0xb9401b0c tty_do_resize +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9467669 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xb956b53b dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9752b23 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xb989a77a generic_write_checks +EXPORT_SYMBOL vmlinux 0xb98d1709 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0xb99510ac nand_ecc_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xb9a4c404 padata_alloc +EXPORT_SYMBOL vmlinux 0xb9ab2cab mtree_load +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9c5c1e5 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xb9cd3fed tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb9dd5223 phy_connect +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f0da0b kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xba0edd8b fddi_type_trans +EXPORT_SYMBOL vmlinux 0xba175a52 param_set_invbool +EXPORT_SYMBOL vmlinux 0xba23060b serio_bus +EXPORT_SYMBOL vmlinux 0xba339c9e rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba5343f1 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba75d9f5 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xba7a260b tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xba8cb1ad security_inode_init_security +EXPORT_SYMBOL vmlinux 0xba915c5c fput +EXPORT_SYMBOL vmlinux 0xba9c4aa2 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xbaa92581 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xbab7e713 fb_blank +EXPORT_SYMBOL vmlinux 0xbabd51a3 snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0xbac3a53e tcp_splice_read +EXPORT_SYMBOL vmlinux 0xbad82176 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xbaf682e6 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb14eb31 bcmp +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2df1ec __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xbb5dbde8 seq_pad +EXPORT_SYMBOL vmlinux 0xbb6fc37e rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb8eb4c8 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbbbeaf32 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xbbed437b alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc19b831 nand_monolithic_read_page_raw +EXPORT_SYMBOL vmlinux 0xbc284510 km_state_expired +EXPORT_SYMBOL vmlinux 0xbc3284d7 _dev_info +EXPORT_SYMBOL vmlinux 0xbc37398b read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xbc39c89d phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xbc428658 make_kuid +EXPORT_SYMBOL vmlinux 0xbc45bfb7 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xbc5b2d9e kernel_listen +EXPORT_SYMBOL vmlinux 0xbc84a587 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xbc89f998 genl_register_family +EXPORT_SYMBOL vmlinux 0xbc9bbccc snd_card_register +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcae22a7 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xbcae4a26 cont_write_begin +EXPORT_SYMBOL vmlinux 0xbcbbed09 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xbcc2ab4f netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbce6a609 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xbcf1394d twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xbcf18362 dm_put_device +EXPORT_SYMBOL vmlinux 0xbcf1edd1 ip_frag_next +EXPORT_SYMBOL vmlinux 0xbd156eb4 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xbd17f273 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbd1b4950 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0xbd2b3a95 tty_hangup +EXPORT_SYMBOL vmlinux 0xbd2d9582 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xbd35e214 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xbd4adb97 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xbd5e1d9c __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xbd60deea padata_free_shell +EXPORT_SYMBOL vmlinux 0xbd63d6e4 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xbd6f8333 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xbd724b30 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xbd76396c may_umount +EXPORT_SYMBOL vmlinux 0xbd7e8f28 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock +EXPORT_SYMBOL vmlinux 0xbd8f4b89 parse_int_array_user +EXPORT_SYMBOL vmlinux 0xbd93099b __brelse +EXPORT_SYMBOL vmlinux 0xbd9e8e60 filemap_get_folios +EXPORT_SYMBOL vmlinux 0xbd9eaea8 kernel_accept +EXPORT_SYMBOL vmlinux 0xbda1c1f1 nd_device_notify +EXPORT_SYMBOL vmlinux 0xbdb7ef94 netif_device_detach +EXPORT_SYMBOL vmlinux 0xbdd218c8 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xbdf46808 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xbdf50e43 param_ops_byte +EXPORT_SYMBOL vmlinux 0xbdfd95df phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe15ebb1 bdi_register +EXPORT_SYMBOL vmlinux 0xbe3227d9 empty_zero_page +EXPORT_SYMBOL vmlinux 0xbe3dfb97 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe751cb4 path_put +EXPORT_SYMBOL vmlinux 0xbe76757d pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xbe884d37 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xbea73973 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbeb600a2 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xbeb988a1 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xbeb9ff2f snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0xbebbfb1a ptp_clock_event +EXPORT_SYMBOL vmlinux 0xbec43e5f tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0xbee1a6be blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf0219c8 rproc_alloc +EXPORT_SYMBOL vmlinux 0xbf052815 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xbf0bd663 dev_activate +EXPORT_SYMBOL vmlinux 0xbf11a336 dump_skip_to +EXPORT_SYMBOL vmlinux 0xbf128de8 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xbf14470c __nla_reserve +EXPORT_SYMBOL vmlinux 0xbf4184ab inode_needs_sync +EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf59f450 skb_eth_push +EXPORT_SYMBOL vmlinux 0xbf6d3944 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbfa1f6df security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc1d3a1 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xbfc2acdc nf_getsockopt +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfcdce0b xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xbfda84ea generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xbfdb4204 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xbfdf7bc3 mempool_create +EXPORT_SYMBOL vmlinux 0xbffed70b cdrom_open +EXPORT_SYMBOL vmlinux 0xc02765b9 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xc029d890 sk_stream_error +EXPORT_SYMBOL vmlinux 0xc03a1aea register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xc04800e4 cdev_device_del +EXPORT_SYMBOL vmlinux 0xc04b0cb1 inet_ioctl +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc060f35f register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc074eb93 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08d4bd4 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0d64535 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top +EXPORT_SYMBOL vmlinux 0xc0e2f9c0 flow_rule_match_ipv6_addrs +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 0xc100f13b sock_i_uid +EXPORT_SYMBOL vmlinux 0xc1054639 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xc1141641 sk_error_report +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12656a3 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xc12ea990 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0xc13f6e01 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xc141b9ba tty_lock +EXPORT_SYMBOL vmlinux 0xc147fa50 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1542c5d phy_device_register +EXPORT_SYMBOL vmlinux 0xc15647e5 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xc159e09e netdev_info +EXPORT_SYMBOL vmlinux 0xc1614eb3 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc16223f5 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xc16257de alloc_fcdev +EXPORT_SYMBOL vmlinux 0xc169a355 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16c913c rproc_del +EXPORT_SYMBOL vmlinux 0xc16cf2ac __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xc18b67ad __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xc193724f register_console +EXPORT_SYMBOL vmlinux 0xc1964c3d param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xc19d4347 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xc1b2e2c5 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc1b93430 twl6040_power +EXPORT_SYMBOL vmlinux 0xc1d6bd36 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1e61212 do_SAK +EXPORT_SYMBOL vmlinux 0xc1e78d26 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0xc2100b48 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc2151bac vfs_mkdir +EXPORT_SYMBOL vmlinux 0xc215b7c9 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xc21b1a6e md_reload_sb +EXPORT_SYMBOL vmlinux 0xc21fb4df gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc230c9a8 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xc232cc27 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xc23fbaec __ps2_command +EXPORT_SYMBOL vmlinux 0xc248ed36 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xc25682fd blk_rq_init +EXPORT_SYMBOL vmlinux 0xc25c6b3e max8998_write_reg +EXPORT_SYMBOL vmlinux 0xc2604572 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xc263ee65 __mdiobus_register +EXPORT_SYMBOL vmlinux 0xc2666858 snd_sgbuf_get_addr +EXPORT_SYMBOL vmlinux 0xc26b8d14 proc_dobool +EXPORT_SYMBOL vmlinux 0xc2755a73 xattr_full_name +EXPORT_SYMBOL vmlinux 0xc276907c rproc_put +EXPORT_SYMBOL vmlinux 0xc29fb13d fb_set_var +EXPORT_SYMBOL vmlinux 0xc2a98a7a clk_add_alias +EXPORT_SYMBOL vmlinux 0xc2ac81e2 dm_io +EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return +EXPORT_SYMBOL vmlinux 0xc2b8eda2 netstamp_needed_key +EXPORT_SYMBOL vmlinux 0xc2bced97 snd_dma_buffer_mmap +EXPORT_SYMBOL vmlinux 0xc2c3b793 skb_seq_read +EXPORT_SYMBOL vmlinux 0xc2cae53e refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xc2d0ea54 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e84550 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xc2ede9c5 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xc2f00d4d nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL vmlinux 0xc2f25cfe seq_release +EXPORT_SYMBOL vmlinux 0xc2f48428 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc3297420 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc340202d blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xc345c49d mtree_store +EXPORT_SYMBOL vmlinux 0xc3499eea rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xc34fba87 param_get_bool +EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc37335b0 complete +EXPORT_SYMBOL vmlinux 0xc37753f7 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xc37978a7 sock_no_accept +EXPORT_SYMBOL vmlinux 0xc37da984 sync_filesystem +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc393f636 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xc39a6b03 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xc3c21c7c mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d194a0 sock_create_lite +EXPORT_SYMBOL vmlinux 0xc3db76b3 par_io_of_config +EXPORT_SYMBOL vmlinux 0xc3e121c1 seq_puts +EXPORT_SYMBOL vmlinux 0xc3f01191 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xc3f6d46e mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xc41ece12 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xc4219d97 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xc42a8444 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xc43b811e __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc45d600c sock_register +EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4730f41 scsi_host_get +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47b410c devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xc480ca51 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xc49fb9ca snd_timer_continue +EXPORT_SYMBOL vmlinux 0xc4a795ea inet_bind +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b6b5eb netif_tx_lock +EXPORT_SYMBOL vmlinux 0xc4c7175d d_prune_aliases +EXPORT_SYMBOL vmlinux 0xc4d03d46 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc4f5319f bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xc4f58dee of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xc4fbef42 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xc5032486 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc5356c1a dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xc549e449 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xc556d900 component_match_add_release +EXPORT_SYMBOL vmlinux 0xc557c30e iov_iter_zero +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57fe8eb dmam_pool_create +EXPORT_SYMBOL vmlinux 0xc580fe7d request_firmware +EXPORT_SYMBOL vmlinux 0xc586d12d dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xc593e51a dquot_file_open +EXPORT_SYMBOL vmlinux 0xc598b8a2 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xc5994729 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL vmlinux 0xc5baba06 vcalloc +EXPORT_SYMBOL vmlinux 0xc5cbdc54 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xc5de21a3 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc619a39a tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xc623a45b pps_register_source +EXPORT_SYMBOL vmlinux 0xc62a185c mdio_driver_register +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6551727 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xc65d2c86 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc6675278 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xc6885e35 mdiobus_free +EXPORT_SYMBOL vmlinux 0xc68db231 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6e3b4a2 inet6_del_protocol +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 0xc6f52ac4 folio_add_lru +EXPORT_SYMBOL vmlinux 0xc6fe602c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7230947 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xc756c7cf pci_scan_bus +EXPORT_SYMBOL vmlinux 0xc7598e0e dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xc75e12ff blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xc76f5e1a redraw_screen +EXPORT_SYMBOL vmlinux 0xc77223f5 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc781eabe vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7955243 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xc79e2b63 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c21ba1 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xc7e07b47 input_release_device +EXPORT_SYMBOL vmlinux 0xc7e514ff dst_destroy +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f940f5 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xc8038dbb __snd_pcm_lib_xfer +EXPORT_SYMBOL vmlinux 0xc811d4bf dquot_scan_active +EXPORT_SYMBOL vmlinux 0xc818e63b scsi_remove_device +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc841cbd8 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84a9d42 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8818918 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8880b1f configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a90dbe fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 +EXPORT_SYMBOL vmlinux 0xc8b8150e fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xc8d995bb kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc90f341c logfc +EXPORT_SYMBOL vmlinux 0xc91487d3 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc9172a7c scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xc91c5639 d_make_root +EXPORT_SYMBOL vmlinux 0xc924678a __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xc92ed61b sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xc947ccfd param_set_long +EXPORT_SYMBOL vmlinux 0xc95e11cf d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98a6b95 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc99bab11 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xc99cbb83 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a0143c jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xc9af0ef3 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xc9b67d8c inet6_bind +EXPORT_SYMBOL vmlinux 0xc9b98e4b dma_unmap_sg_attrs +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 0xc9f83078 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xca07a4d4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2338ae vfs_mkobj +EXPORT_SYMBOL vmlinux 0xca3789d6 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca43d3ca skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xca59b731 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0xca59e29d pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xca5a7528 down_interruptible +EXPORT_SYMBOL vmlinux 0xca5e2f17 sock_edemux +EXPORT_SYMBOL vmlinux 0xca6a1be7 amba_release_regions +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 0xca90eda3 inet_select_addr +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab5c1c5 load_nls_default +EXPORT_SYMBOL vmlinux 0xcab6b57c register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xcab7d6cf nf_log_trace +EXPORT_SYMBOL vmlinux 0xcabcd095 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xcad15121 nand_create_bbt +EXPORT_SYMBOL vmlinux 0xcadd86e1 bio_chain +EXPORT_SYMBOL vmlinux 0xcafc8c45 init_net +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb10e966 get_task_cred +EXPORT_SYMBOL vmlinux 0xcb19fef3 nf_log_packet +EXPORT_SYMBOL vmlinux 0xcb366882 sock_rfree +EXPORT_SYMBOL vmlinux 0xcb36cfb6 bio_add_page +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3f296c gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xcb4515b8 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xcb47337e skb_clone +EXPORT_SYMBOL vmlinux 0xcb510bc2 complete_all +EXPORT_SYMBOL vmlinux 0xcb55963f sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load +EXPORT_SYMBOL vmlinux 0xcb77a31d zstd_is_error +EXPORT_SYMBOL vmlinux 0xcb83f932 param_get_charp +EXPORT_SYMBOL vmlinux 0xcb84a36f flow_rule_match_ipsec +EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit +EXPORT_SYMBOL vmlinux 0xcb8d75ce cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xcb91e88b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xcb93b593 generic_update_time +EXPORT_SYMBOL vmlinux 0xcb9e10f2 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc2ec3c inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdee222 dm_get_device +EXPORT_SYMBOL vmlinux 0xcbdf53bc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xcc0c7083 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +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 0xcc4cb858 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0xcc77a77f ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xcc7bbfd4 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xcc8842cd security_sb_remount +EXPORT_SYMBOL vmlinux 0xcc916615 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xcca692fb fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xccab6420 to_nd_btt +EXPORT_SYMBOL vmlinux 0xccbb0815 dev_open +EXPORT_SYMBOL vmlinux 0xccbb5014 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xccc98869 phy_device_remove +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccd5047f find_inode_nowait +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 0xcd293418 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xcd2cb5bb ppp_dev_name +EXPORT_SYMBOL vmlinux 0xcd36d638 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xcd42ae72 register_md_personality +EXPORT_SYMBOL vmlinux 0xcd43ad12 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xcd58d032 __put_user_ns +EXPORT_SYMBOL vmlinux 0xcd5e40a0 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd751933 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xcd9a2bae padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda5eefb genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcdb3ace0 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xcdb8bcf4 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xcdbcfae6 bpf_map_get +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc895b6 proto_unregister +EXPORT_SYMBOL vmlinux 0xcdcaa260 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0xcdcf8df8 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce027660 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2f8d40 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce3da8ea sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce56e536 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5dfc2b t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xce5eac69 pcim_iomap +EXPORT_SYMBOL vmlinux 0xce6ebd29 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce7baac4 tty_name +EXPORT_SYMBOL vmlinux 0xce8269b5 dquot_disable +EXPORT_SYMBOL vmlinux 0xce82a4ac request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xce8530eb security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcedc83fe pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xcedc99af mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xcede275c memremap +EXPORT_SYMBOL vmlinux 0xcedf658a devfreq_update_status +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 0xcf0e0c2c skb_queue_head +EXPORT_SYMBOL vmlinux 0xcf236743 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xcf4a30bf mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xcf4cadc6 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xcf4fed8d __seq_open_private +EXPORT_SYMBOL vmlinux 0xcf62d64b __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xcf6964c6 eth_header +EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9d21bc copy_to_iter_fromio +EXPORT_SYMBOL vmlinux 0xcfa69a7e atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfb1dd8f neigh_xmit +EXPORT_SYMBOL vmlinux 0xcfbe223f netdev_notice +EXPORT_SYMBOL vmlinux 0xcfd31da1 dcache_readdir +EXPORT_SYMBOL vmlinux 0xcfe229b7 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xcff5aa41 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd0009778 inet_getname +EXPORT_SYMBOL vmlinux 0xd0040bb1 devm_free_irq +EXPORT_SYMBOL vmlinux 0xd0155b2a dev_set_alias +EXPORT_SYMBOL vmlinux 0xd01baf75 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xd0450cb1 md_write_inc +EXPORT_SYMBOL vmlinux 0xd0482093 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04febe9 arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0683b95 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xd06bc9ba serio_close +EXPORT_SYMBOL vmlinux 0xd07100c5 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xd072798f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd079e6f7 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd0995c81 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xd099b302 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xd0a0b14a ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xd0a89d33 snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0xd0b16199 skb_ext_add +EXPORT_SYMBOL vmlinux 0xd0b5ba16 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xd0bd3605 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xd0bfd2ba of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xd0d08b64 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xd0dc4ebc netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xd0e58e5e of_device_is_available +EXPORT_SYMBOL vmlinux 0xd0e9fb09 release_firmware +EXPORT_SYMBOL vmlinux 0xd0edc8a2 __skb_pad +EXPORT_SYMBOL vmlinux 0xd0f2d60e tty_port_put +EXPORT_SYMBOL vmlinux 0xd109778f gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0xd10a5726 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xd1188fd9 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xd11f7da7 nand_scan_with_ids +EXPORT_SYMBOL vmlinux 0xd133c38b xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1421a11 snd_ctl_find_numid_locked +EXPORT_SYMBOL vmlinux 0xd15640a9 dev_get_stats +EXPORT_SYMBOL vmlinux 0xd16efdfc pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xd1798883 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd17f64dd pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd184f8b6 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xd1875b2f vfs_get_link +EXPORT_SYMBOL vmlinux 0xd18f2345 nla_put +EXPORT_SYMBOL vmlinux 0xd1a32ba5 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xd1a3db08 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0xd1acd628 backlight_force_update +EXPORT_SYMBOL vmlinux 0xd1acd96b rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e560e0 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xd1f1458c sk_free +EXPORT_SYMBOL vmlinux 0xd1fe06cf devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xd202f5b7 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xd20fcea2 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0xd214a886 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xd221ee8f blk_integrity_register +EXPORT_SYMBOL vmlinux 0xd2227a08 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xd2349cce dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xd23539ee put_ipc_ns +EXPORT_SYMBOL vmlinux 0xd2400245 rt_dst_clone +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2582535 seq_release_private +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2609959 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xd267ac63 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xd2687242 add_to_pipe +EXPORT_SYMBOL vmlinux 0xd276441c kmalloc_caches +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2802d5c pgprot_kernel +EXPORT_SYMBOL vmlinux 0xd298bece tcp_init_sock +EXPORT_SYMBOL vmlinux 0xd29cc686 dquot_release +EXPORT_SYMBOL vmlinux 0xd29dfe43 skb_pull_data +EXPORT_SYMBOL vmlinux 0xd2ab2b00 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2c1817d pneigh_lookup +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2f8c672 vme_irq_request +EXPORT_SYMBOL vmlinux 0xd3070bb6 snd_timer_instance_new +EXPORT_SYMBOL vmlinux 0xd30b1d72 dquot_alloc +EXPORT_SYMBOL vmlinux 0xd3159c5c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xd3187d17 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3288ad6 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get +EXPORT_SYMBOL vmlinux 0xd3486ea5 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xd34ab64f config_group_find_item +EXPORT_SYMBOL vmlinux 0xd357c64e ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xd3583792 set_page_writeback +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string +EXPORT_SYMBOL vmlinux 0xd3644fb5 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd37416c7 framebuffer_release +EXPORT_SYMBOL vmlinux 0xd374574c dcache_dir_close +EXPORT_SYMBOL vmlinux 0xd37e5927 fasync_helper +EXPORT_SYMBOL vmlinux 0xd38295e3 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xd395bbf6 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xd3a0c777 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xd3a22667 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd3a8b856 param_ops_short +EXPORT_SYMBOL vmlinux 0xd3ac247c reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xd3bba1ab nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xd3bc25ef pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xd3cce00a make_kprojid +EXPORT_SYMBOL vmlinux 0xd3cfdfdd lock_rename +EXPORT_SYMBOL vmlinux 0xd3d8a690 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xd3f58211 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xd40070f1 put_cmsg +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4077ebc register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xd40c3f11 phy_start +EXPORT_SYMBOL vmlinux 0xd415a0ce security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd420e134 param_get_string +EXPORT_SYMBOL vmlinux 0xd428a3e5 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd43c33ac igrab +EXPORT_SYMBOL vmlinux 0xd4508bc9 get_user_pages +EXPORT_SYMBOL vmlinux 0xd45cacb7 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xd45ddb66 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd468067a netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work +EXPORT_SYMBOL vmlinux 0xd47a04be fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xd47d92a1 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd487ab37 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xd4956c06 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xd49d9b8b seq_path +EXPORT_SYMBOL vmlinux 0xd4a3e6ce da903x_query_status +EXPORT_SYMBOL vmlinux 0xd4ad6369 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c30f7f kobject_del +EXPORT_SYMBOL vmlinux 0xd4cddc12 phy_modify_paged +EXPORT_SYMBOL vmlinux 0xd4ce5632 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd4dda8d7 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xd4e00af7 read_cache_page +EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xd4ece725 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd50aac62 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd51fa258 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0xd523aa0c of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5724964 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xd573b593 kill_block_super +EXPORT_SYMBOL vmlinux 0xd57a7d63 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xd57e6fe4 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd59ad420 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd59ceffe __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5da0f21 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xd5daed90 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd5f52d4f netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xd5fc88c0 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xd606d42e snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd62125dc vfs_setpos +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62b6776 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd64cd465 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xd6530a24 km_report +EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract +EXPORT_SYMBOL vmlinux 0xd67a9a6b skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xd67b2152 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xd687a57a is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6995ab3 notify_change +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ad8c41 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xd6af8e37 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xd6b6633c dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6c75362 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xd6cea62f tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xd6d8948e may_umount_tree +EXPORT_SYMBOL vmlinux 0xd6e1aae0 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fac67d shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xd6fc2032 bdi_alloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd704531d tty_port_hangup +EXPORT_SYMBOL vmlinux 0xd70a0626 pci_pme_active +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd7181a2b vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xd731fea9 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd740bc3d set_nlink +EXPORT_SYMBOL vmlinux 0xd7414437 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xd756a423 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xd76f6099 vscnprintf +EXPORT_SYMBOL vmlinux 0xd77ee7f4 dev_uc_init +EXPORT_SYMBOL vmlinux 0xd79682e7 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a4b7e2 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xd7b64d86 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xd7b80897 lookup_one +EXPORT_SYMBOL vmlinux 0xd7bd2ad6 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xd7bedac5 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xd7c3cb71 touch_buffer +EXPORT_SYMBOL vmlinux 0xd7c61032 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xd7cdd5b2 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d8c7eb netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ebea6f unregister_nls +EXPORT_SYMBOL vmlinux 0xd81a37ca rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd8212d5c sget +EXPORT_SYMBOL vmlinux 0xd823ee0d sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd84aaa9e skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xd85056bb tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xd85e6a43 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xd86b61c4 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xd8714ca9 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xd875584a __genradix_ptr +EXPORT_SYMBOL vmlinux 0xd87792c4 tty_check_change +EXPORT_SYMBOL vmlinux 0xd880463f dquot_commit +EXPORT_SYMBOL vmlinux 0xd888de2a secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xd8949a7a unregister_netdevice_notifier_dev_net +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 0xd8aceee6 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8be7f2a rio_query_mport +EXPORT_SYMBOL vmlinux 0xd8d4864a mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xd8d7bf04 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xd8e6e691 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xd903931f fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9401145 task_work_add +EXPORT_SYMBOL vmlinux 0xd943d400 submit_bh +EXPORT_SYMBOL vmlinux 0xd94a526f scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xd95d9d8e blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xd9803306 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98d847c xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd98e8d7c set_blocksize +EXPORT_SYMBOL vmlinux 0xd99057a8 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd994c9ad __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xd9a88d16 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xd9abb8b2 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xd9b44c03 vme_bus_type +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bed8d3 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd9cad8eb __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dbdc74 _dev_warn +EXPORT_SYMBOL vmlinux 0xd9df2d96 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0xd9fec744 _dev_err +EXPORT_SYMBOL vmlinux 0xda01d58f key_validate +EXPORT_SYMBOL vmlinux 0xda18606c try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda43c1fd rawnand_sw_bch_cleanup +EXPORT_SYMBOL vmlinux 0xda45098b handshake_req_private +EXPORT_SYMBOL vmlinux 0xda50fbca trace_event_printf +EXPORT_SYMBOL vmlinux 0xda6b7e72 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xda729cb6 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xda7311e0 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xda82a382 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xda844110 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xda981a0c __scsi_add_device +EXPORT_SYMBOL vmlinux 0xdaaff8d9 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xdab0d791 genphy_update_link +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdacabb53 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xdad5eeda jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw +EXPORT_SYMBOL vmlinux 0xdadd1380 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xdae16d2c simple_open +EXPORT_SYMBOL vmlinux 0xdaf5cb23 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xdaf65445 vsnprintf +EXPORT_SYMBOL vmlinux 0xdb050f7d devm_rproc_add +EXPORT_SYMBOL vmlinux 0xdb061923 may_setattr +EXPORT_SYMBOL vmlinux 0xdb1fd5b3 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0xdb45b4e3 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xdb45c095 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xdb61e3ed bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7123ec sock_set_mark +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbafbd2c mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbd9286e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf02334 page_pool_create +EXPORT_SYMBOL vmlinux 0xdbfd9d87 mmc_free_host +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc10c3d3 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc20ff54 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xdc21a003 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xdc22f987 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc40652b ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5c7961 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xdc5eb492 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xdc623c4f dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xdc67ab0a pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xdc69fe5e vfs_ioctl +EXPORT_SYMBOL vmlinux 0xdc81901a wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xdc821676 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xdc8f42c8 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xdc94a13c ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xdc99c783 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xdcb091ce pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xdcb24d32 __folio_put +EXPORT_SYMBOL vmlinux 0xdcb83e78 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xdcbf6d52 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xdcd89dbd __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdddb09 phy_write_paged +EXPORT_SYMBOL vmlinux 0xdce156b0 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd17e8e8 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xdd1b2528 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw +EXPORT_SYMBOL vmlinux 0xdd2405b3 udp_disconnect +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd38ebfa simple_setattr +EXPORT_SYMBOL vmlinux 0xdd50387b lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xdd5c287d padata_do_parallel +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd631679 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xdd745464 cancel_work +EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0xdd845348 discard_new_inode +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdda29ece phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xddb670ef mtree_store_range +EXPORT_SYMBOL vmlinux 0xddbaae3e bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xddc85d26 shmem_aops +EXPORT_SYMBOL vmlinux 0xddd09b18 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0xddd43449 put_fs_context +EXPORT_SYMBOL vmlinux 0xdde483d6 of_iomap +EXPORT_SYMBOL vmlinux 0xddf3e7cc get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xddfc2d99 devm_memunmap +EXPORT_SYMBOL vmlinux 0xde0cae2d tty_register_driver +EXPORT_SYMBOL vmlinux 0xde15bda7 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xde1db04e nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL vmlinux 0xde24bf95 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xde2ce485 unix_get_socket +EXPORT_SYMBOL vmlinux 0xde30d094 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xde3396ea blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xde4bf88b __mutex_init +EXPORT_SYMBOL vmlinux 0xde514782 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xde55e795 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xde580202 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xde7109f3 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xde94a5a0 of_match_node +EXPORT_SYMBOL vmlinux 0xdeb3d812 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdede318f dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xdedeb0b2 dquot_initialize +EXPORT_SYMBOL vmlinux 0xdeecc2c7 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xdef05452 invalidate_disk +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef81d55 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdf05752b of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xdf1897d2 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf313c49 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xdf31f2d3 sk_common_release +EXPORT_SYMBOL vmlinux 0xdf3a693d crc_t10dif_update +EXPORT_SYMBOL vmlinux 0xdf4530f9 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5568a4 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xdf59afc3 __do_once_done +EXPORT_SYMBOL vmlinux 0xdf6530a7 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xdf7ffddb vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfa353b1 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0xdfab14e4 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xdfb9efbb i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xdfcc8861 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xdfcce831 inode_set_flags +EXPORT_SYMBOL vmlinux 0xdfd2728f ppp_unit_number +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00195b1 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xe006f601 wake_up_process +EXPORT_SYMBOL vmlinux 0xe029d368 rpmh_write +EXPORT_SYMBOL vmlinux 0xe02edc7d revert_creds +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe065d6b2 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe098573f _dev_printk +EXPORT_SYMBOL vmlinux 0xe09bcf7c netdev_change_features +EXPORT_SYMBOL vmlinux 0xe0aa3eb7 wireless_send_event +EXPORT_SYMBOL vmlinux 0xe0ad418b unregister_md_personality +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b5bfa9 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0e8413a pin_user_pages +EXPORT_SYMBOL vmlinux 0xe0e93c59 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xe10a0e2d pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1194def mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe135ba9e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0xe15ded68 register_quota_format +EXPORT_SYMBOL vmlinux 0xe15e52d6 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xe19faffc netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xe1ac0442 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xe1b1f00d tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xe1baa503 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xe1c89952 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xe1d0faab xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e26f49 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xe1e79e1b genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xe1ff50b8 snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0xe21cea64 fault_in_readable +EXPORT_SYMBOL vmlinux 0xe21dc412 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe248e2ca sockfd_lookup +EXPORT_SYMBOL vmlinux 0xe24a59e0 of_changeset_create_node +EXPORT_SYMBOL vmlinux 0xe2517823 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xe25bc8f7 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xe25e6049 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe268fe2c flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xe2742cdb page_mapping +EXPORT_SYMBOL vmlinux 0xe285e072 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xe286810c tcp_ioctl +EXPORT_SYMBOL vmlinux 0xe28de726 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xe29ca083 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xe2c05dd4 cdrom_release +EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f2e3e2 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xe2f3d99f rename_lock +EXPORT_SYMBOL vmlinux 0xe304b5db tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0xe306330f t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xe309bd4d bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xe30f3fe9 phy_print_status +EXPORT_SYMBOL vmlinux 0xe31c8077 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xe3205168 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xe3251db9 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33c3355 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xe34dae5b _copy_to_iter +EXPORT_SYMBOL vmlinux 0xe353cf34 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xe3765414 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xe37a6103 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xe37ab5dc bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xe3827306 file_update_time +EXPORT_SYMBOL vmlinux 0xe38a7cdd sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a84a86 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xe3c18d4f skb_store_bits +EXPORT_SYMBOL vmlinux 0xe3d0860f in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe3d4587e pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fbd30a _raw_write_trylock +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe41a8b16 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe41d3e32 tty_devnum +EXPORT_SYMBOL vmlinux 0xe428c038 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xe44a6e25 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xe45164b5 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xe46d9bab tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xe488d5b3 of_node_put +EXPORT_SYMBOL vmlinux 0xe48fc1ab sk_wait_data +EXPORT_SYMBOL vmlinux 0xe497fabe scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xe49ec3f1 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xe4a7c0ac from_kgid_munged +EXPORT_SYMBOL vmlinux 0xe4bddead devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xe4bea99f dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xe4c0c971 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xe4c35575 sk_alloc +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4ce9ac4 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe4d56d82 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xe4e8ff2a pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xe4f248ff ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xe5170d86 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe51e612f devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xe51f7f6a nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe543a56b jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xe5558a35 inc_nlink +EXPORT_SYMBOL vmlinux 0xe569c037 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56bb544 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xe577fa7c register_sound_mixer +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 0xe5a05aef rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xe5bb670f ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xe5c4b1c4 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cde5ec sock_no_bind +EXPORT_SYMBOL vmlinux 0xe5e562eb default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe5eccf80 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xe5f6f93d truncate_pagecache +EXPORT_SYMBOL vmlinux 0xe60ff059 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xe61a66e4 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xe61f0c4e kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xe62646e2 nand_ecc_sw_bch_correct +EXPORT_SYMBOL vmlinux 0xe62cdb0e memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xe65135a4 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xe65480b0 dst_alloc +EXPORT_SYMBOL vmlinux 0xe6571e8e dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xe657f7b7 tty_kref_put +EXPORT_SYMBOL vmlinux 0xe660356c fs_bio_set +EXPORT_SYMBOL vmlinux 0xe667a154 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xe6717888 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xe6885503 input_event +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe6a2a4f7 elevator_alloc +EXPORT_SYMBOL vmlinux 0xe6a7dccf scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xe6a89d54 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xe6be3bdd __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xe6c67ff8 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d2d2eb flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xe6d3169d file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xe6d76299 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xe6d78d09 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xe6e8ac57 path_is_under +EXPORT_SYMBOL vmlinux 0xe6f0f2f1 can_nice +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe70b6bce d_lookup +EXPORT_SYMBOL vmlinux 0xe713ef17 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xe71ae50e d_alloc_name +EXPORT_SYMBOL vmlinux 0xe721af49 ip_output +EXPORT_SYMBOL vmlinux 0xe73423e6 key_move +EXPORT_SYMBOL vmlinux 0xe73f5b84 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe76fc0fb iptun_encaps +EXPORT_SYMBOL vmlinux 0xe7794016 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xe798d23c backlight_device_register +EXPORT_SYMBOL vmlinux 0xe7abb252 mtree_insert_range +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7cbbda9 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e4d52a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xe7ecf91a find_vma +EXPORT_SYMBOL vmlinux 0xe7f531e3 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xe7f9cd16 param_get_ulong +EXPORT_SYMBOL vmlinux 0xe811e7f3 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe82b0260 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xe82ef58f iov_iter_init +EXPORT_SYMBOL vmlinux 0xe83231c1 tcp_check_req +EXPORT_SYMBOL vmlinux 0xe83664b3 __sock_i_ino +EXPORT_SYMBOL vmlinux 0xe87035c4 is_nd_btt +EXPORT_SYMBOL vmlinux 0xe88539c2 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe8a4900a nla_reserve +EXPORT_SYMBOL vmlinux 0xe8abf132 tcf_em_register +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8bb856f kernel_read +EXPORT_SYMBOL vmlinux 0xe8bc43e0 inc_node_state +EXPORT_SYMBOL vmlinux 0xe8cd0a2c crc32_le_shift +EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d9deec ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xe8f42d8c irq_stat +EXPORT_SYMBOL vmlinux 0xe8fec0f3 thaw_bdev +EXPORT_SYMBOL vmlinux 0xe8ffa1c9 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xe90a7195 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write +EXPORT_SYMBOL vmlinux 0xe94c7547 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95f39c5 from_kgid +EXPORT_SYMBOL vmlinux 0xe9628ce8 sort_r +EXPORT_SYMBOL vmlinux 0xe965be7e tty_register_device +EXPORT_SYMBOL vmlinux 0xe965d302 block_write_begin +EXPORT_SYMBOL vmlinux 0xe97a791b mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xe987a777 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0xe98bb6b1 ipv4_specific +EXPORT_SYMBOL vmlinux 0xe991decc vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0xe9b9583c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xe9c0063f iunique +EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe9e35cc8 snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea1cae44 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xea378c65 mdio_device_free +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea4bb413 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xea5902dc ip6_output +EXPORT_SYMBOL vmlinux 0xea59690b of_device_get_match_data +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea942f94 skb_push +EXPORT_SYMBOL vmlinux 0xea9fd268 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0xeab54c21 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xeac1ac6d copy_from_iter_toio +EXPORT_SYMBOL vmlinux 0xeaddf94a ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xeaeca48a snd_power_wait +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafc23b0 submit_bio +EXPORT_SYMBOL vmlinux 0xeb002fd7 sk_dst_check +EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl +EXPORT_SYMBOL vmlinux 0xeb15becd input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3ebc53 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xeb4337f7 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0xeb4a5744 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xeb53178a crc8 +EXPORT_SYMBOL vmlinux 0xeb53ee8f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb593586 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xeb60c029 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xeb650c9a iput +EXPORT_SYMBOL vmlinux 0xeb6c453a __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xeb70ae2f tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xeb71fae8 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xeb74700f reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xeb77877c tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xeb7e1016 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xeb823218 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba3b1bc key_type_keyring +EXPORT_SYMBOL vmlinux 0xeba4bcbd zero_user_segments +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebcce097 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xebd2a698 fd_install +EXPORT_SYMBOL vmlinux 0xebe632db zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xebef650d bio_split +EXPORT_SYMBOL vmlinux 0xebf2794f __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xebf57091 __netif_rx +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec243994 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xec246fc7 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xec465b9f inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56fdd1 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xec5be53d d_drop +EXPORT_SYMBOL vmlinux 0xec5e9dd7 seq_lseek +EXPORT_SYMBOL vmlinux 0xec60889f padata_free +EXPORT_SYMBOL vmlinux 0xec6c0226 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xec91cb98 tcp_read_done +EXPORT_SYMBOL vmlinux 0xec99cc7a tcp_seq_start +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaeabcc single_open +EXPORT_SYMBOL vmlinux 0xecb3f24c snd_compr_malloc_pages +EXPORT_SYMBOL vmlinux 0xecd50529 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl +EXPORT_SYMBOL vmlinux 0xecff079c kobject_init +EXPORT_SYMBOL vmlinux 0xed1684b0 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xed294d2e phy_attach_direct +EXPORT_SYMBOL vmlinux 0xed2b0d9c snd_soc_alloc_ac97_component +EXPORT_SYMBOL vmlinux 0xed46aaa6 generic_file_open +EXPORT_SYMBOL vmlinux 0xed4a31b5 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed89d84d wireless_spy_update +EXPORT_SYMBOL vmlinux 0xed930cbb udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedb7ecbe __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xedb94288 sk_ioctl +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbfa173 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc69349 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd747dc tty_port_destroy +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xedf8c54b skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0xedfcfbc5 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0366fd pci_enable_msi +EXPORT_SYMBOL vmlinux 0xee0d97b6 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xee132dfc misc_register +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee38c547 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit +EXPORT_SYMBOL vmlinux 0xee4d20f0 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xee4e1b2e rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xee4eb1c3 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xee5022cc sock_release +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5a85be blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xee5f62e9 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xee6023bc of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee922b77 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0xee92e22f mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xee9a3f4d phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeedf13ca ping_prot +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef275ab devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xef1bf60c mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0xef21c57d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xef2ceeb0 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0xef499d38 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xef617ab1 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xef8490f3 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xef92268f skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xefa8937b proc_create_single_data +EXPORT_SYMBOL vmlinux 0xefb1e3c3 vme_lm_request +EXPORT_SYMBOL vmlinux 0xefb21523 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xefbd5f85 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xefcd8103 freeze_bdev +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn +EXPORT_SYMBOL vmlinux 0xf01f1688 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work +EXPORT_SYMBOL vmlinux 0xf0310eff md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xf04b3f1a md_register_thread +EXPORT_SYMBOL vmlinux 0xf0631012 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xf06a5984 pci_clear_master +EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xf07062da invalidate_bdev +EXPORT_SYMBOL vmlinux 0xf0962cac sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xf09ae92e param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09e514d tso_start +EXPORT_SYMBOL vmlinux 0xf0a343ed release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf0a43917 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb +EXPORT_SYMBOL vmlinux 0xf0ef52e8 down +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf0ff7ddb proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xf102732a crc16 +EXPORT_SYMBOL vmlinux 0xf114cd71 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1341e48 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xf147d391 vga_get +EXPORT_SYMBOL vmlinux 0xf1533e90 init_pseudo +EXPORT_SYMBOL vmlinux 0xf1553212 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xf17d71b2 napi_disable +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 0xf1a35dca phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xf1aa1fd0 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xf1ad9c4b tegra_ivc_align +EXPORT_SYMBOL vmlinux 0xf1c032f2 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xf1c0cc54 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1de2377 page_symlink_inode_operations +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 0xf1fe2263 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xf2110422 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xf211e68d input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xf217d499 zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24435af snd_pcm_set_managed_buffer +EXPORT_SYMBOL vmlinux 0xf2475e3c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xf2507a97 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0xf2509de6 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xf256e453 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xf26131aa sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26ec9e1 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xf26eeb24 pci_request_region +EXPORT_SYMBOL vmlinux 0xf27b1ef5 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf2a0b794 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf2a57cc6 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ab2271 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL vmlinux 0xf2afd741 build_skb +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e1c420 set_posix_acl +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e81ba7 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf3023216 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xf30b0d9d mmc_request_done +EXPORT_SYMBOL vmlinux 0xf310bac7 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf312cc55 fb_pan_display +EXPORT_SYMBOL vmlinux 0xf3169604 security_path_unlink +EXPORT_SYMBOL vmlinux 0xf31a15a3 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xf321a0dc jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf3533b49 filemap_fault +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35d468f tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf361e7a7 uart_match_port +EXPORT_SYMBOL vmlinux 0xf362dc7f arm_clear_user +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf372be8b kill_anon_super +EXPORT_SYMBOL vmlinux 0xf38a6f57 gnet_stats_start_copy_compat +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 0xf3bff69f mpage_readahead +EXPORT_SYMBOL vmlinux 0xf3c2f558 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xf3c84d3b mmc_retune_release +EXPORT_SYMBOL vmlinux 0xf3d0b495 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf3d2e352 __phy_resume +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e16a56 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xf3eb1323 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xf3ed37ca pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xf3fe2b22 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf41e7f22 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf42a1196 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL vmlinux 0xf432d9f3 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xf4358067 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xf43b6281 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xf43c9f90 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xf4409076 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xf44235af tso_build_hdr +EXPORT_SYMBOL vmlinux 0xf44354e6 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xf445930a ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44ae73a md_write_end +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf45156aa of_node_get +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf494e63b i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xf4974925 block_write_end +EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic +EXPORT_SYMBOL vmlinux 0xf4ae84d1 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xf4b5c59f security_path_rename +EXPORT_SYMBOL vmlinux 0xf4caa6aa seq_open +EXPORT_SYMBOL vmlinux 0xf4d95d1f netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf503abea pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf5314624 dm_register_target +EXPORT_SYMBOL vmlinux 0xf53b2ce4 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54ff577 generic_perform_write +EXPORT_SYMBOL vmlinux 0xf55c8b6d __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf571d103 dcb_setrewr +EXPORT_SYMBOL vmlinux 0xf579a69a dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xf5841146 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xf5852deb pcie_set_mps +EXPORT_SYMBOL vmlinux 0xf58817fb fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xf5a7d589 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xf5aafece trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xf5b666ef __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xf5db30ae gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xf5ddd6f1 from_kuid +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf61b68ed tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xf61e0b74 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf62621db serio_interrupt +EXPORT_SYMBOL vmlinux 0xf62aaddf mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf637a46e drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xf63e3a6a phy_config_aneg +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64bf255 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf64ff9d8 ps2_end_command +EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf67230eb nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xf673ae96 bioset_exit +EXPORT_SYMBOL vmlinux 0xf679dfe5 vmap +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6a1a5f1 register_sound_special +EXPORT_SYMBOL vmlinux 0xf6a65042 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xf6b800db tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xf6beb8f2 km_query +EXPORT_SYMBOL vmlinux 0xf6e4df71 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0xf70ac7b2 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xf70bfc48 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb +EXPORT_SYMBOL vmlinux 0xf7282bb0 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0xf72c6bbc __mdiobus_write +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf7427282 ihold +EXPORT_SYMBOL vmlinux 0xf75c1bc6 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf785b987 pci_map_rom +EXPORT_SYMBOL vmlinux 0xf78fde24 input_unregister_device +EXPORT_SYMBOL vmlinux 0xf790186d generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xf7906c5a jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xf79903ec pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xf79dfe71 fc_mount +EXPORT_SYMBOL vmlinux 0xf7a5c1c2 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf7a60175 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xf7a62a6d xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xf7a986e6 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf7aed6ca sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xf7cd1e56 config_item_get +EXPORT_SYMBOL vmlinux 0xf7cf7a38 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xf7f13600 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xf808ac63 fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81f7ce5 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top +EXPORT_SYMBOL vmlinux 0xf8411d46 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xf84ac6ca inode_insert5 +EXPORT_SYMBOL vmlinux 0xf862941b mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xf86b5260 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xf86b6af6 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xf86f27cd idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xf87026a7 ethtool_notify +EXPORT_SYMBOL vmlinux 0xf8759698 snd_card_new +EXPORT_SYMBOL vmlinux 0xf8764dce mntput +EXPORT_SYMBOL vmlinux 0xf877ced4 mpage_writepages +EXPORT_SYMBOL vmlinux 0xf883066c neigh_table_clear +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf89e0864 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xf8be439e __skb_ext_del +EXPORT_SYMBOL vmlinux 0xf8c8be2f security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fb71ef tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xf90e900a scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xf9103eb9 pci_iomap +EXPORT_SYMBOL vmlinux 0xf915e6f9 unlock_rename +EXPORT_SYMBOL vmlinux 0xf92f5781 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf945a9dd validate_slab_cache +EXPORT_SYMBOL vmlinux 0xf962a319 ram_aops +EXPORT_SYMBOL vmlinux 0xf962b343 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf982ddc0 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xf9877d54 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xf9879ef8 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xf99a3315 snd_unregister_device +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a74769 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xf9c9a56f param_set_ulong +EXPORT_SYMBOL vmlinux 0xf9dfbe92 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xf9e156dc fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xf9ed66da nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xf9f0c951 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0c3171 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xfa1e5ea0 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xfa380820 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xfa4a2519 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xfa4a44f8 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xfa4baee5 pci_dev_get +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa67ea79 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xfa723565 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xfa72be38 xa_get_order +EXPORT_SYMBOL vmlinux 0xfa79c6ab __bio_advance +EXPORT_SYMBOL vmlinux 0xfa828277 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xfa96da23 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xfaa68094 bdi_unregister +EXPORT_SYMBOL vmlinux 0xfaaa981b dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xfabe5ebc xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacba357 rproc_detach +EXPORT_SYMBOL vmlinux 0xfad4884c pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xfad8cd6e mmc_release_host +EXPORT_SYMBOL vmlinux 0xfaf1fe18 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL vmlinux 0xfaf6113c component_match_add_typed +EXPORT_SYMBOL vmlinux 0xfb094cf9 snd_device_free +EXPORT_SYMBOL vmlinux 0xfb190c40 inode_init_once +EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read +EXPORT_SYMBOL vmlinux 0xfb336634 mempool_destroy +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb5e150d mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73fb10 inet_frag_find +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfba49e22 flow_rule_match_enc_control +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 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xfbbccc4d rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc61c6c dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xfbd0db68 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xfbd7fa4e fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xfbdb353d trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xfbdb6f41 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xfbdc7eff pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xfbdfd3f1 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfbea611e _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfbef38e6 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xfbefd189 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xfbfde9cb scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xfc01446c pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xfc09b501 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xfc0b87be xp_dma_map +EXPORT_SYMBOL vmlinux 0xfc230225 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xfc31eec2 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3f3589 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfc404655 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4da8ed clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xfc5d299c udp_seq_stop +EXPORT_SYMBOL vmlinux 0xfcb45520 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xfcc55f73 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd6fcd1 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xfcdf4b22 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfced48d2 freeze_super +EXPORT_SYMBOL vmlinux 0xfd00e2d0 skb_condense +EXPORT_SYMBOL vmlinux 0xfd040303 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xfd23c429 ps2_command +EXPORT_SYMBOL vmlinux 0xfd23f45d vfs_readlink +EXPORT_SYMBOL vmlinux 0xfd36844b unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xfd437948 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfd527056 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xfd6f43b9 sock_i_ino +EXPORT_SYMBOL vmlinux 0xfd86f975 pci_release_regions +EXPORT_SYMBOL vmlinux 0xfd8af72e noop_qdisc +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd93f883 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xfdad2367 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xfdaf5244 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xfdbd7a65 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xfdc0e1b7 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd78930 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xfdeecf34 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xfdf1075e __fs_parse +EXPORT_SYMBOL vmlinux 0xfdf8adf0 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe08fd87 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xfe0c5f48 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xfe0df22b locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xfe171764 ioremap_page +EXPORT_SYMBOL vmlinux 0xfe1739e5 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xfe1bac7f mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xfe1dd72b filp_close +EXPORT_SYMBOL vmlinux 0xfe272a34 kernel_bind +EXPORT_SYMBOL vmlinux 0xfe41829c xa_store_range +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4d6e6f __netif_napi_del +EXPORT_SYMBOL vmlinux 0xfe4eaac9 md_check_recovery +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6231d2 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xfebed44d netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xfec585e3 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xfecb1f86 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xfed7852a kobject_set_name +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedd81ba fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xfee9468c mii_nway_restart +EXPORT_SYMBOL vmlinux 0xfeeeafb3 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xfef73b76 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xfefc1868 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff03b015 page_symlink +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff24888f fb_set_suspend +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2b6755 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xff2c301e copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff62c697 simple_empty +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xff905061 cqhci_irq +EXPORT_SYMBOL vmlinux 0xff996450 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xffad2e50 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xffb23a90 kset_unregister +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffc0c1bc dev_uc_flush +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffdb4fb7 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xffed744a devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff2aa2e blk_set_runtime_active +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x4a8e1f0c sha1_update_arm +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0xb52a80cd sha1_finup_arm +EXPORT_SYMBOL_GPL crypto/af_alg 0x25f7b1bf af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x31c7db6b af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x3ed7c202 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x4c6c0aa5 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x5d8365a1 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x601c64b1 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x7c61fe2e af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x871734bb af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x8d7d712a af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xb984d37c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd3a439ce af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xdce8e3dc af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe66d2574 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xecb93ba0 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xfab44e04 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xb1cbee6b aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x495a0a1e async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x848a131a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb71b2fac async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0e2c8cc2 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x15eb7343 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3e6f1b70 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x58bbcbab async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xbd962b3b __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe08d1ef1 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x02a5a428 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x19397fb6 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x496f88a7 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbddfadbc async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xaea7fa4d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xe73a358b 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 0xe3987b6d 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 0x139b16e8 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x24a91f9f cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3388daf5 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x39095a8f cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x3d3d0eed cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3fba7e46 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x4469fecf cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x99dc0988 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9d802b75 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc892e55c cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xce7ec50d cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xdeb91c7c cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf592421b cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0b37d9d0 crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x14cf3e58 crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x21528427 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x40d31a6c crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5406ebac crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x59087f7c crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x60a79698 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x60f01b8a crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x654c2789 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6eacd629 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7f0ee650 crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x84611305 crypto_engine_unregister_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8c7cb99e crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8da0928f crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x903242e5 crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa104bec7 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa2653339 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb23b023a crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb44f0be5 crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb5d81378 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc22d0ad8 crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xca6db618 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd70f0972 crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdc785e9f crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe2ac40bf crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe83cc9b5 crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe8c32d9b crypto_engine_unregister_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5ff60cf crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfabf1996 crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfc6a696e crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xff5c3e9a crypto_engine_register_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x021947b0 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x628c303b simd_register_aeads_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 0xcae7c3be simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xdebaa304 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 0x42c78b47 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x35d97f1f 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 0x2b603b64 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 0x2debe5af 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 0x0bd26cc1 spk_var_show +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 0x43349272 spk_var_store +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 0x480bc857 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4ed1ea86 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5b4c8908 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x63a03945 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x66fef0bf spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x71126240 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7f22cad2 synth_add +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 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbe4bc653 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbe5cbf0d 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 0xc64571a8 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc7d4c592 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcff6b815 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xdb623441 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x893aedc6 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xeaf58e81 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x1ac610c5 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x5d5828a4 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 0x964d2b8a linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xd3af8364 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x25e117ac regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x28e1655b __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xaa956269 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xa1a851dc __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x3143f76c __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x827a66da __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x52267b2a __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9e6d5c77 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x42d5c409 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xc7ef5b46 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x4134084d __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x4c160176 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x1fb0e287 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x5ebb9ba0 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x6d7ba345 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb87acec6 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb97dcb08 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xcd1918ff __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x066018e0 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xc417720d __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x01776122 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ac99273 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1113a8d7 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x168fbc18 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x16d31a7b bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b28b5ea bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1f5c9cfb bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x21c915a5 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x260eb79e bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x28ed2d5d bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x38a8f87c bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5321f73a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5c6a3088 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x713391e3 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7e590a44 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81a30f92 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ef4b627 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbcd931af __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2faf863 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd470d788 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde147828 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe37d37d8 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9226fb2 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf7bde009 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x003ea367 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x71288230 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x72c2f6cf btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa8452c37 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa8a53dbf btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc267609a btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd38b7125 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf1bb35a2 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x02d5e20e btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2148e538 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x284654ec btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3474d384 btintel_recv_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x348ae021 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3ae4c3fc btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4f3479cc btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4fa48f78 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5c9d02d5 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6806802a btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7974f746 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8699a579 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8eb9d6cf btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc3183092 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc90d4405 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcd2a1663 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe6f2b280 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xed1eb522 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x216393f8 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x320dee84 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x341e0490 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3e929e25 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x690b9812 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x74705a4b btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x80fcd9d8 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9a24d9f5 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4079e72 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd9de16e0 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xea54471b btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x00e479c4 btmtk_reset_sync +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x0b06708c btmtk_register_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x17d1d47e btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x977d509d btmtk_process_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xf9bfbc62 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xfa50e229 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0c9a97e2 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0fffd409 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1c936266 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa3bb3c5f qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xacf21a43 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x03805d3e btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb8afbcb7 btrtl_set_driver_name +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xda3b4fcc btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xe5f93035 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf74dd259 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xfc96f6eb btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xfe0fdfbc btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x338a2888 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x884aba60 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9a53fefa hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xb6583a55 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0010a9e5 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x23a9252b mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x44965c1f mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4d139e8c mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5ecbb79b mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x740e72a3 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8310ff56 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xecc16e42 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x04b340b8 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06e6a34e mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0753ec4c __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x13033606 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1c2be525 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1cbb97b6 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x205675ca mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3c2858b5 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4d0251f9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x57cbc422 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x68ab0368 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7f764c11 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x80e35ecd mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82331e80 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8e83ad68 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x92cf6b10 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9ddfa1df mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa4203882 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbb683ba8 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbc92e766 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc071db51 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcbbc7522 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcdc640d7 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcdce497d mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd7ebdcfa mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xddc7e6f2 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe2e05270 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe404a894 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeb5915f8 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeba7ecb8 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x1cf7356e moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x22997da0 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x666862b5 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x83bd0f3a __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 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 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 0x49610c84 qcom_cc_probe +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 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5a05403d devm_clk_register_regmap +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 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 0x7c968d2e qcom_cc_map +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 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 0x90a9736d qcom_cc_probe_by_index +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 0x95d1c5f9 qcom_cc_register_board_clk +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 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 0xcc70f166 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd1884fc7 qcom_cc_really_probe +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 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 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xecfd463b qcom_cc_register_sleep_clk +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 0x073a465e comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0df213b9 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x11e1d698 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x14c74bb8 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x19bd3430 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x269c708f comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x26d2d189 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2b978130 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2ca0eac1 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2ee96531 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x30db51e6 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x365f1ff8 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x416705c0 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x46d111cc comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4dba80d8 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4f176adf comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x61006376 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x63f017e8 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6897c43f comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6b9e846a comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7702a228 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7d5faad8 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x80de24f5 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x817fb5ad comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x82a8cf57 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x83b8b18a comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x88243b59 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x972f8580 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9759b29d comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b938fb1 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9d53d1a5 comedi_handle_events +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 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb6ddcf4 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xddb7c7ad comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdf3a7d9d comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf408c05f comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf4c6d845 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0bb752f6 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x199b320d comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3df2e1ef comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x490fc303 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4f1bb527 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x882aab8f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa00dd944 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe4ffff43 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x242eeda2 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2dbd92fe comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x97bd4b30 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xaf9e1fa4 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb31e765a comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf85cc709 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x7a0c4c68 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x23859611 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x53ad0276 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x2be481f9 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x00782228 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0ff66ed0 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x25e26457 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x55aac0f1 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x62ea21f8 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6ca0dbdf comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x79750a61 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9825a84b comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9fe72340 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa0207bca comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd21ed7f1 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf1cee94f comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfb35c38d comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x56a86b98 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x794a766f subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xe2dffa16 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x56b891f7 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0112aa34 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0d4a9d66 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3773b8b0 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x466c7389 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x560b3486 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5fa288e3 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6f133317 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x79789271 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x87a04540 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x87a5bbb3 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x889ce6d9 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaa753178 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaf00b724 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb2a0e4e3 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe56a4d7e mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe57b2356 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x9e8bd8cf labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xa040a836 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 0x142d0fc9 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2f022fc7 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4b476626 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5140ea18 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x56487d75 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5d25eec2 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5edae2af ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6994717e ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6da68d69 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7b114624 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x89cb3ca7 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb2081108 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb9fb4e0a ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc23149ee ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xca8da657 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xdf2f8a9b ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x25dd4583 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x42ff25b9 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x46eccf3a ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x57f551d3 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xaef86139 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xe89ef940 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x23e5afff comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8399f0c9 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8a82ce3f comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x9e635594 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xab44225d comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb08c7397 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xcb6df64a comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1460b5a8 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x14765d9f adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15a4114f adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1a09484a adf_dev_measure_clock +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1b5ca1af adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2583ddc3 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x273c6472 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2a490218 adf_cfg_dev_remove +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 0x305a4e23 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3604553f adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x362b9780 adf_gen4_enable_pm +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 0x4454476a adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4b3ce1b5 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4e10644a adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x50bec30a adf_gen4_timer_stop +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x520d2603 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x59785d4f adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a90b63b adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5e6fe8a8 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x63e74910 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x643512ac adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x67a2542f adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6a7ea208 adf_heartbeat_save_cfg_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6ccd5c5c adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x726a4472 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7e45d060 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x81303be3 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x82620278 adf_heartbeat_check_ctrs +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x86c9f7c5 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a95c70f adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8dc81a10 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8e394802 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8f7f632d adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x901ae836 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x93d8d0a0 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x95ed9636 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9d7c950d adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9f21973e adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa48a5d12 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa71626f2 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xab26a1a4 adf_heartbeat_dbgfs_rm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xae4be07e adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xae5d24c4 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb22bf294 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb2d42196 adf_cfg_get_param_value +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 0xc5a54e3a adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc80a867e adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc83a72fd adf_sriov_configure +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 0xcd5ba1fd adf_cfg_dev_add +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 0xd6b12e51 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xda0e1414 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdc0645dc adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xddc9679c adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdf297586 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdfc3e0cb adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe0f4bcf1 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe2e2371f adf_heartbeat_dbgfs_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe31ec048 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 0xe8aca0e0 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe8e2d627 adf_gen4_timer_start +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe9326ba5 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeb037b01 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xed7f8f89 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xef202604 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xefcc7680 adf_vf2pf_notify_shutdown +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 0x1ca0d004 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xa32a64ca dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x023b075f dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1f1bd21a dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x2df6251a dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x43baad85 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x79325d01 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xce4ea9e8 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe6338300 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x92cc0deb hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb2d272a0 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x14ee6c5b fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xcea8ce9f __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x2e5fe14c get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0xb2584e4c mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xfee64ce3 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x182448e5 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1f3deee3 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x204437a2 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x33158a84 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x339cda89 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3c210a1b dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3e83b2d3 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x448ba90c dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x52e0b24e dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5302bc20 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x69d61c7a dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6efaf61b dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x724beed1 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x762c756e dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x81df9ab4 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8427a144 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x96ba3f4e dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xab06c3f8 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb11f3bd6 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb1f5e1c7 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd5761345 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd8aeffbe dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd9b368af dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe744db9e dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x080d6533 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2721c1af fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x272b7de4 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x6626f094 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7242c696 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x75c11cba fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7f4b10a3 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa9ed27c3 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf3bb89a6 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0c378600 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2da41be9 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3457e840 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4146f57c fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5004f607 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7553d304 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x79a987ac fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x87b6aa1d devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcba63d91 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcd7fa91e fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd6f41ebe fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xee48ba47 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf1edc576 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x0efd563b fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x364537af fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x72051432 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7b54dd74 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xc66ba574 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0647528e fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x23e6968c fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3101dac4 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a993222 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5ddd9591 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7d157333 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x88126a4a fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x8a3dd25d fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x91f6ce95 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x92e9b1eb fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xad6c3516 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xb98f117f fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xda56b011 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xde2bfc37 fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0xa4ae0b07 fsi_master_i2cr_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0xd3e0013f fsi_master_i2cr_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x9bbf5cab fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x0ee8c080 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xeff07d34 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x2e7c2430 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x81645803 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd7879bf4 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd98e287d gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf21906b0 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xabe92c2b gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xcb17d800 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xcbb27998 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xda5a2dff gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xed54a818 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x13bc8345 aspeed_gpio_copro_release_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x5dcbe46c aspeed_gpio_copro_set_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x87936133 aspeed_gpio_copro_grab_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xea5f023e devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x778ce467 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xc70891d3 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x3a783b99 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xa0753f4a 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 0x02966cc9 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0774c71f analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x08344316 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x1d81d40b analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3a8d315e analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xab9e31da analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xaf8e85b4 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe146b32e analogix_dp_remove +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 0x24dc1461 ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x2da3c494 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x509fe31e ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x779df935 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x90eb6678 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xa0af44e6 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xa7b374a1 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xb41186f5 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc4f60b4e ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xdfdd0431 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xfbee9595 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x1256aae4 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x3043913e samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x69809c83 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 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 0x98db0c83 dw_hdmi_bus_fmt_is_420 +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 0xa273855a dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xa741d5e4 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 0xd3c2ce40 dw_hdmi_bind +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 0x2ca27e56 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 0x7203ee37 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x4832b4be drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x2d529a55 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x5d1de334 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x876b0cb2 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xcbee9708 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf5380c10 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e5b52dd drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x124d3a11 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x13d4f2cb drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1fc66d0e drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x24bcf7ca drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x29863ce0 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x469e12e9 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x53da0322 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x56afe6d7 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x65e68ca1 drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x68c8594f drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x699f5cfc of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6a85cda1 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6d5b1f30 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x70aa7f64 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x72b96a32 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x741a6241 drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x794034e4 drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7e8e294f drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7ed3bce7 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x802d2d4f drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8536212b drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8927e4f7 drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8af6a89f drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8ca1c346 drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9d00b6e1 drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9f1542fa drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9f96c6b0 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb0f9f1e6 drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb6275449 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb66d62b6 drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba493c83 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbb5e373c drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbfa13c25 drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc25d07a2 drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc4592daf drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd00ddfb6 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xde53ef77 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe529baa1 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf10fc7c1 drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf227863a drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfd2092ed drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfd6c6830 drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe04cf95 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3aa8032e drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4f3701df drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5648c274 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x847c6d9b drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8928305c drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9b57d455 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc3884bb9 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc920092c drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xdc10dba2 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe641519b drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xeca57c2a drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xef730d5f drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7df104bd drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x81ab75e9 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbf31d827 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc77d58f8 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc9360e0f drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xca578d80 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd0afd5c1 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xffd9944b drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x35d9ce0d drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x630426c2 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6aacd640 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9803959a drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x984e1027 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcc82eeaa drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcfaa432f drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd2b7da84 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/ipuv3/imxdrm 0x221c2537 imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/ipuv3/imxdrm 0x77f76853 imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/mcde/mcde_drm 0xfa6a5e0d mcde_display_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x223db106 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x8548c2b8 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 0xcc67de20 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xd9661c97 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xdfa44750 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x22991cb4 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xfc3c801d s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x5ecc9911 panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xcc4a36ef pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x28502b91 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x54b8d33a rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x8a63eb2f rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xf9ffcbdf rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x333a642d rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x6867cc67 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xc2b011fe rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xdb5b1abe rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x427d3263 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xcc8c3c98 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x3b63a0ac vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xb3f31220 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xcecdecf5 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x2e936e6b ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x3e258273 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x41f7c4ba ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x29bf0474 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x73e078bc host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xa0f505c9 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x02867a7c ipu_idmac_wait_busy +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 0x06125938 ipu_vdi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0728116a ipu_csi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x07378047 ipu_cpmem_set_axi_id +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x09696f81 ipu_cpmem_set_format_rgb +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 0x118160e1 ipu_ic_enable +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 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x17647074 ipu_cpmem_set_burstsize +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 0x19e4785a ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1cde9426 ipu_prg_present +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 0x230842b2 ipu_map_irq +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 0x25ed156d ipu_image_convert_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x26132ff5 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x27670410 ipu_ic_task_idma_init +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 0x2f163e4a ipu_cpmem_set_rotation +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2f61aae9 ipu_cpmem_interlaced_scan +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 0x35d27d82 ipu_ic_task_graphics_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x36334f1d ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x393331f5 ipu_cpmem_get_burstsize +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 0x44a9a861 ipu_cpmem_set_resolution +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4541dbfc ipu_fsu_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x46b5ce3c ipu_cpmem_zero +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 0x498b4c7b ipu_image_convert_enum_format +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4c179b49 ipu_dp_put +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 0x5387304a ipu_prg_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x54fac033 ipu_cpmem_set_buffer +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 0x55a543f8 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x580d2f81 ipu_vdi_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5871b2b1 ipu_fsu_link +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 0x5def0d01 ipu_cpmem_set_uv_offset +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60bdf2ec ipu_csi_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x622806cb ipu_idmac_unlink +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 0x6cad797d ipu_idmac_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x76215e04 ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x799eca66 ipu_get_num +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x79a19d26 ipu_set_csi_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x79a5e2a2 ipu_cpmem_set_block_mode +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x803f5a85 ipu_prg_channel_disable +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 0x87de9736 ipu_dp_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 0x8975afbd ipu_idmac_enable_watermark +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 0x8eb22643 ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8fa7d7a2 ipu_cpmem_set_stride +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8fb9761c ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9058e289 ipu_smfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x91c423fe ipu_idmac_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 0x951a09d5 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9bc88789 ipu_set_ic_src_mux +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 0x9edb7d0c ipu_cpmem_set_image +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 0xa0c5b188 ipu_idmac_buffer_is_ready +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa1eebf97 ipu_prg_enable +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 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 0xa7cf7112 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa820d37f ipu_srm_dp_update +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa86738f8 ipu_dmfc_get +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 0xab6591e4 ipu_prg_format_supported +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb0e25507 ipu_cpmem_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb54243d6 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb6071c07 ipu_image_convert_prepare +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb7736e68 ipu_dp_get +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 0xbe5aa548 ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbf6110eb ipu_idmac_lock_enable +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 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 0xc5353a92 ipu_cpmem_set_format_passthrough +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 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcb969723 ipu_prg_channel_configure +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 0xccddfea9 ipu_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcd6b8327 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcf9e1b23 ipu_prg_channel_configure_pending +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd183aa08 ipu_image_convert +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd20674ae ipu_ic_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd4e2f456 ipu_dc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd5046658 ipu_cpmem_skip_odd_chroma_rows +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8d91e43 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8f285f0 ipu_vdi_setup +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdded0946 ipu_smfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdec53361 ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe12e9364 ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe2b814a8 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe30626de ipu_cpmem_set_yuv_interleaved +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 0xee353f01 ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeea12b31 ipu_vdi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xef20ff9d ipu_idmac_get_current_buffer +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 0xf247efd6 ipu_csi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf4de2581 ipu_idmac_clear_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf541df2d ipu_vdi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf66ff174 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x00b30ca7 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x00caece7 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x031e174b greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0bcd9f85 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0c859461 __tracepoint_gb_hd_del +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 0x20efa3db gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x210b94c8 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x21f3ff89 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x29df6d11 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d542f22 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30a8f4f2 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x368caece __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x46702c27 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4727d414 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x499ca965 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4ac44678 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4f62b81e gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5382a463 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x54c42a40 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x57f03b08 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62c281a0 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x68606fbf __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ad386ff gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7b034c9a gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7be090ac gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83b2a624 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8922d10f gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x90a433d2 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x92f15a33 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x982f0522 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9df7c3a2 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4d91894 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa7101d3c gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8a36eee __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb18d04ed __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbb7b6e9a __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc092af73 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc25feb5a __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb8869a3 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcc494fdb __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd4903b80 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdd75f27c __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe0a04bac gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1947609 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe2e96346 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe598ea7c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xedd4e33a gb_hd_add +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 0xf7fda6da gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02616943 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03c8beb0 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b3505c8 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x144496ff hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14c19f0a hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x154d010d hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x162da951 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x165eb160 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x283ebd13 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c2e8ec0 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f27faac hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3488fc94 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x356a4983 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3594feb8 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f9e9b50 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45a16e9b hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4b3758e2 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56f1bcf5 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57eb4590 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5995cec1 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5be9cd2e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6438a26a hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x67a661a6 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79503241 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x85ca92d9 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8868adf7 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b21c6eb hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x96e282c2 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b421450 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b9d768c hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f8dc8a0 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa007430b hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa115989f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1d8e72e hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4ee07f0 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa62ea0a6 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa681497f hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb44d04c2 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb58c7751 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd1f5298 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc282101b hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc3ba9764 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc46632e3 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc4e2be9 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd161c651 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd87f34b1 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdef05693 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe195b065 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe206f6fd hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdecf9aa hid_output_report +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 0x8cd268a1 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x00ab8bcf roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3781afc1 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x588577a8 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x925f8d8b roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x93f128b2 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd871300f roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0f4e4843 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2504b6c4 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3406984d sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x50ca0854 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x59edefba sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6694bb4b sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa11a8efd sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbd57aa17 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfe8ef0bd sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x153fee23 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xb9b721e7 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x530e810d i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x776aa5de i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x83254da8 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xdba50f1d i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x17666ca0 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x289ae79e hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0201ea9e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x062e5ee5 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x260bd82e hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x26e17479 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2913d17a hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x48a406ef hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4bb4f0f3 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x55eba121 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x62b4e8cb hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x69a34dd3 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7274c96c hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8782209c hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa806d951 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa83d1ea8 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xac6d2467 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbcdb96e5 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd23eca30 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe2d2a6ee hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x4962404a 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 0x0f828a4b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x23ae2013 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x46c25529 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x886b79ea nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xcdfbf916 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd2675f36 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x008111f9 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4e70160b intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x701b638f intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7cd0dfae intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc2f298f8 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4b21057 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe926f18b intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xead57a1d intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfb4fbc21 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x936b25d6 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb7de8765 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf64c014f intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0e364a30 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1a28f244 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4877a8b5 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x5ac8cc16 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x5d1086b0 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x60cdeb7d stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb3b6ee57 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe22383a4 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf5221f0f stm_source_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xa67ccc56 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x111079ec i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x2f4f6418 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x88635e87 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8b6ee7ea i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x261c44cb i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x52b2433c i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x98ba0fa8 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb4e464e8 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x09237432 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2b52a39c i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x35938915 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x42fe1a83 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x43affc0c i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x50069dda i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x615b06fa i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6a71f64d i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x70354c35 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x91443b6a i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x94d5eada i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9588c316 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac7f5232 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb93b4fd8 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc6109d4d i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc724b4ed i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xca897a1d i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xca9fef18 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdd7839a0 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe3be6afa i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe3fff395 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe7bf3757 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf78536cc i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfbc03727 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfcff30d9 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x46a54f18 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xa4b0fcdb dw_i3c_common_remove +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 0x6a8110a7 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 0xca5ddfc9 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xebd68e51 iio_channel_cb_get_channels +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 0x14080ca5 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x240d734c iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3491ad05 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4e730d8b iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4fd3c6d5 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5940ff37 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6e7aad01 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa846e921 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xab1b7390 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc9433068 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe07a0c33 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf8b90f93 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xa0d4de72 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 0x8aa730bf 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 0xda590171 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x7b90c385 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x9c65e971 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x313dc0b6 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x32115f52 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x3285befe cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x32aba788 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4f1149ba cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6c6bb5d3 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x709d9c99 cros_ec_sensors_core_init +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 0xa9335671 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xadd2eecb cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xea51018c cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf41ac4f0 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x98a567a7 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa86250f6 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa8e65cd9 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xdc165e54 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x01e17c00 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x07b927da iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0984dc48 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f355598 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15fb9c83 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1a914087 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c32af22 iio_device_claim_buffer_mode +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 0x289bfa7c __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x39b03ad2 iio_read_min_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3bab0c74 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44c7a410 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x453bd8a2 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x488577b9 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x51006d40 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ba1cfb7 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5be32ab3 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5c8bb57d iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5dab2c08 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66cdd747 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6974ba56 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ccfe7bf iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f021971 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x73743dde iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e185a19 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84d2e3ce iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x90651e10 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x966d6307 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x97efd7bd iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x97fdbf5d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9a1e6824 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9af23347 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9ec64377 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f4919d2 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f6772e7 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa445ea13 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa50e0d97 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa798c62b iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad8799ef iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbacff99d iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbf8a727b iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd65edb8 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd9b4821 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd238ec07 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd55a5dd5 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0f9cd0f iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe202156c iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe2fb36c8 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe65b1db9 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe97a2d24 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb1899fe iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec3c7ac4 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xecf6dd28 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee985cc2 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xef865ead iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf42f2b2a iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff238cec iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x039bdb72 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4c2bf667 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5caf855a rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8d4a6148 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x96a5b05b rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e463c20 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa6331e7a rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcc49e4c0 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd04c2c70 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd4394155 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xddffb85d rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe7f56e85 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xc7b5527c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x70a508f0 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7173c847 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x8012a26d adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x009812f5 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x024d8faa rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0bf0ba9b rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x78285f36 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8a38b527 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x91b6dc25 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x99477ad5 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9c2cc48f rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbcea5b60 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd3f796a9 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdb4fb662 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe038e5d9 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf13c4ec4 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x442de9a0 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x849f4306 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x90daa814 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5dad1021 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x69b93219 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x3efe0cad cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x767ce9dd cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x6de445d1 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa0aaa437 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc342d28f tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc6ef34ae tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1d45541f wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x204050c1 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x26b85a50 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x480815aa wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4f3d59f0 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xace03658 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaf785f4d wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbaf296fc wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcc5149db wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd1ef5481 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe0669f54 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xeee69c9f wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x19cbe344 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xc27fdaa5 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 0x1495d8a5 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0xb8488728 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x22acd14a qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x26cec301 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x5393e11a qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8e5521b0 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xce3210a5 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xee7a863f qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x124acf0b mmaxi_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x14efccc2 aggre2_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x5b2d1d12 bus_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x7ae8d484 aggre2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9071ceb7 bus_0_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x9d6ba4a3 qcom_icc_rpm_set_bus_rate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xa925a00c aggre1_branch_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xaa78bc4f bimc_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xd9161cae mmaxi_1_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xddb96fbc bus_2_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xeba7ea23 qup_clk +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xfc7ca62a aggre1_clk +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 0x0b086800 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0b8b9c2d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1fd41375 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2af8d86f ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3710fc95 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb4ce22ad ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xba31d89d ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe1840a53 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xea875add ipack_get_device +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x08c583a2 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1719b404 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4a9bea0e led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x57ab6a49 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8a539dac led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb8cd626e led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbe158e2c led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xefed63fa led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x26f08f55 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3ae88be0 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x7299920f led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9f61ee67 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xaa14b363 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1d17d93e lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1e6973d2 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2153eb61 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3155f820 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3fa38943 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x439656b8 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x48755ec1 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6026fe48 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x86787d97 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc726808a lp55xx_is_extclk_used +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 0x01cee98b __traceiter_bcache_bypass_congested +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 0x0b551e2d __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10628f3e __traceiter_bcache_journal_write +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 0x360e96a8 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x367a93a0 __traceiter_bcache_journal_entry_full +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 0x499ad779 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a9e4411 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c732407 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x509a23cd __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50c60087 __traceiter_bcache_gc_end +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 0x60d90555 __traceiter_bcache_btree_write +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 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6da62af9 __tracepoint_bcache_btree_node_free +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 0x71bbf385 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x74ba7db9 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x765ace80 __tracepoint_bcache_btree_gc_coalesce +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 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 0x8093b9ce __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x829f254e __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x82e113b1 __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 0x945dbd12 __traceiter_bcache_btree_node_compact +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 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 0xa8b2ffce __traceiter_bcache_btree_cache_cannibalize +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 0xb3c68880 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb4856494 __traceiter_bcache_btree_node_free +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 0xb807331d __traceiter_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 0xbc7b26dc __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1f4e39a __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5dcdfed __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcd24e5b2 __traceiter_bcache_journal_full +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 0xdefdc64d __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdff9c379 __traceiter_bcache_bypass_sequential +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 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 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 0xf6f30191 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8443005 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8c3ab22 __traceiter_bcache_btree_node_alloc_fail +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 0x1a6d5cda dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x232ec4eb dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x270240ba dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x67240176 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 0x739437c1 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x76605d20 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x88b6b0eb dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9a6f7164 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa3068d69 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa69d7f31 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 0xafb3a6a5 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 0xb9ebea65 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc011aace dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcdd41007 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd021bc16 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 0xe1479ecf dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xed91f4eb dm_cell_get_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 0x7be8beac 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 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 0x3bd98fa8 dm_cache_policy_register +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 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 0xbeb375b1 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xde33f911 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x39d26ca2 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf15c35e0 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x009c2d91 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +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 0x5106fc47 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5427ded0 dm_rh_mark_nosync +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 0x89628b68 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x8ad09088 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 0xf3e7e3a5 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 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 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 0xd22752ce dm_block_manager_create +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 0x01a2c58c cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x09a6ee8b cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0bcaf45e cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3045ec34 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3cad2ccf cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x49d4b386 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4a405e21 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e0acbd5 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5c177869 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7b06c001 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7d43a955 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7e53cc0d cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7ee4e1ac cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8182498c cec_s_log_addrs +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 0xb88ef82f cec_transmit_done_ts +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 0xc5197c66 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcc534cc6 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xea38a9ab cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf024ff67 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf7f0c368 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0b4c99b2 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2e0d6282 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3744420d saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3e11c8e5 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x48747b61 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7c6b3cc3 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb7c15b40 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba5dc722 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdc7f095a saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe2d61e43 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1c03c2cd saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x39de7607 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4030429d saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x61665855 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x783304ee saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x03c88eb1 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0a501667 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10f9ca1b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2dbbdd3c smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x377c6a81 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3b644447 smscore_get_board_id +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 0x63c9287d sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7244889e smscore_register_client +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 0xa44a3e1f smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb0bc0c36 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb9feb083 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc96afd93 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcb8f1068 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd2bf3c82 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd42fb5a0 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd97e1776 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8020239 sms_board_event +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 0x02191212 __traceiter_vb2_buf_queue +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 0x0aace171 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0b7b385a vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0d94e471 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x104f505b vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x17a383f0 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x17f30ac4 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1ab1daec vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1d5fdc34 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1ef88c19 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2d60b63f vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c2c05c8 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3dfd5755 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4689256f vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x52c27a82 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5eb01a5b 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 0x6d05dbd5 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x97a2ca7e __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x97a92b11 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xab79ce29 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb7aa5d85 __traceiter_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 0xbca41cd2 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbed96edb vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc0ea29dd vb2_buffer_done +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 0xcf1d18e1 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf45bd70a vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfaaec6c9 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfc353043 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfd2d15c5 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfd73d842 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xff4da131 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xff5a7c3e __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x1f98370c vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x21d82960 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x63610401 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xe9119599 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x009dd902 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x00be2517 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x00fcd353 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1ca5eb23 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x24947c67 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x27d6fa6f vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a220460 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x39f02c59 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3caf4372 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3d830b25 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x453069ad vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x72962396 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x785d47be vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x85078df8 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8bc4ac25 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9455bbdb vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x94a72400 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x950d8dfb vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x98d72456 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x990ca027 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9ddb9f36 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9f42cff3 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa07b5040 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa35e78c0 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa40d8167 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa6fc4923 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa7bbd5fc vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xacb42dd3 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaf78f025 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb54186e0 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbe0a53ba vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc063314a vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd36a0dc4 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd5133b81 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x0eb92baf vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x03842729 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x4cf48526 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x7b2ac8ab dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xd044f0a2 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x39a555d7 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x8a1473cf atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0xe628f9e7 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x4ac99b60 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xa6164f60 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0xa21b8706 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xbd06050f cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x66a0048e cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x56b1f38f cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x73246556 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xa37f0da8 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0xefadb7c9 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0xd39ab3bd cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x33f44f5f cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xaec78727 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0xfe31d0cd cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xe5b6f561 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x1f955627 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x39aafeaf dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x9567c139 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x2f82c34f dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x8cce4017 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0xe789526d dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x677a6c2d dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x2d559612 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x0daee464 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x753eaf76 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x85c8dcb8 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x4291955e ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x2690a519 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xc8b2357c ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xc8e26f03 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x29be4c03 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x9fd3019c helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x86373fdc horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xaa92f5ca isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x4fc8fcf6 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x3b9f4ee2 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x3546e2c2 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x2fc60544 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x12e854ce l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0xf2c4ddc5 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xb71d181c lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xbafe0003 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x07f98481 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x999d0054 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x168856ba lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x1005704b lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x468180d1 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x8b245e44 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x0b306a27 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x83cc7b4b m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xa0f12066 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x26ead059 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xa22dbd76 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xc3c56652 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x301abd9b mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x136a7bc6 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0xb6a950b1 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xf1d90b1a or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x23541581 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0xb50f56cf s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x8b6a4b0e s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xe00cbc87 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x85db66d2 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x8ed65d00 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0xacf04b8c si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x95f6929d sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x8b1e44c7 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x4f890be0 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x998a4323 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0xf97fb781 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0xcdd6951d stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xf3d2c49f stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x05adf277 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x355dec4d stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x849f081a stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x109ca092 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x39495dfd stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xd81870e2 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xfc72a8f0 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x433fc5a5 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xe2e53d0e stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x8fd40008 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x1300cf21 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0xb03a79dd tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x49f2a04f tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x727fbf3b tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xd29f3375 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x79b33990 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xd5710361 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xc917bb26 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xa0ea3c4a tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xa563e680 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x07535d2a ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xdd453b04 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x00813f92 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x3355eb1e ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x3957bbfe zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x242c96b8 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xfa996329 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xcfe77634 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x29ed2cc9 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0ca1075a max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x467f09c5 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x49203cf1 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x76319df1 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa01105dd max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa2bd55a8 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbd1ce10d max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc36589ed max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc6b58d16 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc9b9bd50 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd162e02a max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xec19f249 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf5df03e8 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x07103d92 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0c02d50b __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x154d7401 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x15506be3 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2039aba7 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2138a2f6 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28347460 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a8d3123 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x334abdbe media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34f0f375 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3a683586 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3ab65b2f media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3dbd325e media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3ec2526e media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x48d223e5 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4d4cf80a media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4fa64d89 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x565c160a media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5b60ef3d media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63b49a39 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x663c030d media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6e676e76 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x766f3fd2 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7a9936ac media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7dfcc689 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x85cee399 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x86178a98 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8731a471 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x881d330b media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x896dd164 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c081d79 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c5e0f73 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f1a73d8 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x96c3ea0a __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x994597c4 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1643557 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa8282227 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa488d9b media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xabc93621 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xabd207fb media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb3c77655 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbb26f2cc media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd1d31b4 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc235b4c8 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcf60c2c9 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcf6a02f7 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd22181aa media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd5bcd99d media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd7cc6e82 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xde09563b __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xde9f4534 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe09668bc media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5a96727 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeb214223 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee558f65 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf70622e0 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf736edf7 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xbe9f8b27 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x2d6b16cf dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x17558a2b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xb17b9335 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ff32f5a mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28fda3ab mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2cf594ba mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3efc030a mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x552126a2 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x67d2093c mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x695fb264 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x81e5b059 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x82d284c2 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x94d32463 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa5dc0833 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbbe15853 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcf0acc9d mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcf3a7b91 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd0556aba mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd2538246 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe09ca432 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4a12f32 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf37208e5 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0958a68f saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x395b7d13 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3ab76838 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4052f898 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4241aa19 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x451241a9 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4bdc91c0 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x633647d5 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6f6dedf8 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x77c242ba saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7d61c563 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x84473f39 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x86be2d2f saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb148a952 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb3d48749 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbde382ac saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd205444c saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd40e6a37 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0229ce9 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2b3e19cc ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6e5c2129 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6faa6dbd ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa2421a15 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa4df0e14 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc2527535 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcbc0dbae ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x25ee2fc7 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5297b1d3 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7e4e3874 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xee682ff6 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xf135e70e mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2cd11336 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x4cc1710f vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x588e0a80 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7005d34f vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x8dbd92a4 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x92bf9441 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb7181fa6 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xd4bbd795 vpu_get_plat_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 0x60097bfe rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x31098064 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x3941ed72 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x42de0ee4 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x774075f7 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xb0c889e1 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xdb9f1d5b vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe605584d vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x082f01f6 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x248fb449 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 0x749baafa xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x96f426d5 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 0xbf55348f xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xc17d9816 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 0xfe7f969b xvip_enum_mbus_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 0x6ddd31a0 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x6fb0f26d radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe9721798 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x06180152 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x81b94052 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x845913b8 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xbdb986f4 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdcc3e52d si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28af3c3f rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x479ff635 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x57fbc2ac devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x649a8297 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76dcdece rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7d395626 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8e96548c rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x961c2c60 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x98247cc3 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9aac05bc rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa54a382a ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb24362ab ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbe3d68af devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc6642b99 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd8e28f91 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xda244edd rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdcbf6d8d rc_unregister_device +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 0xed07fc16 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf64d6233 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x946163fa fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x5fb06c2e fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0xf879a6e7 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x77cd4034 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xe9015aa5 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x59817e86 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xb7cf8c94 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xc0ec3df1 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x441dec8e mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x8b806850 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xbbff25f9 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x5132543b mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x26963b54 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x0c2aa2a1 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xb9596782 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xccbc1346 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xcb091d7c tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x4b79fff5 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x8255e7f4 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x3077a3e9 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x992ab374 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd337cc0a tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x20b188de tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd3e301b2 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xc544f5b6 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x17998a9c xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x014cf2e5 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xb5529940 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x052a4802 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x071e15aa cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0a6b677a cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x106a4ac5 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a7d737d cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c086657 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x46bb584c cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x475bebab cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c548cec cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x524d61ed cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5d8058e6 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6c1f3deb cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6e4209f2 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8e1bd56d cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x98f79c60 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd8ddc15 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd365053d cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd99d5576 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf10602a7 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf723c31d is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x71af732e mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x8712605d mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0af94b0b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x15c16079 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x381fabb1 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3d743386 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4a172d9e em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4cb5c1a9 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4fce1111 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x55d0597f em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6c9563e6 em28xx_toggle_reg_bits +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 0x86991963 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x88944433 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x89ad0820 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa275a325 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa2cbad04 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa9acf347 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcb8040ea em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf403668 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf3eee078 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x233b8610 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x2c38f4ef v4l2_async_subdev_nf_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x461603d8 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x4d394286 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x78f01819 v4l2_async_connection_unique +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd200472c v4l2_async_subdev_endpoint_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xe2cd9554 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x40ef4f7d cci_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x98059f0e cci_update_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x9bf4bfe3 cci_multi_reg_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xa41c47e5 devm_cci_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xbed9e63e cci_write +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 0x509391e1 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x985ea068 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x9b2936d7 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x16886ab8 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2d26fea2 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x35aa5da5 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x4e00974d v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9ed09ec5 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa8831660 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaca75e70 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcfa96f14 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf41b9fd1 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 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 0x0872690a v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e07407a v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x117f3b60 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x16784731 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1da7ea99 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21ef4d5e v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f1fe8e3 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33563fa8 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3f96b84e v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41518173 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4351a460 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ba0a12c v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f485158 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x502f439d v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x60b09eaf v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61f41bd9 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x661041fe v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x702e0c7a v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x71fe6e87 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 0x74c14b06 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b33543f v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7c8f8772 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8ab0361a v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b9e116f v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8c0f6a2d v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8f29a674 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa013ae94 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac0343ef v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac870299 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb37d8409 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb484e41 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbbd7af3f v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbddd13a1 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc4dcf493 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc55d1439 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdc871df v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd0b8ce31 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd501518d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdcd67ac6 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1e7f934 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeba008e9 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed4c4a7e v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf2ce48cf v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4615a5b v4l2_m2m_buf_remove +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/videodev 0x013ff0f1 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c422b89 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c78809e v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f6a4589 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1007f50c v4l2_g_parm_cap +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 0x126b18b9 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ab014a1 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1e6477e6 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x202d242b v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2298a043 v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22c7767f __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2431841e __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x278b9a08 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b2ab0d3 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b682845 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3094516d v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32ba07fb v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32fddc8d v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34e7a133 v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38026b12 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3835b4ba v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d0ec8be video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3fff924a v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44c51959 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44e55c23 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47aa3354 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4824472c v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x49b56bee v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c4f9166 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4da48d35 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f40d0f9 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f8f57ac v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6183475f __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x687b7882 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e04650d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6fab3150 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x713d674d v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7529a7fc v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b71ef9a v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x83a76b16 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b6182af v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8cd19c76 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90dfaba8 v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x910c0681 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92a65722 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9549718b v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x973bfee8 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9aaecceb __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c5c31bf v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa331eb74 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3b3cc21 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa76d49f7 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xabaf0c43 v4l2_ctrl_request_hdl_ctrl_find +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 0xb42ddec7 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5c0e24a v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6c82975 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb9572ce9 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbbeb8a4c v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbdc466f2 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe8c0a65 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc03829cf v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb730195 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xccd03691 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd7cfa88 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd740029c v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7ef4f7f v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd95f6316 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda97c205 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf2cf992 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe14cd943 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe281309f v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe52b2ecf v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a7bcab v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe705c70a v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeac9641f video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb2209a9 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed57f36a __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed9324e6 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xee6c8317 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xee91a3bc __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2f19080 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 0xf664f522 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf812d251 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc1f84e8 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff76573f __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8f82eb50 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xe7b8729c pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xeb5c5aa6 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0001452a arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0c4f8a6b wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2b3f5f5e wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2d576a1a cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3acd89aa wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6960de26 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x79f548e6 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7e12b0ec arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x84a61cdb wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x84ad5e29 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9921274d arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbce52468 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc79edd97 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xca6704cf arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcc221e0b cs47l24_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/arizona 0xe6f47c28 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe8d03e3b arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xeef39da9 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x39fda5d3 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc597635c atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x25c31a66 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x515daac5 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5ce46b69 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xaec6bf7a da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd3467259 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd57c33af da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xee00d675 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 0x01337de0 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x149ad27e kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1b5aebd0 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x709f15d3 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa654f2d0 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xae8d80c8 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd098208e kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd8748003 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x23b9bb1d lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3b85a055 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf1d05d84 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x44652866 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x57d780a2 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6f770bb6 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x774a5c33 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x93635898 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x99e5752b lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaf129dc8 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x16416fe5 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x25938e37 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x25d70f77 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07c5a00b cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07c87c4b cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b15c57c cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1703ba3e madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1ae3573e cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1aee8b7e cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d624cc3 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d6f9083 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x35b73b73 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x35bae733 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44f0bd07 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44fd6147 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x59d64a32 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x59db9672 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5afc63aa madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6dd58980 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e5751cf cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e5a8d8f cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7682267f cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x768ffa3f cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7a1580ce cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e3317cb cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e3ecb8b cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc01501bc cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd060ac7 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd0bd687 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5be477d cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7639c1c cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x02fc9d53 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x56cf2b03 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x849d058a mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9692f0e2 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa45d71b2 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd628bbc2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0319c2f1 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x12f76068 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x17d95cbc pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2ad44bc9 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6afcf3e0 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x73550ff0 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9f5f55a6 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xad91e54a pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbf8614b1 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc46c4a76 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdc67c8af pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe1134ec3 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x84c5f7b9 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x9b371b83 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x248b3b88 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6e8deffb pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8af4ba8e pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xba2f622f pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc405b3e0 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x7ac45481 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 0x10bda36c rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x46730ce4 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x98215739 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xe4b63792 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c998f0e si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x12c5410d si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ef07a2d si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x207e3b52 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2247352a si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x310d43d1 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39785e28 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3de90582 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3e8f4d5f si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41d49e1d si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x489d5a20 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x50dcd8e4 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x610cbc9e si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x72242b8b si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x74efddd9 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x766c4325 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x77771939 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x885213c2 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x92323b38 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9f67d648 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa7b38e0f si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9833339 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaf2317ce si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb53d9e25 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb572d141 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc198c62 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0e129eb si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc676a353 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd8edc693 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf3a97dd si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe9b0052b si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xebc6ae59 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8281f00 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfb08d032 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x833aa55f ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xf81886a6 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x0b96a2f7 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xed3265f9 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x04f18a13 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8c6eda31 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcdb616a4 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf3f4c6f5 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9f27c9e0 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xcaa258dc tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xe33ba4eb tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0201fe2f tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x30d1959e tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x178e5fa3 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x18ffda6c alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x28d23be0 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa27df435 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbdbb1d01 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xea892c05 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf5005612 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0dc427c3 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x15c20c33 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38010c1b rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5172bd2a rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x51d4221c rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5317ccb6 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x584386fc rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5857aeff rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6aee01ef rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7316c0cb rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x79822a68 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7affe332 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x925357d5 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa618789c rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbc0ab0a3 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc277440d rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc910bc7a rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcd9de9eb rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd97a0d35 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe18eba9f rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe373c947 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeb61b156 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf6fa667a rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf9c597c2 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0415f8e8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x239aed3e rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2bd9ab1a rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3c61500f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x51c3aee9 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x75717259 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x84e1de7b rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8c415f1c rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x93ebdeb6 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9bfb0ea5 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa07a97a4 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd18007c5 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xedfbaf89 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x056606a1 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0adb7fd6 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1b7a767e cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb165e339 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 0x0e870913 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1dbb19ab enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1dcfc09e enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x844b7120 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x97d32e43 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9ff5ef15 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb3f11d0f enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbdf6be26 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2d4daaa4 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x448d6fba lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x49dfe34d lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x72a4e703 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x784e4798 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb8e4ec50 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb97e9ef9 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xeb875a40 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x0c48b9f2 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x5b061956 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x738d6cbd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x2369f7f9 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x52cf1d71 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xd435e7d4 uacce_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x1e23a999 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc8f81103 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xddd10881 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x5615ac90 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x6b82541c renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x033b7c4d tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x326dd741 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4271bfdf tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4b50cda7 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4d16624a tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x85165a60 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x8b948e50 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xabae0864 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd6111f67 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/most/most_core 0x032fb933 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x03488262 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x06d5161d most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x25c3d9df most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4bdab2c1 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x55023c6f channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6501840a most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x72b973af most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x80488339 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xaae72200 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb4655622 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xcc9e694d most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xcebefba2 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd83b73ed most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x4bca2c4e cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x74e309a6 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x89fd2c30 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1525d082 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6b779b52 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x988e54d4 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xfab0fdd5 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x06ccec78 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd524aa74 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xdf6073d6 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xb42fd8f2 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xb7549c76 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x4a715087 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x7bb7c3c8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x019a4883 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x2337a469 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x40b2ce05 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x01b537e6 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xeb4221db sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xbd045dc6 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0a49a643 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1c3c3cee ubi_leb_erase +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 0x59c8e3bf ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x631e6e88 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x676bd578 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6d1772f7 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9250c987 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa5455370 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb1055377 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xceb606dc ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd218772c ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdac6ea26 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdedc9127 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe52172fd ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x07325cad mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x425f3fca mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x90338afb devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa7315c6e mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa9da4081 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbaf7fa98 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbf64273e mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc93f9fee mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcc1cf1d8 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf5cdb64 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd8428bb8 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe1ce82cd mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xef73ffc1 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa210e17 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x48b5924b devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x4c462138 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x204b368c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x77380f6b free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbf7ed5b9 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdb1cb09a alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdb2ab135 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf67f3d6a c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5f0461ee register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8388fa47 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe8ff4aae free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfab82bf3 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0bb36975 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x161a2612 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1a23fc64 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1a5ff4e5 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x23150a30 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x27dcae74 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2af7a262 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ccc0ddc can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4ef8c8b8 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x672ba6d8 can_rx_offload_get_echo_skb_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x742237a1 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x74ad5230 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7567953e can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7698f488 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7d8bd008 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7e0f19a9 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x816ac7f5 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x826a1e7f can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8d20c3b2 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x95251855 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x966b0b37 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x993dd71c alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9a6ccaac can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa32e81ff can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xacd8a116 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb41c7d6f unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb8683056 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba4d66e1 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc4304c51 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc924dc8b can_rx_offload_get_echo_skb_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe6bbf5a9 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe88b97e1 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xee9eabda close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x13151586 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1a9950ac m_can_check_mram_cfg +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x509fd158 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x57192b19 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6cc05bf4 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa63cf1ea m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa70d9450 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc2dd371f m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfd9ad2d4 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x161f2fdf register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4ada2e61 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x7f7a4ef1 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd35eb182 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x512d585b lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x5598ed94 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x131bda35 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x1ea05fbd mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x221047aa mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x40d6f1c3 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x189d9378 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x4e323ba3 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xcef9667d felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xad26dfe1 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0901c6d9 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0afe07d5 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3355f2e6 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3a18741f rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x45ec6a1e rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x486514e3 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6f54acfd rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xaea76177 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd9a703ff rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe7b63d1c rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xead59b69 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf2e3c9d2 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/ethernet/8390/ax88796 0x349c84de ax_NS8390_reinit +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x147ad1c7 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x302e2631 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x004b75e3 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x030aa4b9 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x162c2a9e enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x19271d64 enetc_xdp_xmit +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 0x2f0540cf enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x319cadd3 enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x34af4472 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x38e21f50 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4e7166ba enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5482f928 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x593d84c1 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5b815db1 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6e095e16 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6fe05ed8 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x724be8c8 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x79872788 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x89a524be enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8c8bb246 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8f2a328a enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x99beb3a9 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa0cf2939 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xaada3414 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb6fd1611 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcab3c73f enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcec3bdea enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd93fc322 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd95bbb72 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd96346ee enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe29157f7 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe4575212 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe8171c96 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xef02343c enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf2ddbedc enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x2ba8eeff enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x5678dc9c enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x66b00e17 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x9029e35d enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xa979a1d2 enetc_hw_alloc +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-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x034db69d fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0ec674af fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1656201f fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x222750ba fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x27f39b17 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x83a110da fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x91abe4fd fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd630239b fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xeaa19072 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xed7ed72d fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfea70ecd fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x214d245d i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x7b530978 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x05061599 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x58949c11 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd27bb7cf ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf4b2a116 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf610d8e9 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0604edb8 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0616c69f mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0801ca5a mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08b81ede mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x091a9bc4 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12086c85 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16086c43 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17dd9c95 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x198cec30 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bf75149 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ccbffac mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f39c83b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2073cf84 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22247ead mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25f7be0e mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b914032 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cca06c6 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e11648b mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ff5b5d0 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31b34f37 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x339f0b9a mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3500aaa0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38008b77 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b67c2ed mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d106565 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x402e9458 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x433271ff mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x437ba541 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44986fa3 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47223ce0 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x491aa64f mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a229bca mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b7fcccb mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c3d0b9d mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d11d00b mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eb9c5ff mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55bb214a mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57486f81 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5873de6c mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a4ec30b mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f296c61 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fc7073a mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6063b1f7 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6336cc32 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6344f767 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63eb5ee7 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67f1bcb7 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a648006 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2c273a mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c8f191a mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cc90e84 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x700c6e95 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70b127c2 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x738e0d4f __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76cab41d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77e25130 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x786e4aab mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bd4721e mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ca64cd2 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cdad975 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80c4f379 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83f2265a mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86c7300b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bcba82c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d2884a5 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f0ed29b mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9343a95f mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95f0c8b3 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x979920d6 mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9800da80 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cec5f41 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa04aa131 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa302b11b mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa629fb60 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa726601a mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8dfe119 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac8adb91 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1cc7ef8 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2084d0c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb49e21b3 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4ed868e mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb839a3f4 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9cc75c0 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc75035c mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbddd96f7 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdec8a60 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0ef0e2 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1434a08 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1a73578 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1b738c2 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc220b796 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc230436a mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2a7b167 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc312ddb3 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3e1d655 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4756133 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9883749 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca130b6e mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca455b26 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdd514c8 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0692462 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0c9c67a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd37dfd3f mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4f2ea68 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd96178d5 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd97cf098 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdac2ab10 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcc697b5 mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd9b6f4a mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddcea17f mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0991e0b __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe36c2d1c mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe89f98ef mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebaf5c42 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0da0b04 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf381c7be mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa13a9d4 mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfff4f37e mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x062c6daf mlx5_set_port_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 0x073b6161 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08f36405 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a98f7e6 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11a4caa1 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x139dbab7 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14e70b0e mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15878d2f mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x218736bc mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23c4b798 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x240bf03d mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27aaecc4 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f1697ec mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3553dc0b mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35bca9a3 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36211904 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3be8a3ef mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c0fe66e mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42be3c42 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4705201c mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48dfc631 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ae76728 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5169b80b mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559a5445 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57f476e1 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b234fb0 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c5c3a06 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5df67890 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64c0eaef mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70bdf1d8 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7460bb3d mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x753cd1fc mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x778683c8 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x798a08f7 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81a29dbb mlx5_core_query_sq_state +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 0x82a9f234 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8532416f mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8adc8671 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c06acbf mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91368573 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x946ccb81 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x960c969f mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ab983e9 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa409d2e3 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa739d00d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa4d5cab mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab31713c mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0c50c61 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4a05319 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe124f62 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf8641fe mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc068fe9f mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc27d3a12 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2dae940 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0391f55 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd070d549 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3956c9f mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd73cb00b mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb128643 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc19e982 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0295456 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe28defc1 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6e5a027 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee9a681f mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf583a34e mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdcc013f mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe123d72 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x02942194 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x486fa7bd ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xadfdb922 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfcd89f0b ks8851_probe_common +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 0x80bdecac devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01249283 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x021d2301 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13caadc3 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ab8bbec ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ecbc731 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20d7a05c ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x237a28fa __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28d89ab8 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28e7442d ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2d113850 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ed38c32 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x317122ba ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x322ae20b __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x376856ac ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a9b93dd ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3de498d9 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4185fd72 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x514f1d07 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a7b42ff ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c4e049d ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62e1e2a3 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6372dbc5 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64585b8e ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a42e74e ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6aced918 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f625a63 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80825510 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83c4b3de ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8af2c675 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8bf27f63 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9921f119 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9aaab4f0 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e823b56 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1f6ec6d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa490eb08 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa937c68a ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1431286 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6239c39 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc2b0597c ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd51cbc64 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf09c0ad ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea0a97a4 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea417174 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecbed050 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfc62dcbe ocelot_port_get_eth_ctrl_stats +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 0x2fb6dedb stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x4f27e1ee 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 0x8fc98a66 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 0xb776c699 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc647654a stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xca24b899 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1061477d stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x22162133 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2e1f88d7 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2fe81423 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x5b8f5409 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6a0aadb8 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6d4c9664 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7af2e0aa stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8dfde810 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb6c68b40 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf3ae6804 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x2b5cdffe icss_iep_get_count_hi +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4119baf9 icss_iep_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x4e32b39e icss_iep_exit_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x53dbcd3e icss_iep_get_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x5ff3c385 icss_iep_get_count_low +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x7e80e07b icss_iep_put +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0x8c15e2f9 icss_iep_get +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xb0624e07 icss_iep_get_ptp_clock_idx +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xc874454b icss_iep_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/icssg/icss_iep 0xe9cfcf4f icss_iep_init_fw +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x049edaac w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x5f164394 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x6b507cdd w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xd3ed8863 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0xcb4e012f geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x191816c2 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x649ae4e5 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x787067da ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf3d90615 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfd0d752d ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0x7c93addb macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macsec 0xad0c4fdd macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macsec 0xb141d0ff macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x38958f66 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x77f83d7f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7a149ae8 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd5b190a8 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x37241004 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xe9b9eac8 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x7cd4989f devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0xe7dc0832 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x37511aed xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x65473a15 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x802278fa xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8c280a22 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9afdc053 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b25b8b xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xea24e9fa xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0132de44 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x02dc5f5e bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x05ef5a6c bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x07a80b9b bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x081aac98 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0d5e4f27 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0fb6a136 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1b4201e0 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1e7da357 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x205b3ae4 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x21de1071 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2a341641 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2aacc723 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3325be36 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x334c7687 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x33662874 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3462684d __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x41f8557e bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x42a2cca0 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4ad26d06 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5b9440ad bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x60cda61c bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x72100409 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x751c2862 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7880711d bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8ab2c073 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x91a04de4 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa665a352 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xab3f9138 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc7967962 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda02d46d bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdcc1be69 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe224d759 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe4eee55c bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf5562c85 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfd4cef22 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfea954c3 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x4ff41251 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x8e5188aa 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 0x150d4bee phylink_validate_mask_caps +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 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x353f18a1 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3646a737 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x49997567 phylink_decode_usxgmii_word +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 0x5fde4c0e phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x64e53df5 phylink_limit_mac_speed +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 0x7c415a64 phylink_connect_phy +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 0x94c0514d phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9badc90c phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa5b6e480 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xbfff079a phylink_mii_c22_pcs_an_restart +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 0xc74b6f7e phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xda9f4b17 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 0xed971769 phylink_mii_c22_pcs_encode_advertisement +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 0x8f13d558 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xbdd35fb1 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xbe5f47d8 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xd00843ff smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xd62922b6 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xdcb1e87d smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf5dbea59 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x1b492510 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x483ce937 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x631d3329 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x689c8f00 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x70e44085 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x789ce4cf tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x7fe9692a tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x8b82ddd2 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xe08fc9d8 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0cd17244 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x52990001 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6bf3707e usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7f01e9d3 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb8f645cc usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd77e5b72 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe6f99968 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x18580156 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x27c2e151 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4a6e7b44 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4d65ac67 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4e982a5a cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7dfc32e1 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x81d30edb cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x87021f11 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbb823480 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbd96ea3c cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xeca5afce cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x83a6daa7 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0e2a55e9 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1dd31c03 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8b32239f generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe09bcc65 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf15a0a44 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf255cc36 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0083d63f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0595835a usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x08323c7e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ad4ddd8 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0d8eda87 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1ed2a434 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2440e651 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x31a60351 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d4d521b usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41a51e8e usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5302db02 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5f004328 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c1b097d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x718e79df usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x765c7341 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c4be363 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x80b202b1 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x856e6f66 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x85809416 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x954bd014 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9b9c594a usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa0706308 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab701e83 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac171384 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb5ab294e usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7aa157a usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xce82fa46 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5f69cf2 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdcfdc436 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe01500f9 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xea78f850 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeb223fa7 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf038c83b usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf1dea381 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x075cb013 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x157508f9 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3dea8ddf vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd0dbad8b vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x660c060e libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x086d93e4 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d86a3bd il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32cc42e5 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7de739f4 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5d517c1 _il_grab_nic_access +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 0x0264cfa6 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x17635fd7 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x53c7b7fe p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x63ba69b6 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x73860b27 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdf9c0e04 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdfd63f76 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf6351969 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf6c977ec p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1019f47a lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x12ff3ed7 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1ab3b1a2 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1d01d437 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2cfa1fd2 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x34ebba70 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x47e1c532 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x66c6d600 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7719aa7b lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x841f5f0e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x94c41a4b lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa4c77c3e lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xab0fe02b lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb3e145fd __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe9bdae62 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfc335ab1 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x04ea9a6d lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9661605d lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb3e070b4 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc3dc7c5a 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 0xcb5dc24b lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xce2523fa lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd0c7a974 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe5f36d0d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x058cea85 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0a893e02 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0b9bfca3 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d8b5467 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x165399f0 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3f6d2f8e mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x444dbeaa mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4b5ac79a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x517100b5 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5429f72d mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5e5cf1a9 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x746f8dd3 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7ad6a35c mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7d672633 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x84903a8f mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8594391a mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9978b1a9 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd343ba6f mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd5dfd3a1 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd89af7c0 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeb4fe9d6 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf2c8b7c3 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf75b5bea _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfff07358 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0100b730 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01c7b7a3 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x053fbe6c __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0543b904 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08a0bed6 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16f9969d mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18476bcc __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bff5864 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c4f9010 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1dba47ae __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1de63f13 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 0x25461145 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b081507 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ff1bd99 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30bdebda mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30db4a5b mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x325a2d63 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x380f8ae3 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d5b5bf5 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f074807 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4019f8f6 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x40596508 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x421800ae mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x48ce37f0 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4eb33854 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5432bffd mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56771be8 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x588ee593 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59d660b8 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c7d0eb7 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c976e67 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d7f7a70 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5faa7412 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x604671eb mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61444c82 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62a26744 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62d13b0e __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6aa9506d mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6dba295e mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e5842d0 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x722c56bd mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7276c4ca mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8781cdb9 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8957279c mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8aad466a __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ea818ad mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ef975d0 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x91866c91 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93da25dd mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x944ba08d mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9755f525 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99b23bf1 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c76c35c mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa11c0dc2 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6f06173 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa846e58a mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa2a0143 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xad5c0cb3 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0b74dc2 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb82759d3 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb844caff mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbadeb907 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbcdb34ca mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbd521bd7 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe873ee2 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf4a69ae __mt76_mcu_send_firmware +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 0xc74593f4 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca1d0884 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca840d98 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb81f86a mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd4d5508 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd718b2b mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd06ddf07 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5b70716 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8e29cca mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdac79151 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb81eef3 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe13b6804 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe41a64c1 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe49c22e5 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe6c22ec0 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf07703ea mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1c4711f __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4daad97 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf62fce80 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6a74756 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf81d3406 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc56d33f mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffa401ec mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00d804de mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0205184d mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x03f1e796 mt76_connac_mcu_wtbl_ba_tlv +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 0x0b4ab5e6 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0c8a9917 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0dffad0b mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15598ac6 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15822835 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15e23bbe mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3037c7d3 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3364770d mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38aa3262 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3900d47d mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c5e4b6f mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d0fba6f mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d30f12c mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f3829ac mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47a3db55 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4858a69a mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4a9f7943 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f7f652e mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x520da2e4 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5363708b mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x56f05231 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5734d99e mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x57cab1d8 mt76_connac2_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5918c3d5 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x62dc6e42 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x645bf87d mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x649e1fa2 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64f1451d mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64f35bba mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64f80c85 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6622b9c1 mt76_connac2_tx_check_aggr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6d565b39 mt76_connac2_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6f23b7b2 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6fb549e3 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x71e3ffd6 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x76367f47 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x784ab27e mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7eeda429 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x80aa04af mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8103aaa9 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x81ee76d5 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x838f5923 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8632485b mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c9f52c7 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8e8d23f5 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8fcd9f8e mt76_connac_mcu_rdd_cmd +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 0x9195e08b mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x946049ee mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96b71be7 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9787a32e __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9cc0549a mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa314ad6c mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa8838fc9 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaa23165d mt76_connac3_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xae4e7682 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb18c3c19 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb99849bb mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbec1444c mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3450ac8 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9033531 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb8b919f mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd96cf848 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd49defb mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe13ee185 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7c48088 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea240e43 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeb09a18d mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeedeb741 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xef6a02d3 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf04c528c mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf06f0b3b mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf2995e17 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf45c757a mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf5184c10 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa317e8a mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfeea4880 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xffd8ed55 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x19ed85dd mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x230328ee mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2482f5ce mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2a6bd6f1 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2adf92f2 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6464e005 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x68f98588 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6f72d4c9 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x93ec7eb0 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9d28d1ac mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xad37ac77 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc5fa5060 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcdf9ddf1 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe4735843 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe91d6dec mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xec0b092e mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x25b0395d ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3b0f4ee1 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6f4a96d4 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8fb95762 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa2f79206 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb481130f mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc54cab3a mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc5fe541f mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcacffe4c __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf6550660 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf7f26e01 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfb24f25f mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfb9d5890 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfe10d805 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x05a6cdbd mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x09f5306f mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x13c1d642 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x15ba7ff2 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1a7e1e5a mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2bc35e9a mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3bc2c41a __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3cdd5751 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4149c03d mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5150a2b4 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5e7090b0 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6b6927d9 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x759ede7a mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7d330a67 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x821f2c61 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x831d364e mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x84599852 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8afe8e7e mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8c1ec3c0 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x91770805 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa6aaafda mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa95462a0 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb663a88d mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb784e1e1 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb81262f6 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb9b34cc7 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc6afb0a1 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe028530e mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6a1f0f4 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf49d8382 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xaaa88232 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x0be4d4e1 mt7663_usb_sdio_tx_complete_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 0x7bc9e7cd mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xaa4e7c91 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xdf1125ab mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2c4d7a86 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x58b331f6 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6a4982dc mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x7b725590 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9366a1c4 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc3b57faf mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xdcd5c0f7 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02472d00 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13463f70 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17833597 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19037ca2 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ed324a1 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2178ab6e mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24dec664 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28a12102 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29edc8ba mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36bf7904 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38e74b38 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b8d1ee4 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3bf5f93b mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3eedcd85 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f1c8a2c mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f60dfcb mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4075b946 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42cf5723 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4afaaea5 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d59f04d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54612d7e mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54a78fe8 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b65ba16 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x678c295f mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6adfe88d 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 0x7954c216 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b7333ec mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7df15f92 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8474d3cb mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x873b8ca0 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8ce23cce mt76x02e_init_beacon_config +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 0x97e5e405 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x98f0018b mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99cb1f0d mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9c4c5e6b mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2f5cde1 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa304452c mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa325c61b mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa401e4df mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa873089f mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa93f6d0e mt76x02_init_debugfs +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 0xaf2dc7fa mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1672d29 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbab421dc mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb12ab34 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbfc4a620 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc16c5af5 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc8e6bdad mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc7d4081 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd062e1d2 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd07005c6 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2a49d08 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2a50e2a mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd996a65f mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb5a7018 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdce81f39 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd6b850e mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdfcb7727 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe37caa49 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe94cec35 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf04ec478 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf507966f mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf585d12e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5cc11d4 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfd579619 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff129c88 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x016d3e96 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x47a02474 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x66ddca61 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb310cc63 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc2f96f0d mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdafa719c mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdfd96df0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xecfeb3c0 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0d91aa97 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x14d9f03e mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1706e807 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x32824175 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x45084528 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x465459ea mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x487513d3 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x488a7c8a mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x505287c4 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5c74155f mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x76f93084 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa139cd37 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa28373eb mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xba6e8b69 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbc5635ff mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc22ea904 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd7d47601 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdce106d5 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xeb6770ed mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf2e7fab0 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x029eff8c mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1a52d835 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x23e4a3e9 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2cb675da mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x34372da6 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4a6e128a mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4f717375 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x53a1a63a mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x545a1837 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x88e9606a mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa5a3f3d7 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbcd36f3b mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbe0c49ab mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc2c5d854 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc72da9f1 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf1a53e88 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x00406eba mt792x_mac_init_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0bd691ec mt792x_set_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1156de8c mt792x_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1156f50f mt792x_mac_assoc_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x15612f95 mt792x_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x1a4d3096 mt792x_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x26452dde mt792x_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2d28fe3e mt792x_pm_wake_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x371597ea mt792x_dma_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x3b00b7b4 mt792x_sta_statistics +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x457fabe0 mt792x_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4b8fbebf mt792xe_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4ba26f5a mt792x_get_et_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4c151485 mt792x_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5476b330 mt792x_mac_set_timeing +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5a7b5c38 mt792x_pm_idle_timeout_set +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5e37a71c mt792x_tx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6297fe6f mt792x_pm_power_save_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x65391c6d mt792x_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x65560b7b mt792x_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6a14d935 mt792x_unassign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6c3f4a66 mt792x_poll_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6d1c1568 mt792x_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x72a76cff mt792x_set_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x77ef3141 mt792x_queues_acq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7ddc866e mt792x_mac_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7ef612a8 mt792x_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8c1c4363 mt792x_pm_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8c6b65f9 mt792x_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e471e29 mt792x_irq_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9822e5c2 __tracepoint_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9c06d4d5 mt792x_roc_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa4428b65 mt792x_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa58d4114 mt792x_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa60b094a mt792x_tx_stats_show +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb02255a3 mt792x_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb11b1147 mt792x_init_wiphy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb12e90aa __mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb9749f8d __SCK__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd22e98c mt792x_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbfab8a74 mt792x_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc3a0fb62 mt792x_pm_idle_timeout_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc6cb3317 mt792x_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc9a210db mt792x_assign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcc955b8e mt792x_poll_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcd46a905 mt792x_get_et_strings +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd36d14fb mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd4a36494 mt792x_rx_get_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd5a6751b mt792x_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xdd18b43d mt792x_wpdma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xddcd9135 mt792x_init_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe0b8d1ce mt792x_get_et_sset_count +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe92c49b9 mt792x_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf06b5954 mt792x_mac_update_mib_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf8bb2c90 mt792x_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xfb668663 __traceiter_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xfd3669c6 mt792x_wpdma_reinit_cond +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x155e50a4 mt792xu_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x2f3e7d72 mt792xu_init_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x3ef13a5f mt792xu_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x46eda990 mt792xu_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x47d4f110 mt792xu_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xa7a7473b mt792xu_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xab37b391 mt792xu_mcu_power_on +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xe4fc7d58 mt792xu_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xe5e9b635 mt792xu_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x36865946 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x52e3863b chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5c09915b chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6a9666e0 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x869f9124 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9b21d431 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xad912b98 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x210ded80 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2cc9492c qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6c6eaa9e qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7b957a26 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcef89e83 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcefb24e4 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x011a0cb2 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e6efed9 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a0ddb50 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1df92d97 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1fb9bbda rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26e3a948 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2abcedf9 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2e8caeee rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x36ed5f87 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x38bbef5e rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3e2e9785 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3fcc810b rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x499710f2 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c337ec7 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52aa930b rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59c4c72d rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5e8c59d2 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x651eea09 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b0068b1 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6cd4ebef rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6ed859e7 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f0f9f07 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f660ee7 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x74fb64c8 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x785698f2 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x81f347d9 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84634e12 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x889a479d rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8a137674 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8bb5e900 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8c3e1193 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x950076ec rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b2a20f4 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9dd0e3e1 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9e1f812e rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa40788b9 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaec50d0e rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb1528be1 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcb6ff4fe rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce7ebc1e rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6050bbc rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe71a6510 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf7df2bd2 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfa7d3653 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0b6d5781 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x19d906f6 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x29a1945e rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3562f2d3 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3a825008 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x46069c8d rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x48ac265e rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4add0ce9 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5bc0a58c rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5c476f75 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6935b273 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x73222414 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x91e5bd8f rt2800mmio_fill_rxdone +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 0xb5281cdc rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xba5b093d rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbed1f6a2 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x04a669e3 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x064a205d rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x104c730a rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1418bdbd rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18d9c10c rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d915130 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2abfee8c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x335446e0 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x37c50e3e rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39a77cc4 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d663cff rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4da604ff rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4dee2590 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5358e68d rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53bb056e rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57747532 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58f5d9ac rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f0f773c rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f135879 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6697dc10 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x69a928e9 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7e050455 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x883768be rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x89cef0b8 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8af325f1 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8b777446 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c2a3acd rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x915cb777 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9a44cb1f rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa32b3fdb rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa6c8d4b7 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa0bddad rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5963f57 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb9adfb49 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc4cf8de7 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc8cc25a4 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd0e0a95e rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd168f1d3 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2528f15 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3838120 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe12a3f3c rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8bbfff2 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeca70a8f rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xecd75ead rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf6b37db5 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfab28d4f rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe02ce28 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x6308d034 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa18df2e0 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe00a1382 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe7a19305 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf0a194fa rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x6f57925a rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xaaccabad rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xba71c06c rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0a11eaf8 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1c912582 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2a4d8b19 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4af6d379 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xad0d46f8 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaf0209a5 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb29f4e55 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb3a1c41c rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb63f5cfc rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc11fc9dd rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc19cd3c8 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd087108e rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe5b04409 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xef28d139 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf5386854 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfeffa63d rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x55c7d13f dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8a8b64a0 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcdf8c982 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xffc720f0 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0d035d3b rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x116118f7 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x15cbbdff rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x17393074 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x30e32b2d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x317ee142 rtl8723_phy_reload_mac_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 0x473a0fa4 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4809f3b6 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x49f57fa0 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4ddf002a rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x67db481b rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6e02125f rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7be9aefb 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 0x8bcdcabe rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa2cfd66e rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb2523d54 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb5e2d57d rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb76cd6a9 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbf44c21c rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc01ca163 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd22a7070 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe1da088c rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf4ad8150 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf9615bff rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0bb300a5 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d9b633f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x13afe53d rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x16dfc30c rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e1667a5 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 0x29b96918 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x321b267a rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x34a989b7 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x41fa9b02 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48de6363 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49724497 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5701cc1e rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d60b667 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5dc59558 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60a67716 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x61d3e85e rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66f72af7 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x758731e8 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x779a17ce rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7800e320 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81f727a4 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x836b015d rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa514d390 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xad765451 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb59f8806 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd49061c0 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x18460a60 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x316253f5 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7c83cd82 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb8e165bb rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc33cfe85 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5e638142 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9fb9cb20 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xd8d9ab8f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xee1673ec cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x338108f2 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x3dcbce43 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x80a44687 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 0x08459a30 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a737d11 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0aa4c08d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d879be8 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e5aae64 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x236b4130 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2484bef2 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x28cab1d8 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3c45e7bb wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4c408653 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5a31b05c wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d8b5dbd wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x612ab552 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x615eb606 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x649a7ca7 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6efbf0c3 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6fc53a02 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x728e59bd wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73d5bbb7 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7fe6d538 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87df0f42 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa352dae9 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa787cd66 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9485fb3 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa50223e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb6fdb852 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc346dd1 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca106101 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd029fbaf wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd04eae08 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1682455 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2ba92b9 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd501cbb2 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdab2be8c wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdbfd0780 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf82c200 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe24925c0 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe4b689ae wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe746115d wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe7c06e27 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xec37ad33 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xed737123 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf76cd437 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3e3282c0 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x5f8aeb03 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6db8c0a2 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8641301d nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x439eccd7 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x45be97ad pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x64912256 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x91ef9cd8 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9ae698f4 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xcd489c21 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdd7c1825 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x01a7b72b st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2bdf05c0 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x61aa27cf st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x89a9790f st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa2522d1a st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa5615d8c st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xccb90906 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xdb1ae44a st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x463b3b34 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xa1dbe8b5 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xac885e19 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x00967616 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 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82dfc9bd ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x84f4ca77 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 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 0x104c79dc virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x90a3a0ea 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 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 0x9439c8d3 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa9cbb1ce 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/common/nvme-common 0xfdc31f3a nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x12c170b6 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x22ded640 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x23e61bbe nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x262a18cd nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b625359 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2e3b7561 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x30650f28 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x30cf6fd1 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34267fd2 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3637d56c nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x45469ea8 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x483dabfc nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49a657c5 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ccf072e nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5bc6a84b nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5c657688 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5ca4e416 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x67bfb918 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6969f61a nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6ac2e6b7 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6dd70a5c nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x76261cf4 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x766a9fdd nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d3e5e59 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x80c2aa56 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81434ab9 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8525cfb6 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x85c1a61a nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8980b20a nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8bbaaffb nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8d607dab nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94913b38 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x956110bd nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9bc4a41f nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e1fc4fb nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa3601c5b nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa44a0421 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa69a7d63 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa863b8c3 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaa0f6552 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb631e855 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7fc25f1 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbb63f9dc nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc04c557f nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0e359f6 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce215973 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd0fe9794 nvme_change_ctrl_state +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 0xda4364d5 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe1d0c199 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe29f2ece nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9fc4941 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0feac8d nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf3253ea0 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf69e1a99 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfb7022d7 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2171fd04 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x349ac416 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4b080585 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4cba60df nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4fd5ee38 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x589afc3a nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x61d181d0 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7c005120 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7dc4cd42 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x86849d50 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbf6f9c36 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc6758e6b nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf14258f7 nvmf_register_transport +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 0x4ca66dfd 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 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1faec491 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x381208a9 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e633aac nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x80ec20f1 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8ec922e5 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa968ba16 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb10d6d39 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbb0d3809 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcce170be nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe6679e31 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf3baad61 nvmet_req_uninit +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 0x71c13e3f 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 0x77b367e7 switchtec_class +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0750d4a4 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x081a6eb9 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x10692d82 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x11e7567c tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2d4bd7c8 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x46b05479 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x47ea193c tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x53f0aa7d tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x57b631cd tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x876038e5 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9b01e4bc tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb0d5c2f8 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb9193c67 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb950cdf4 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xccc6835e tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xffad813f tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x16962391 omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x52fe351b omap_control_pcie_pcs +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x872d8cc4 omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x1641f25f mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x263a56b0 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xc113de65 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x1c6e3005 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x980a35b5 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x8d674c87 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xe37a2db4 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 0x0c4724df reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x1352fbaa devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x44dccc9c reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xc44ac937 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x82c847b1 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb7e89d29 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd5d52d05 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x5270cf6d pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x83e5b214 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe7ee5e17 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7d1e4ab6 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x81112ea0 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa05ea59d ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa55f232c extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb8d4089f ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc1c374aa ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd1189821 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xecda8f34 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0xf5216760 mock_phc_create +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3fc8889c mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x763214b2 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc2262126 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc5028df6 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xccda05d3 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x03bfa21d rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x31f3939d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x72cc0c29 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xae8f5e82 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb5ad37c7 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd6e6a7f6 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf6c4b56f wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x5c104380 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x585e15bb scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5cbb06ca scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6a5da505 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6ae878cc scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x864ac121 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x87d138f2 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x90f9b8ca scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x04764a5b scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x04ee3bc8 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x3ec86a1c scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x9e9f13dc scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xa5878ab2 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x1ef389d1 pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x4010d918 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xea493cb3 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1251c896 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x363c7717 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x38ad83ae qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4ef0a533 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x606af5ad qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x834f042e qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb2879475 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xccf4cc13 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x950d8f20 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x0fb9df32 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2312a1cd qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x3df25d53 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x5e2d17e9 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6971101f qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xc6649215 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xd333ac95 qcom_q6v5_deinit +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 0xb6e2707a qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x0fa6321c 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 0x007d19ef qcom_glink_native_probe +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_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xfe5c52bf qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/rpmsg_core 0x25188d82 rpmsg_set_flow_control +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x24940ae5 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00d612e2 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16f75ac6 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17c8b699 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a90d3f7 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25806aee cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x32a3fefe cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3bf6689f cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4008e41e cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x419f8395 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x476742ba cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48d7f6cc cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b508675 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4dc82721 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4df9ff9b cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e60c2f7 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d7ff9df cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x676884c4 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ac2a899 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x789282f4 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79a82d7f cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a8e2081 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7bdaf78f cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8286895a cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85ba68b7 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88de5ea5 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89ecfd3b cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a6e796e cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d8858ad cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95b197d7 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x96e59b8a cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9925b6c6 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa1233fb cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab6a09a3 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb263643c cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcab045d2 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccc1befc cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcf74afe3 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0c2e95a cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3717ad8 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda39f107 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda6fd5d8 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfe4ea55 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe29d861a cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff7441b1 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0f695d8b fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2105cc40 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x340a8cb5 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x43b238b0 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x57b2b3c6 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x69b16ebc fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8593b057 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d1bd779 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa59807ae fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb8d89741 fcoe_fc_crc +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 0xce85a9c5 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcf7d5e50 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf078dce4 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfa7d60a2 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfb8711b7 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfea74bf8 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x508af37a fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x52b6dc55 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x06097ea0 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x282fd40b iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa42133e4 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdb99afa3 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdbdcb0db iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xefded4cd iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf174be3e iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0xba51c2ac fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04260d0e iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x090fc792 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11525f28 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16d8af7a iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17052e27 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18c1055d iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e0a343f __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1eac3ecb iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1eed1844 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21806bf7 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22da5a63 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22da7255 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24ca570d iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bf9c4e5 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x334fd423 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a6d9a6a iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c53964c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3ea7e9e0 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x443e8c63 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e7726fd iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61eeb473 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x75166e7f iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85239473 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x86d5ace7 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x873d68d3 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88bb980e iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89633580 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e024a85 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa12cd803 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa47b3bb5 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5708063 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5b577d8 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xabcc73d7 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafb232c1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb83abf0a iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdd131e7 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc21a3820 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5b0396a iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc60f10a5 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc766e6f5 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca94b45d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0158e02 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd4e9c5b iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8b28942 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0e5d0a0 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf32e4ac6 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6185b65 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb5230d9 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x07ffbc15 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c7a16f0 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1033c7ec iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x15a1dc5e iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f503f4c iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25fbe6c3 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x44d87fcc iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x59f29d7c iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x68a7b01a iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6e8f7019 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x75e6712b iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x836c980a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x84322d9f iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb6983615 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb736cc32 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc50ccc06 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe1a03fff iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0548f2c1 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x10487c02 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x146fd2e3 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2771f2a9 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2de8bda6 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33db3cb7 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x34039f65 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3424901a sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x436ce608 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4aaa1f3b sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x515b4765 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5edde9d4 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x68e4408b sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x751ef9d2 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x80a06619 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89f2457f sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b03edbb sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e9b82e6 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa8538a81 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaa62531e dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xadc94f80 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb11694ea sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb2df73a6 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb9087fb1 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc07770e4 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc730af24 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd00ddce2 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd0f5e121 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2152bf5 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdde89da1 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe4b65982 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5654e86 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe79c286b sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeebffe63 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf0d4bac7 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfe7b1ada sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x959f8405 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01af1acc iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07fdf680 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f22354c iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fad744a iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13352c4b iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17821ebb iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26e1d495 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2899c282 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34aebd69 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3595c6b2 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x38b25558 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x38d33e02 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x427de98f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e15eb6b iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54505ff0 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 0x5a18158e iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ceb05d5 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d26e2a1 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5da60915 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6286910b iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x670129a6 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69c23af3 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d25383c __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fd6b2d2 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x727762e3 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84d3805c iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8d691447 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x909ae022 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fdb086b __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0e99913 iscsi_force_destroy_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 0xaba6b69c iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2f944c9 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7c852a5 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc83a83c __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc470cce4 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc480b2ab iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5426031 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5b7830a iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc65112a0 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcdd8fc9a __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd02f58e4 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd35e6ccc iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3d194d6 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd6e265e8 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbe586f6 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdcf3f49b iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde5ed0c7 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8047a3b __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb3254ce __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xedbd13b7 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3d6225f iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc8008d6 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdc18c95 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x64ba44b8 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb377d1fd sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd06ce20b sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd1978326 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa09c5dc8 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 0x763c14a7 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9520a4c7 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa369593c srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb4bff9eb srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc724d848 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe2b3af73 srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6ad677b6 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x83fa377a siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8a9e4b0c __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa54493fe siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xae64df83 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe1ec7722 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x011b666a slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x04b39ca6 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x20b6d645 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x23961dcb slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x24db310d slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x25ebd877 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x29275992 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x37086c92 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x40272364 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x49caef2a slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4cd55250 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x561696cd of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5c18bc5b slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5fe43b62 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x624d7276 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x63c9e196 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7a46a7ef slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x87252a9b slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x87f242e5 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa2afdf64 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa525756 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xab39a06c slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb9a2cf59 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbab2494b slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd604384d slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xde612635 __slim_driver_register +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 0xcfb2642e meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x31f81e8b mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x475fa77b mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x4c682998 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x5762cd98 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x8f99f1d7 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x99ad30e9 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc9333334 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xe3e430e0 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xefd28bf5 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x0c2b8005 mtk_mutex_get +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 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 0x1b35cdc5 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x35e50b11 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x3a8a9b14 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x44bce821 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe6859b17 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf13e4675 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf39d49a0 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xfde5840c apr_driver_unregister +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 0x45e1cd7c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x47d153d4 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x849dec80 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xa327c83b qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xd9a94ddf qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x56a8691a 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 0x1bcec2b7 of_qcom_ice_get +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 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 0x0c11aa77 pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x1921bd11 pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x26148d6f pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x3874a0cb pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x519ce9fd pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6a19f831 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x84c7f792 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xad2d2d8a pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xc434d5e4 pruss_get +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2b40dc9e sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x3fd40fd1 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x497a8c12 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb3acb06a altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1bbf16f9 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6ddddafa spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x79fd49e1 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7c2a26f6 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x970383ca spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xab2972de spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x81724992 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x97638b20 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xd46123f2 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x03ac32a8 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0822db83 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x120842ba spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x146a22a4 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x33f49f9a spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5fd408b6 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6b6e185c spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x70165409 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x86bfe6df spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x92b1754e spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x93f23b02 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9fc54af0 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa0bbcbaa spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa2db4fed __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa7bdefc6 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc1283b87 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xeb62d4c6 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf4dbe679 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf5f6b388 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x9067b74c ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x19dcfcf6 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2c8ffdc1 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x34454fc1 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4d06b99d anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x54239dc3 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6b160ee7 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6f6f8681 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x85cc144e anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb22d277d anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc79dee4a anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xee9d79fd anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf5fa8a4e anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf747678c anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x8a8d4295 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x8ddf9560 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x95160527 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe903d42c fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0956ce5a gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x101c767b gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1e8fc482 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2932925b gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x29658dc5 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3f8f209c gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xad7bbf62 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xbf554546 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc89ca06 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd0c0f165 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe9b90adb gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xedf9bcb1 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf5f031b8 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x05cf1ea7 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x173b0163 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x27e9552c gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x546dc701 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6fb98a77 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x745fdd18 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7987244a gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x877c563e gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8ec3ff37 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9b145c6d gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa058bb51 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa55a1db5 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc765e13d 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 0xcaae1778 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd32774b7 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x01d6e57b gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x4bdb7340 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x515b28d7 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x9e7a824e gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x30978e7a adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x4dcd995e sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1095a592 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2e5e466a imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x347e1c3a imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x37069d9f 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 0x454cb3e9 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 0x5b25a07f imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x5b6d0997 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9523930e 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 0xabc5dcac imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb3079315 imx_media_add_video_device +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 0xc0b8b179 imx_media_init_cfg +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 0xcf333186 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd09b4e03 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd1c7fe4e imx_media_capture_device_register +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 0xe013fcbe imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe67126dc 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 0xf6dda6cf imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x01afe0fc codec_hevc_fill_mmu_map +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 0x1dea8416 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x21393ca4 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2c6f0b54 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2f179b67 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3d373c32 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x415dec38 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4299870c amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x42cd3b5b amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4fcad37e codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x532b51da amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5915d663 amvdec_set_canvases +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 0x6d30d384 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8fbee595 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa0bcf00e amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbf415aae codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc4d35349 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd32332d1 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdfa57171 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf4e721d1 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfa8d01a4 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x2a849cd4 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x46e7ee45 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x4c19b5dd nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x15c553ec target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x20488bdb target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x648da418 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8b7517a4 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xa42d2069 target_submit_prep +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 0xf912984f target_submit +EXPORT_SYMBOL_GPL drivers/tee/tee 0x09f6b0b8 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0a979891 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x13abda7c tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x28d53b3a tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3f711246 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x424f2d1e tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x557a4463 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x57e7d795 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5b799aab teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x61205e6d tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6c773d16 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6faa5ea1 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x747586f8 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x82315dfb tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x87a4d713 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8e46e9ae tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x91c72e03 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x98aa4fbe tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa07f367d tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc7b8a325 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd8fedd38 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf1af87ee tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0e730797 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x17384985 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x20b112fa __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21a31526 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x288cdfa4 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x36521060 tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x376a3a01 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3ce33ecb tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4ce3dcf3 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5912d861 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5974f24a tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5cfeb9ec tb_xdomain_release_out_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 0x6a1b018c tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6ceee74b tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8444ebb9 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86166e8c tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x87ca745a tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8a1b05a4 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8cc79ef7 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8edbceb6 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x99e8d2f2 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb4c3bb1b tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc3e7bcd9 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc64da6ae tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc73b05e9 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd1ff096a tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe2697cd4 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe61d5376 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe84ff129 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeb0dea31 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0289e8fb ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x08a6c9f5 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x297760ef ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2b037727 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x375969f9 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x38119789 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3ae1a873 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3ef0c8fe ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x419338ab ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4ebf0ad5 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x50086af4 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5323c4f4 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6454e74b ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x655cb407 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x66a1f94f ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x77e2adff ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7c41f822 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x85ab4ed3 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa06bfced ufshcd_is_hba_active +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaa335cc1 ufshcd_mcq_config_mac +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc034667c ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc2fe4c49 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcb17b22d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcb824c6c ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcc0eef07 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcc603af7 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd591b382 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd6a98ee5 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd78d41ed ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdfbaa842 ufshcd_mcq_make_queues_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe4961b7d ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe5b4b5c9 ufshcd_mcq_read_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeda9926b ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xefa8c99f ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf57258e0 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff6cf48d ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x5dbc0fe6 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xbe25fec8 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7ca946ac uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa15a7c59 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb936b748 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb97004c3 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x095eabf8 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd492c640 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x10737443 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x39579b5e cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3b9aae87 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x42555d0f cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4346ceb5 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5f490949 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9c3116d6 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa12db3b0 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa5d0a929 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa7cd1d08 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x437d0fba hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5b4f12a5 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc6ba8f0f ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe37f1de6 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0c73d687 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x102d1b25 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x739deae4 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x9f9e5c1c imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xbd08adb6 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd7a3c29b imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x17a59195 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x23e2d8d6 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5725b7bd ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6a6f4a33 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbc1d3e41 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdda5c695 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0068bdc6 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x02bdbd40 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x06030cb5 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0ff135c2 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3a94cbc9 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x495e12a0 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x563e5bbe u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8749400f u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8f20191c g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x952ffd28 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xcad055c2 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xde669316 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe5efbf05 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xed77f845 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf9da2efc u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2b90f8da gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3405b07c gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x44b36cd3 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x571eeb41 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x57c70200 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x582be05b gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5dd0e55e gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5e7be384 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6a2c83d9 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x70bd3973 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x87676161 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x96c329c8 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x996214dc gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9964d578 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa119a5b7 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb1402cfc gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdf7775d4 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf69ab844 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4a3df9d0 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4ca1d691 gserial_suspend +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 0x9acf4a98 gserial_resume +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 0xd0fc9201 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd426814b 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 0x9c1d4bc0 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xf89ffe70 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 0x2452e21b fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x29296d3b fsg_lun_close +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 0x4056b71e fsg_store_nofua +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 0x4eb736f3 fsg_show_cdrom +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 0x767d5bd7 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x772e6188 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 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x890d63cb fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8bc2b758 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x93053fa1 fsg_common_set_cdev +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 0x9a912c80 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9bbad3a0 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 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 0xc9cb45e7 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcba72cba fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcd15c750 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 0xde8daca6 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe30f10e0 fsg_show_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 0xf646cb16 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfcb8f474 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0608ea3b rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x072ad0d1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x072d06aa rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x126aef3b rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1e7cecac rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4222a7dd rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4c924613 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x55afd4c0 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6067f869 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa787bd72 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaabd9405 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xba733bb1 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd5bc4979 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdeb32b6e rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xeeac368b rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x041627e9 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x07731d1e usb_otg_descriptor_init +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 0x1d586658 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x26585453 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x36d2ece5 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x45d06935 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4b676a40 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4ee10dd0 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x532b0e09 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x59ac6cd0 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x60563865 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x63358729 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6901b4b6 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7ca60621 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x811c97ca usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x82deac61 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x88677007 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8a520135 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x91dac5c6 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9808038b usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x982cb36d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9a65198d usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9e17b381 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa2ea8700 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa86eb445 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xad88771a usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbe771706 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca1899ff usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd29c05b9 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd72ea727 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb9feef9 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5a93ad5 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfab602e1 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4203b9b4 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4f551876 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 0x7155828d gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7d51324d udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x93c44658 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9d7b365d udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9e470e2c udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd2e59397 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf1770da1 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xea868089 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x419a4f57 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xba012359 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xfd4474b1 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x1ee45ec0 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x8c813c65 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xe60720c4 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x8abfa413 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3017824c tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x6ed1c34a tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x99274be0 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x9dfbcf74 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xeacdd0cb usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0589b333 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x13c39193 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1bb228b7 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x208c05ae usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x262e0c63 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x32f59637 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x491c912a usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ec6b249 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5975d1c4 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x619c951d usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x69a517ac usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81b41fdc usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86112d56 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xac7c82e4 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc22f9c23 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xceac578d usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd46bf365 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe58b943d usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe99a891c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xec2ba8ed usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x48a4d498 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xf12a15e1 dp_altmode_remove +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 0xc54db0a0 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x04d9c1c6 tcpm_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 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 0x00741d0b typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00e7fac5 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x04da6d7c typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05abeb43 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x07f75ac5 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x13e2c4e1 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x13e60280 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ffd25b7 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ce91585 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f22c203 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x312bc81b typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35e7ee0d typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x386bf5c3 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c8966f9 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3d4cf0da typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x41032507 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4fde76d6 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x502c38c8 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x50fae161 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54637850 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54e0cf0e typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56c9a56c typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x69e9368b typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6a9f138c typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bce9be6 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x70982a90 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x72caba8a typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7abcdf8c typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7bf0075f typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x823076cd typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8457e49d typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8873b12e typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x894e2cc1 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8fdb6014 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x927d6f43 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x929eb3ef typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x96ccaa7a typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x989d73ed usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a826ea2 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d5b8c6b usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f27f9f6 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fa406fe typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa15460cc typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa2ffaa88 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa4e0f0cf typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa77b5253 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa855bf9d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaa9b8d5b typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xabbb4d76 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae9e699f typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb441b05c typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb70df57a typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb8187dcd typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc0ac43c fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc04ea129 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3f6803f typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc718c3b5 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc8e9c48f typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca52f7df typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd4ad9f41 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd6293bc9 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe071054b usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6f29994 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xefda8b98 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2924fed fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf371e2b1 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf8938545 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf968bbb3 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfb5626a4 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfd1da39c typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0120cf14 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1cbdf124 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4a48ecc0 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x567f685c ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7c39503f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb7b758bc ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc214d7a5 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcc0373dd ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd6883492 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x679e2626 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7148c3c6 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x76b1e798 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x88b9105f dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x99191400 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaa28ec47 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb9a663a1 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd0d6ea3f usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xda231cbe usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xde0cb696 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 0xe6cdc0f7 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xeeae340f usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xef52e2f0 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x44fe6aae _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4a0569fe vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4b4d5886 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x50515d34 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x584d7cde _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x71ae7777 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8815dd93 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8ed904b1 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x9cbcc858 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbfd2fd04 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcf424eb2 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x9f56df79 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xe1efad4c vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1009f4a0 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1441e0f5 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2ed502e8 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x48442bc5 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 0x70786793 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x72b2dc08 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x789404ff vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7d229871 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8a5c54f8 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9bc2fed8 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa4b623ac vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xab6cbe5f vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xac5132ee vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb504edb7 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb56a0a3e vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcaee6f34 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcf1e555c vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd39ac281 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xeb9add97 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0a8636c4 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x11dc986e vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x34d0cdb3 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x36e6ca7a __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x7482bc28 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x99b145aa vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa9bc4913 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbdd547c8 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xed988fb7 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf5085e2b vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x03627437 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x14346bb2 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1cdfebdb vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x25d5ed16 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3394aa18 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x37165996 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x40735cf4 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x44b83e00 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4acf2544 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x501eb464 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x52a77342 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5c7a9308 vfio_iommufd_physical_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6b0fa7b0 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7da3e754 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x85165e31 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x872f9e61 vfio_iommufd_device_ictx +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9b81dcf5 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9bc14c6c vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa3eae411 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa7156af4 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad49e10e vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb4c94a51 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbc747b31 vfio_iommufd_emulated_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1a96b0b vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc70d953b vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd695bff5 vfio_iommufd_get_dev_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd7f48e2c vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe195bcac _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf8605a7d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfe2eae00 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x008366ef vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01b0ffd3 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x052634e0 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0bd6cf86 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x13e3691d vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b848f88 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e714cf2 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1ea3862e vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2335b409 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29610b26 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2ac1801e vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2f343140 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3108e827 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31d335e4 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3627c2fb vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x533f3a9c vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57dd13d2 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x653df98f vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x73de32d4 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77ca145f vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x798994d6 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88e0a7b7 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8bfeffa6 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8cb5a715 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0e67ed5 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa16770c5 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa348609a vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaee5377b vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf79533a vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc603f004 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca6bf724 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcd0cbb07 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd704d942 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd77c0272 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdcbcb386 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe80bc0d0 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8b674fd vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8c6f34e vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf91d3c89 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfc6f9974 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe4fbb68 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xff75fe62 vhost_exceeds_weight +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 0x1ae966aa ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x41c9e1a9 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x68f9f4f3 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x800f74b2 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x861052fc ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x92c27506 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9f8651f2 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x83b7e53d fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x5ccdf8d8 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x9e7734b6 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xab95e2d5 omapdss_of_get_next_port +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd6591037 omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x8f5b062d sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9b552d65 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0fec1179 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3836f501 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3e7effb6 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4740d42f w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6b1a91ab w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7557c6f1 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9270f61f w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc04e7026 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc292af70 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc3ce05a8 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe8cf9337 w1_next_pullup +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x04577d77 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x54ed5713 dlm_posix_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 0xdf2591d3 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe56482c9 dlm_posix_cancel +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x372d29af nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x65b1f14b nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6c856801 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x73a056bb nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7a011b0b nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa27f1ceb lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xaab5351c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xef1d9e9b nlmsvc_ops +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x1201799d netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00902ec4 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01319b85 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x015746c6 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0282ac3a nfs_unlink +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 0x06a89e76 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07689137 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08198858 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a01979b nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a7d48ec nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c36c312 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ccd16d8 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d459edf nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fdd8343 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ffd3f67 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10321c45 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1128677f nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1132bc4e nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13087950 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x138da098 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14c9022f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14dc1dc9 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15792d8b nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1876a7a3 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1afc2280 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21f31ea2 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2273869a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x247bed99 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x284eabaa nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29d50d16 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d5ed8f9 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d85f139 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30c8d5e3 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31b00dfb nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35582cd0 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37c4cba7 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x382a4019 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ce317e8 nfs_init_client +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 0x41e26a4c nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x427648fa nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42d7d47a nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f7b1f9 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x451c886c nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46d59530 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4718b4ec nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x477990f5 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4809f6ee nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cbbcff5 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e48ddc3 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f54f919 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f9aa1f2 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f9be1a2 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fd882a3 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51a33550 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x543b2800 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59d9334a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59f44eaf nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d884713 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ede5af4 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60e4fd8f __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61d98493 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b232275 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b4e5780 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bb599c3 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c7a68b8 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d560f10 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70a42d02 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72ecee12 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76ed51bb nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77c06947 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78b7f17a nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a62eaa7 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bd00f4b nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c04966c nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d199766 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f2b5d8e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8027ce58 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x807a2533 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x823d6cf8 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x836fd1a8 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x843e8c14 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85c928e1 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x895fc02a __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8964db39 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a881bc1 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8df08a6f nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f039ef6 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fb3b281 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9113d89c nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92c31dd7 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x940348a8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96d28920 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x977e62c2 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x978d95d2 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x996d3590 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ae785a9 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ef3d669 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2d3819d nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa30841ea nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaba97c8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadc2b1a1 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf15c99c nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafe2d9c2 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb041ade9 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3f5c5bc put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7668c04 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb90a2f8c nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb7821bc nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd73bbc8 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0d186eb nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3642957 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3ae2a07 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3df228f nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5344d9f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc70fb822 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9305ca5 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcaf70c2d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb822da6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbb2298e nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd02605a5 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5b933bd nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5ccaa7e nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8b06d5d nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda84e277 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1b8961d nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe486cde0 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe524b25f nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5c09e7c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe839206b nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe95ac8be __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea9d005d nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec9b325e nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee3b12ad nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf121e762 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2793bda nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf370451f nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3922108 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf404cc4c __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ebca22 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf59005b9 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf681b4f3 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf781f9a6 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc1e49b1 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfca0738f nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff10349d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x24926e4d nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01a1d8b0 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0385e4fa __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c8d86f pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06dc5c84 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07a644b2 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08637282 __traceiter_pnfs_mds_fallback_read_done +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 0x0e7d077a pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10975852 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12c66504 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x135af08d pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17115448 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22e89e88 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2304ba81 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x245a479a pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24653df7 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25890b0b nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25e40e18 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27e80424 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x280203c6 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29d4e5fe pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c841856 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30c68d23 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32b8fd57 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36ae6e18 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d061a82 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ef11569 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x403331d4 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x424e7016 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44d7c251 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47d8ba94 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b2ea800 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d7f2c8f pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5282f3e9 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52c13512 nfs4_pnfs_ds_connect +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 0x565c81ca __traceiter_pnfs_mds_fallback_pg_get_mirror_count +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 0x5d2ce52a __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x628114b1 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62edc639 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665cacb1 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6af1e4d0 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ce8dd95 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ecdc153 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7257c379 __traceiter_nfs4_pnfs_write +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 0x7d82c891 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e2573d0 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fbe2392 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81f6f81f __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8479e1d2 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85fce6c9 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86c5c973 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89e1677b pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a9eb3a5 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9767e078 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa59b874f pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9a37a90 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb449bb96 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4b723e6 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba3c0e8c pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd3b777a pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc1c47bd8 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc58b900c nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7db78f1 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca0cb6a5 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcac40ac6 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcaf833ae __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce24b0e2 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd171d72d pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2f085d2 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4262eff nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd43388f8 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5597887 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5e7d50d pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd84e27ec pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd30ba41 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd518330 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb903f7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xded8b03c pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1abc5fd pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe30fc173 __traceiter_pnfs_mds_fallback_write_pagelist +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 0xe5968078 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe888f6b3 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2f19cb8 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf45df244 pnfs_alloc_commit_array +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 0xfa5d9826 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb40f502 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd5e6c1e nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfe553aeb __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x22370cad locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x8d4479c7 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xa46eeadc opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8bfa4901 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xaaddd73f nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xcb6febf4 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe0b50f31 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x1d8b0f26 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0f6a62de o2nm_get_node_by_ip +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 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 0x5febd67e o2hb_setup_callback +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 0x7ac63fe7 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa290a57d 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 0xba011ad4 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 0xc2a5bf6e o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc90f4c4d 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 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x03f94aa1 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1051ec16 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x846c7a60 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb9a01b6f 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 0xdcf90408 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf0e94735 dlm_register_domain +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 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 0xb3d26d7d ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbd031c11 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 0xcb6dd04e ocfs2_plock +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 0xeaa883cc ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x0a8b8330 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x60035ffd unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x21ea235b register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x5dec74e5 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/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 0x15bccbae notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x81893ff3 notifier_err_inject_init +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 0x39d2fd0c lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xbbb9690f lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x196c9aa0 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x3e89727c garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x703d1179 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xd38cd3b6 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xdaf168b4 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xe4a254cc garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x2fe4fd81 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x446696a0 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x4ac43180 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x843a6153 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x906c7879 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xf9a7f5eb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x37643aa7 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xa5ce9f2f stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x17737b69 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xc51b95d6 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 0x9f96cf2a 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 0x0b479881 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x500fd4a6 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6d03c5af bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6f99ff8e l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7d84c9ed l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa20a9713 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xde5f509d l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdfa48c6a l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xff045290 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x16f8a097 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x18871fcb br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1d7d5ebe br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x262c89d6 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x29d4f8ee br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2d4df1fd br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3c66ccb3 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x42d3c1fb br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5bd4cc9f br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x800da425 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x82955c7a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x84d1a63f br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8f6f7aee br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa747b91c br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb3f70c16 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbd3522c9 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc4068183 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc7024f0f nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcf58b901 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd62f9f9b br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd802bcbf br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe2cb2626 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe6384123 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe6e70d70 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf6e85430 br_mst_get_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00054839 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ee3b5bd dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x12d24ba5 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x179e8c43 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23ec85ef dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x27e8bc0c dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2ca4d5dd dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x393f7608 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d4624c6 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c5c4774 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4fc31eae inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x540db86f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56a0afc1 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b992458 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5fa044a0 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x655f853b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d86ef79 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7a31c1a2 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c6ade70 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x82f6b58f dccp_reqsk_send_ack +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 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x961cd5d5 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9e5ef64b dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa03a4174 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7b91785 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xca25cf61 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc747817 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd837ab82 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe804d562 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe8681960 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf74453bc dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf9a32070 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfef60e94 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff746404 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2ae11515 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4635777a dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4a8b872a dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xab1147a9 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xabc567b6 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc5928f8f dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x04df2aad dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x06122654 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x19348d95 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2ac8e3a7 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3d8149f0 dsa_switch_suspend +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 0x46db3561 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4b63d288 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4d475a6c dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x512c99a7 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x54b4d812 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6b6db4b7 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6c17f940 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7804fb2b dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7f5aab3c dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x97685a30 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9f4e42b3 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa0f4e73f dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa49cc233 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa5a70e62 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb101295c dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb4295dd6 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb99d36d6 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xba036053 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc66ec9be dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd33d39ef dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xda71c827 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xde03c390 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe091c972 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xeb6d88c2 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf8d464e4 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x05224c2d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1d583da2 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x21d7176b ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2a2432d5 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x37e913aa ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4a3de5d5 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x673fda84 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6cd8f1fe ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x97e24752 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb9d347a2 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc1840989 ieee802154_hdr_peek_addrs +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 0xa5a77f9d ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xc3b97c27 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x3576c07a esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x3f7218fb esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe3964c48 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6a94f7b4 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc644c5b2 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1ed5ece2 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x29c1222b inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x35dc0950 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3bedbf52 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3bf410d2 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x55920ad5 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7ad7b82c inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x94d7b1da inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x99a838dd inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x7354d1ef gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1c039162 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x267edc1b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3246e6d6 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3ee6a6f0 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x42c9d7ce ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x44fdc29f ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4f7924bb ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5b12d00e ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x876ffa04 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x884a6714 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xad27d4c1 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb219cac2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbbcfc279 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbdd7d2e7 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd3cc1857 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd3db4834 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf2bdd00c ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xbd1ad76a arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xc515d507 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6405b081 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf25dd5e4 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xc226f2f2 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4c01b960 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9094faf1 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xacba2f4c nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xaffb4004 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb4c753db nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb710e921 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbfec2ff4 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x6c8b4a27 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3d6625c6 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x5291781b nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x8063f5b0 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x39b28fbc nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbc9b2b3c nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x08e763cc tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0e16d7d5 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x68930fc1 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7418dc9e tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7f3f8c04 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x09d9f5c7 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x437de4d6 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x53e071f0 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x650078ba udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7e08a074 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9b9a227e udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbcc49684 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf471c7f4 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xec448250 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xef0ede26 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xef2b5fef esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa74d8f8c ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcd5d32cb ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf606637d ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1b2db542 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xcad3e7f6 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xa763e4b9 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x53c60ef5 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7828447c nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xbe881902 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x3952a11a nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x29b7ec1f nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x4d48fa7f nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6f6fe23c nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x8a39c3b1 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9cbd5a73 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa9c9c2f3 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbfc1e280 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xebeceb4e nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4ebeb6e7 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x9c9d15c6 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf1158ce4 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x42faea04 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x543ffc72 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x19c2fcad l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x322f6d13 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3c508717 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4bbd287e l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x510f2910 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x52fd25b6 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5dc261d3 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60c26614 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x85b88bd3 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x874f6491 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90ec919e l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c963d8c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa60fc94b l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb8b08b3e l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc4c563a0 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc4d483bb l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe71ad2ca l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xea6de308 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf0ffaf34 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf78a7a63 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfe866724 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x739abe46 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xbfef4bf4 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e965beb ieee80211_obss_color_collision_notify +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 0x2844feac ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2c5d07e2 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37be2be8 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x38eea0c2 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x410fb443 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x439eb19f wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5059169f ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x52751a63 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ad14de6 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5e248481 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5e8132cd ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x65bb7684 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6fcc64b0 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9d227923 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9df199ab ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa5dd6e10 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaa37104f ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb92a2f86 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb99a19ab ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbb365b7a ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd121223c ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdb281934 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf7c6c358 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1277c5de nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x12f7d3e2 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x610900c4 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x7f82a1df mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf0a07580 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x08834e4a ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0975c98f ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0ce0b169 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 0x2ab0ac21 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2e42f2f8 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x38453366 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3faad29f ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x414cbfcd ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x50961817 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x643d938e ip_set_extensions +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 0x88c58e90 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8e5b5a0e ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x991dd21c ip_set_get_extensions +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 0xbad85463 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xce4d2e77 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd2708028 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe26bd429 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe8e234d2 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf806b5ef ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4470e960 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x538e5ce6 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x83aececd ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xee886313 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5aba9fda nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8cfcfc2c nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb2d711d4 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc3fb8f30 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe7147b5f nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf21373a1 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xfe403da1 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07f2a506 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a08e01d nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11364ca6 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14566f2d nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15a44a4e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d0f5e80 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2025d63f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25051cee nf_ct_helper_expectfn_find_by_name +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 0x2ae2bd7f nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x329a5eb4 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34787a25 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3936b505 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39730500 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3eb6e81c nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x419d4a02 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43c55a26 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49c0afee nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ca2061e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d878a90 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dbf96e8 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x506ab9a5 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52beba6a nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53d8f58e nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54d008f3 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57e33749 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c898d9d nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f91b46d nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6164af9d nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bbbbf5f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75b7cda4 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7603101e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x764d7a33 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79cf042f nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a6447b0 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a9c09cf nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e002a6b nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7eb4ba49 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80449046 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82f485d1 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x830e19e3 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8877a663 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89368896 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8940644d nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b68e28b __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c007903 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d047ad2 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ebd0ce0 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90715e3f nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9833557c nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b4fa684 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c46a11f nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c8c3d41 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3489da0 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6fa53c6 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9b93e65 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa1408b6 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab609a70 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabddff44 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2a8ff68 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb315be5d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb710dde7 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9f8f5b7 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbac44bb8 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe423c21 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc404dea5 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb23f3da nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb36fadb nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb9df31e nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc614115 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdc52af6 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcee36425 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf4631d5 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0dabe4d nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd11a94f0 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4f9425e 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 0xd756c70a nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe82ac459 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed75dbd6 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeff48dca nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf43d21c8 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf51961ea __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf95d8346 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9ee9b8c nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfac93955 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe22812e nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x528bba56 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x6d146b7c nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x66c2a887 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2226bb43 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6d257597 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xbbb38f66 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa070be56 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2a15e6f8 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4379f948 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4e311c15 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a1c5628 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x695c3703 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc209d9e5 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xeaef28ab ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8bbda335 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x0759f3a3 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x25496ab3 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x26f3f74b nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3c67ab33 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08fa8428 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0a21e241 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1416d024 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1828ed48 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x507f8096 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7761d470 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x890d119e flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89327d7a nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8e21bdd1 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9d2c40e4 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaae3bd6e flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xac4b14e1 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb9a1b69d nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc71ce8d7 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdf983ce5 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe774adee nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe9adaef2 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x19b6a08a nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x22b4e597 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x23b8db13 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2916c2c3 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2b426e23 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3635ec09 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 0x4e75732d nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4fefda31 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x50d4b91a nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x603ae948 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77186075 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8e730487 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa167af12 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbe347ce0 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc98bef60 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 0xe9de7c2f nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xecee71cd nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfe364190 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x03a1c62c synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x08775188 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0caec345 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 0x28539985 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5ca18685 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x76d3d1ec nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9f3bea7e nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb532ef92 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb549bd17 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc6d4156f 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 0xed9b08ce ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x01c80711 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x073769c5 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0842a8d9 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b2459ae nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x14dea54e nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1ed1ca6a nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c49b027 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x36c14c5a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3ab25721 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41107cf5 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49c59d1e __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4e52d71e nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4ef222f2 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51d86fb0 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x520118f9 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x57c43443 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x58e041a1 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5b30211c nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c1c57db __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d00cb15 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x651cc69c nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x726f4837 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fca2f47 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8bdd1568 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cbb53d6 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d3180a5 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d9ab926 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c9a9516 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa51b7baa nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa5ecd1dd nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa89880ef nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4d313c3 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbdcf7284 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5ee15f5 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9e8b3b9 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcbba8353 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1c22c26 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3df806f nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd565d3d2 nft_unregister_expr +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 0xeb503c83 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf25f4f45 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf6febb19 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf98bb39e nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff772486 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d6bba0a nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5436dc2d nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x702d36e5 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x971b93eb nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x985deb65 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc2f82d0b nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcc9b2cd1 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x07e7ce53 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x7c383dcc nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa77a4e39 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2334550a nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x458af1df nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0f5c389b nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x539a877c nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5f604b63 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5fdc2f5b nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x81084413 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x07359a06 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x205352c7 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd5f3993f nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x118564b5 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1a4d40c5 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1cb9f00e xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2a3427ad xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x47bf33e7 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4eb0cb4a xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5a92082e xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68a47d0a 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 0x8d941f77 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9dd8185f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa5e35074 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb154a3b8 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb4c3c3a0 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc1190140 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0646f84 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe442b067 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe642e744 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1eed467b xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x86508144 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2c7581ab nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x3a543a6e nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x790457ae nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x54b8f497 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa2ffa1ae nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xc44b611b nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0x24cd296e nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xdcf7d4e9 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x25db43a4 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4d5cf74d __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8994edb6 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa0c709bd ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xaed5389e ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xce32a0f5 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x2f940b3d psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xa5769ada psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xbfa22d17 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xd54d879a psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x7e6053db 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 0xc29f509f qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xdb60a2fb qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x087a1b20 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x1096a273 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x10cfbc59 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1758c055 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x19e5691b rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2d59b444 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3c6c6cdf rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x3db29905 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x438ec93e rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4c0494d5 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x4d09ba02 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x4e8c1915 rds_send_ping +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 0x5e2628b9 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x5e445f9f rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x68e9642b rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x6fa5defa rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x7d0606f5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x93e4674f rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xa24c237f rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xaabd37c2 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xbafd834e rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbd9b2d3b rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc81cd060 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc98c36dd rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xe26a3c6c rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe46ff000 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf3583898 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xfc147ab2 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xffd91ca6 rds_message_addref +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x1c417790 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x4bd03851 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x2063d680 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x300aeaa6 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +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 0x0db6136f sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x740291b2 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xc2eddc91 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcef99e57 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x2a210885 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x9f95091a smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xaf3e032a smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xb59dd4ac 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 0x6073bd8c gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6efbe721 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8a3752de gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc77ea289 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02268950 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02ea0c72 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x032184be rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x043bfffd rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0599ffe9 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0634825a xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07b97a75 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x089ffcb9 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09efbaa8 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ae5823d rpc_get_sb_net +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 0x0f049917 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f4c88fe xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10ebe0c0 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1516f005 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x167a0664 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x169e99de svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1742c8a5 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1750a408 svc_seq_show +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 0x1847f449 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18c05a4b xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19bc1af6 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19e039b7 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b05ef9d xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bd44755 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cda2a75 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e76e2fd rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ea58b54 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f216594 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f945fdc xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2142fe9b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22f39f13 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x233053f9 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x234e5cc3 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23868195 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23abea21 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23cf1242 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2410ed58 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2502c8f2 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2922d8a1 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29455be6 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x295d8305 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a566830 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a7a3884 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b78e1fc svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c4c29cd rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c9ba6e4 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cd6591b auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eacd8aa rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30cbf43a rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31e7bdad rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32df1e75 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33682ea7 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3407ff23 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346213a6 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x348efb58 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34fa0bd7 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x372f3924 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b616ca7 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d0da9a7 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e72bf6d svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ebe40a6 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f1c5dc9 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f964fb6 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3faacb64 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fe4f217 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a494fc svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40bb6c4d rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41d4577d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42186f21 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42ca717d rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45f11361 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x465e4789 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x469c68e2 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x478584f8 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47952014 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b242fbc cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c6a009e rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d470436 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4da51d20 svc_xprt_received +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 0x5080ffbc rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5084023c rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50e2d097 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x520854cc xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53a9968d rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5692a071 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a164c02 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a68b58b rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ae3bba1 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3a2fc3 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f095271 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f5eb7f1 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60016df6 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618f50dc rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65afbae1 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66bf4731 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68597e84 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x693c2f9c rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x699a7a75 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ce27b6d xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ebe4073 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f055943 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f502782 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70e6ed81 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x739d9ab7 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73ccd282 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78717e2b xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78a4d825 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a9b0acb xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d376444 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e4808dc xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ee8157d rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81d5a378 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ed910d xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x838717b5 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e85c91 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8570d096 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8856556a rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bad08ee svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c46ed9d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8db45c83 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df2aa2c xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e9f76af rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f8c9788 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9249d40f rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9336933e xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x943b7636 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95c07346 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x971505c5 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98d5d7f4 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99ccfc7a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a39bcd0 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bce4356 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fa0cb26 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fe4fe99 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa204375a svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa27683a7 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2d5ca12 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3305382 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b056fe rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d2cb5c rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa81c276f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa92de374 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4297ad cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa9f8cb4 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab673338 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabf2a36a svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacbb1d68 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacfddaa6 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae5b9626 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5248b7 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafc82af9 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb212e451 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2541dbd xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb25b521a xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2da1660 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3333aae put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3791063 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5478258 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5d85989 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7dee36e svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7fcb513 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb824e546 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8c0ba58 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9bb2b1f rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9df58c4 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaa04900 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbad49209 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb690f25 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc0d557a rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbda2f7c4 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0b9c9fa xprt_disconnect_done +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 0xc29cc17f xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3624338 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3911306 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3df7add rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4671d9d svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6508f74 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8d7f67c xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8eb70c1 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8f92241 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9b9b50b xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcadf0014 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce167b32 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce802d90 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce9cdc81 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf131ddc cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf19378a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd16b9b06 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd22bb58a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3e032af svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd519dbea svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6a12688 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6abe4e1 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7100415 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a4f0db rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7cedf39 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8540773 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd965daf3 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9e0cdcf svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde83af6 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf406afe svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0566725 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0755ab6 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0e849c9 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe13e25da gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe45525f8 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe493ac50 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe59edfe0 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6842792 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6a606a6 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe79ec672 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe806ab95 svc_xprt_enqueue +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 0xe98f6b0b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeade45c6 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeba98881 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec7fa2ce rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xece834d2 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed389e8d rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedc7b3e1 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xede09c09 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee6b6770 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefb70ffc xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf12f49c3 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf14d524b rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1ee393c xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf32ef0f7 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3df7f8f xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5c9c66a svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf657d04b xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf73048ab rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9cb029f svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfce0e1a6 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd6bf219 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff329394 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff33e965 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/tls/tls 0x06340715 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x09b1ffd8 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x60091cac tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xd3fbd2af 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 0x27dd12a2 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2b278931 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2d510232 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2dce1e8a virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3336ec6e virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3a68521e virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4cea2988 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5344eb82 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6e504cd5 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x730e7943 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x744777d2 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x74ff7405 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7c53f201 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x859f9734 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89eacbb9 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e02e7ce virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8f39746b virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x91d2d6e0 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x93ef53fd virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x94c006d2 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa04616a9 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa69c3e14 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa764389b virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xac0fcb2a virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb0df3687 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb2e13929 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb2eba347 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 0xc2688728 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc3031170 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd1b3fd5b virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xde94366d virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdf6bb1c9 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5880b05 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf274bbb5 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf5c650fa virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x01b85885 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x223fb795 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x24eac29e vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27f25293 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2957f57e vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c7961f7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x30cade51 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3bc38358 vsock_core_unregister +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 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x62a5b3c4 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x64e095ab vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6ae0284e vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x70b410c5 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x727a9ee1 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x755f0ec8 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x84e147ab vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x88820ff9 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x88de9c05 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9858522b vsock_create_connected +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 0xc9eaf93a vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1253fe7 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd25afb4a vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd623fa04 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdd6ed64c vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xefe3bad7 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfd58f964 vsock_add_pending +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x00f153b8 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x12d0e621 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x171188f2 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1dd3d7ed cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x22fd31cf cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3527b4dd cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x41ad2684 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4365a526 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x469405b9 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x559b25aa wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x581d271e cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x58edec0f cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x67e26a8e cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8a871e14 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95dc9d0c cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae9769f3 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc20e979d cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe002f5ea cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe3c224ac wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xed3b34c6 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfed410ca wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xff7dc167 cfg80211_wext_giwscan +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 0x40daf516 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7e224207 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x84c126e6 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdad53868 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 0x86d6d0a7 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x89bda835 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-rawmidi 0x95d13f36 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xe4f97825 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x1b15b41e snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3b428e42 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x02ca3272 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x044d1bf7 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x2510d055 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x491e5076 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5abbd3ed snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x726c17c2 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x92dbdda7 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xb8b3ae19 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 0x1a2c4039 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x32438358 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3782cc3f amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5845279d amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x732fa352 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7487c1c9 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x821fa514 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x86734668 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8c5bae62 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa6b6fb5a amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd6e83dd1 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdafdbe96 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf1854898 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x09ea37e6 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0b5ba1c6 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x15da74a7 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1b69ad30 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1d7a9165 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1e0da798 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2026b43a snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2c540f85 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3a2f2c1f snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3b68a09b snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x42e3c972 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4e263f42 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x523963f1 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x535dde66 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x62afc676 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x694fd8b1 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x76fb5861 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7f2d04ab snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8871f1cd snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8e598b69 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x90868dc2 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x995a8a7d snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9f2ac4cd snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa4a3e2de snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa4f02be7 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb5d86e5e snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc67b1f55 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc951affc snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xca823ee4 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcb262013 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xebd825b1 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x001d1e82 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02d6ab2b snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04c46631 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e06b399 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0fcf81bb snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1141385f snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15f0de76 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16b07751 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1708cf59 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x19eca363 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c00892c snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c273a4a snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ca0f07f snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1cfc8b85 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2146e059 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22054519 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2aff001c snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2db73d87 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2de94778 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e3568d4 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e9d78df hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2fdbbd23 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b6dc584 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d1ab77f snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e20dd9b snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x42d9125f snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44602fd8 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44f3837e _snd_hdac_read_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 0x4f5d1dc0 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x508c0e4c snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52314127 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x550f1b04 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x562f02b8 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5768cb73 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x58fe70bf snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b060d21 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x641cf084 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x64d5292e 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 0x6c076bb2 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6db20b46 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71986bc7 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7725470e snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7949edc1 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81345cdb snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85f13fb2 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b13db54 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c3f8263 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x908f9dea snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9797e71d snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ac68676 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ecadcf7 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa13c01f4 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa2aa0bb8 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa61d080b snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa705b2d9 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa70dcf27 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7d9154c snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac394c16 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaeda8bb3 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf4cab1b snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1dc9bd0 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb44d2bdc snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb50cccc3 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb5523038 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb772d951 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb78953df snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb86d8622 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb9d1ef06 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb71821b snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd39db83 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc01a8b67 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7402301 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc9d16a10 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf1e0f99 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd259b4f3 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd65c1f00 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd6ddfe32 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xddb42c81 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde79734a snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdf3b7ffd snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe01f9b45 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe93a67d3 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe991aa51 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebe6d781 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec2863be snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee1f8729 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf045acdc snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7f352ac snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf951f70a snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa6cbeb0 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfaca5382 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff5e0136 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x1f915601 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x8127d8eb snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x18662ce9 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x34bbcbbc snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x48312572 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8f7b178f snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb9eee40b snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfb7553c9 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02cd346a snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0479a7fd snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04807e0a snd_hda_codec_load_dsp_cleanup +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 0x076dc282 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07e1b990 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08e76865 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09320c3d azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b7a73c6 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c1a17e6 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0eab8480 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ec45444 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x111147f5 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x113ead39 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x122b3761 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13856b49 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14d2a86e snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17b9191a snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d1a8527 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fe30502 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2140cebd azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x221e0b5f snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25b00005 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a53c03d _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b191253 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d0a93a1 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e3ef65a snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31fb2e38 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33234e11 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33bf88ad snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34d2f0f8 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36dcabab snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38da2018 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38fb51aa snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a3ff5cf snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a80937d snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3cd6545d snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f62ac52 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f78b0b5 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fd8dfb5 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40e8247a snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4689824d snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x469fc76d snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48e8e4f1 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b34c323 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54eea13e snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c0a5637 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62a4ec58 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x645f734f azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x646ae118 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x649015b4 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x655bbdbf azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66ed1196 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67bb13eb snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6af5709d snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c24091b snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c991d70 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d382c15 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70a3689e snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x773d9762 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d84faca snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7eef4062 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ffd4701 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x804ca285 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83456a6d snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83e16497 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x848baecb snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86569217 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x865be18e snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fc63064 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x90396d64 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91e8e7c2 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94da88fb snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x957bab25 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9beb8922 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d534b93 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa80660ef snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8742193 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8be2797 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa03e381 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa897f5b __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac106273 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaccd6bb9 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeae7d0a snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf5172e1 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf8bc849 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb16c3024 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2842957 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2c5d965 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3c7e0ce snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7dc5fe6 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9a151b2 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb05b728 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc07ed61 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd0f3940 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd1bd3a7 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc00ff54a snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0524c2e snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc20c815f snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2cbcb42 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc53fdfce snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6e22faf snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7a31c16 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc96aa547 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd98b576 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdca9ef7 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4e8bbe7 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb350f55 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc4134a0 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdda08964 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdef0d967 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6591a92 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6ca8599 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe85cb3c4 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe972b65d snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb3a0cd0 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec495189 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed0d3177 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf200ba31 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2d5fa37 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf340c9da snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf59d7665 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf825453c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf88f2a2d snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf97406d2 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfca05bda snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd85af17 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe9cabdf snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff4c0cd0 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff6c4669 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x030ac3f2 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0a928110 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1e979b27 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2efefab0 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x54853a50 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x66c0d6ab snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6942583c snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x75a67eb3 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 0x7b199e24 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 0x95bbfb38 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa6bfa492 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xabe17a52 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xad037533 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb8e4c181 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc05b06ef snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd01feadf snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd2e6b34b snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdf412108 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe0812da1 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfaf3d7fc snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xff1ce419 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x25bcfe70 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 0xd391d86b adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x88be0a22 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xee59d91e adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1deb18ee adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x31c3cdc8 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5395f79a adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5d8713c8 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9350faed adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xadf02c3e adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xbbeab46c adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xca92ce90 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xdfddae50 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe712f653 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xb4873ea4 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0938ae27 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x4303192c aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6b0b9c1f aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x79934293 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8cd6ce62 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x97c07f30 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x97dc6ec1 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe7e7e132 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xeb416b62 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf362690e aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf7042ff8 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xfde191a8 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xc11d5014 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xf5cc6fb8 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x91f5619a cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x98579739 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xbc1fce07 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1e2e9dfe cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x219fa0ab cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36c475ff cs35l41_mdsync_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x414c4d1c cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x65fbcb6e cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x72fcb459 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9419fcaa cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaa3bde98 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbf7d95bc cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcdb79ef6 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd78003dd cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe77113b2 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xefea0dc5 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf7194bc3 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xfc9a4080 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x1ddfdf21 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x1f6a021c cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x56167978 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x91c4f989 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xce28e384 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe80253ad cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x3a7a0a49 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x67166591 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1b4e016d cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x608df255 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xadd158df cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xbabf2899 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc3e54ee1 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x03043de8 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1d2c870a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb31e1d50 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x526573d9 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x7d2529b4 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x3b05c925 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x501ff5eb soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xa95dfc95 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x6390e9de lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xf7287a88 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x33828cbe max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3e1b89b0 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x658d6d9e max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xac43b3d1 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf6fc2ab3 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0d55c28c mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6536dce9 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8bcae3cb mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe2cea462 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x048b88a7 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x333dfd9f mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x8d822b2c mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xe4866c85 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x01020c7f nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xb3addcda 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 0x4d11b0d1 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x32958b82 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x4ed61271 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6c71e59c pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x6bc149b4 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xbf80d374 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x21f2ae53 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xc1d1ccee pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x44f35834 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x520dcf7c pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xb8a6f151 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xe969185f pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x50520bd3 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6babda9d pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xab692c0d pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb0db69a4 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 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 0x3fc749b2 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x70adc37f rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x714d00e8 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x97f3f7ee rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xaab10698 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xdedb0be6 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x8a81ae69 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x9919510c rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x0b527f25 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xa741ff4d rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xb48cad98 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 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x161e4123 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x28c3d33c rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5571c334 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x68a95d28 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6933a27c rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7a35ef1b rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8e0e5a05 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x91079df2 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9b413ac5 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9d363ebf rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xaffcbf72 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc3f4683f rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xce837ee2 rt5682_get_ldo1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x40f077c7 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1ec05c9f sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x28d0de97 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x72bcf59a sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8bf66ef1 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xdd4beee0 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xcf83ff08 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x5f388657 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x37e7c9e4 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xc64b6d74 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x9fa220b6 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xee220e5b ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x00a97326 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x114489e7 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x26d6f55f tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3aae5a3d tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x41b8f31b tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4e8229b3 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x53827ee8 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6bf37226 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x89e23cb7 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8f7841ba tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x93437d8d tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe2b83db7 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xfeb314bd tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xff2c2e28 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xc16512a7 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x999021a6 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x9d454ef5 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x2cb2045b wcd_clsh_ctrl_get_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x634fdd4b wcd_clsh_ctrl_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x6fc4a608 wcd_clsh_ctrl_set_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xc15fe78f wcd_clsh_set_hph_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xfeddeab9 wcd_clsh_ctrl_alloc +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 0x40c41ec4 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x424c1d04 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x450d1821 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x5a3b1cf3 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xeab13de0 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x01816e22 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x137520b3 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1863e25d wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1f829bfc wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x28dd497f wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3d5bfaa3 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x46dbb09c wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4b2c9414 wm_adsp_power_down +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 0x537fd3d1 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x55235604 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x62f7d253 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6df7a43c wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x846674b5 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8ff317dc wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa08111e6 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa9606284 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaacc93d4 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xab505c69 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xad16e51e wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc38fa9ca wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc8435b48 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcec7b94d wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdc2f602d wm_adsp_compr_trigger +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 0xf1aa45d6 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf3985726 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf6839439 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf9ad2e40 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x3b83b375 wm_hubs_handle_analogue_pdata +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 0x64fe5465 wm_hubs_update_class_w +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 0x7dc9192a wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x83720916 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa5854972 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xaa61a4c3 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xbaae6afd wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd7bc8eaf wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x61287897 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x9c23f9cb wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x318c4e79 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7b0e0b76 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xa5f2ea06 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe36b6fb9 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xc41cc194 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xdbe0c8e5 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x0fe90f2e wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xe10f133d wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xfe51c561 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x1ff42298 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x39b29b9c audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x8ed9747b audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xafd0a9fc audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb4142032 audio_graph2_link_dpcm +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 0x027b26c5 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x14a1f83c asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1dee9675 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x26a67d2e asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x438f0f69 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x57ad9445 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x674c82de asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x70d987b8 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x740856d0 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7c90dfde asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8753c1c3 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8c2b96a8 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9cb7fb06 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa042a1f7 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa894d840 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xab22c802 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb5f09b36 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc06bfc11 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd5117582 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd888c9d7 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe2472050 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe64bf487 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe6b94ff3 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe8d0f29a asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x00b0b0fc mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0a1e26cd mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1d4eb6ae mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x28ebeae0 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2cc341f7 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x305acad5 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x324c3593 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x346d950a mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x36033fc6 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4955aa9c mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x536b4644 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x585067ad mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5a46be87 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x672cdd15 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8759b46a mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8e3b97ae mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8e8c44bc mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9068eda3 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x92d99e4e mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x950fab33 parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9e70ed30 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbbf23316 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbbf890ae mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc1caa80f mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe7514b2f mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf1b6fa31 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf668ea1a mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf91598bd mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfce545ce mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfd1ff0be mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x3a4194b2 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x8e9bc525 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xac26a2c7 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xba77f542 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xe3053ab5 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x38d6d88d mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x6469b36d mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x3616b59b mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x983bb819 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xd355d0d6 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3ba4e54e axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3c617b79 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x67aa7e4d axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x83765d22 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x89aadf43 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x967799f0 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe196ac9f axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf09852a1 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf3a92c6e 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 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 0x57cb155b axg_tdm_formatter_event +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 0xb2aa810a axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xd375bc35 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x081363ef meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x410a6634 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4e16b8e2 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x6cecd247 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x76809d58 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xadc278d2 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb8793d66 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xc1e983f6 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x375c9471 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x53cf3a6f meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x5baba08e meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x5d54768e meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x68432b3f meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x766d1820 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x08c38647 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x581144f3 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xe456ded7 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x282f85c2 q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x314531de 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 0x0a2d3d70 q6asm_audio_client_alloc +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 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 0x4cd50476 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x9ff553b5 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xa9b0f9d2 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 0x0391cee2 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0473afc0 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x16999114 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1e7b20c6 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x299662fd q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2a74efc7 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3412243a q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x52318bd5 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x544ea4ae q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x59988739 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x65d49d6a q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x661c7701 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6d70ffb9 q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x81302f6c audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9582731a q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x98e0724a q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9daad05c audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa8534714 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb475717f audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb767af6a audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbbbbc927 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbf58a140 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc4abb373 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc78d230a audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc9ee1e40 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcb98e1de audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf473bea8 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfd1c78f0 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x5ca8293c q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x7d471052 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x8c1e23c8 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 0x50683a13 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x0b2bdcc1 asoc_qcom_lpass_cpu_dai_ops2 +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x0cd0e181 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xbac04146 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xdc9b75f3 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xf4617435 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xd513a7fe asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x9e4cf42a asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x2d5dfa9f qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xa34ab671 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x018548f4 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x343037eb qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9b3928bc qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x5a85c12d tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xfb16cc72 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0175f911 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0c573297 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x151b0983 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x5a632b8f tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x7ed98d10 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x9dd1723f tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc435a950 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xd9af2a11 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xdb33a77d tegra_pcm_platform_register_with_chan_names +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 0x48625ad6 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x989a7242 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xbc313e8b sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x186147ed udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1b99726e line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2d0cf5ed line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x324d2b65 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3d18348b line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x40a44205 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x45a0715e line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x59ad0c79 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x626eaa9c line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6771cce7 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x80c4ad8d line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8eee84cf line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x91b704eb line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xae414ec9 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbce6dc41 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xeb7adf08 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf755d7f4 line6_pcm_release +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 0x000c2662 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x002c67ae tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x003db5ff uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x0042c11d sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x0049d6c5 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x005a54d2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0073a904 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0074bde8 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x0075db8b pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x00815428 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x00908393 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x00a1b797 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x00b15045 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x00c42f9d of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x00c7cce3 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d7f853 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x00dbee47 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x00de4143 nand_erase_op +EXPORT_SYMBOL_GPL vmlinux 0x00ebb301 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x00ec9a86 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x01041af3 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x01051ea9 nanddev_mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x01149595 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x012f0b52 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01506d3a nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x0150fc72 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x0154712d fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x015a4e2d mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0164a0ea pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x017e7e0d __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x019f0b8a crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x01b12bfb usb_ep_free_request +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c3648e regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01ce6075 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x01d2037a mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0x01d2dc0d gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x01d3972c serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x01d39dd0 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ea95e3 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x01f0edf3 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x01f2c45c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x01fa2f70 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x024a3d06 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x024b6316 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02558cf3 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x025cf93c power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x026be13f pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x026f3380 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0275ac1e rproc_coredump_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x027a7566 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x028b36b3 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x028bb2b2 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x02922726 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x029a1206 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL vmlinux 0x02a3612c ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x02a39d89 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02ba0bab skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x02c43f39 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02dd4fa9 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x02e97810 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x02ec38d2 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x02f20604 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x02fd95c0 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x03000f05 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x0308fb57 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x0309efa7 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031a75d4 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x031ad3d5 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032c3e19 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x033158f3 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x03315f0c btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03587eaf failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x035e8580 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x03672d25 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x03685ccd devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x036d8e9b klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x037cdad8 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x038bb2de tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a09d8a phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x03abb0ba tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x03d13b0b snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0x03d250d9 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03d95c6a em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x03ecc401 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x03ee6b86 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x03f004f5 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x03f69aff dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x0408e4f2 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x040e5a98 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x041aa29a vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x041b3392 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x04255c01 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0428d5b6 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x042ab4e1 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x0449910a of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x0452f97f dm_put +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cfed clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049f4569 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x049f5943 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x04a451a0 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x04a521d6 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x04aa761c regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x04b3c73d class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x04bcec26 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x04c31c92 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04cd55dc perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x04d1c1ca bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x04de4bb7 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04e3f1d6 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x04f051a0 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x04f5cca1 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x05050079 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051d1929 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052e5077 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x0531d509 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0536dac5 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x053f8ef2 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0553433f ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x055e1889 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056b617a crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x0587f2a0 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058eac70 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x059699c3 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x05ac78c3 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x05aeb843 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x05b4dda4 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x05b642ef scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05b7b62e pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x05bc9e05 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x05bd5695 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05df292e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x05f06bd0 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x05f90709 skb_segment +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 0x0624d4e1 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062e9aa9 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x063b2b93 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x0640f8bc gadget_find_ep_by_name +EXPORT_SYMBOL_GPL vmlinux 0x064ae837 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x064d6aba platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x066c0824 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x066f3e22 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x069ca03f devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x06c98647 sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d2b195 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x06e18991 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x06e4cf12 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x06e92aea nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x06f83e43 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x07013dad rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x070a659b device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x0713645c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0720478f rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x07222733 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x0723c5f6 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072c1d9f ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x0739a769 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x073bd8c3 tps65217_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x073d072a dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x07457c23 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074ba011 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x07548eb0 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07643361 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x076fffee proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x0782a1b6 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x07843c8b fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x0788515b phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x078d0c39 widget_in_list +EXPORT_SYMBOL_GPL vmlinux 0x078f4fd5 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x07978fb9 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x07a027bf icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x07a8beb4 fwnode_connection_find_matches +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 0x07cb8b95 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x07f4f921 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x07fcc82d pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x07fd1790 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0817619b of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x083399fc rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x08430750 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x084980a2 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0849e997 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x084ee352 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x085220cb tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x0862b493 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0876926b xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x08775afd screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x087d5dbd usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08831ab5 split_page +EXPORT_SYMBOL_GPL vmlinux 0x0889d36b icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x088dd685 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x0897594d kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x08a059f6 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a52c9e ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x08a54181 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08df04d1 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x08f14f26 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x0901abdc dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x09040cd8 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x091134c6 __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09279ce9 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x0944054a usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0x09489206 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x0958b47f fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x09667d4e mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL vmlinux 0x0967ad35 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0978fbdb sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x097c3631 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x0987b9e8 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0996faff usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x0999d900 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x09abe0f5 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09c2efa3 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x09c81ff5 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x09cb74d5 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x09ccacf5 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x09d7f563 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL vmlinux 0x09dded5d ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x09e2e787 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09ea3ed3 imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x09f0e154 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x09fc1d28 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x0a249bf8 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x0a335a34 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x0a3408e4 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x0a4083e4 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x0a42a00e devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0a4660b2 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0a47fca8 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x0a60b645 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x0a6e9475 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x0a85ed7b lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x0a8a303b sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a8b6563 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x0a8c3b4b usb_ep_set_halt +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a999e1f nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x0aa0a86f clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x0aa8fc02 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x0ab2e5eb devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x0ab9f671 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0acc8182 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0acfe2e7 usb_ep_set_wedge +EXPORT_SYMBOL_GPL vmlinux 0x0ad0b5f3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0ae17117 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x0af05e61 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x0af29136 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x0af4f24a fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x0af6d4db sdhci_cqe_disable +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b11b90a usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x0b159a43 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x0b161d38 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x0b1632ca virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x0b19b18f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0b2970fe klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b30f160 __sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x0b3aba7e i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL vmlinux 0x0b4ef523 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL vmlinux 0x0b5a892b snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b80b593 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x0b9e4207 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0b9f0d20 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x0ba0e2d4 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x0bad2276 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb60870 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x0bc3386a of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x0bc444d8 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c06c50f unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x0c0db8d1 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x0c1e8ef7 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x0c20c8d9 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x0c228595 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c46060d edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0c607e16 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0c63542b nand_read_page_op +EXPORT_SYMBOL_GPL vmlinux 0x0c6b631d rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x0c747af6 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c943714 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x0c96d58f __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0c9a650c fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x0cae5f11 device_create +EXPORT_SYMBOL_GPL vmlinux 0x0cc184fc fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x0cc5fe07 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccc31df ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x0cd06591 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0cdeb478 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x0ce6ebe2 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x0ceca97c thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x0cee4232 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL vmlinux 0x0ceffadb crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x0cf1e4f3 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x0cfa8fb4 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x0cfaadc2 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x0cfe4a62 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x0d05bece nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0d0900b0 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0c699a gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x0d10ef9c bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x0d18fa0f dev_pm_opp_find_freq_exact_indexed +EXPORT_SYMBOL_GPL vmlinux 0x0d2ca090 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0d39717d gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x0d3c7600 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0d3d97d1 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4bf0c6 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x0d5fd479 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d650957 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6d7c35 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d77eac0 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0d794949 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x0d79632a bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x0d7fa68c snd_card_rw_proc_new +EXPORT_SYMBOL_GPL vmlinux 0x0d85a18d ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d90d784 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL vmlinux 0x0d9ee792 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x0da12f51 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x0da1be2c bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0dcfafe1 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x0dd778eb em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0dd80b22 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df6746f mtd_write +EXPORT_SYMBOL_GPL vmlinux 0x0dfa8a60 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x0dfabca3 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x0dfeb268 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0f37f2 __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x0e22ddfd rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x0e24a3db snd_ac97_reset +EXPORT_SYMBOL_GPL vmlinux 0x0e29f9a7 topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0e375294 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0e3b97b3 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x0e4f50d4 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e61419d cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x0e695462 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0e6aa2c1 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x0e8a574a cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0e92b179 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x0e93f878 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0eab0d5d fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0ebb1a4c uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0eda495b meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x0ede61cd __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0eeb5417 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x0ef0659f snd_soc_runtime_action +EXPORT_SYMBOL_GPL vmlinux 0x0efa6bd5 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0f0abc5a tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x0f15f30b platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1ad036 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f2085fd nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0f2da3dc rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0f3a8bb7 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x0f513cf1 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x0f5749a2 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x0f709c20 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f9786ae l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x0fbd5258 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fbf5824 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x0fcf0d07 mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x0fd1a0e5 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd4cb5a genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x0ff1b931 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x0ff565b9 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x100359e4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102229fa cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x103c5e0b irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x103e533a ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104b6163 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x105d4b2d mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x106ad9e1 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x107e8636 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x107f60ac crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x107ffcaf usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x1083f2b9 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x10885477 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x108c1e99 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x109611ae md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x109caa8e snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x10a0d642 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x10b5f5df dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x10b70bcc i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10c67f40 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x10cad3b6 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x10cde71b devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10daeb95 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x10dbf12d __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x10df9097 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f58aab bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL vmlinux 0x110e17ef icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x110f2db6 power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0x111542cf usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x111ec8ef sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1129565b genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x11388602 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x113e1a2b of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x1154ffee ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x115a7dfe query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x115eff20 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1164453f strp_process +EXPORT_SYMBOL_GPL vmlinux 0x1171c909 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0x117a49b3 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x118a41b0 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x118c0dc8 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL vmlinux 0x119e68dc nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x119fabbb pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x11a0b8d5 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x11a1f41e pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x11a2e2c3 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x11b08432 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL vmlinux 0x11bffb25 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x11c489d1 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x11c70859 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x11d76e1c snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x11dda560 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e16f15 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x11f6cdec devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1201b39a devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1204a360 virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0x12115ff0 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12215909 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1249330a mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1259b7d5 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x125f05ca pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x1265d2c9 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x127e9d4d cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x1280e104 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x128135d7 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x128cb7c4 nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0x128f151d fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x12af8e37 component_add +EXPORT_SYMBOL_GPL vmlinux 0x12c8f4ac crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x12e41bb7 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x12e7cfae ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x12eb95fe of_device_uevent +EXPORT_SYMBOL_GPL vmlinux 0x12ecf260 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x12efbac4 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x12f7b99b vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x130c7c7a edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13109393 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x1318667d __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131d417f bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x131ff030 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x1328468a crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x132858cf HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x1337481f rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x13389115 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133e2cfd __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x1340fe57 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x134decbb phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x134f317d iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1365d3b6 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x136ff0a9 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x137d16b5 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x1381d4f3 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x138c6bbf clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13b09da5 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL vmlinux 0x13bcbede kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x13bf731e usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x13d16745 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1418cca7 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142772d4 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x1429c6c7 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x14372ea8 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x143749ef mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL vmlinux 0x14473aa6 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x1460ccee debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x146f9d88 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x147916ef irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x14818ca3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x148bdcc3 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x149e9fe1 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x14a3e0aa sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14ac47c4 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x14bc8517 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x14c31bef i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x14dfa378 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x14ee94d5 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x14f05eaf virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x14f5fd7d usb_gadget_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x152d94b6 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x1537ce53 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153f1d20 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x153f74e1 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x15436421 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x1546b202 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x1547374f pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x1550efdf inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1556c1a7 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x157577e5 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1586f337 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1593d99b devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x15ab4c35 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b5cc00 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15ca223c regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x15e10ac8 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15e172bf devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x15e5de87 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x15e73926 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15eca580 percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x15edd76e phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x15f94312 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x15fa4434 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x15fb7dc4 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x16006799 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x160ae6db param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x1615fec6 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1627ddb7 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x16291f6d snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x162a0da5 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1646e38e i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x1646fd3c vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x16491be9 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x16521c9d mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x165475f5 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x166dbd43 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x16712c55 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0x16774330 cgrp_dfl_root +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 0x169ce131 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x169e1970 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x16b2a6a4 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x16bf07a1 usb_del_gadget +EXPORT_SYMBOL_GPL vmlinux 0x16c81344 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x16d33624 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x16d9f9ff pci_remap_cfgspace +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16da24ba of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x16df3f94 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16ea96e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x16ebc831 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x16f70e37 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x16fd268e snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x1701193f devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x17022317 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17210553 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x17487633 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x175de67f sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x176a8bf6 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1771d95f snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177f8424 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x179ce263 nand_status_op +EXPORT_SYMBOL_GPL vmlinux 0x17a5a201 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x17afcfd7 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x17b4b7ed ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x17c1e6ae phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x17dfe09c devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17e1aee7 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x17ed006b ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x17f1e49a devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18060823 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x1808b95f ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x180a2b28 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x18289bbf device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x18329c54 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x184035a0 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184aae39 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18547d0a fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x186156f3 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x186d1a34 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x1879cdfb dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18888259 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1890f8e3 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x18a12eb4 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x18a95342 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x18b5809b device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x18b91e23 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18d90964 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x18e2b5e0 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18e9cad6 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x18f9f8f8 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fcc618 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x19228fa7 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x1923d7ff usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x19373f06 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x1939ff3b watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x194c5861 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x194dd751 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x19555dd1 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x195a2455 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x195ddf2d pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x196cf323 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x197cde6d i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x198294b9 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x198b3f8c device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c23cc5 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c58d27 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x19cd1666 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x19cfeb98 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x19df78fc regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x19df89e6 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19eb9bf2 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19fa067f snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL vmlinux 0x1a029346 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL vmlinux 0x1a079aed simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a1716a3 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x1a194149 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL vmlinux 0x1a21c731 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL vmlinux 0x1a300647 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x1a3c7da4 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x1a3f658b hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x1a4db8a5 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x1a540427 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x1a592a67 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7972dd pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x1aa7faf3 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x1ab46bed sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL vmlinux 0x1abae4a6 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x1abb1c6d ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x1ad40b93 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x1ae68bee regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x1ae8f7a6 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af6dc61 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x1af82116 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x1afd9783 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x1b00a299 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x1b02610f device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b102b77 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x1b28ba12 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1b3dae9b sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x1b6ebe98 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x1b7bb5a1 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8d91f1 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1bacd06f phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x1bae39fb thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1bb40fe6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x1bb6fd57 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bcdf450 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x1bddeaa1 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bf8544f tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x1bf8d74a usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c0e3a7d spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x1c20275d failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c22deea badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x1c3b4d6e is_nvdimm_sync +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 0x1c674a15 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c84b55f clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8918a4 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x1c8abf87 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x1c8f89c0 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x1ca1e159 virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x1ca4ea9a __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd93614 fat_time_fat2unix +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 0x1cfb3a66 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x1d095c48 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1d0b38ae skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x1d10d1d1 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x1d1795f3 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x1d1e417f cpts_create +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x1d2a596f ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1d38e860 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1d3a0efd driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1d3c30cc power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x1d563e4d kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x1d5b88a6 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x1d600416 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x1d6a93b7 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x1d812173 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1d8d2a13 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da00a0f fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x1da62f3c i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x1db222a5 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x1db4c351 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x1db5b348 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x1db88cef gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x1dcc4433 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x1dd37b62 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x1dd8c7cf edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL_GPL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL_GPL vmlinux 0x1def22d9 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x1df9a9f6 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfcfb6b dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0d1d4c mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e11b223 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1e291144 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x1e39cfc5 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x1e5328e3 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5e1ec7 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x1e680ddc xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1e7f8122 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea6cb3f fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebda184 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edc27ad sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1edcab75 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x1eddc4c1 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x1ee3d3ce __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ee5e027 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1ef0e1e5 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL_GPL vmlinux 0x1efc8594 qcom_scm_assign_mem +EXPORT_SYMBOL_GPL vmlinux 0x1f03478d blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x1f0baa44 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x1f12c9ea device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x1f1b7ad6 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x1f24d11e of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x1f349a19 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1f35c138 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3e8e51 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x1f441be9 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4fdcad of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5bf435 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1f5fc4a5 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x1f768b1c vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x1f774f46 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9410cd pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x1f96a6a6 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fb327fd fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x1fc58950 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x1fda7624 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1feca82e vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x1fee1cef vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x1ffd780e snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x2005f275 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2019d313 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x201a47af snd_soc_get_dlc +EXPORT_SYMBOL_GPL vmlinux 0x202dee50 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x2037a08f generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x203c7414 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x2046e13d pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x204e5162 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x205a3383 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x205e83fc snd_soc_component_compr_open +EXPORT_SYMBOL_GPL vmlinux 0x206d2c19 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x2078ad18 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x208312d5 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x20853002 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x20a668ba ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x20b06716 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x20b78537 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x20db4dbd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x20e01c0c ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x20e0b927 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x20e1437f regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x20e82dd0 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x20f88929 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL vmlinux 0x21087621 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x21112e4a skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2138d6e0 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x214107bc umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x21494650 mvebu_mbus_get_dram_win_info +EXPORT_SYMBOL_GPL vmlinux 0x214fa68b fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21563e68 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x215a68c6 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x215b99a5 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21726652 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2172ae96 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x217c09d7 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x2181b0a1 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x2183329e pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x218b4b52 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x218e6719 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x21a30036 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a9138a rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x21bcd5b3 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x21bd1d2e __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x21bf9e0b snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x21cb5403 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d58ac0 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21d7e745 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x21de791c __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221cf19c dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x2220ab5e crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x2233a4f0 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x225d0cee mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x2265a056 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22663165 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x22683575 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x2268d243 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x22704931 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x227909a1 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x2297e452 null_dailink_component +EXPORT_SYMBOL_GPL vmlinux 0x22abf8ed mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x22b82880 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x22c68063 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x22c89538 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x22cb9ca2 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22d809b7 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22de81ee extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x22e1055a pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x22e5c908 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x22e723d0 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x22efb059 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x22f31878 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x22fc6559 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x231880ab usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23511851 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x2355afc7 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x235b4b28 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2374e502 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2393e395 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x2395ca0d serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23972bee __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x239a2e39 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x239c61df __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x23a62213 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x23aeca1c blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x23b7ef84 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c3de7a __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x23d29326 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x23d72df9 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x23ee8971 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x24122d3e perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x2412b5c3 usb_gadget_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x241eb59e crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24259044 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x243e4def virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x244f8eb7 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL vmlinux 0x245d17e9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x245f84f2 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x246b84a4 r9a06g032_sysctrl_set_dmamux +EXPORT_SYMBOL_GPL vmlinux 0x2474286e bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x248045e5 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x24842de7 pci_device_group +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 0x2496cecb icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x249af484 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b566f4 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x24b625fe __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x24c82133 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x24cbef9e usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x24d66c05 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e8d0ae crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x24eaf1f2 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f4d97a dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x24f5a1e8 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25010e6b pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x25065e41 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x25096214 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x250d9367 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x25175f8b mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x251adc37 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x251fea02 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2525656e pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x25329bbf __put_net +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253fc5f1 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2541764e wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x256d1b7c vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2593a6ca crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2598d67e msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x25a94f9f trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x25ba2ac0 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25bc9203 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x25bd66bc of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c43785 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x25c453e7 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0x25cb6ede xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x25deba93 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x25dec0f4 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x25ef69b0 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x2613568a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x26149feb ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x26153b19 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x26170105 inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x2622328c ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x2627858b da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x26309523 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2633b02d of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x26371806 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x26372b95 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x263862e9 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x2648f3be scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x264da79a serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x2650e2fe snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265b9fb5 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x267e7b58 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x26872d02 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x26a31d04 snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b327b4 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x26bf50d2 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c85f3c genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26fa56f4 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x2709eba7 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x27119770 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x2713f62c input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x27151da3 nand_readid_op +EXPORT_SYMBOL_GPL vmlinux 0x271ae0ea bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x271fefb2 sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x2727b76d thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2734197f musb_readb +EXPORT_SYMBOL_GPL vmlinux 0x273de960 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x2740524b rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x27485f58 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27492638 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x2757de78 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x275ba284 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x2766a3f1 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0x2778c14b devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x277c26cc dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x277ccd9c mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x278322b0 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x27865904 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x27869ad0 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x278aa390 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279dfa32 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x27c956d8 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x27dda59a __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x27e2bb64 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x27e36f16 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x27f0277c nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27feb74a phy_create +EXPORT_SYMBOL_GPL vmlinux 0x28033365 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x28153b32 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x28160e75 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2820544f crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x2829ac61 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x283642f4 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x28377cd6 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28600fed irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x286045b8 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286e1932 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x28760a24 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2884cca4 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2893421e cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x2895d0b1 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x2899589c nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x289f5350 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x28a0ea3b lp8788_update_bits +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 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b0960e iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x28c942d4 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x28e105c9 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x28f2b471 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x28f7df52 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2904b138 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x29166ecf inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x293ddb61 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x2956baa8 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296b6b54 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x29723fdb mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0x29765c72 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x29851def decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x29a162bc serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x29a70738 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0x29bf7be7 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x29dbeba5 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x29df6ed6 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ef4f72 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x29f8040f blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x2a0b6a49 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x2a134887 nand_read_oob_op +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a273640 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x2a29a593 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3c3451 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a4a605f dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6bf306 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x2a722e3f scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a814520 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a82fc86 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x2a973562 snd_soc_jack_free_gpios +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 0x2ab3b1f0 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x2abc4f51 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x2abd89ed regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x2ac4cccb snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x2acf52cf __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2ad6e610 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x2adf142f stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x2aef74f0 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x2af18d66 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x2afe5150 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x2b0c3887 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL vmlinux 0x2b1425b2 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x2b19c89b tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x2b260452 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x2b32599d cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b51f525 sdhci_end_tuning +EXPORT_SYMBOL_GPL vmlinux 0x2b534680 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6f333d power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2b7be364 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x2b84c73e __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2b86707d dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x2b93a4d8 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x2b992cc7 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x2b993323 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2ba98c02 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x2bac70d4 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x2bb5bb8c ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x2bcea517 kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x2bd53e51 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be5030f copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x2bf9a4e3 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x2bfb128c dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2bffd4ce sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x2c000275 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x2c00069f dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x2c165426 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x2c19040f mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x2c1b425f xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x2c1b44bf scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x2c1e3d0a clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c29c896 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3091de balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x2c35e39d rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x2c5cc345 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x2c5ecb23 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c75fbe9 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c7e1261 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x2c7f707b regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c83b4a9 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x2c8a1838 input_class +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c90202e clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c998596 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2ca335fa fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x2caddcc1 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x2cbcb46d uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x2ccbc6a1 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd4ace3 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce6ef0f wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x2cf02af3 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x2cfd9c82 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x2d04463c snd_soc_add_component +EXPORT_SYMBOL_GPL vmlinux 0x2d0b8716 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1bd08e mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x2d286e96 iomap_seek_hole +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 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4584e1 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x2d5dd009 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d7e8df3 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x2d820a27 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x2d84acfd genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x2d858898 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x2d9c277f irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2db34259 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dbec41f devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x2dc5c1c5 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2dc9be87 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2dd496bb class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2dd6d648 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x2dddbb1e vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2de64877 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2deaef37 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x2dff0089 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e4261f6 snmp_get_cpu_field64 +EXPORT_SYMBOL_GPL vmlinux 0x2e438e30 nanddev_isbad +EXPORT_SYMBOL_GPL vmlinux 0x2e4aa01e serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x2e4e5590 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x2e57d12f debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2e62777e __mdiobus_modify_changed +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 0x2e68cd4b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e8d95f7 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2e911f87 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x2ea3ea11 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x2ea4920b i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x2ea61eff raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2eaf0052 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2eb2c2ba phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x2eba846d __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2ebc5732 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca4082 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed1d3f4 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2ed99968 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2edfd29d usb_udc_vbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x2ef1e790 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x2efe1ee0 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f116e04 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x2f171eb2 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2073fa crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2f35b1dc regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x2f371f48 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x2f3b6583 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x2f3e2ae5 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x2f418df6 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x2f58b028 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2f5cd3dd mvebu_mbus_add_window_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2f612c09 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2f8acc38 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x2f8da112 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x2f8e0788 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x2f93fc87 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x2fa04508 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2fa6ff0f __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fade0be synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2fba3a63 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc7f8fb blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x2fd6055b i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2fe4f0dd device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x2fe7f587 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x2feb332d pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x2ff0e2b1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3013b0b4 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x3018fd8f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x301a190e udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x301efc32 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x304252c7 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x304254cc __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x304764db iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x304a75a2 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x304ac05b sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x3079e6e9 mvebu_mbus_add_window_remap_by_id +EXPORT_SYMBOL_GPL vmlinux 0x308ccd35 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x308f9406 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x30a43d0e uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x30b8c0fd sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x30bdf784 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x30c95a85 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x30c98888 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x30ca85da irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x30cd373c fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x30d9c7fd relay_open +EXPORT_SYMBOL_GPL vmlinux 0x30faee7b rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x30fe0a46 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310b6270 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x311579e0 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x31192618 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x311d76b5 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x31243fcc tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31281ab2 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x312fca31 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x3131dd9d of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x31475fc9 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x3156df95 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x315bd7bc __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31993c2a __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31a96b36 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x31b5aca7 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x31bf5133 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x31c0bb8e debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d48bdd usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x31d9c9f5 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x31dd5684 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x31fbd729 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3201bdcb usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3208a247 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x320a0009 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0x320da331 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3210739e pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x32112f6f musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x3227020e simple_rename_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x324a0368 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x324d5f24 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x325d1c4a of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x325dadc3 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3260a660 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x3262e2f3 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x327d2354 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x328826e3 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x32908edb clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ab3529 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x32ad022f iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x32b1c407 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x32be534a __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c86dca of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x32cccc85 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x32d84dd9 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x32db5a6d pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x32ecd90d scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x32f949d6 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x32fa75a1 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x32fb666f mas_next +EXPORT_SYMBOL_GPL vmlinux 0x330b2843 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x330e14dc tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33102d1f relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x3329b482 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x332ee07d mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x3335ae32 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33414d9a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x3346dff6 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x33565531 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335caf0d devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x336b3dbc regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x336e0220 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x3373659c pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x3373fe80 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x33880ea8 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x338b164e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x3391d4c5 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x33a36899 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x33ad6363 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x33cd2cd6 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33cd572d do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x33d626d9 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x33dcc86d dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x33e33db3 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x33e9e0a2 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x33eec37f usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x343c6fa1 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3440a172 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34580c11 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x3461ba36 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x346206f4 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x34651f43 virtqueue_dma_unmap_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x346b8269 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x346bd3f7 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x346db4cc ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x346fb019 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x347ce074 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x34916e52 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b3ae61 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x34b781d4 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x34c19032 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x34dbc133 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34ec34c4 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x34ec7f06 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x350b3c8f of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35135c7f wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x351ae42f pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352c8957 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35356b51 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x353a1073 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x353d2b17 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3551aab4 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3552d6de udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x3558f16c pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356dfef6 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359efd6c lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x35a851b6 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x35ac5b03 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x35cdcaa8 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x35d9ac84 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x35e03c92 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x35e0b2e1 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x35e27294 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x35f13748 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x360024b3 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x3608e786 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x3609ba5e rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x361766ae dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x361de8c3 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36356eda tegra124_clk_set_emc_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x364165c0 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x364c1273 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x3650b6e8 __sdhci_read_caps +EXPORT_SYMBOL_GPL vmlinux 0x36564d72 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365fb821 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x3665f4f0 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3677c2a8 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a7db2b rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x36aae082 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x36ba4d3b nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0x36c18afb led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36dd3d66 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x36e1ea19 mtd_block_isreserved +EXPORT_SYMBOL_GPL vmlinux 0x370a83e7 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x370e58c3 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x371d046e devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x372f3c93 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x37311144 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x3734a769 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x37396a5e __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x374a66e6 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3754805d blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x3768e75d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x376fb866 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x3773d05d kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x37743b64 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378c02c7 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0x378eeccb fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x37953ddd gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x37a76a21 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x37b5909b xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x37be3154 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x37bf4729 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x37e87865 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37f45d77 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3811dcf6 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x381984e0 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3826add9 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x382c42f9 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38382fd0 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x38417ca5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x3844d0de edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x3845739d hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x3870ffbe pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x387f34c6 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x38900329 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x389ebf93 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x38a98e59 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38bd94ae of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x38d262e0 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x38dd709d fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f1dc7b device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3903145e tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x390bfc49 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x39143ff5 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x391556f9 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x3915ea4b clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x391b485e ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x392487ab __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x392edb42 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3944cdb9 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x394d5e0e class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x3964dc16 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3967c56e xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3994054e rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x39971c5f meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b08385 pwm_apply_state +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 0x39d13dda crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x39d702d3 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39eee321 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x39f90108 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x3a097f44 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x3a0d1ebc rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x3a12ea93 cpufreq_policy_transition_delay_us +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 0x3a1c5a7f transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x3a2c90d3 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3a43c519 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x3a4c2437 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3a4e43b7 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a5018f2 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a65b628 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x3a674a35 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x3a69bd59 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x3a789ec9 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x3a95baa9 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x3a9971e3 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x3a9b28a5 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aad2959 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0x3ab3f9cb of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x3ab70944 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad182ef fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x3ad32c50 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aec43cc nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x3af90dd1 key_type_logon +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 0x3b15f7e8 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x3b1ab54f thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x3b1f9e91 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x3b26e8f9 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3b2b6bf3 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x3b4250e6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4e8ec3 of_changeset_add_prop_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3b5187d9 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3b6d5990 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x3b7121dd ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x3b833cb1 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x3b84411a ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x3b96b89e wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x3b97cbef xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3baab681 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x3bbb7879 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3bd0dde1 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bf11bed ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x3bf12301 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bffa347 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3c0615a4 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x3c0d3d38 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL vmlinux 0x3c121537 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x3c126603 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c1f632e usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x3c25ee7e user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c2a224b __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2f7a2c of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3f6717 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x3c589791 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x3c5e0e23 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c722098 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3c76af69 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x3c83bc8c __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x3c88e017 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c8c8a95 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x3c95139c pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x3cabeb6f gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cdd609c fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x3cead73e phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x3ceb1517 virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d02f95a dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3d0897d8 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL vmlinux 0x3d093628 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x3d11df0e snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x3d206573 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x3d2894d4 nanddev_bbt_update +EXPORT_SYMBOL_GPL vmlinux 0x3d2afaa0 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x3d2da46b pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x3d35931a snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d35ca79 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d764805 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x3d7669ae vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x3d79b834 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x3d79cc64 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d83bb8a seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3da1dd24 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x3da48f4a fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x3dacc559 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x3db2284a scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x3ddbbae3 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x3ddf097e devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dfa69a3 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x3dfedc5e rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x3e010730 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x3e10d6fd xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e1d9c0a is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x3e262543 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x3e31d9c3 net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e34e96d mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x3e4ec65e of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x3e65a4f1 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e75e45f regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3e7d30b9 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9d7ad0 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x3ea55229 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x3ec40239 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3ecab22a tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3ecec36a __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef1c91d __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3ef3ce73 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x3ef74eb7 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x3effe227 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x3f01ce37 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3f0d71cd devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x3f0eccf4 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x3f40e6ec dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4e5630 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3f4fcce7 snd_soc_component_write_field +EXPORT_SYMBOL_GPL vmlinux 0x3f538899 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x3f53d2a8 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x3f56ccb9 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x3f56e725 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x3f58cc1b clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x3f5c6466 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0x3f5e57c5 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3f64c04d virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0x3f75a95a dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3f7a0c78 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f7a0fba usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f860a15 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL vmlinux 0x3fa407ca mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x3fb2bb0b __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3fd0388b regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3fd9c903 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL vmlinux 0x3fda7184 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3fe1593a generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x3fe5fd5f irq_domain_translate_twocell +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 0x3ff3b08a regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a59f8 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x400b1a46 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x401777d5 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x401c0644 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x402ac5e9 musb_set_peripheral +EXPORT_SYMBOL_GPL vmlinux 0x402ed177 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x40311e75 snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404a2f04 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x40646617 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x406543f1 ahci_platform_deassert_rsts +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 0x40967d6c rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a702cc cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x40ac41fd mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x40b46e62 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x40b94d98 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x40bc3e71 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x40d77964 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x40dbb8ad cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x40dd6ba8 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f2e641 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x40f4a324 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x41001ad1 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411a3ab4 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x414538e6 synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x41496466 wm8350_reg_read +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 0x416e6788 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x417ba098 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x417f02a8 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418d325a mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x418e9fdd snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL vmlinux 0x4191df91 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x419e2289 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b68eb4 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bb86f4 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x41be6e96 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x41c30f3a trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x41c908e7 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x41d092e0 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x41dec855 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f1d175 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x41f436a8 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4208916c unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4208e40c sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x420eb014 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4240a06f rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x425ae852 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x425d0c11 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x425dd7f9 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426940a8 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x426aaaac rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x426cb783 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x427393bd devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x4274be8b altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x427d4d4a blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42919fd9 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x4299f559 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a3f9b0 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x42b16d89 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x42b8c272 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x42c70fcb crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x42d8b11d ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x42e057e2 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x42e6d6a5 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x42f3854d iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42ff97d9 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x432a8b47 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x43347649 tps65217_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4343cfb5 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x434433d3 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x434f8f2b akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4372f3c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438fc7bd genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x43942bc5 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x43960566 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x439ece3f pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x439fecc4 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b2daec clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d12bc6 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x43d16582 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x43d583e4 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x43df1455 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x43e6b923 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x43ef2cbb ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43f980e9 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x441991dd generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x441ea79c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442fa953 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x443370b9 tegra_xusb_padctl_legacy_remove +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 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x44722718 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x447cf901 vring_del_virtqueue +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 0x44ae565a spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x44b8eae9 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bdaca3 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c35ee0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x44c4d549 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x44cb28a6 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e201cb rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x44f855b0 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL vmlinux 0x44fbfb79 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x44fd68c9 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4503c390 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x4504d03b perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x4504e5ad dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4523f47d rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x45366746 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x4539332a pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x453bcaae devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x4552bf6c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4569b11b ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x4572e77b nand_op_parser_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x4575891a put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458b99d4 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x458e541d l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4593fe6c alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4599effb __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x459fcb1f tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x45a4a294 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x45b01694 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x45bc43d2 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45d07221 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0x45d3d8ef sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x45d661d1 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45e96051 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x45ea5c5c proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x45ebdb95 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x45fc01b9 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x45ff8535 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4601f5f8 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4606b25f vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x46166a29 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x462dcccb dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x463bc825 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x4643cb17 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4644099e blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4649ec34 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x464a859c pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x465e0c8e imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x46728891 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4674f727 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x467e9d5c ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468e649a devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4690f363 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x46a4f892 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x46a974e9 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x46c4d71b trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x46c85e90 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x46e31bcb mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x4722249e __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472cce07 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x472f9910 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x47338f63 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x47340519 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x4740d003 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x474bfc27 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x474c2a7e platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x47769266 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x4777793d wm831x_device_shutdown +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 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479b46f9 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x479bac17 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47acc225 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x47b36596 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x47baa6aa iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x47d4ed50 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x47d9d26f tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47df2f53 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x47f6dd8a xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x47fb2909 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x48020c1c irq_get_percpu_devid_partition +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 0x48218fa8 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x483b360f dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x483b45d8 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x4843e0b5 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x484779ef __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x486ba5c2 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x486c38f2 dev_pm_opp_find_freq_floor_indexed +EXPORT_SYMBOL_GPL vmlinux 0x48800a5b drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4884fa71 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x4886e7f0 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x4888fe4c net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x4898e122 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL vmlinux 0x489a214b __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x489d3bc0 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x489e7833 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x48a36e87 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a84bca devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48d74128 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x48dc6ba1 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x48de1c3d i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x48dfee4c devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x490110e2 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x4903375d rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x4906b368 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x490c0c47 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x4924556d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x49262ebe pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x49326ef6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4938fea6 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4943438b devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x495bbfbe clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49604fcc edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4962d4fa scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x496b035e __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x497b2021 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a6199b dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x49adc0bb crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x49b1bdf4 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x49be64ea cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x49c4397d put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d72a48 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x49d96707 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x49d9f030 usb_ep_fifo_status +EXPORT_SYMBOL_GPL vmlinux 0x49da10cb fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x49ddf303 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f0f6aa dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x49f8d338 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x49faf37e of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x49fe268c rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4a0c2b72 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x4a14ef56 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a2435fb __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4a2688fe fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4a290fcc sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x4a2c9ad8 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0x4a3a4d7d mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x4a3e24bd blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x4a42fcad mtd_pairing_groups +EXPORT_SYMBOL_GPL vmlinux 0x4a535e56 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x4a567376 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x4a686a31 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x4a727b0e __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x4a789b91 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x4aa938a9 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x4aad6b47 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x4adc1beb pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ae347fe kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x4b02a714 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x4b0f347b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4b21eb7b crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4b4b352e cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x4b5bd8ac extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x4b609696 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x4b73a5cc crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x4b7a3b5d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4b903163 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4baba823 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x4bae1f3e balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x4bbe2cd1 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4bbef428 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bf475d6 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x4c099d93 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x4c1bc240 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x4c263abb ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x4c2b2738 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3835bd snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x4c41ddf6 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c559381 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4c5840d8 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x4c6227a4 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x4c7077ca shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x4c70e688 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4c7804d7 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x4c83f2f7 snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x4c88e3e2 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x4ca18f6a task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x4ca74c8b reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x4cb0cf77 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc92bc5 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x4ccf4bbf __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x4cd3f472 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x4cdc026b hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x4ceb3172 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfcdc1f devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d02318a msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x4d0545d0 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x4d10d58d nand_deselect_target +EXPORT_SYMBOL_GPL vmlinux 0x4d12b647 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x4d1cbd14 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x4d1f202d regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x4d2206d8 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4d29243f __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3d4e7d devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4d46f0b6 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d5188bf snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0x4d54cd62 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4d6589ec usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d8b2443 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x4d91ccf3 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x4daaf236 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dbec2ce switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x4dc56b88 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x4dd1a226 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x4dd8cbca regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de2381e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4df44c24 vfs_setxattr +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 0x4e1cabab mas_store +EXPORT_SYMBOL_GPL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL_GPL vmlinux 0x4e36957e ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x4e489282 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x4e4b07cc device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x4e5cff51 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e95ee9d uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x4e974fae dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x4ea0cbad of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec0cec5 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4ecf5b27 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x4ed314c2 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x4eea67fe page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef035b1 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef8e7ba snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x4ef9633a component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f1295fd ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x4f3ba219 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x4f4b02e1 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7f7708 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x4f8e6085 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x4f9236e8 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa08ea5 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0x4fab7d86 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x4fbf880a ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x4fc89e1a snd_device_get_state +EXPORT_SYMBOL_GPL vmlinux 0x4fcbb399 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x4fccaf7c pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x4fcdb7f1 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4fd10c32 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x4fd90d01 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x4fdb3277 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x4fde8d74 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff4345b __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x500696be mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x50192114 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x502550c1 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x5027f73c register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x502fd31d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x50359dbf iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x503eeebb synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x50461663 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0x504d14ff usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x505680aa elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x506ab3a9 usb_ep_queue +EXPORT_SYMBOL_GPL vmlinux 0x507035de __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x50769695 devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x5079007d sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x507b14a6 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x507d2c56 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x508afef4 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x508c2dec relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x508ca4b8 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509fad9c nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x50aa6cef genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL vmlinux 0x50bade94 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x50be8a4d snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cbd62c crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x50cf89fb __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x50cfee04 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x50da5d13 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x50e558f0 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x50e6d2c5 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fa53a7 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5115aa41 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x51178a37 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x5120c329 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5129b20c gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x512a767f omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x512f684b ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513e5617 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x513ffa5a of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x5143e944 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x5147af15 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x514bb99d clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x51517809 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5169c370 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x51736343 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5180ab40 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x51914bb7 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x51978ce3 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x519b6c4a mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51bf6f0a __register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x51d849bd fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x51eb26af snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x520bb57e vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x520fcc8c invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x521aa56f __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522f747a bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523de08d ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x5245ea5a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x5260dd0a tty_ldisc_ref_wait +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 0x52938491 user_read +EXPORT_SYMBOL_GPL vmlinux 0x5293fe59 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x52a19fcb class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x52a4b029 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x52a57e57 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c7b94d proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eabf02 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x530c293b devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x530c4bae snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x531ad4b2 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x5333900d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x5334aa67 vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x53398a5e crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x533a7fb2 nanddev_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535a29b0 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x53736843 thermal_tripless_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x537c8abd gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x53878575 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x53896dc3 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539581d0 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x539a9992 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x53c07a4f ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dd3a42 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x53e0fabc trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x53f1ad0b blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x5412c569 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x54162091 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0x5419c8f6 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54222621 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x542c1b4a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x542c71d5 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x543049c4 sdhci_set_power +EXPORT_SYMBOL_GPL vmlinux 0x5444598d sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x54679b12 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x546aaf97 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x546ae80a of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5497d58f __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x549c2c54 dapm_pinctrl_event +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a8f749 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x54ac4661 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL vmlinux 0x54b8c08a tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x54c47dbc dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x54c4aa3f pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x54ce51c9 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x5505afd8 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x550d7a12 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5516dac4 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5517d1fa irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x55186ffe handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x552287e1 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x552aaa0c irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b3dd4 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554de0d0 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x557513e4 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5578ed3b __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5594c736 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x5594eb1d hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x55bce758 sdhci_calc_clk +EXPORT_SYMBOL_GPL vmlinux 0x55c118df phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c83cb2 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL vmlinux 0x55cfbb0d group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x55d1bfcc disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x55dca8c8 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55efe02e usb_gadget_check_config +EXPORT_SYMBOL_GPL vmlinux 0x56029552 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x5612960d pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5617bac3 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x561aa8f4 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL vmlinux 0x563609c7 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x563d3ed3 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x5640a81d srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56541195 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x56579c48 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x568c476c ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5692e9c7 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x56b2893b usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c42252 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x56d14c0b wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x56dca528 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x56e09753 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570ba4ff __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x570fbbc3 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x5710375b ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x57114c15 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x571560fb bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x57261f8b crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x573288be dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x5735cce8 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x57528ee3 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5758e9f2 iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0x57681ab1 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x57716985 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a231cc usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x57a2e44a __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x57bf2ee0 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x57c37013 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x57ccd751 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d9a3e3 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x57d9bf21 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x57e5170c qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL_GPL vmlinux 0x57ec0c95 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f69bc9 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x57fa80c2 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x58006af5 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x58034400 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x58298bb6 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5837991c dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x58501cfc debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x58648572 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587ac04d cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x5880b68c device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x588b1b50 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x589248d2 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x5896a3a2 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x58997908 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0x589c8ca3 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x589e036d sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x58a45786 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x58ad3423 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x58c0939f sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x58c370db ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x58d20904 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x58da5837 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e2bd9b relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x58f7deda kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x591367dd devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x591ac3f8 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x591fbdde sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x592ec550 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x5935a261 snd_soc_dlc_use_cpu_as_platform +EXPORT_SYMBOL_GPL vmlinux 0x5947ca28 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x59530f23 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x59551cc1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x5957c168 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x59675d73 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x597f65e0 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x5984d3c3 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x5985a656 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598b5b48 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x5997f754 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x599850a4 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x599cf8f8 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x599e4faa debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x59a1fab8 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x59ab0ea5 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b7a31a put_device +EXPORT_SYMBOL_GPL vmlinux 0x59c3fe7a devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c90993 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59d2d223 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x59de86a5 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x59deeffc dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x59e6383f bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a154211 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1ea351 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a248732 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x5a356fd9 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4a3229 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x5a4d2094 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a82ffeb virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x5a971c96 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5a99fb74 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x5a9dcb53 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab4d650 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x5ad1e8ee regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x5ae4823a sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5afd161a alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x5b1770e1 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b26caca mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b3bdea8 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b56452e blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x5b56e6d8 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5b664b6b dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b8148a4 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x5b848b75 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x5b93b552 component_del +EXPORT_SYMBOL_GPL vmlinux 0x5b994e71 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x5ba7a672 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb1ce1f fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x5bb24eed devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x5bb4dd12 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bbfb7cb snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x5bc159f4 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcbc580 get_user_pages_fast +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 0x5be22d4c rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x5be27efd devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5bf3d6e2 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x5c098416 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x5c0ff613 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c421697 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x5c44bcdf led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6a9a11 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x5c6f03e9 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x5c724709 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +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 0x5c8a97f5 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5c8c0b6d skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x5c95f220 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x5c9c242d to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x5ca14f5b __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cbb7d4e dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x5cc2a511 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cc8f6a7 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cd1be55 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x5ce1c80c kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cee487c mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x5cf6eec0 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x5cfd439f of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x5d10394a ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x5d1844b1 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2bfe5a dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5d46b5f2 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x5d4d89e7 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x5d6549c8 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x5d6a73c0 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x5d74e657 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5d78487a sdhci_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5d7c6724 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0x5d81219a bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9135c1 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5da34862 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da9d258 sdhci_start_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5dac7927 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x5dbf7609 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x5dc20a89 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x5dd6855b of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x5dd77848 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x5dd8c326 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x5ddf43fd max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x5de92dcf nand_gpio_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x5df5e7d6 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x5dfbcd2f mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x5dff6fda x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x5e083a6c devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5e0c3548 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5e101ae5 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x5e135fa0 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x5e502888 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e61855f ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x5e62a6d0 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5e67b71d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5e699781 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7fb909 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e88dfe6 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x5e9ab220 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x5ea1926c sdhci_reset_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5ea2b51c rproc_coredump +EXPORT_SYMBOL_GPL vmlinux 0x5ea37eba soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x5eaafa62 fat_scan +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 0x5eb9fcc9 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x5ec14507 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x5ec56db8 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x5ec71d4d crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x5eddfeac bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x5ee7ba09 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x5efbb31e irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x5f0b08a7 iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5f12c1c6 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f3206dc debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x5f3d004e sdhci_pltfm_init_and_add_host +EXPORT_SYMBOL_GPL vmlinux 0x5f4816ff irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x5f4bc978 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x5f4c4639 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f76dfe3 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f7a4019 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x5f825cf9 sdhci_setup_host +EXPORT_SYMBOL_GPL vmlinux 0x5f84ce9c regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x5f8bbccc fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x5fa0d41a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fafc14d pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x5fc19d6d init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x5fc294ef usb_ep_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x5fc7d9da sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x5fd11c7b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x5fe12e23 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5fe84925 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x5feb18c0 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6002b0b8 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x60091c53 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6011eb03 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x6013c9f3 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x60154737 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x6024de65 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x6037940a snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x605a6602 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x606097f6 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0x6060ee96 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x606dd557 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609326fe regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x60a0ce15 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b70461 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x60b8d33f __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x60c84209 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60edac80 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x60f2caab ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x60fb1424 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x610466bf blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x610ce9a2 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6132a836 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x613b4d27 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x613ff40f nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614d11bb gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x615626a1 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x6163fa31 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x616554b6 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x61774cd4 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x617a503f __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61840a6b spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6187be9b sdhci_dumpregs +EXPORT_SYMBOL_GPL vmlinux 0x619486c7 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619bc717 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x61a15c49 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x61b48b9c sdhci_enable_clk +EXPORT_SYMBOL_GPL vmlinux 0x61bac5a8 class_interface_unregister +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 0x61e3be07 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x61ea23ce extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fcc526 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6214c13a sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x621bc321 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x621def54 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x621e6a6c x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x621eb946 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x622c1ad5 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62353034 debugfs_create_atomic_t +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 0x6247e060 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x6248ba5e vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x625785c4 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x62585f69 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625a18d5 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x6281ab19 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x62962003 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629aa838 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x629bd6a4 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x62aea4f0 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c6bfdc __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x62cf461d usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x62db4baf bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x62e9f869 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x62ec18c2 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x62f23278 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x62fb5e78 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6304fe6d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x63090722 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x6310a826 qcom_scm_pas_init_image +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63209c68 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x633786c2 mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x633a4c21 snd_soc_find_dai +EXPORT_SYMBOL_GPL vmlinux 0x633cb2c6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6342c143 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x63539fac syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x635b6fbd serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x635bd471 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x63625a78 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x636428a0 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x636beca0 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x637e784f dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x63808708 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x638ec3ba pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x639e8d37 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x63a8c7a6 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63cab121 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x63d30b30 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x63e10e14 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x63e27d0a devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x63ed1703 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x63f3eb1f fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x63f9673d regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6414daa9 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x642d42a7 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x643801c9 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x6450f6c5 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x6457252c gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x645e2f9c devres_find +EXPORT_SYMBOL_GPL vmlinux 0x64604c2c bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x64621eba usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x648d5fb6 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64928d7b debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x6499ca92 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x64a7f8c5 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x64c6a82c xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x64cda089 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x64cf6bac stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x64d472be register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e404ef usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x64ecaa0c rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x64f17fa7 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x64f75c25 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x64fa0bda regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x6519c785 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652210a3 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65506d3f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6550a9f9 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x65528735 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x655ace56 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x655f3d06 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x656b1f37 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x656ba1e7 nand_select_target +EXPORT_SYMBOL_GPL vmlinux 0x656e136d of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x65715cfa fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x6571ea3e dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x657a187a proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x6582340c __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x6583d0b7 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x658cc96d rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x659c3dca devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x65a060df blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x65a97406 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL vmlinux 0x65add1da fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x65af061b pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x65b737bf devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x65b8fde5 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x65ba05a0 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x65ba93ec vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x65cae294 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d682c0 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x65e1bf34 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x660d6564 sdhci_pltfm_remove +EXPORT_SYMBOL_GPL vmlinux 0x66108fd2 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x66146245 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66208082 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x66229f91 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x6627413d proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x662f7209 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x6633eea7 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663d8dea adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665ee8d8 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x66630845 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x666ae0a0 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x666d7140 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x666fef2c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x6677cea5 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x66791242 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668a4a3c fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x6692229d nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL vmlinux 0x66941f3d __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL vmlinux 0x66984e69 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x66a63edb bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c48ca4 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66d8ebfd debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x66da130a snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x66dcedbd __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x66de2b58 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x66df26a5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x66e5775c cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x66e8ccd6 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x66ef99ba snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x66f6a18c spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x66fa7fb0 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x66fc2bc0 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x6705125b power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x67157409 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x67173be1 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6726441f devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x672c040a sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6731e300 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x67349b72 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x67402846 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67639f48 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x67647418 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x6770340e tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a5c3e6 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x67a61b74 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x67b08609 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x67b9c5c9 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cde9a7 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x67d583ea udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x67d9b43b dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x67da4923 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e1f273 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x67e3aaf1 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x67fd2373 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x68017381 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x68054f35 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682f25e0 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68390164 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x683d402b sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x68410916 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x684c05c6 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x684fdbbf xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x68532346 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x68635d65 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x68733c14 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x68758fda nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x687fca31 imx6q_cpuidle_fec_irqs_used +EXPORT_SYMBOL_GPL vmlinux 0x68801788 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x68885d06 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6893e5d4 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6893ece1 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68ab7b00 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x68bf920f iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x68c3b1f5 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x68e6c80f snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x690a72db ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x690c5b33 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x690de61b regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6920ccdb ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x692634cc simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x692a4f08 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x693658b2 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x693716d9 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694a38b2 devm_create_dev_dax +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 0x6979be7c pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x6979d4ff dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69810110 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x69922c12 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x69a51847 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x69ad67f8 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x69b1745e FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0x69b36052 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x69bab108 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x69be340d metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d0f3c2 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x69d521a9 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e81765 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ecf363 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x6a00d0df register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x6a010a4f skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x6a0183b1 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a1c458d usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x6a1d70aa __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x6a285c18 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x6a29e5d2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6a3b2f5d ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x6a45faab ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4d8074 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a732af1 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x6a7e802c of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6a84fac9 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x6a8a4509 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x6a8dcabb device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6a970d20 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x6a9baee2 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6ac1d5a9 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6ad0fe69 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x6ad7ba54 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x6ada2e9e srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x6adb2987 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x6aeb8ac7 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x6af1aefc usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL vmlinux 0x6afe445f device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x6b03476f nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6b05a533 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x6b06ad7e usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x6b074996 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x6b0c925e sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x6b1d97d2 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x6b248cd1 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x6b29b45b thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b310b37 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x6b39fd2c xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x6b3e4500 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b5f8782 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x6b661973 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x6b66793f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x6b6ac7ab switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x6b7386ef __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6b7c5278 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b90b79f firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x6b9a765b iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x6ba190c6 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6ba1d282 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6bab4a71 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6bad7414 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x6badff6e nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x6bb04338 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x6bc19b46 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd6ff0b bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6bdd680c snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL vmlinux 0x6be11db0 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL vmlinux 0x6bf7251c iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6bf727b6 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6c13bd4a pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x6c174769 nand_ecc_restore_req +EXPORT_SYMBOL_GPL vmlinux 0x6c1a0d17 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c1ba855 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6c2b6593 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x6c37d3cb of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x6c3cf515 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c43b737 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5bd5f2 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x6c6c7cd9 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c8c32d1 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x6c8d3db9 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6c906e94 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x6c90e3ec ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x6c90ff19 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca85b4c led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x6ca8c37d pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x6cb2a2ac regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x6cb61ea5 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x6cba64da i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x6cd009af crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x6cd105b8 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x6cd74c58 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x6cdc7ca5 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ce7b5e9 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6cf149e8 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6d01853c __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x6d04be8e gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0b9b18 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x6d0fee3c syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x6d1c7358 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d33b9d6 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x6d35209a pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d389bc2 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d497b1c sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d52d344 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d71f65a blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7bf727 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d80a283 asoc_dummy_dlc +EXPORT_SYMBOL_GPL vmlinux 0x6d875441 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x6d8ca382 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x6d9a863b mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL vmlinux 0x6da912c7 mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6db5b47e pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbbf8b5 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x6dc18bc4 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x6dc43f43 imx6q_cpuidle_fec_irqs_unused +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd90cb6 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ddac750 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x6de2eef0 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6de39851 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6dfc95d2 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x6e04a701 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0b5666 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x6e237999 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6e35283d trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4411f6 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6e45f548 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x6e577fda do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x6e61e46d sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x6e635087 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e679321 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x6e74410b rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x6e786b09 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x6e79126c irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e864e44 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8b3f2a regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6e8e6628 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x6e91dff0 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6eba97c5 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec4ac4f snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL vmlinux 0x6ee990d1 lpddr2_jedec_manufacturer +EXPORT_SYMBOL_GPL vmlinux 0x6ef35e4e bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efb67c4 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x6f02c200 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x6f083c94 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f24d0a9 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x6f3a6359 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x6f3edc22 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6f7025 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x6f7b05b0 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7e7ab2 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa0e8cb __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6fa82a96 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6fc35c46 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x6fc9d835 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe2dff8 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x6fe9c893 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffbb341 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x7003d5eb modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700ed2e6 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x70355519 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x703a7386 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x704d67f7 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x705449f2 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x70599b2b usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x705c47cf skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x70657a52 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7077cac7 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x707f8862 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x7080ae14 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x70886b0c nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x70915176 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7093393b vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x7099ffff bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c68526 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cbf061 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e24953 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x70ee4a26 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7116d4ec irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x7117e03a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x712bb6ab zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x71300a79 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x713e3aa4 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x7146ac10 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x7147082c snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x71491285 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x714f102a ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x7152dd35 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x715a16ad bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x715a4f37 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x7161a376 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71691dcc dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x716d40ed driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL vmlinux 0x719d03f4 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a88354 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x71ab98d1 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x71b5c70d fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b8fd50 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x71eff63d fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x7205755f regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x724a0a86 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x72609cfa usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7277eac2 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7288c175 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x729605d9 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x72a0e60c usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b299e1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0x72b2c936 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x72c0f3aa exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x72db65fb fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x72efcc0e seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x73032952 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x73190b3b crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x731cc3e9 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x7329b7d8 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x73341e47 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x73498e09 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x736941a4 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x7372be90 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x739762f8 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x73b9c838 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x73bc27fd del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d2959c folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x73de8037 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x73e02236 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x73e7af5c md_run +EXPORT_SYMBOL_GPL vmlinux 0x73f8cb0f get_tree_mtd +EXPORT_SYMBOL_GPL vmlinux 0x740a2aa3 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7418191b blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x741f9cb2 sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x742082d8 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x7424e0c5 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x74250c88 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742b0e75 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x7436c71c rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x7450804f devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x7451c7cc mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x7452a393 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x7466fba5 class_create +EXPORT_SYMBOL_GPL vmlinux 0x746e7082 usb_gadget_connect +EXPORT_SYMBOL_GPL vmlinux 0x74745f9b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x7478b8f4 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x747cfbaa fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x747f2c73 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x749a8fb7 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74a5c7e2 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x74ad1b61 sdhci_cqe_enable +EXPORT_SYMBOL_GPL vmlinux 0x74ad1cfd iomap_file_unshare +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 0x74c43895 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x74cea5c1 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x74d3635c fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x74e5a591 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x74feb0af vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0x75095993 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x7512082c fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x7513b5ec __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x751678d7 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7524b1a1 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x752783c7 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x753188dd inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7532c0eb dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x75484fbf pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x7551452f onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x75553911 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x75564d27 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x756138f9 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x756e5e12 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x75705812 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x757b862d pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7584f9b3 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x758b2c74 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759e727c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75a884f4 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x75aa8d1c mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x75b96e86 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x75bf6cc0 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x75c2c513 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x75c81cc5 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x75d08317 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e385d5 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75ec8287 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x7605c3b9 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7610220f io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x76179f9b blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x761b3fc4 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7637d75b __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x76385daf mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x76481c0e __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x7650c499 usb_driver_set_configuration +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 0x765981b1 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x7668e376 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x7673d963 of_changeset_add_prop_string +EXPORT_SYMBOL_GPL vmlinux 0x7679a597 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768699aa clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x7693a9bd dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x76cf4c7e inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d541ab sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dc5332 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x76df05df iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x76e10a88 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x76ec966a ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x76ec9b01 snd_soc_lookup_component +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7708799c ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x7709bd40 snd_soc_dai_action +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770e0050 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x7712a7bf dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x77375b36 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7753872e ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775f63fd snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x77733eca devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x77767cd4 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x777c168a __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a24472 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x77a3bc8d pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x77a4edd3 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x77ac2fef usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c36f33 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x77c9b6c5 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77f03076 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x77fa8b27 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7843f96c devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784d2598 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x784f48c2 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7867e1a6 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x786aaa59 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0x786add3a iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x786ae08b usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x78732c63 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x7878dda3 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x7886f89b vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a3b45d vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x78ae9287 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x78b3a495 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x78c499da meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x78d3406a crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x78d61335 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78ee8b6f rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x79059ca8 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x7910fb93 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x792c335b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x79385457 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x7938967d of_irq_get_byname +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 0x794aecb3 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7959145f da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7966acd7 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x796c03a9 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x796e3580 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x7970b312 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x7976d7d0 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x79914185 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x79918c14 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x7995eeb7 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x79aef298 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x79be3a33 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x79c97e56 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x79d1ef89 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x79daa90d nanddev_bbt_init +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79fef73a vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x7a007243 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x7a03e2c6 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x7a0963c3 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x7a0d8e8a debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x7a15ab15 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x7a2aec50 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a2aff65 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x7a372bf3 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x7a38086e rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7a3b40ea dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x7a3be3d3 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x7a3cfaec extcon_unregister_notifier +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 0x7a5f4a47 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7a691588 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x7a6c3eb2 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x7a6e08aa xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7432fa mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x7a808563 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a83aa55 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x7a9220a5 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x7a933373 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x7ab7208a irq_work_sync +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 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad22620 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7ad60119 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x7af0d18b i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x7af2f242 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7afb430b fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b075785 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x7b184f32 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7b2a803c rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x7b2b58f6 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7b3dbef3 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b84a875 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8a6434 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x7b8c08dc nand_ecc_choose_conf +EXPORT_SYMBOL_GPL vmlinux 0x7b906289 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x7b96a17d devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba5dd61 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x7bac4028 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x7bb010c1 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bbf373a percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x7bd19bd0 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x7be67742 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x7be89624 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL vmlinux 0x7c171e39 nf_defrag_v6_hook +EXPORT_SYMBOL_GPL vmlinux 0x7c199658 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7c1ddc92 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c44f05d __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x7c58c3f2 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x7c5968da disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7c5bb689 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x7c62da38 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7c694a5e snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x7c6e2b3f tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c75b608 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x7c77c260 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7c7c5781 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x7c8303b7 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7c9557ca usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x7c96c495 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9ea61b __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb16462 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb81b7c devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x7cba1fd4 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x7cba3e13 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7cbbcdcb dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7cc2ce7c dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cdd3362 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7cdeb12f hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf88480 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x7cfe0b48 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d019b1b crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x7d0c8991 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d13d627 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x7d2283bb tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x7d2c14af sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x7d2c43f9 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7d450f7d unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x7d4dc741 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d627759 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x7d666c80 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL vmlinux 0x7d681ac6 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x7d6dc749 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x7d93a55f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x7d95f8de generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x7da98c08 get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x7daed45d sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0x7dbc5725 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7dc6ab08 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddccb25 nand_reset +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de418d9 usb_gadget_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x7dee2175 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL vmlinux 0x7def4ed8 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7df356de css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x7e147024 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x7e17af72 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7e31f42d clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e48d76c virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x7e4cfe84 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x7e52b9b8 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7e5774f7 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x7e5a4207 iommu_device_unregister +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 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8f94ab snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e96c455 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x7e99f315 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb95638 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ec2f03d alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x7ecc1e7b snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x7ed6d101 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7ee1fa27 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eeb2542 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x7eeb8356 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x7eeea0ed sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0x7ef0a1f5 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x7ef506f5 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x7f1d7924 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x7f25e4f0 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7f2623ee mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f44c7a9 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x7f584d1d net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x7f6a8b5f debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f7bb344 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f88375c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x7f8e73d7 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x7fada085 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x7fb4516a snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL vmlinux 0x7fba5beb amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7fbb1837 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x7fce7c1b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7fd11fe0 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x7fd6c1bc anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ff171e0 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x804e2ad7 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8051d8b6 generic_fh_to_parent +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 0x805a4e8f serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x8073552f devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80992a63 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x809c97c0 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x80a4511b snd_soc_component_set_jack +EXPORT_SYMBOL_GPL vmlinux 0x80ade4d8 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x80b63c4a tegra20_clk_prepare_emc_mc_same_freq +EXPORT_SYMBOL_GPL vmlinux 0x80bec998 netdev_rx_handler_unregister +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 0x80d9cf15 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f122b9 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x80f28d81 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x80f2ae50 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x80f9ffe3 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x80ff4b2d clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x810ef908 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x81107a5c rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811783e9 dev_attr_unload_heads +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 0x813a436f xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x813ab323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x813dbb4a kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x813e95a8 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x81469128 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x814f2f88 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x8152dabb nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x815411f2 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x815438d7 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8157bf3d of_changeset_add_prop_string_array +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8165c267 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8173f066 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8189264f strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8193da44 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x81ac2633 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x81c76ef0 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x81cfeb5f pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x81d78890 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81eba747 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x81ee81f0 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82021a16 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x8202b650 irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x8212cf2e irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x821c53cd __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82284603 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x8229cde9 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x822d08fd pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x82349a98 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x8235ea8e bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x82460724 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x824c6141 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x825712bc ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x825b3ed1 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x825cc7d6 nanddev_isreserved +EXPORT_SYMBOL_GPL vmlinux 0x82675442 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x82678f1b pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x8274486d tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x8281cd2d badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x8288b782 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x828fdab9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x82a53fbb pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b7a1bb usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x82c34485 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x82c3788e snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x82c3828f dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x82c54070 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x82c994d6 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x82cf52fe qcom_scm_pas_metadata_release +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82deaef9 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x82eb6806 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x830105d7 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x83108846 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x832a4389 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x832d4c36 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x83485648 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8359c2d7 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x836c2eb5 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83804721 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8392221e crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x83971642 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8398bda3 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x83a6a0e4 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83d04e14 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x83d71dde raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x83dcb645 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x83e52df4 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x83e6f842 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x8407d4f2 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842823b4 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x842d0b8f irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x844533b6 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x844712df perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x844c33f4 snd_soc_dai_active +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845aa3dc lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x845b2069 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846f3ca1 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x84746252 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x84762fd9 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x847d1982 usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x84800be8 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x8482cb33 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x8486cd6a ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8496b69b mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x849f322e __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ac42dc blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x84b33565 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x84d8904a sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x84e736f0 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x84fd8a29 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850f46bf __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x8512846a sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x8518388b apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x851a30b2 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852090b9 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8520ed26 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x853531a0 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x8537c988 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x853a0a41 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x853d5e7e snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85547358 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x855c335d of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x85647219 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x85690ad0 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x856f591d sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x858ae3f1 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8593dfbd devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x85b131e1 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x85c10946 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x85c67275 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85d12ed9 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x85e45040 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x85e6a1e7 mtd_write_oob +EXPORT_SYMBOL_GPL vmlinux 0x85e79b00 device_register +EXPORT_SYMBOL_GPL vmlinux 0x85ecee5a pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x85fb16cc blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL vmlinux 0x860f6fff mvebu_mbus_get_pcie_mem_aperture +EXPORT_SYMBOL_GPL vmlinux 0x8615f6f7 mtd_lock_user_prot_reg +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 0x86325296 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x8644cc7f peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865ad310 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x86704321 mvebu_mbus_get_pcie_io_aperture +EXPORT_SYMBOL_GPL vmlinux 0x8671d7ac fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8680387c pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x869051aa pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86bd1ead virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x86c7d9ea devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86d097ac dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x86dd7700 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86e7a634 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f76f12 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86f9a965 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x872dd1ec perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x87380729 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x875690f9 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8767f20c dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x877eed6a thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x878678c4 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x8787717d nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x87947abb perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x87a61b5c dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b84337 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x87cde426 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x87e2093c snd_soc_card_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x88012254 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88046eec ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8805a073 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x880cb860 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x880ef295 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x882077d5 usb_ep_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x88303a23 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x883c0269 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88595808 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88617ba6 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x8874927f __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x8887852a regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x889ab894 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b43d0a wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b95b54 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x88b9da0d gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x88c900cd xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88cf7d1e irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x88cfe7cc __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x88d48d41 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL vmlinux 0x88d5a522 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x88d83289 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x88ee0ecb genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f26d27 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x890749b8 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x890862a6 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8931d111 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x8937724e spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8941e137 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894cf1cd snd_device_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x8951995b pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x89522f6d devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8952843d regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x8953b52e espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x895402f5 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x89568b0b handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x895fb071 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x896a4bce ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x89755eea mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x89780d4a genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x897a71a4 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL vmlinux 0x89815d7d pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x8988b576 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x898dc512 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x898f3342 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x89927e1f dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x8998f61d __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x89aa6519 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x89cb48db genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x89d05396 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x89df9b15 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x89e6d520 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x89e708e6 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x89e96a23 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x89e99490 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x8a2cb251 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8a2efae0 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8a30e883 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x8a30fd09 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x8a338cf5 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a4314cf ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x8a4691f8 kthread_cancel_delayed_work_sync +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 0x8a83dc8a __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a88ea90 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x8a890bd0 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x8a916934 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x8a96a30d clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x8a9e3b43 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x8aa1b702 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x8aab413a __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8ab824a0 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abe374d dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad88ce6 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x8ad952a2 nand_change_read_column_op +EXPORT_SYMBOL_GPL vmlinux 0x8ad9e1e9 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x8ae8bba4 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x8b09914d blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x8b0d4a94 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x8b119a3a usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b28f573 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8b31d62d snd_fasync_helper +EXPORT_SYMBOL_GPL vmlinux 0x8b3fa0fc fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x8b42d4bd snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x8b5978cf skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x8b78c53f dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x8b84cfd7 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x8b859bfa of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8b96495c md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x8ba1f4b8 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x8ba57c1f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x8babf117 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x8baeb0d6 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8bbc3032 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8bd6005f subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x8be13909 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x8bee713c serial8250_handle_irq +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 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c233e87 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x8c3c74c0 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8c3e9a37 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c40eab4 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x8c4b4349 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x8c4d3b94 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c533741 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c938f00 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8c9f0f26 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x8ca1efce devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x8ca43c87 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x8cac47dd icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x8cb3d7bd pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x8cc5fcf9 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x8cd0868a shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8ce2f087 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x8ce3d710 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL_GPL vmlinux 0x8d43afe9 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x8d667fb8 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d8861ce mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d941ef7 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x8dbf50b9 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x8dc0e463 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0x8dcda484 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ddb933c usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x8de0f44c pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x8de361ca sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x8de3eaf8 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x8dfabd57 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x8dffaff8 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x8e082133 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x8e10cac8 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x8e19d0e2 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x8e362741 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x8e3af8a5 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x8e447cc6 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8e451df2 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8e466b5b iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e515a8b bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x8e516c24 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e6583ff ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa6a2 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x8e726516 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8e73793f phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x8e829aa7 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x8e85e285 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x8e92fcbf ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x8ea16cb3 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x8eb2fe31 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x8eb5e3db find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x8ebd74db sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x8ec900ed arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8ecc4edf usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8ecd061a component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x8ecd6785 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x8ece03b4 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8ee4e081 dm_internal_resume +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 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0eac5c netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f1466f0 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x8f14be39 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x8f1a8cf9 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x8f1d8515 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x8f316323 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8f479d93 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x8f52f38f dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x8f54a9b4 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x8f5b4c8d bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f725e67 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7b395b ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x8f8077e2 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8f8e3f08 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x8f990325 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x8fa03e39 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8fa20b2e snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0x8fa3de78 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x8faa8c17 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x8fbb2545 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x8fbe01de udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x8fd0fee3 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x8fd40d4a xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x8fe93b3d __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8ff58833 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffb3518 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x90037213 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x900980e2 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x900e644a tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x900f2693 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL vmlinux 0x90187dc7 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x901dc76f nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x902ab299 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL vmlinux 0x9038c7fd mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903e2b2a genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x90402ceb snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x9040a943 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x904511d1 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x90503ac3 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x905c74f6 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x90648567 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x90648586 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x907a2168 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x907f84cd pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x908335af serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x909935dd usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x90b37fdc skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x90b5002e fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x90c96b8c swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x90d44ef0 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x90d5d28a snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0x90d7f664 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x90d9876c __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x90ff0459 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x911d3ddf devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x9125733e handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x91269ebc crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9166151c snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x916d033c edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x9182a5e7 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x91873330 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x918fab65 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a398eb devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x91b2033f snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bacf70 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cebba2 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x91cf1026 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x91cf791f snd_soc_component_initialize +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eac764 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x921cf551 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x922b1caa tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x92317d99 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x9231c338 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x92328359 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x9236a203 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x92458989 nand_reset_op +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925ee10a mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x92743645 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL vmlinux 0x9274a2e6 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x92757fff gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x927d3694 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x928cb81c devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x9297efcb fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a5ad01 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c2efb0 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x92cd7939 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x92ce1776 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92ddc645 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL vmlinux 0x92efb6ba pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x92fb5bbf cpts_unregister +EXPORT_SYMBOL_GPL vmlinux 0x930e2297 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x931446f1 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x931b0368 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x93215d0f usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932cca01 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x93501c78 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936921ab phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x936e3998 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x9371ea58 sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x937c9ed1 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x93805369 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x9380d312 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x93875edb snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x93883e18 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x938c7934 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x938cc6e9 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x938de165 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x9396c787 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x93a5cca2 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x93af8bbc kick_process +EXPORT_SYMBOL_GPL vmlinux 0x93beb424 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x93c39c24 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cc2a2c inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x93cd38a7 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x93d71409 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x93d791a6 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x93d86d6f kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x93e5743d irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f4866b gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x93fdf40f verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x9401b0dc vp_legacy_set_status +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 0x9429dbc3 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x943063cc virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x944cbfe9 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x944dfef1 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x9457bb66 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x94581388 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9472c81e blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x9476337b spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x948b01d7 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x94967fad pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x9496fb31 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94b5fe4b iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x94b7e943 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x94c8b5e7 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x94d07e02 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x94e0b47a efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x94f2971f perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x94f8852b tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95026aec folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95080e82 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x950ac08b rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95356c01 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95440614 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x9549bd74 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x954ee29f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x9552f886 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x955a0e71 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955ee96c crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x9562eb92 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x9562f777 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x95649040 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956f338a sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x9584c503 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95920f5c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x95a3d096 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95ca6cd1 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x95dfcfb7 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x95e06e87 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x95ea1efe clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9617d22a thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9620ffd9 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x96222cca ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x963d7d1e of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x96471416 musb_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x964baea2 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9663cc47 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9664fd5b nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x96768138 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x967b33d6 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x967e545c blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x96924ad2 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x96990ef5 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x969ab13c raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x969d63ea nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x96a74543 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x96ac4288 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x96b34e31 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x96bf0715 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x96c3698c tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x96c63c86 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x96cf56a0 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96d4037d fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x96e72228 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x96f27e4e priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x96f71b86 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97185c29 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x971add29 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97359917 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x97395256 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974fc6bb __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x9753ca71 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x976e4cb5 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x9771b6e0 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x979fc476 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x97a83391 tps65217_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x97cd818b devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x97d53347 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x97db9099 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f917e2 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0x980a5df3 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x9849bbf3 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x984b03c2 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985934a5 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x985d840b PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x985dac31 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9862e4cc crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d2e3b rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x987df4ff tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x9888076b nanddev_markbad +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98b197b5 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x98bb06ed xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x98c55400 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x98c911c1 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x98d4e2f3 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL vmlinux 0x98dd6295 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x98e3af63 virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0x98e8cded phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x98eb954b rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f7768d ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x98fe6251 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9905f6c7 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL_GPL vmlinux 0x990a535a pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x990fde18 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x99143efb regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x991d76ef __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL_GPL vmlinux 0x993d16af mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x99420898 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x99504f3e raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9989d0dc watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x998e7ca8 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x9990b78b of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a34f32 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x99a4af16 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x99a98c18 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x99ab3861 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x99affd75 mtd_ooblayout_free +EXPORT_SYMBOL_GPL vmlinux 0x99b6d67f usb_initialize_gadget +EXPORT_SYMBOL_GPL vmlinux 0x99b7191f dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x99b97613 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0x99c211aa devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0x99d40ad5 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x99d9c988 snd_card_ref +EXPORT_SYMBOL_GPL vmlinux 0x99eca79c pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a0432bc misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a06348b ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3526b8 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x9a3635bb pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x9a38f644 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9a417e36 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x9a43315d tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x9a540ea0 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL vmlinux 0x9a5cac80 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9a5ed9b1 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x9a5f8edc __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x9a61c5eb free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x9a683d43 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x9a7c567a clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9a7cbf44 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x9a817606 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x9a99e1d0 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac4311b pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ad135d2 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ada9495 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x9adf3c44 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aede247 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x9af34f09 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afe5e14 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1aa97a __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9b54cca5 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9b5529ea xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b66507d msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x9b6a03d6 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b746c56 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL vmlinux 0x9b8bf74c mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b97c323 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9b9abc25 sdhci_request_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9bb37be7 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x9bbbeb6b sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x9bc2bb39 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9bc31d15 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x9bdb7fab snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x9bdca776 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9be500b6 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9beb5605 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c009d93 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x9c041520 inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x9c1cd6d3 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x9c20d217 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c210417 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c2a4ad7 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL vmlinux 0x9c2ebc5c of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x9c342491 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x9c347c65 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x9c36beff devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x9c484e30 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x9c4923cb regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x9c56ab6d gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x9c570df5 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x9c5c7b5d regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x9c6a67e3 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x9c6c61d8 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c715bca devres_get +EXPORT_SYMBOL_GPL vmlinux 0x9c76f0e3 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x9c7888e4 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x9c7a2db4 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8f43c5 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9c968f4c pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x9c9c2eb9 nand_exit_status_op +EXPORT_SYMBOL_GPL vmlinux 0x9ca92d5b dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x9cb0f6fd devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x9cba9ce2 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc08211 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0c9056 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x9d1ff0cf icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x9d2b7ba6 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d395abe mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d435b3c __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x9d4bf9dd snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL vmlinux 0x9d56c707 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x9d5a8178 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9d6cb4e2 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x9d7a11bf sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x9d7cd8e0 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d932b1d regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x9d970b1a netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x9da2c1ed devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x9da6d01f devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9da927f8 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9dc1803f crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x9dc532a5 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x9dc53884 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x9dd1847c xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x9ddad0fd of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9de2f4e9 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9ded0bd0 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x9def5e35 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x9df164a4 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e016686 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9e1b5e60 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e1bc83c bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x9e1cac9c bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x9e23e0da spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x9e34682a vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x9e3fee36 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e47a9fe serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5c5aba pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9e642a49 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x9e65ed2b __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x9e6fa0d6 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x9e79ec7b thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e8eb07a balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x9e8f3a99 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eb52803 usb_ep_disable +EXPORT_SYMBOL_GPL vmlinux 0x9ec9bfe1 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edf8044 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9edfb7d6 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef3781b devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x9ef51cad vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9ef561df inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9f004343 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x9f4463e8 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f599c81 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f5ea926 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x9f5fdfff wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x9f6be1e3 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x9f6e2440 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x9f73bb46 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x9f8950f1 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f8e41fb mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x9f964647 tegra20_clk_set_emc_round_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f983c2a regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x9fa119c1 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9faac115 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x9fb7b4da blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x9fc8cfe4 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd335f5 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x9fd612f9 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fea4f16 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x9fedf7ef devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x9ff21522 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x9ffe51ee xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xa019734e devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa02f9fe1 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xa0358dcb extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xa038cab7 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xa038f306 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xa03add95 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa057586c __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xa069f3bf genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xa07e50dd __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xa0843dd9 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa0a3c6fd thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0xa0b5d6ba __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xa0c845ad sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xa0de671e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa1149904 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xa114cc60 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xa12a2534 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL vmlinux 0xa12bb8d1 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa14c792f __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xa178d73e i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xa1829442 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa19d9832 snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0xa19fd920 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xa1a6ef27 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xa1abac01 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa1ae3c4a devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1d80149 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa1e12345 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa1e2f1cc skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xa1f1bd3a arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa2094189 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xa20b6ab2 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa211e1cd dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa2171e4c gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xa21cef28 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xa21daaaf device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22b7512 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa22f4cc1 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xa22f57bf clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xa2376a8c devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa24163ae devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa2489528 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xa24ade63 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa24dfff8 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xa24e3a30 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2523f45 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xa2545825 snd_soc_new_compress +EXPORT_SYMBOL_GPL vmlinux 0xa26c6497 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa29d38de nand_soft_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0xa2a98406 of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xa2ad4cf4 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c63ba3 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xa2c87165 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xa2cf932e ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa3023892 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa30c52f6 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa312b99e usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xa3175fcc usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xa321520a devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xa321dd93 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xa3363c0e pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xa33744aa edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xa337853d powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa3417357 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xa3534151 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xa358eb9d devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xa362bf8f hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xa36a0960 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xa36add01 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xa378c9eb xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa37f7349 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa3808ddd of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3860f76 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3906264 inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0xa397de42 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2b898 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xa3aca390 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3be7e45 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xa3c1db37 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa3cea2a2 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa3d06f24 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3faaf44 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40851f8 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xa40ca666 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41a9b68 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xa42c96ab ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xa43660d1 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa43b407e gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xa44166ce powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xa44238d1 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xa444c3ca topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44f4a4a sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xa4530027 setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0xa457d425 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xa459b859 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45dc275 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xa4620891 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48e25d0 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xa48f99be pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xa491805d get_device +EXPORT_SYMBOL_GPL vmlinux 0xa4931e88 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa4a227e5 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa4a75598 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4ba7f02 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xa4bc63f8 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c50b49 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xa4c5aab8 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xa4cd7574 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xa4ce4418 devm_of_led_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa4dc79c3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xa4dd1071 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL_GPL vmlinux 0xa4fe5405 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xa503f5d1 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa50e285f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa5107166 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa51eb4eb pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53294f3 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xa532bf8f HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xa5331b45 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xa53f0dd7 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0xa547bbb4 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa551c870 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa55591ba addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xa5595a23 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xa55d342e dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xa55df9ce spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xa5669521 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa574263f l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xa582a8f1 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xa59c6f4b pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa5a37163 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa5a70b08 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0xa5ad14d0 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa5c18112 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xa5c3aafa xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xa5c8567e blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xa5c90893 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xa5d72a8f cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d80aad sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xa5d90c38 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa5e086dc tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa5e11d70 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa5e5219f led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xa5e84ca6 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f8842f ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xa5fbe047 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xa6001b5d put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xa604932a __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa60f6070 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xa62be54e encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xa63623ed tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa638b1b1 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa645f48c of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xa65c9c7a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa6749be8 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6aa20ff of_get_phy_mode +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 0xa6b8073e edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xa6bcae4d blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6fcd71b pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xa6ff187a cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa700eb02 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL_GPL vmlinux 0xa7112239 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xa7119f65 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xa726598a add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa7336638 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xa736feec irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xa73d1926 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xa740db4d serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xa74aebfb ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa74b5533 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa75753f9 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xa75d6389 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa75dd089 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xa762125e cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0xa77d4f6f cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xa7802e2e btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa7881bc0 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xa78dc302 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa791dfc5 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xa7999dad gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa7afb0f5 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xa7b055cd crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xa7b548be crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xa7b5d49b input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa7bce7a5 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xa7c48ef9 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa7c98c79 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xa7e57e18 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xa7f70543 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8213072 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa822141b nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xa83537d6 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa83934e0 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xa8393df3 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xa83f7673 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xa84817c4 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa849d27f bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa86315e0 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa8805878 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xa8843df6 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xa88ad61a usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xa8907475 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8c364ef dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xa8c41980 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xa8f88e58 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xa8fca52c __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa902fd83 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xa904c8b6 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa9089d9c deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xa909811a badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0xa90a6783 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xa9105009 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xa91849ff rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa935a405 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xa942067a pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xa94ad537 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa94d36ed fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95f478c musb_queue_resume_work +EXPORT_SYMBOL_GPL vmlinux 0xa968530b iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xa9715c88 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xa975cc22 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa97a5f14 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa991fc2e __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xa994c7b0 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a34f76 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xa9c1e714 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xa9c54d55 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xa9c5b0c8 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xa9c71275 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xa9da9bf0 gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xa9e22030 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xa9e3a64f pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xa9e74462 usb_ep_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xa9ef937f udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xaa02b068 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xaa124ed4 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xaa152108 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2e3442 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xaa3bf82a i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xaa3d5573 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xaa408fb0 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xaa43333f __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa47839f kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xaa4d1a2a of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xaa7249b2 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xaa7a77ea crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xaa87a56c blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xaa88ba94 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xaa8b43ce ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xaa9b1734 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL_GPL vmlinux 0xaaa5980a user_preparse +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaabab8c devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xaaae6b78 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaab8a5ec devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaeb4536 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xaaf77931 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaafb9ccb skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xab095eae inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xab0da52d wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xab22dbd6 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xab241698 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xab26d98e inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xab3bafa2 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xab50cb36 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xab5bb59f sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab6520f0 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xab6b9659 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab8eb5c2 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xab946e04 __sdhci_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xabb6a14e vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0xabb8a4bc regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xabc13859 nvdimm_delete +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 0xabd52ccb regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabdad7c5 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xabe22108 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xabe374f2 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xabecb786 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xabfcb6ea pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xac043211 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL vmlinux 0xac156c82 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xac1d709b rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xac25757f edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xac2fb069 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xac34ffbe of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xac3c61d3 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xac3f8d3d ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xac40c859 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xac423dc6 snd_soc_dai_name_get +EXPORT_SYMBOL_GPL vmlinux 0xac4b9860 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xac510ecd blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xac552404 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xac57a94d usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xac5f858d elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xac613574 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xac62049e rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xac6e70e1 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xac74e5cd snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL vmlinux 0xac85c474 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xac9c0904 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xaca60a37 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb7c844 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xacc5cd33 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xaccc986d pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xace97b70 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xacf483ed sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0xacfe343f crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xad05aec3 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xad110738 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xad129e48 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xad219e8a pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xad263529 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xad38cd59 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4aedd3 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4faa9e wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6ca3ef pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xad6e46ae __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xad6fc29c espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xad758d6b led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7bf761 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad88058c blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xad938c3a watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada5b819 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xadc04cb4 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xadc844ed xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xadcb577e devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xaddaa7ce usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadea7bad crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xaded35f3 switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0xadf3b315 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xae0c9cfd ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae29d411 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xae2cddb5 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL vmlinux 0xae30596a rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3eec3b nand_write_data_op +EXPORT_SYMBOL_GPL vmlinux 0xae489c75 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xae51ee19 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xae5b36ff snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL vmlinux 0xae5eb8df irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xae62e947 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xae6465a5 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xae67116e i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6c01ef user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xae787694 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7fcb68 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xae8c0b8b rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xae9f53b1 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xaead776b __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xaeb76885 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xaebae8cf __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xaef1255e sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf10406d snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL vmlinux 0xaf151524 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xaf197424 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xaf201fa6 usb_ep_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf248880 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xaf31f151 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3ceb2f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf40b73d snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0xaf4b8229 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xaf5bc555 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf73c026 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf7d34e5 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xaf9d5de2 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xafab4f58 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xafb4bd2b netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xafc2afb4 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xafc40786 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xafcb1e92 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xafd690f8 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdfefa4 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xafe5434d mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaff17b42 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xaff2b0fc devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xaff539f7 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb0025583 pci_doe +EXPORT_SYMBOL_GPL vmlinux 0xb00888a3 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xb02bfbcc bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb039389c set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb03bf684 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb04409ea import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0xb04813f4 tracing_cond_snapshot_data +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 0xb05afbc7 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb06570b1 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xb0713d6d __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0772ecc of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0845e7b pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xb0a107dd kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xb0b6631b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b8d080 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xb0ba5143 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb0bc8987 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xb0bfde6e bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xb0c0c531 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xb0d9a373 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xb0dc8e45 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xb0de92b6 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xb0eb8b1d __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xb0f1242c usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xb106e2de __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb113ffe0 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xb11625b9 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11dcdfd snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xb11e2727 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb12182e7 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb1236e4b mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb12b7751 sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0xb12d2527 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xb131270c snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb1446af6 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xb14c6262 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xb161279b regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xb1620e9c phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb167ddbb usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xb16a360e mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xb1881ae9 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xb18a0e9e extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xb192d78e omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb198a884 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xb19b9835 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xb19bb7d1 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xb1a39926 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xb1a3de97 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb1a648b3 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xb1a7dd95 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1ca4765 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1dd6b36 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb1dec57d synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ec1e6f mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb2154b24 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb21c4926 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2207dcb disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb234683e xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xb2346ba0 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xb2347bf1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2451d18 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xb24c6968 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xb2503128 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xb2546be2 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xb2554980 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb26024dc xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xb2698cda lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2716bd4 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xb282218a vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2822398 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b0c74b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xb2b163a6 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cc4eac dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xb2d8d832 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xb2d94d60 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xb2e3e53e tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xb2e4d4c1 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xb2e4e63a dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb301bf81 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xb3021ad9 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb303264c thermal_zone_device_exec +EXPORT_SYMBOL_GPL vmlinux 0xb303b243 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3088fbd ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xb3129d70 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xb320db86 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL_GPL vmlinux 0xb32d02e5 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xb338416e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xb33c865a platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xb35a5211 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xb3782e2d of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xb378559e freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xb3857fc8 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xb38d07f7 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb39a9faf driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xb3a8acc1 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb3b116e8 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xb3de354e acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xb3f538cb page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb4163083 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb431dd31 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb43a8a16 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44347c1 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45d4f32 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xb4623232 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xb46292d2 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xb4848ae6 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xb48751a2 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xb48f60d3 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xb49b4a32 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xb4a866df pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4aa657f cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xb4add760 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xb4ae4b83 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bf69bf __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xb4c16d63 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb4e5e73b lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f030be rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb4f087af anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xb4ff37e0 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xb501653b class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb502f6ce icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5277c37 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xb52c9aee __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb54a5b0e cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb54c1287 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56eefd1 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb5776524 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0xb58a46e8 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xb59b655b tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xb5aac9aa bus_register +EXPORT_SYMBOL_GPL vmlinux 0xb5b4c2e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb5c1418f da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5c3fa36 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xb5d74c18 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb5da281e inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xb5dcb168 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb5e76076 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xb5e9a0ef gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb5ec6327 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6035f03 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb60e6554 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xb60f6a35 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb61162ee ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62793a2 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb644ece0 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xb66c2f95 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb679b165 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xb6825062 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xb6a03d43 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb6a330ff mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xb6a44ad3 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb6acabf9 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xb6ad7d42 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb6b79537 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xb6bce718 free_uid +EXPORT_SYMBOL_GPL vmlinux 0xb6bff5c6 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xb6ccdabe xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xb6da4141 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb6dff751 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb6e47b29 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL vmlinux 0xb709ed47 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb711f665 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xb72f910c platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xb72ffdac iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb7416fbd vring_create_virtqueue +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 0xb74e2f2f rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb7626e3e devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xb76ad22f device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xb76eec41 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb770badb sock_diag_put_meminfo +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 0xb7924ea0 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xb7983e25 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7ae7bc6 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc20d4 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb7da4d20 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xb81e8e29 virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb82baba9 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb82e8779 sdhci_request +EXPORT_SYMBOL_GPL vmlinux 0xb82fae9a dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xb836ee88 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL_GPL vmlinux 0xb8488a14 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xb84a9978 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL vmlinux 0xb864e358 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xb86758bf unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87908e3 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xb87c1db8 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xb8851aaf bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb88eef04 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xb8a31e25 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xb8b2a8f0 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xb8b5ead6 md_start +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f1b844 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8fc2ec3 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xb90ea547 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xb913b59f snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb937059f disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xb93b7100 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb945d169 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xb94702d6 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xb94ef401 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb94fc9df nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xb957778a dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xb960d683 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xb962121c snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL vmlinux 0xb965d620 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL vmlinux 0xb96752ff input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96ca1ef shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98beb95 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xb99a93f5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99d3629 synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xb9b51e9d alarm_start +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 0xb9d3f283 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9eb5d1d devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL_GPL vmlinux 0xba032f94 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0xba0534a5 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2c8cdb ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xba305ca1 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xba35869c locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xba391140 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xba3ba2f3 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xba400235 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0xba4642bd __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xba4aba9a pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xba574010 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xba6c795d __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xba6dc72f usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL vmlinux 0xba71aebf snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xba8b171d sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0xba9cbc09 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xba9d6f2f samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xbaa05ca5 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xbaa5a23c of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbaab3813 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0xbaae544b snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xbaafdbb4 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xbab6afef crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabbeaf9 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xbac00b15 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xbaed08d8 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xbaf58128 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbaf63c7b __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb03fb35 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ae96a dev_pm_opp_find_freq_ceil_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbb188c83 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xbb21f259 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb434805 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xbb5ff4a8 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xbb61b056 thermal_zone_get_num_trips +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 0xbb8dc21b devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb8f1600 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xbb958a8f ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbbb366f2 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xbbb7bc26 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xbbb8c2ab percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xbbbc1528 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbbbfe301 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbbe3658e report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xbbf55e04 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xbc00da58 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xbc03b22a trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xbc049862 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xbc26b7dc rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xbc279b42 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc3fce3a debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbc569bd5 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xbc678f20 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xbc68d09a mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc79eb0b sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xbc91b76d devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbca1cb99 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xbca9141c pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xbcb6a943 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xbcb87338 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xbcb9dcba sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xbcbef98f iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc52ba9 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xbcd3b5cb blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcebbc9e __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfce99a platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd113cbb devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xbd227a71 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xbd22f3aa __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xbd2835cb ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd62bf30 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbd7376ee snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd7b1a66 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd7e2f71 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xbd982423 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xbd9b3d01 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda9063c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbdb151df raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xbdb581e0 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xbdcd6e5e imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xbdd34a44 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0xbdd624e5 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdda7cbe wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xbde3cdc4 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xbdec46d2 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xbdf378e1 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xbdf4b96f percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0xbdf8ebaa ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xbe011ff1 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xbe0fa595 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe24b6a3 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xbe253202 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xbe3200cd dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xbe34cc99 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xbe36eff9 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xbe40bc70 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe4cc55f aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xbe4e8e34 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xbe5f914f vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe71d884 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xbe7fab85 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xbe8841dc ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xbe92f198 mmu_notifier_put +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 0xbeaf37b6 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xbeb664ff kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbeb91a37 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xbec9424a of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xbece626f wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xbed54c60 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbed71f54 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xbede5049 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xbee00ffa snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0xbeef3944 snd_ctl_add_followers +EXPORT_SYMBOL_GPL vmlinux 0xbef02562 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xbefa4d23 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xbefcabc3 devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xbefd9813 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xbf0212fc blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf07f1e3 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xbf0bfabb regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xbf103c78 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3bfba7 cpts_misc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbf3e935a vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xbf41c1b4 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xbf4b9bff snd_compr_stop_error +EXPORT_SYMBOL_GPL vmlinux 0xbf538b01 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xbf660ecf irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xbf7fb976 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xbf8cee0c snd_soc_get_dai_via_args +EXPORT_SYMBOL_GPL vmlinux 0xbf9b2b08 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfab54a8 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xbfad99e5 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc56578 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xbfce9ba5 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xbfd06806 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xbfd796c6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe83bb4 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xbfe9a3c5 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0044f89 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xc007dd27 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xc02ef5ac omap_iommu_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc0376cdd rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04753ee scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xc04e20c3 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xc05004b1 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0xc050f336 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0583e20 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc0588507 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc067631f class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc06b77b3 __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc07ef1f9 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08326b7 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0xc0861f7f mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc08e2c77 snd_soc_put_volsw +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 0xc0bda8f2 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xc0d86037 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc0dac8d2 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xc0dc8268 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0eebeb2 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc1181345 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc1215c34 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xc12339b5 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xc1256d74 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc1349e5f ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc13cf6ff raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xc14822d5 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xc152aba0 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xc156bd13 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xc15dce9a mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1761ec0 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xc18594f6 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xc1892ee8 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xc195a1ee mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0xc1aa2f68 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xc1c5a9e0 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xc1cdd92e devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eaffc9 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xc1eb01d1 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xc1f49169 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xc2024242 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xc20c0fd2 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xc20d3e76 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xc212fe5c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc236d332 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc240ce9a __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xc251e373 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xc259837f synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xc25bb151 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xc25df220 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xc267f0a2 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xc268082b snd_soc_dapm_init +EXPORT_SYMBOL_GPL vmlinux 0xc2688664 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26dde07 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc27e3d7e crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29a0af5 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b705c9 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc2b9a15b regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xc2bd3e3b spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xc2c15e0b devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc2c89852 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc2cf7e19 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc2dd7c7c nanddev_init +EXPORT_SYMBOL_GPL vmlinux 0xc2de4d9a mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc2fc6e97 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL vmlinux 0xc31c87c8 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xc32fd14e proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3497b3d for_each_thermal_trip +EXPORT_SYMBOL_GPL vmlinux 0xc34e4c7b kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xc35fb03c blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc363e68b inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xc36a9c0f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3789eab bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc389c161 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b4eb49 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xc3b73a93 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cb7335 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc3d42679 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xc3da1bbd sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e4750c devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f1b719 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc3f42b5a virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xc3fcd10d dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xc4003ec4 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc400a768 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xc4044cd9 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc406aa60 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xc4181886 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xc419d3b2 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc41afe73 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc42e14b9 sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xc437696a regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc43d3f11 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46e2539 snd_devm_card_new +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473f58c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc47e3edd sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xc487da61 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xc490e192 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xc4926116 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xc4937fde ti_clk_is_in_standby +EXPORT_SYMBOL_GPL vmlinux 0xc4a05e82 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xc4a45998 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc4b9068c usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc4c3fd0b device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc4c40bb2 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xc4cf2420 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0xc4d85998 register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f0fcad driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xc4fda409 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc5056cb7 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xc51ad069 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0xc5228ccf component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xc53f12bf snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xc5476452 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xc54d2af4 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc54fe08e bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5518407 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc55ba161 snd_dmaengine_pcm_register +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 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58b07c6 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xc5948ec3 tps65217_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc59aefb8 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b84b86 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xc5bbdf94 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc5bc76ec led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc5d2516c iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xc5da05bb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xc5e1e1d5 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5f8ed0f umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xc60ca554 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xc60ef055 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xc60fdef1 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc610bd01 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc642dd76 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc647c848 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc658bc4c get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xc662fcda spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc669caac fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc682239c sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc682c9ad sdhci_get_property +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL_GPL vmlinux 0xc6a1fcaa usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6adc8ba __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xc6afd821 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6b3084c tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xc6d1bd3b tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xc6d65737 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0xc6f26821 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xc6f8dde2 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xc6ff5161 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc6fff85a fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xc709b2c8 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0xc71ffc63 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xc73af9a1 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xc7416c64 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xc761458c watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xc765dd25 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xc76f59ba snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL vmlinux 0xc773abf6 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xc782e17f synchronize_srcu +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 0xc7b2a0fd input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xc7b69f55 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc7b7f0d7 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xc7d315c0 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xc7daca0a vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xc7e23a0d dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc7e42e4f spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e78b2e vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0xc7eec3da ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xc7f23889 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80ce18c spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xc81959c3 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82dc31a snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0xc839f0aa vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0xc83d9658 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xc847ad72 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc848541b synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xc8559515 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc86210f5 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xc87663e1 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xc87cedbf meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xc88a77eb tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xc896ac14 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc89cac4d devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc89f3dd6 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc8a631b5 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc8ba447d __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xc8bd64da devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xc8cacc72 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8de34db pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc8e8efcc usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xc8f331ff usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc8ff65ac iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9172aff pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xc926ae1b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc96fb674 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc97ddcb2 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xc9825415 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9879c95 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc9967435 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc9987043 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xc99c4746 snd_card_free_on_error +EXPORT_SYMBOL_GPL vmlinux 0xc9a1217b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc9a228ce property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0xc9a5bbcf snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0xc9a79d64 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc9a98b8a hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc9baed20 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d2292d cpts_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc9d87542 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xc9d8e728 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9d9ad58 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xc9db0991 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f25600 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xc9f31c52 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xc9f460b0 lp8788_read_multi_bytes +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 0xca0acc9b __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xca11d990 device_show_ulong +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 0xca4ad236 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xca5c4215 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca74f9d3 get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca87a74e adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xca8c45f5 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa3335f thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0xcaa9fa8c perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xcaaf5602 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xcab166e3 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xcab3a4f3 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabfe580 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xcac01924 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcad7eff6 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcae46521 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcaecc540 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xcaeef9bc pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xcafc1d1c dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xcafc5af3 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xcb176e8c sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xcb199fce devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xcb280885 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xcb2ac49d regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2e0eaf regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb2e166b __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb363acf snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xcb3d60a0 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xcb3ede7c pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5616d2 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb5898c7 sdhci_cleanup_host +EXPORT_SYMBOL_GPL vmlinux 0xcb5fea65 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb6749f2 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcb76674e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xcb77161c set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xcb7924b9 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xcb7b7483 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xcb87e247 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xcb8c1e8c trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xcb9cceec power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xcba7c2d0 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xcba80c4d devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xcbb5fb90 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xcbb9da34 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcbbb0356 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xcbcf7a4b __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xcbd7ba2a dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xcbdcbff3 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xcbe12e1c cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xcbe44969 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf61a71 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xcc038bad ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xcc220f59 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xcc243647 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc3d8480 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xcc45247e regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xcc4a0e23 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xcc4e8f17 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xcc56519e blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xcc5b1e8f crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xcc5f780c usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xcc6e3601 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc71739d inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xcc76808f tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xcc7eb19e mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc95ef9c misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xcca50212 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xcca6eb80 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xccc2cec6 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xcccbdc04 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL vmlinux 0xccd30f76 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xccd61d08 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce63999 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf95b96 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd28ad0f blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xcd2d5d74 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xcd2f5c0b cpts_register +EXPORT_SYMBOL_GPL vmlinux 0xcd31beb4 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xcd68369a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd725040 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xcd76eea8 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xcd7c184b led_get +EXPORT_SYMBOL_GPL vmlinux 0xcd830715 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xcd868911 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xcd8a97fb fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xcd909c0b usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd93059d __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9c610b uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdab1a4c snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0xcdac320a __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc112d8 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcddfae77 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xcdf84523 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xce0fc641 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xce2883c1 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xce2a8f47 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0xce4619f7 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0xce4deb9e uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce54ae63 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xce6a1f45 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7c2602 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xce7fb6d8 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xce9943eb fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xce9f5e1b gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xcea29652 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xcea71101 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xcea77946 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xcebbfc3d usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xcebf4a99 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xceca5461 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xcecca647 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcedd0bf4 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee825b3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xcef4b3e5 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcefbb5ac __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf05e132 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xcf0e3702 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xcf18c990 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf2ba938 snd_soc_component_read_field +EXPORT_SYMBOL_GPL vmlinux 0xcf3a72bb pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xcf3ca487 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xcf45abd4 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xcf4b0e11 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xcf5a0b0b serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xcf5b1c2b nand_change_write_column_op +EXPORT_SYMBOL_GPL vmlinux 0xcf6e84dc cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xcf704e15 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xcf9020db tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xcfa027d4 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xcfa2fbf1 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xcfae6ac4 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xcfb859d9 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xcfbb172b crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcffc402a mt_next +EXPORT_SYMBOL_GPL vmlinux 0xd025a604 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0xd0313773 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd052b0ee snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xd055119a pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xd0572108 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xd057391e sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xd059170b syscon_node_to_regmap +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 0xd079de91 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xd0857175 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd08d7c5d auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd08d8221 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xd0b89f89 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xd0bfe1e9 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d63a6e __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dba983 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0xd0e513cb tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xd0f218b7 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xd0fb9c41 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xd11b1edb dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd11cb642 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd12159a7 stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0xd125b268 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xd12647e8 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL vmlinux 0xd128fc68 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xd135d985 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xd1369ad3 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd140ca28 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xd14367da power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd167fa2f serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xd16ce88e dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd16daaef rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd171d117 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xd179f27c devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xd18c4a63 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xd1902951 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1bb1dab devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xd1bb7faa devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cacf77 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d5e865 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd1e38b99 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f72c7d mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL_GPL vmlinux 0xd206c7ff devl_rate_leaf_destroy +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 0xd2260ba7 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd2344ff8 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd248f819 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xd24f2984 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xd2519a96 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26901fe gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xd2710a75 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27a7c77 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xd2805522 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd281210e of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xd2828a6f mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xd28c933c uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a83e07 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c883d0 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xd2d28b84 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2d91521 mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xd2da3aca metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xd2e13eda nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0xd2f086f0 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xd2f8abf2 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd2f8ba12 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xd2fb4518 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd31881ed sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31ae7b8 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xd31f06f9 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xd31fada6 musb_root_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd35c28d0 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0xd3728521 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd38c53ef devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd38c6513 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd390974e regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd39f6a66 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xd3a997bf pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xd3a99beb dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xd3ac585d power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xd3b3492a fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xd3b71df6 snd_ctl_register_layer +EXPORT_SYMBOL_GPL vmlinux 0xd3b9181b device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xd3c5d873 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL vmlinux 0xd3c753a2 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xd3ca0dbc proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xd3e746a9 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xd3e8a56f trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd3e97c21 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ef4bfa blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd3f00acd pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd3ffce5d nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL vmlinux 0xd4002147 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xd401752e cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41362b8 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL vmlinux 0xd42bac47 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4371afb regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd43e5736 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xd44087a5 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd4440350 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd4452955 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44cac1c usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd4606a41 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd498c480 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd499c42e percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0xd4a141ea devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xd4ac56b5 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xd4b5a752 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b88e43 smpboot_register_percpu_thread +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 0xd4d1382b __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xd4db6874 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xd4e54a61 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd505b47e devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd508657d pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xd50fa12f direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xd50fbec8 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd5106ec6 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd545307f usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54d0a0c tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xd553c844 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55e1ae4 bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xd57f9d51 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xd58c75b2 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xd58e88ca of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xd58f1ed7 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59f31a0 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xd5a2e121 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5ac24e5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd5af37af rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5af6ce8 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xd5b28f75 meson_clk_hw_get +EXPORT_SYMBOL_GPL vmlinux 0xd5b50140 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xd5b53808 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0xd5ca21aa crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd5dd942d rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xd5e1f02c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xd5e2a394 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xd5e460a6 device_move +EXPORT_SYMBOL_GPL vmlinux 0xd5e74ba1 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xd5eec387 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xd5f10c49 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd6164816 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xd617d144 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xd61a77b8 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xd61ae152 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xd620098d bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xd6297c14 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0xd635aafe phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6368b7e snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0xd64a2ab1 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xd64b1fe3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd650ea34 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd66275a5 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0xd662fda4 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd66af104 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xd66e7f5e perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xd672cf38 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd683ef8d regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xd686d5e9 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd6870644 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd68aea08 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xd69c9608 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xd6a970fe irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6c1d14f ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd6c52a68 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd6c55c8f dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0xd6f195d4 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xd6f4049c devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xd6f7cc13 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xd740bbb5 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xd74acca7 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xd75c570f crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76d0876 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xd76d787c regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd774c3b7 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xd7754064 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd776b16e mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0xd78ff099 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7a36e25 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7a8d3fc iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xd7b5ab3f mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0xd7b5be57 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd7c89d0e sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xd7d81ef7 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7fb18d2 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd8081938 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xd80a007b icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd8323515 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd833ddf2 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd8417396 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd850e990 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd8614b04 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0xd8657cb4 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xd86a86ac ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xd86ffdce pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd8710662 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88047d2 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xd8850fbf nand_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd8a43cb0 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xd8a8ce34 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xd8b2a60f exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd8c682ba dwc2_pci_ids +EXPORT_SYMBOL_GPL vmlinux 0xd8ce4d96 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xd8cebb2a ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8edafc1 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0xd8f1018b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd8fdd730 sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xd9064249 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd90c7d59 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xd91b11bc gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd9301cce raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xd943e2cc bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xd9455900 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd9470523 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xd968560a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96e9115 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xd970c6c2 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xd973109f tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0xd9768cff snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xd989d2e3 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd98a2877 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xd9b6f6b1 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd9bfd820 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd9d9a94f __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ef8e85 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xd9ff34d3 arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda1439b4 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xda2c620c da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda33d466 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xda33de7e max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xda3d8a4d trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xda433e77 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xda578529 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xda57fa1e extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xda5cffa2 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xda60ef46 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xda6dc444 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xda78e25b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xda7a2120 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda7e8fa3 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xda82087c skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xda855e69 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xda95e74f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdaa04156 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xdaaa955d devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xdaaf1fc7 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac1c7b6 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xdaeca856 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdaf289e0 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdaf7b2b6 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdb02b60f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xdb1898e9 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb1bf3f9 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xdb2526b0 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb2af670 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xdb35f38d clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdb4eea1e tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xdb58f820 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xdb71d653 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xdb74fe34 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdb7d7383 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xdb885845 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8b8df8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xdb91db4d snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL vmlinux 0xdb97afbd of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xdba22696 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xdbc82904 omap_iommu_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xdbc9638e i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xdbcd3d82 regmap_reinit_cache +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 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc157854 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc4b2677 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xdc52523b mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc723964 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xdc77f70b relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xdc7ce353 mv_mbus_dram_info_nooverlap +EXPORT_SYMBOL_GPL vmlinux 0xdc7d8fcb snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xdc8177a5 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8e5f71 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xdc8f144f pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9ea3b8 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca07511 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xdca45a33 sdhci_set_ios +EXPORT_SYMBOL_GPL vmlinux 0xdca83c53 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xdca938b5 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xdcca4c8d sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcee9711 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xdcf90b87 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xdcfc7281 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd19c24e cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xdd1cfb34 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xdd3d8a3b device_del +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd707a2a rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xdd70d52d nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd7e358b rdev_get_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 0xdd936d60 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0xdda9f29d device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xddaaca86 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xddade827 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xddaf2e8f fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xddb9244a ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xddbe50d7 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddca042f blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdddb9d57 percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xdde2f26c fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdde492f4 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xddeeb654 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xddff8b09 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xde04dedf pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde14c9ff srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xde1f2620 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xde23f788 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde36ffe2 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde40a58c sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL vmlinux 0xde46f570 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xde4a2d83 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xde5196f3 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xde5c85b9 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xde66abc2 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde85276f wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xde89554b fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xde8d703d nand_prog_page_op +EXPORT_SYMBOL_GPL vmlinux 0xde9083b0 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xde90addd mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xdea18547 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xdebd67dd virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xdec0f5c7 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdeca7d49 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xdecee790 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xded100db i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xded511e6 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdee94666 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdeec838c devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xdeeffe71 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf132bb7 virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0xdf15198e usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xdf16e4b0 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xdf18b04c da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdf1b7e56 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf4113cc dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xdf53540f mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf5d7424 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdf665749 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0xdf818156 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xdf8f012d ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdf9e362e seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0xdfab277f devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xdfad5dbd handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xdfb097a3 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xdfbb1b0a pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xdfc03cd7 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd34eba ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xdfe95f0d thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xdff039d9 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xdff3e603 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xdffb7b56 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xe009e691 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xe00e776e pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xe014a7ae mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0xe03b88ec crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xe03edf89 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xe046533b fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xe04e99d7 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe0503764 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xe05ac6a7 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06f4bf3 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0a482a0 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xe0a70239 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xe0b15ee1 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b44c1c __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xe0b5ad48 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe0bd023f gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe0d237aa usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xe114dfa9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xe11ad7f7 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xe129ba39 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xe1394d53 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xe13d4560 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xe15b434f __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe164ab21 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xe1653a54 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe165ad1c ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xe1671021 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe167a28d irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xe16b2c31 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xe16d5783 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xe175b14b iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe175fbd9 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe18960ba nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0xe1966e5f cpts_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe19f4e6a perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xe1aaba12 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe1b7ebdb scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xe1bcc47b __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c5eff6 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1ccfa0c dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe1cf15fc file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xe1d2a6d7 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe22180e2 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23804f1 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xe23cd479 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe23d5fae scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xe241fb96 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xe2569dfa snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0xe2717792 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe27d344f fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xe281b65e __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe2addd3a qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b6e4b8 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xe2cba638 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xe2ccfadf wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe2cf11e0 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xe2d0b8f0 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d52f30 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe2f0de4b rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe2fbf821 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xe2fc8d38 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xe302c668 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0xe3069858 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe30a0cc0 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xe31fcff0 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xe320a99a cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe32ef6fd iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xe32ff363 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xe33c4908 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xe342e7f9 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe34b08ab devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xe34f7134 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL vmlinux 0xe36083f6 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xe37babf2 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe37dc06a gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xe3816bcb bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xe3839569 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39d31a9 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xe3a89327 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xe3a946a2 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3d3278e mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xe3dcdd8b usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8f302 sdhci_cqe_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3ed5293 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xe407b243 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40e60a5 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0xe41b51f1 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xe428ae24 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe430b916 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xe448bd41 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4596a0e xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xe45a4e5c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe45a7cc8 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xe4718776 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xe4762d94 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xe4785f6a serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xe47999a4 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xe47f9343 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a119c2 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b11490 dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe4b47a13 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4be090f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe4bf3664 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe4bf4647 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e6ab96 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xe4eb94ba virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xe4f00560 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0xe4f589ba pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xe4f9bffc crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xe4fbc4af fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0xe50451c9 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xe5045ec1 usb_gadget_activate +EXPORT_SYMBOL_GPL vmlinux 0xe513699b sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe515fe92 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xe51b6eb7 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xe53993a2 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xe53e52b6 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe543b7db snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xe54f9e66 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xe5557e48 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe593fa3e efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5963e55 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xe596b7ed devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL vmlinux 0xe5a07904 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xe5b420d5 mmc_sd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe5b6b527 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xe5b6e626 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xe5bce78e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe5c295af pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xe5c844bd scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5d084a9 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xe5d571e5 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xe5d7565c init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xe5e486e3 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xe5eba0f4 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xe5ff9056 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xe601da5b virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xe605df5c cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe6284b01 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe63a7898 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe64261a6 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xe64f6b8d inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xe651e494 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe66e912f fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xe67058c2 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe67764ea regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe679e631 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xe67c0c96 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xe67eb699 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xe67f0b67 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe687493e tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xe6888e7e tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xe69819e5 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xe69ce13b serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xe6a72441 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe6b62888 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xe6cab138 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xe6d6ff1d crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe6d8f45a sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6f0089d pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe6fda578 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe71b89fd dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe71efd30 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe737eaa8 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xe7473e24 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75625fb cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe771d256 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe788759a spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xe789511c fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xe79fc42a finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xe7ae2ebb clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xe7ba48e4 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xe7cf65df kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xe7d009d1 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xe7d59ec6 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7f9ff7e vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xe7facb70 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xe803770c get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xe80c355a gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe80ceb0c usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xe812e29a of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8282dff elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe82eae71 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe830e89e rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xe83fb061 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe84a8506 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86cf643 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe8786f23 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xe87920e6 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xe879881f serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xe8822013 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe896c2bb user_update +EXPORT_SYMBOL_GPL vmlinux 0xe897ae81 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xe8a006d3 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe8a2fe05 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bf7827 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xe8c5a584 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe8da47e0 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xe8ed02fb platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe917b81a event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xe9280530 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xe934ca22 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe93968c4 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe943b9d8 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xe943f568 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xe94938fb fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95fdbd5 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9791795 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xe9872497 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe9ae3d37 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xe9c2d66f gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe9c616de cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe9d0f809 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d9053c snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0xe9e04e34 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xe9e5a2ec dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xe9ebd837 ti_cm_get_macid +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea06b7dd snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea1f6e0e hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xea218f03 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xea35c0c5 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a3dda ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xea4a09cb mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea577775 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xea5ee38a spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea6ee878 crypto_unregister_acomp +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 0xeab31ec9 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeabc67b8 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xeabdfd55 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xeabf9a87 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xeaceaecf switchdev_handle_port_obj_add +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 0xead8e098 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae9abc9 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xeaebe10a of_css +EXPORT_SYMBOL_GPL vmlinux 0xeaf52939 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xeb08e33b ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0xeb156280 nand_read_data_op +EXPORT_SYMBOL_GPL vmlinux 0xeb15f141 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xeb1e6da9 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xeb21ca93 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xeb275d96 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xeb296b5b led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xeb2e487b io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL vmlinux 0xeb308574 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xeb350ede to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xeb36ab3f __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xeb3acf88 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xeb429fec dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xeb4692fa mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xeb6a9057 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xeb6ebb5a ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0xeb7545e6 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xeb7b5cbf from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0xeb7b835e snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xeb86df88 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xeb880f10 nf_defrag_v4_hook +EXPORT_SYMBOL_GPL vmlinux 0xeb8d8c39 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xeb94a204 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9e050f cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebb82c8c bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xebbe1622 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd7f58d __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xebe299c7 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xebeb24a2 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xebf30201 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xebffd318 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xec029dc0 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xec0f8740 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xec1385d5 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xec16e320 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xec2fc449 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xec396e58 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0xec3c4ed4 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xec3dfb65 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xec523f88 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xec56cf5f irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xec590c0c srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7a3674 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xec8cbf13 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xec8dfab4 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xec90f9e6 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xecb89864 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xecc55e07 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xecce73f9 imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0xecdc7a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xecdf57da irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xece36594 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xeced910a sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xecf6540b devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xecfbca8a netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed344146 mcpm_is_available +EXPORT_SYMBOL_GPL vmlinux 0xed5fd2dd spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xed5fe298 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed68db99 ip_fib_metrics_init +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 0xed9b01ce page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xeda56e46 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xedad2814 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xedb80214 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xedcdaa54 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xee077adb fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee09237e snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL vmlinux 0xee0b0931 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xee0dc5d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xee104d57 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xee191e35 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xee195d35 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xee1b0166 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xee2b5ad4 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4cfe82 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xee4d2836 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xee4eb0c6 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xee6aff18 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee714db2 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee78581e snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL vmlinux 0xee85196e dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xee8a8258 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xee97cab1 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xee9cbdb6 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeea946f2 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xeeab7ffc crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xeeba6d04 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xeec74e59 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xeed12aac rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xeed2ea0c cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee5fe32 bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xeee78553 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xeefd7c22 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xef10f405 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xef188446 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xef1e7011 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xef21c930 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xef2786ea fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef32a807 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5327f5 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xef5391df to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6565ef ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7ba8fa mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xef7d1d33 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL_GPL vmlinux 0xef9669da device_add +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefaace6e mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0xefb0e855 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xefc27a1c sdhci_execute_tuning +EXPORT_SYMBOL_GPL vmlinux 0xefd8d016 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xefdd5eca __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefedb1e8 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeff6d2e5 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xf00be004 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL vmlinux 0xf00c6d53 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0xf0110c17 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xf0212772 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xf03927ed vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xf05a04f2 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf07ba071 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf081c4ab __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xf085c3c1 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09c1b03 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xf0a560aa dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xf0a56551 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf0cda5e4 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf0cdbc48 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xf0d1d855 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xf0d2eaa2 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xf0da2ade iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xf0df5756 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xf0e2a415 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xf0e36fa1 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf0e3b015 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xf0e9dc38 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fc69af dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xf1080598 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf130377f hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xf130afed iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xf1327e0d phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xf1343aae of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf1463ca3 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf1525761 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf154c6b9 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xf167d09f musb_set_host +EXPORT_SYMBOL_GPL vmlinux 0xf1734f1d devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xf174818a of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf1755886 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf17fddab bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18e6865 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf1911bd5 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xf192595b debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xf19580f9 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xf1971fe9 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xf19fb3bf sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf1a05ec9 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xf1bfcd33 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xf1c5e9ac pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf1ceac71 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xf1cf6a01 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xf1d85ea4 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xf1e63e09 device_find_any_child +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 0xf1fc1f59 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf2012a2a pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21efc30 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf221fe52 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0xf22e5985 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xf23ef31e pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xf242daef crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xf24aed3b ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf24ebe10 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL vmlinux 0xf25c5749 cpts_release +EXPORT_SYMBOL_GPL vmlinux 0xf2620e50 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xf265b667 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf268c046 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf271eb62 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf289aa9b get_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xf28df817 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b0a102 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xf2d05c04 usb_gadget_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xf2d47a7f irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xf2e0f4d9 pinctrl_find_gpio_range_from_pin_nolock +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 0xf30fda27 lzo1x_decompress_safe +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 0xf3283a9d crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf331f5bc ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xf337a3d9 class_register +EXPORT_SYMBOL_GPL vmlinux 0xf33d4573 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xf33e952d rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xf342fd5d freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf35b153f debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37d503c pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf381a7ed inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xf385c6b5 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf38de22f devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf38f7cbf syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf3911866 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xf398d108 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xf39f6624 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a4c116 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3bd2501 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL vmlinux 0xf3dc0785 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xf3dd50bc dev_pm_opp_get_freq_indexed +EXPORT_SYMBOL_GPL vmlinux 0xf3e2b3c1 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf3f051df devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf3f38ae2 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf3f4976c hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xf4002a70 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf40f8361 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xf4120ff5 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf41c8c00 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xf4203667 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xf42113c9 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf421f2d7 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL vmlinux 0xf4254949 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf42a2d13 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xf42bcc25 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xf42d504e mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0xf43b1a72 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xf4464d86 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xf44ad90d usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf452bf72 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf453e260 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf453f19b sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf454238b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xf45d7a06 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf485177a thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf4936c25 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xf49c680a fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b2af18 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf4c91765 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d1e934 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xf4dd3007 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xf4e95703 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xf4eaf5b4 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4f132c2 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf510fde6 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf51764a6 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf521b8a0 of_devfreq_cooling_register +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 0xf5468e0e tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xf546b437 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf554aff0 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf55abc7f regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xf5607f4c snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL vmlinux 0xf5646103 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xf56efb08 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xf56fa78a put_pid +EXPORT_SYMBOL_GPL vmlinux 0xf5934f5c pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xf59ec1bf of_dma_request_slave_channel +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 0xf5b7e6e7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf5c557e2 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xf5ce7838 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf5ce9726 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf5d7547f devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xf5e04ae7 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xf5e8331d regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f43f5b virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xf5f6ff10 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xf61baa65 pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf61d6c0e usb_add_gadget +EXPORT_SYMBOL_GPL vmlinux 0xf61fbca2 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf62b4c53 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xf6371730 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xf6455ef5 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xf658aa70 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xf65ac93c tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xf65d21c0 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf65f267f sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf679b78b mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xf69bc528 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf6a6fb76 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xf6b00da8 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf6b89a77 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xf6b95235 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c28aca firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d401e7 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6e91f27 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xf70425f0 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xf709e31b ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xf70b5fe6 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xf70cf2d1 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xf7268d8d gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74e8ed5 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf75136ba platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xf75b2834 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf7625a00 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL vmlinux 0xf765254f ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL_GPL vmlinux 0xf768bb63 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf7ac4d33 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c8f487 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf8000578 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81b2be9 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf81cf2f7 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf826de15 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf829a9fd regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf82e1767 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf84ae980 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf8554668 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf85ccea7 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xf868f6e8 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xf873e5fb pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xf8764846 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf8766f1e __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xf882c05e snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88b35b9 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf88d00d6 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL vmlinux 0xf897a849 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xf8a90a5a nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xf8c24e3b pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xf8d94e16 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xf8e89c65 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf8ef1df4 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf9028918 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xf912348a devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9133fec validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xf91738bd ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xf92a4b6b msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xf94236de devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xf9458e06 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf94e69a2 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf95acc71 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf96914e9 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0xf96a0e36 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xf96da44f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0xf972f58b blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xf994b39f of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xf9950607 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9abfde8 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9b1db49 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xf9bc8a54 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xf9bd0ec1 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xf9cb132a skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xf9cf0a58 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xf9d129df klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfa028ae1 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa180efc ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa28c5c8 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa4522ab ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xfa4bc600 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xfa6c4b56 scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0xfa6f60f5 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xfa74f2fe inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfa7b7543 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfa81c98e of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xfa8a6966 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xfa8fc859 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xfa997093 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xfaa0f6a9 noop_direct_IO +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 0xfac3155f trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xfac4478e usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xfad6cc6a clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaeab1b2 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xfaebf4d5 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xfaf02496 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL vmlinux 0xfb093c2f pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfb16a2af regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xfb24d4ab blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb257fe4 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3ec5ef check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xfb43c544 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xfb56a705 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xfb5facf1 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6e023f uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb700ac3 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfb73451f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfb7a4a7f btree_last +EXPORT_SYMBOL_GPL vmlinux 0xfb7a8e54 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfb7dfb1f devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xfb814fe7 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL vmlinux 0xfb82c16e mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb8494fb ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xfb88f857 sdhci_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xfb8aaa30 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xfb96f72b topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xfba0d7c2 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xfbaade7a usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xfbb6c59a dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfbbb16e4 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc7549c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xfc036c51 mmput +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc196614 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xfc20fbcc nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xfc26e69f pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xfc3a2ac4 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xfc4637bf snd_soc_copy_dai_args +EXPORT_SYMBOL_GPL vmlinux 0xfc49f3bb vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfc4c0528 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfc632c27 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfc72998b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xfc74f7ef ata_port_probe +EXPORT_SYMBOL_GPL vmlinux 0xfc926b98 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xfc9527ec folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xfc9b7ae4 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL_GPL vmlinux 0xfcd70dc6 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xfcdbf91c spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xfcdfec52 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xfcf54d1d add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd0baeae nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL vmlinux 0xfd13ed93 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xfd14d9bd clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfd1d410e ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xfd3d41c7 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xfd40ad83 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0xfd46f202 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xfd4dba7d freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd544b19 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL vmlinux 0xfd5c5715 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd69b2a6 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xfd6d4f33 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7b2d2c vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xfd871064 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xfd8cbba3 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xfd96e5a4 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xfda7d0bc snd_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfdae532e device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xfdaf6437 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfdb03d00 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xfdb71f75 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc5e5e1 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfdd9996e iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xfdfb2b71 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xfdfb473e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xfe009930 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL vmlinux 0xfe02b8b5 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xfe0503ab power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfe06c72e dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xfe0732ca ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfe12a638 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe29d810 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe79f178 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe974195 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe990a0c register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe99ed33 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xfea1b3f1 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xfeb22cfc iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfeb5bc64 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xfebed8cf led_put +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec803b6 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xfecddd1e snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0xfecf8d9d netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xfed03d2b scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfedec167 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff065d8c fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff173727 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xff1e820d pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xff20b6f9 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xff210707 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff2dfd6d ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xff39e741 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff3e08e0 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff541d31 blk_rq_unprep_clone +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 0xff90dbc5 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbc1818 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL vmlinux 0xffbdf04b irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xffd29b58 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xffed128c snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfff750c9 snd_soc_component_compr_free +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 0x036676f6 cs_dsp_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 0x3bbd4da2 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4a6107cc 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 0x5500bec2 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5a94257b cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6c2de275 cs_dsp_halo_wdt_expire 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 0x75f6e9ec cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x767ff714 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x76df6f00 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7e498910 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x864b17b5 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9a8ffce4 cs_dsp_adsp1_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 0x9f4e2125 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa4e58abd cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xab2173aa cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb1b61234 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb3f1f6fb cs_dsp_adsp2_bus_error 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 0xbb984970 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc9a80f4a cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xdcf91b75 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe46e5f01 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe6784491 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe7a03e26 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfe15cba6 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x22e4d5e9 hwmon_device_register_for_thermal vmlinux +I2C_ATR EXPORT_SYMBOL_GPL 0x10319bac i2c_atr_get_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x3095b484 i2c_atr_add_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x63109546 i2c_atr_set_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x86c4742b i2c_atr_del_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x958e5909 i2c_atr_delete drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0xd90c38a9 i2c_atr_new drivers/i2c/i2c-atr +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 0x31e83322 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xcf8b6867 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x025c9417 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x7dbb325a ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x1b5162e3 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x1d2ab5d1 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x85fca840 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xe8dd130c ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0xa79da8ab __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xf6d14746 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x10952598 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x36476883 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3daca73e __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6071882e devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa473d98e devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb42aaa65 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb44928af __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc77706be adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdae96fe5 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xff5ba788 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x4e2cb43f __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8248e27d adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x9d0ced1a devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x27e9d425 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x4bcb4aef 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 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 0xc0e03f13 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0xfe8af05f adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x47459671 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x501820ed adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x0c8c85eb ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x1b5c2e8c ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4097a405 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4550ecc1 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5806c7a5 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5bf9c116 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6a0974b4 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7099cae8 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x934044cf ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9acbc437 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x0e39cd73 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x46032cab bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x57a81de7 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7f531d71 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb5b9d7eb bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xd69b38db bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x217c8a7a bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x711ad0bc bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xb0dbd5e7 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xdbe50382 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x7adce40f bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xb4e1aba4 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x4890feca bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x98216b34 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xabf8e40c bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xf4ea6d88 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 0xce6d01f9 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xa530dbab bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x22f5853a bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x4220fd79 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6d5ac655 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x87b006e7 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8c3402f8 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x95988de3 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc3db8f5e bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc8735858 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xcda733db bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf0552723 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xe577402f bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xf3129270 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x6546570b fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x921142bf fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xb1b437bb fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x19e39083 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x7bbaf97a fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd9646dbf fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xf373f4bc 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 0xd8526e07 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 0x0d696753 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2f52c2ed hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x46e48630 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x51a9e83f hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5235c0e2 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6e6aa089 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x751ae086 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x796ad16a hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x7dcce274 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 0xbb6a8173 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xce109566 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe43243e8 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x0557b364 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x3dff2010 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x5c861cc6 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc0be5ffe hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x0f05d87c hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xcc837eea hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xdb0f1adc hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x44a78687 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xf3d16f95 hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x2bd2eefc inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x503a2837 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xd26bbfaf inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x31fce61f inv_sensors_timestamp_apply_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x3392f3e3 inv_sensors_timestamp_interrupt drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xbf1b022a inv_sensors_timestamp_init drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xf5025a03 inv_sensors_timestamp_update_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_KX022A EXPORT_SYMBOL_GPL 0x044375cb kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xf3f2374f kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x4f33f56c kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x55c79afe kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xb7cf6721 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xceba93be st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xe68a7816 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 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 0x59fd023b ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x5c793f57 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7c98a58c ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7dad929c ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x97ca00f9 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x97f0ac8e ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb1cfc648 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcfd04213 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf4a1188e ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x4570bd3d mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x696bcc89 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xf46ded0b mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x2270a8b1 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2b2030d2 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 0x5b9fee0c mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5c306c1a mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x62f15dff mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x631f9526 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x64ccdb47 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7e810b91 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8f2d8e76 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x96633927 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xac606d48 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xccb1d706 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xccbe93bb mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe67bbb48 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe80bf95f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xef9bfbd6 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xb8585168 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xc7fa6814 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x1329951e inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x251edd91 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x93f30670 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x40e147e0 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x6bccebf1 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 0x0fdccb62 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 0x5dc255ce scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x675545ae scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xae81e797 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0363bb08 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0ea04fe4 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3f705f91 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x54dc60c6 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x98c000f5 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb8f8aad4 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd1bc8a02 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf026bcec ssp_common_buffer_postenable 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 0x16908e29 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x1daedabb st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x225bf33a st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x23bf94de st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x243fd974 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x324f7c98 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x414367c9 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x447963e1 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4eaf505d st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x563cbf38 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x567a5fb3 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x5c1a0c3b st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x60d89f4a st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x68119f6a st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9d1cd1f2 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9d5f76f6 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xaa2c4bfc st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xae85e231 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbdcab15c st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd0e6fb9f st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xd436c008 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdf5b9bfc st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xe1669685 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xe7e4cfbe st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfa0bd96c st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfc4dd1d9 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xbee6ec74 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x2197ed5a st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x9a82b6a6 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0be84214 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x30d6ac35 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x34f8fbfb zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x50d12890 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x627506b9 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xada9b8ea zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x2eab72d7 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x5598276b m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xae5c8e58 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xdec4d453 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xed56d8e0 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x03bf858e iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x0858e9b8 iommufd_device_to_id drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x299f527d iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x33e16d54 iommufd_device_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3a2bac9d iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4994c9f1 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x678ae9d0 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7f6a84dd iommufd_access_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7f7f969d iommufd_access_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8c5ebd67 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8e9e2340 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xac474f13 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xce2dfe9f iommufd_ctx_has_group drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd50d790d iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd5fbfb07 iommufd_ctx_from_fd drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe268a0ac iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xee64f4a6 iommufd_device_to_ictx drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf189e0d4 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfbfbe31e iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe1338fa iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0x33aadbf4 iommu_group_replace_domain vmlinux +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x26ac65eb iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x97d3cdf6 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xfe58ec7f iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x02394508 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x02cccb57 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0cee4e57 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b07908e iwl_finish_nic_init 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 0x1c6e083f iwl_read_external_nvm 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 0x30d942dd iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x31fba27a iwl_cmd_groups_verify_sorted 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 0x39ec80b8 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3af201ab iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3cc6a9c9 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3d75b20a iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3e895f8e iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ef6bddf __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3f56edd5 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46922d61 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x48e80094 iwl_fw_dbg_collect_trig 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 0x53f0d522 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x59851655 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e7a93eb iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ed739fd iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ef4a44d iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x611314e9 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62ee3683 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6462e534 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6bea6ea7 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7230885a iwl_fw_dbg_collect_desc 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 0x7881b208 iwl_pnvm_load 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 0x7a63ce8a iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e4d07d9 iwl_parse_nvm_mcc_info 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 0x854b549c iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x872c45da iwl_write8 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 0x89b4c85e iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x904a30e0 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x90786d99 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x91e249e1 iwl_force_nmi 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 0xa38e23cd iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa49a38fd iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa9fd66c1 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad30b48b iwl_fw_dbg_stop_sync 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 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb97751bd iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb94d8cb __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbc19ae34 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf64aef5 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc346dc77 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc4e2b777 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5dc6e2f _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc84cd1a3 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc92ecc51 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xca5610fa __iwl_warn 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 0xd1f0f375 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2de3cc1 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd8ec353b iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde52f013 iwl_fw_dbg_read_d3_debug_data 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 0xdfb1660a iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe010c549 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeecf25e6 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeed37b2f iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf5cc9681 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf99ca7ea iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfaea4d01 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x89334543 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xb4f50aa8 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0a786fb7 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0f91f77e mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x18efac02 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1a027dd7 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2021b76c mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2c01d3c5 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x38222631 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4de3eaf0 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6084f288 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbcce6cf9 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc15d398f mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd049039 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xead4986f mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf7d4aa52 mcb_request_mem drivers/mcb/mcb +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x48828b7a cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x7f713041 cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x99c92ee1 cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc4c1c71d cs42l43_dev_probe drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xd5f15e55 cs42l43_pm_ops drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xeae5c1a9 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_OCELOT EXPORT_SYMBOL 0x56236d02 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xfcda0231 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x34559932 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1a6c5409 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x21621973 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2625e07f nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x29eca410 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7364ff1e nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xbbc87ae7 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf5bd1d19 nvme_command_effects drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x040e5b52 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x119c2f35 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x200268f9 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2a718156 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3ed29052 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x44279e9e peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4f1dcf4f peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x50fd7317 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x52cd5bc8 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5ea726a9 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68ad437e peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7216dcf1 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8a4c2ffb peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x967538a7 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa357b91f peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaba009b3 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb4fff93c peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb5660585 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb629296e peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb641c13a peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc8ee8fe4 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd7f0ec28 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe056fa42 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe99751a1 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf48b2cba peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf5286a33 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf9fd6e35 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfa8e2f96 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xff4bd0fc peci_request_data_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x09233904 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x53aa2108 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8c8d3823 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdab78f61 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdc48c88b peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x073379b9 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x187deba3 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1d824036 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3005f15e pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x35891781 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3c5180ca pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3d1eac85 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x42988a4d pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x44301866 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4cf2a676 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5e98c379 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x783d46db pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x85ddf884 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8bf4f5c7 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9351423f pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa4f83815 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xba23c1d0 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcc114f12 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcd9e597b pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd5606fb1 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xed5e81e4 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x69186001 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x7a7d456c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x9c059155 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 0xb031b6bf sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xfffdd7cc sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x61f49276 serial8250_pci_setup_port vmlinux +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x288b1c36 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 0x34e2dc08 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x48b24e30 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x6bb3dd7a cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb780f1f8 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xe1f39f0b cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x0cefe35e cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4c7d2111 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa0d24c82 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa7591055 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq 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 0x39b457ce cs35l56_set_patch sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x46118bff cs35l56_hw_init sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x47df51ee cs35l56_runtime_suspend_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x4ea77edf cs35l56_is_fw_reload_needed sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x6261598b cs35l56_regmap_spi 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 0x7dbd9ee9 cs35l56_firmware_shutdown sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x810124fe cs35l56_wait_min_reset_pulse sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x829265f1 cs35l56_irq_request 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 0x897410c5 cs35l56_wait_for_firmware_boot sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa28d159e cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa6b2a66f cs35l56_init_cs_dsp sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad0f6df8 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad591ce8 cs35l56_wait_control_port_ready 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 0xd4345f54 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xde82ed7e cs35l56_mbox_send sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xf289d617 cs35l56_system_reset sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1933f278 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x33b0b5d3 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x588fba5a cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5926cd6c cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x61a5b2d0 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6a8a5b2d cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x77cb6b2c cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8f1249fd 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 0xafed2d6b cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbb0bd40f 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 0xe6d3be6d cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf39cdead cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf3e5b30c cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfe65c3cd cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x37343dda cs42l43_sdw_remove_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x87069221 cs42l43_sdw_add_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0xfcd7e3c0 cs42l43_sdw_set_stream sound/soc/codecs/snd-soc-cs42l43-sdw +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 0x028f5d53 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x30977e00 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x37b7152e dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x687b5877 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x75a39e6a dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8626de4b dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb92dd56c dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc0e55830 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe6c0cb94 dw_spi_check_status drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0xf02aeff0 firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x06b75d11 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x11a9ed75 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x15cf626a usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x173770f8 usb_stor_transparent_scsi_command 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 0x33cfc73d usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x47db7539 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x564768d1 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x730a48bf usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7cb81dbb usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8731d3fc usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa9b1bfa7 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xae22133f usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb22d7d45 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc0079a59 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc4273aaa usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd19893e8 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd818f424 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd8d5fcb9 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xddca0644 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe1bcdf2a usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe2b8def0 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe8cec2f4 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf6ed238a usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfd15f860 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.master/abi/armhf/generic.compiler +++ linux-gcp-6.6.0/debian.master/abi/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/armhf/generic.modules +++ linux-gcp-6.6.0/debian.master/abi/armhf/generic.modules @@ -0,0 +1,7072 @@ +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 +aw37503-regulator +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-versaclock3 +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 +cs42l43 +cs42l43-i2c +cs42l43-sdw +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_exec +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 +ds90ub913 +ds90ub953 +ds90ub960 +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 +dw9719 +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-master-i2cr +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dcu-drm +fsl-edma +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-ds4520 +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-google-stadiaff +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 +hs3001 +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-atr +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 +i2cr-scom +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 +icss_iep +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 +inv_sensors_timestamp +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 +iqs7211 +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 +irsd200 +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-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-group-multicolor +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-pca995x +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 +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 +loongson +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-88q2xxx +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 +max5970-regulator +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 +max77857-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 +mchp_pci1xxxx_otpe2p +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4728 +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 +mt792x-lib +mt792x-usb +mt7986-wm8960 +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_ucs2_utils +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +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_sec_qfprom +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-startek-kd070fhfid015 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-r66451 +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 +peci-npcm +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-m31 +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-qmp-usb-legacy +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-rtk-usb2 +phy-rtk-usb3 +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-cs42l43 +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_mock +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-refgen-regulator +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-proc +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-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 +rtq2208-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 +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-audio-iio-aux +snd-soc-aw8738 +snd-soc-aw88261 +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-cs42l43 +snd-soc-cs42l43-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-mt7986-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-rt1017-sdca +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-classh +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-cs42l43 +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 +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_midi2 +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-cci +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 +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_dma +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-gcp-6.6.0.orig/debian.master/abi/armhf/generic.modules.builtin +++ linux-gcp-6.6.0/debian.master/abi/armhf/generic.modules.builtin @@ -0,0 +1,450 @@ +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-sifive +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-clkc-utils +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 +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 +pcie-microchip-host +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-gcp-6.6.0.orig/debian.master/abi/armhf/generic.retpoline +++ linux-gcp-6.6.0/debian.master/abi/armhf/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.master/abi/fwinfo +++ linux-gcp-6.6.0/debian.master/abi/fwinfo @@ -0,0 +1,2266 @@ +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/psp_14_0_0_ta.bin +firmware: amdgpu/psp_14_0_0_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/sdma_6_1_0.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: cs42l43.bin +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: lt9611uxc_fw.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/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin +firmware: mediatek/mt7981_rom_patch.bin +firmware: mediatek/mt7981_wa.bin +firmware: mediatek/mt7981_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_dsp.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: meson/vdec/g12a_h264.bin +firmware: meson/vdec/g12a_vp9.bin +firmware: meson/vdec/gxbb_h264.bin +firmware: meson/vdec/gxl_h264.bin +firmware: meson/vdec/gxl_mpeg12.bin +firmware: meson/vdec/gxl_vp9.bin +firmware: meson/vdec/gxm_h264.bin +firmware: meson/vdec/sm1_vp9_mmu.bin +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/a540_gpmu.fw2 +firmware: qcom/a619_gmu.bin +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qcom/a640_gmu.bin +firmware: qcom/a650_gmu.bin +firmware: qcom/a650_sqe.fw +firmware: qcom/a660_gmu.bin +firmware: qcom/a660_sqe.fw +firmware: qcom/leia_pfp_470.fw +firmware: qcom/leia_pm4_470.fw +firmware: qcom/yamato_pfp.fw +firmware: qcom/yamato_pm4.fw +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-gcp-6.6.0.orig/debian.master/abi/ppc64el/generic +++ linux-gcp-6.6.0/debian.master/abi/ppc64el/generic @@ -0,0 +1,26654 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0x88d60605 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xf273f0c0 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x21c9f44e devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x32da7120 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3683eaf3 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x540db6ba counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8e1170b6 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x93d07a46 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9b31b2a2 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc824f33f counter_unregister drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x81625326 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x9cf696e7 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xcc656716 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x02aaed6e devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x03a6916e devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x042e6a6a find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x054ea0cb cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0597a694 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x09af1ad3 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x10bba5e3 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13107ad9 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1d242f57 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1fd99c1d cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x218304db cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23172cbd cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23cf43c7 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x240dde9c cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b4e4e75 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x306bd62d cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30756a8a cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32f38af3 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x346a8523 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x37c703fc to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x432811c7 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x45ca32ee to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x45ce3d3a cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47abf578 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47f93cec is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x484f9687 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49208ccf devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49b00899 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51f8a138 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x57d2911c cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6078a21b devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x627aad87 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x64e0d50c devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x65cf03d1 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6843b3c3 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x684deeed cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a769459 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ad6f410 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b2931b6 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d155816 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7080e0dd cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7681fd26 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x79e5817a devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7ea3bbc3 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7eb7f970 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x81be76ae cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8402fe4b cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x876bb752 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ad20bbc is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8af0ab0a devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9035b9d9 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x92480925 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x97ed98ae read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b3ca20a cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9c2cad11 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9f6342ae cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2bb420a cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa3a0c2c3 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6d45cc2 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7374a15 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa88f3bf1 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb317e018 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xba9d8011 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbd2e6e34 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbea00891 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbff180c3 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc0fe328d set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc158e07c devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc4302bb9 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcbbea53a cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcbe68d1f cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccfe0d38 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcf00bad9 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1cbf88b devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd3c515dd devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd7055a1d cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8853844 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf95c8c3 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xeccbe2a1 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed0c8ebf cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed2551c7 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2502696 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf25a961a devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfadde64c cxl_map_pmu_regs drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x100e89b7 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x15d7ab8c dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1ec00ee1 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x27a6d93a dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x709cf374 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x769c3613 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8891a57c dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8bd3358f dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8c966cf8 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8fe819e9 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x94119eaa dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x994af9f8 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9ba423b6 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9c487ada dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa18806c2 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa324257e dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb9f44d22 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd7dc508e dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe9454d92 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf6f2dfb5 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf8722055 dma_buf_begin_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x944ae112 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EXPORT_SYMBOL arch/powerpc/crypto/chacha-p10-crypto 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/powerpc/crypto/chacha-p10-crypto 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/powerpc/crypto/chacha-p10-crypto 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0xb01cf5ce 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 0x82620530 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x9bbce6b1 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xa9c7957e crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xb9da3694 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xcd8940fd crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xf35f7f19 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 0x52e5b603 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5a0ff60d bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x876e8a5e 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 0x7c03298f btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x908a8f1e rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x43bb6b82 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 0x08d2ec65 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x150e21c7 ipmi_add_smi +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 0x5a05db53 ipmi_smi_watcher_unregister +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 0xa1df780e 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/tpm/st33zp24/tpm_st33zp24 0x152ef2ad st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x329ee307 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3e440ac2 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xfb8b0607 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x5dddd2fd xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x68698d83 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x9f7ef34f xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x1efb6cec xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x5d81d69d xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8aae348a xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x05e0488e atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x22e3b7f3 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 0xef759026 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x26c9d58e xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xd9f13686 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xe4043e70 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x7ea5bfdb xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02bba6f8 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x05f97f9f fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x09f676f7 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19e47ee0 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x28399e06 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ba41862 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x30cb8625 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x33e319db fw_device_enable_phys_dma +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 0x3dd5a55e fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x410cc611 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x504023d9 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x545635f9 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5cc6778d fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6473b7b8 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66a02165 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a632515 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8746f9f4 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x92f6b7e5 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9e7f95fd fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb77860c0 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb9e7afaf fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe2ddf126 fw_send_response +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 0xebb31355 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfe73a9e6 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xff62651a fw_iso_resource_manage +EXPORT_SYMBOL drivers/fpga/dfl 0x132a681a dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xdbd510d2 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x4ba45e7f sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x39faf805 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 0x034650e0 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x05a82625 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1074bc59 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11059cc0 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14958879 drm_dp_mst_connector_early_unregister +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 0x1a05f9e2 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a27e9b0 drm_scdc_set_scrambling +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 0x1c427575 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ccb5b59 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ebae59b drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1fd18c3b drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2002ab07 drm_scdc_get_scrambling_status +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 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x27515e95 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2987bdd7 drm_dp_read_channel_eq_delay +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 0x31c069f6 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3269c187 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x33e43217 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x357074d6 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36744ddd drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3996b4cb drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a499e80 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3dbbbd3d drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42eea431 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42f2d199 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x447a4d35 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44928f51 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x452dbcd6 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4566e3ea drm_dp_mst_atomic_check +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 0x4768a9a1 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bd95939 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ed66ad7 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50e45ba7 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x52dbd53f drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x531a48be drm_lspcon_get_mode +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 0x5542bde8 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x55add58e drm_dp_read_downstream_info +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 0x57fa577a drm_dp_mst_put_port_malloc +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 0x58922b3a drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58a9893a drm_dp_stop_crc +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 0x5add2518 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d1cb314 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5ec217b5 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6337d3f6 drm_dp_link_train_clock_recovery_delay +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 0x660f0d42 drm_dp_downstream_id +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 0x6ab9712e 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 0x6b9e823a drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6bb1f830 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6ec4bac3 drm_dp_pcon_is_frl_ready +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 0x722dcb00 drm_dp_pcon_hdmi_frl_link_error_count +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 0x75755096 drm_atomic_get_old_mst_topology_state +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 0x778738cc drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x78632a07 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ec6bb20 drm_atomic_get_mst_payload_state +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 0x8933763e drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x895189cf drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a20afb7 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8cd09e41 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d70a4f7 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91e72c1a drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92854398 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b48e00 drm_dp_get_phy_test_pattern +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 0x93b03355 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x961a700c drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x97f69519 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9818cfea drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98847590 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a05f9c7 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a075697 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d99499e drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f024e7c drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa286a732 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa440a012 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa61df592 drm_dp_pcon_frl_configure_2 +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 0xa8ade01f drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xabaf1dd0 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb02cef02 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1d87eec drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb258ada7 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2c30e28 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3068a39 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5901726 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb366181 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc94d2d3 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbceb0cb0 drm_dp_send_power_updown_phy +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 0xc3c741bf drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4ee98c6 drm_dp_link_train_channel_eq_delay +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 0xc9b8cd38 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc5e412f drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc7695d0 drm_dp_read_mst_cap +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 0xcd647c72 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd068f108 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd36483cd drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd41355cf drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4baaac2 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5961afc drm_dp_cec_set_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 0xd920e12e drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd93a70f5 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdacffbc9 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4c55e26 drm_dp_downstream_debug +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 0xe7400e3b drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9a0f0f5 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb658b2e drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed083e38 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xef369791 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf02dc317 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf03f5393 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0885382 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4a027d0 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf636212d drm_dp_dual_mode_get_tmds_output +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 0xf8a0d791 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa1397b1 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 0xfb1f1985 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0080bf01 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00b08e17 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01120be1 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013c30df drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x016dbc6c drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x017e2f62 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x019f8c89 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01f863fe drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x031f7465 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x042891b2 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0453b3fe drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060efd95 devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x067d0b5b drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06c5a1f3 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07076e90 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f51229 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x085329a5 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08ce60f7 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08ffefcc drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x091f72bc drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0920f32c drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0940aed1 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a3dd742 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c1883bf drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cab078a drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f064d36 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f62a532 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fce4b87 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ff7a16c drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1068aa5d drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ab50ee drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1285e586 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14fead2e drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x152897b6 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17c10deb drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1823b600 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18a34d88 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18e11e5f devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x193f09e7 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ac938e0 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b9670ed drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bc92715 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c52fb74 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ccf2a6b drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d38225b drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1950b2 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e3ec110 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef11014 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fa7ec5d drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ff9bbc9 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x201594e6 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20f26432 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20f412c6 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2114fc46 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x229532d5 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23774c28 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b7efb5 drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2426b821 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x249af92d drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x253c105d drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25475a63 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x262640dd drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x265c18be drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2664677a drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26a89366 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27bc1fe1 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27c4c896 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x282095ae drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x286e3990 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ec184a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b8400a2 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cdc3351 drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d003606 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d1db8d3 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d588cbe drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eb3919f drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f27018d drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fc861ec drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d42f5e drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33178967 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x340e71fd drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d5f148 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x351d2197 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35627a06 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35bdb131 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3651d155 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3655ec64 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3680c1d1 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36b9cf77 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ba36e3 drm_client_modeset_check +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 0x3af10272 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c9a3b83 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e724719 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ea3b574 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3edfae60 drm_driver_legacy_fb_format +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 0x41acae36 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42442c23 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43ac3c01 drm_connector_set_orientation_from_panel +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 0x44ac7d59 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x451ab2c7 drm_mode_parse_command_line_for_connector +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 0x45fa3f8a drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49099bf3 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b72a309 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b85bf02 drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c6c6748 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e889bb1 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea84d3f drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4effcab2 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f077ee3 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f7a48ea drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x500b31cc drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50afa2e0 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50c911f4 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e5317f __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51236074 drm_calc_timestamping_constants +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 0x5348e71c drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5407b930 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x558471f4 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56ac6e3e drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c85c1e drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56e06e5f drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x579d61bd drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5837125f drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x596ccb5f drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a69bb90 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c12b0c4 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e0501ae drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1834cc drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1f9e4e drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e225d2b drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e3c2297 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fb0241a drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60427e33 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x604692c4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6079899b drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60c42a57 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6118f021 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61638a0f drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61714ad3 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x619934e5 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61ba0427 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61be2d96 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63194e39 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x632ce0e0 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ecf5be drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6547ecd3 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65974607 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65c1d993 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x667d6f75 drm_get_edid +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 0x69a364f3 drm_panel_remove_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69f70556 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a4a1a08 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a6ee480 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6abc5318 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ad00865 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6adf6166 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b353803 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b4dcc9e drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b79ee76 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c5217f7 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c7f8fee drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca017f5 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ddd2d7a drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ebf994d drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f7b5925 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fbc0eb9 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fc5ee15 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7057bdea drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71d05ea2 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73702a7e drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73bfba85 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x746b1104 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74b1cdf7 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7547618c drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76c3bc62 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7744be5e devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779dbf78 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77a956ee drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78f0f784 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7901300a drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7906df70 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79e01fd6 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b49dc8c drm_display_mode_from_cea_vic +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 0x7c6b6717 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e16166d drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e1fb0ae drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e810067 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eeee9f3 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x805bd437 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8094619b drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81005875 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82119e59 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x843bb022 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x844f2747 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x854f7764 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85b5aca9 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x874e8b89 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88893c60 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x888dc9e9 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8953ee89 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a2e977d drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a738705 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ad860e1 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b633576 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8178d0 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cbf53bd drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d59e159 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef2a10e drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9962a5 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fc877f0 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x905ac78d drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x907c9301 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9094e855 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9156f78b drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x917687eb __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91c49d60 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92a9a15b drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92d545d6 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9322fb8b __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93820aa8 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94a4c169 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95234d9e drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95548165 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x956ea303 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99171fdb drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99676688 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a019a1a drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac4779e drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af9c2a3 drmm_kfree +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 0x9bacc73e drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c3aa587 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cc434c2 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d32d1ab drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d7741be drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de324c8 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dec8e14 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fa32d24 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa03b302a drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa13516d2 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1df356c drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa259252d drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2aa6498 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa320bad9 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa47c16c8 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa520a9e3 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63dde86 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa71b642b drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa72042fc drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa730f967 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa75702ca drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7bd1c68 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d2091a drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa98f2d71 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa20901f drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa8b19a3 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac262b3 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab218c01 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab704c13 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabb5e2fe drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabcb14d8 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacd5f060 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad188e99 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad7edbb2 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae820152 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae8d62b0 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb01503c5 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb09f42ad drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b536db drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0bbe561 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0fc81b4 drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1d81388 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb20876b6 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32e3f77 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3a0fb03 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3f7cee3 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4aad23b drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb60bab98 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6da7c46 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6e06886 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7cf733b drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7f59182 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb80f8d27 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9139857 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb94219e4 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ea3f96 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba10f428 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbab9d4fe drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb32ecfe drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbba3664b drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbba79df1 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbb88012 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbffd4cb drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcc96b0a drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce7b167 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbddefd59 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0990c7 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0caa65 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeb9c350 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf490047 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0272a0c drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc069e09d drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0707958 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1647396 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1adeec0 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1d9c5a4 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1e445b3 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2f21fa9 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc557e826 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5635fde drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6dd6225 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc95f1cb3 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc97920c5 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca1bf4bb drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb610074 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccb88c12 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceb28207 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd034acb2 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0ca16ba drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0e602da __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd117b758 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd142923d drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1aee5b0 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd276f155 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2dbafab drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ff602e drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd61674d0 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd644c17e drm_gem_dmabuf_vunmap +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 0xd6c96739 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd721b8d5 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7421400 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c98003 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7e398b0 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7eab6e5 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9038f0e drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdaf8277b drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb7caf09 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb90db8c drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcfc155f drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde0c5b06 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde372027 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdec6afc0 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdecc7075 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf256bdb drm_framebuffer_lookup +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 0xdfb053ef drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe125220e drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ddda26 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe324307b drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe61b0a51 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68ea829 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7079f2d drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8ca7626 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe90b1a58 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe951289a drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe97dec1f drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9d9b73d drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9eb52ea drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea702028 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3b581f drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb5df441 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeba41107 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf49aaf drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeef33f00 drm_mode_create_tile_group +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 0xf0fea16c drm_mode_validate_driver +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 0xf2b75097 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf35bc5bc drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf46aae9d drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf485986d drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf48e1d25 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4a546d6 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cc348d drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5461aa9 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf570890f drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5f24c9e drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf65746d4 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf68b8b65 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8d35318 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaf6b8ce drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb0604af drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfba5caf6 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbb41522 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc1c22cf drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc94b3ed drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcae4ee8 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcb2dc94 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdb0537f drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe22bcfa drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe49a8ea drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff89d2c3 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff8eca04 drm_crtc_vblank_helper_get_vblank_timestamp_internal +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 0x010b7d44 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x5517c0d1 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xc8a5ba6b drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x098175e8 drm_exec_prepare_array +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x1113dd9e drm_exec_init +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x152b806b drm_exec_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x18553fa1 drm_exec_prepare_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0x94205a47 drm_exec_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xd3042765 drm_exec_lock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_exec 0xe4f0a631 drm_exec_unlock_obj +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00026a57 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00244c9f drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00997d5e drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0171ff79 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01da5fb2 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03576932 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x052c70d3 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x056e1696 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x077f7b36 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07d2c3a5 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0852a030 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08bc8beb drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0dd31ccb drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0df10f91 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10589308 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1113144a drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x129cec85 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x145e5d00 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1567c819 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ad797ec drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bb18ea9 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c7920c2 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c839eb0 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25fab775 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x285b4263 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b0bf398 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2bc645c9 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d30e501 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ef90e51 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f641396 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30c82c5e drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30f5615c drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x318b7cf5 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32cfae75 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x333dba4a drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x353db24e drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35ea29f5 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36b13f8d drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36d75592 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x379250e7 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37bb6c4a drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x393249b3 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39a65be1 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3adf5112 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3af8b8bc drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c8e47a6 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ce93599 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d50dd84 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dcea40e drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3de305d4 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ef511cc drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x406e5858 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41597d51 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4261ef59 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4370d5f2 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46df6bef drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x472041a2 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48aabcfa drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48cb9c2f drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c1f6164 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c6e1ee0 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c7d3622 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d5e4a77 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4dda8bf7 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ea96ded drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f1f7a49 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x510f6077 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x518f0085 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54e42637 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55b1a5f0 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55c47155 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5681d225 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59a154d5 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ade77b0 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ae584cb __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d841983 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ea6a2a0 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f9ec31f drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6040da82 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x648406a2 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65315c0d drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65b2c37f drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65dbb6d8 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68dcb0f6 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68f8854f drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b6825a2 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d8ad85f drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ebafc6c drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ef15462 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x714f3a8a drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x725fbee4 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72ab2af9 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73419a61 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7430d980 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74e6ee77 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77c73fff __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79580caa drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79af5921 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b969b62 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cc371c5 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d2ef0f2 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e731016 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f17562b drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f373d0f drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f4dedae drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81f2408e drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82b16d61 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x833c2295 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84a06f04 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84cb3bd4 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87288052 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87772709 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88d4f390 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a85e29b drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a8f630a drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e84e3f3 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x922b2737 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92b824d5 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x937787c1 drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95800b17 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96c51b91 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x981cc227 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x985a2f95 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98ca792e drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a61c99e drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9abba3fd drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bebfc47 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d235838 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d3923d9 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e21fd9c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e3e20e5 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f6025ed drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa19027db drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1dd083a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1eb6b0a drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa24783a4 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa26595b7 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4490d08 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa452066f drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9e0ccf9 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab60a2d9 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad25506c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad91ae0c devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafa64a1b __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafbece58 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb02f1227 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0d6cbd9 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1d36a9e drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb301d938 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb387c752 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb91318da drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb925a941 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc9f82c3 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd5787da drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd64423b drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf1c5117 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf8eddbf drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc137c0de drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1cfa33a drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3698c37 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5a9645a drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc77f29fa drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8ed8c9e drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9b75dde drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcaf22007 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcda6cbb5 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd06305ed drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0d0eabb __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd19cf581 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd25984fc drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd30a71b7 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd336975a drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd56e55d9 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd57bed43 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d0a2db drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd65adb08 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6e41e31 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7322af5 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda3499b6 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc6c4a49 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0a2c9c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde1dd458 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf3706a1 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf73f1e5 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe21f9a77 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe32caacc drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe69b8ccd drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7a429f6 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe85d5714 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe95d4e83 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb360a79 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec37d30e drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec4b489b drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed7c12fc drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf06ba948 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3328565 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf45e11b1 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf46fd08c drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf56a1b52 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf596a03f drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8c7136b __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaa97e86 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff750c4c drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff954b7d drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0d064c0f mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0da8428c mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x12b900e9 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x19130b1a mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x242afc8e mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x29e174c7 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x44f69630 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4a536977 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x69b9d596 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7d373fc4 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x837c5757 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x88e6c6af mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8eead4e3 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x90856b4b mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9411d6bd mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9b96c653 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9f2792b3 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa72c576b mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa8865695 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd16c8d9a mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea65decd mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf0b855f8 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfe03b7c8 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x06db4076 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1dcc9e88 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2ee91042 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x93a3d3c2 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc87a6baa drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcd807147 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd16f544e drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfb0e57d2 drm_gem_shmem_print_info +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 0x284d1dbd drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3a850faa drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3f2e7fc1 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x52c95aa9 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc0be6ad9 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x26c966dc drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2742fb73 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x274b0292 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2f486104 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4ab036d4 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6a290169 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7360cc7a drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7a68eb97 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7d5cb213 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x835b7f0b drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9d64b18a drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa11536df drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa713263b drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe965e22c drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xea69f480 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfcb0f08e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0256756a drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0488deba drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f3d471c drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x30979054 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3b7c3f52 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5b5cf17e drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x615131ec drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a92b06f to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6ab66a05 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6d70a8a8 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6fbddf75 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x81814557 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x91416826 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x94dc145c drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x989c330b drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb58c69d7 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc1163631 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc3b3136d drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc8a7e5bb drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd329165c drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd9bf1ba4 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xda08c820 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xead075d6 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xedb0a2e9 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfdfea7a4 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfef8f2c3 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06534c1d ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a646679 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1187197c ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12ed54a6 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x152aca6b ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1664b809 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16cecad9 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x183eccbe ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x187f3f1f ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22afc28e ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x236330b0 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26d8d4a6 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x293de854 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29f5b70c ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c471092 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c7aed17 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3287e3ce ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32935217 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3df4677b ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x41612fdc ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4410ca20 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d64cf36 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ef9cd07 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f040ed1 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55cd9ada ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57e2286f ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x589a3319 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ab3e425 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68f7f316 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bdc71e5 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ea63ca4 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85d76265 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x888dae11 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89fb9548 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b36c294 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x96974c8a ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c05c864 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4083d15 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacc08ae4 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2e82b5d ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3c8b1ec ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb5ecace7 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7bc9fe5 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba0aa4ce ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbbb8f19d ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd9b0f64 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe535fc3 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2a32a25 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc7f73afb ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8510b76 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcde5d91e ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3f1bae9 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdaf4d56a ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd633f8c ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe01c9e11 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0930001 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe300c650 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7785266 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xecc38acd ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf00a1bce ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf27267d0 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfac665a3 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbbe14d9 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfcf5065c ttm_tt_populate +EXPORT_SYMBOL drivers/hid/hid 0x76f2f0db hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x0129847b 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 0x3a1dce81 ltc2947_pm_ops +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x39d01590 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x606a5472 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x767df671 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x708faf6d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc753b3e8 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xdecb2d4e 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 0x58a1c3c9 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x6617a309 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x23899b99 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xa9e1e040 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x41ce1aae fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x035e15ab iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x0e9cd866 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x19754419 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1bb949a4 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2899299b iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ee8e196 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x4122fd86 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x510808fe iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x706c572b iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x7e8e9365 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x82ee2e84 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x83689542 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x8c873553 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x8d1cb972 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x96bfe6d0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9e2024c6 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xc2f576c0 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xcd45f5f1 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeb666f56 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xf2c8e3a9 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf37d03a0 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xfd2ed080 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xbc6deadc iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x07441238 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x17ad2d62 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1abf8b7f iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x566a4cae iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x2bef8bd3 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x60359994 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x8e22fd90 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xa7b489b3 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x03e8964b iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xd9d268fb iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x021199d6 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a7a93e2 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x27ab4ffb ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x42b3c957 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x583f9941 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x597c0804 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a2f2879 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6aeed239 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7033431b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x78047ed3 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x835243d5 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9bae914b ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa923b6f7 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9582145 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd923cb46 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf0a797af ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0214d77e rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0317c395 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0661119d ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06e03e9c ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0759723f ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x075f054f rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0795af0e ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0949ed55 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a28bdef rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a378d75 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d75e2dd __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fd4d792 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x113ea11d ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x116c719c ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121e6849 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1269cca9 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1355d1fe ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14002c4e ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x144f2860 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14813930 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15dbc09c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17c7d3ff ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19194ca2 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19407595 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19d943f3 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1dd151 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x205e9459 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x279d853d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ba37307 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d809ea1 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f604052 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x302445c9 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x306d81ce rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x306faa09 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30b8da53 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3570b568 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37722a0c rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3942965f ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x399a88ad rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a045346 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a74b0c5 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a765f98 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b996fa8 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cc4274b ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e1dae13 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3eb315ce ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40f26340 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x451ddad0 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x478d0fcc rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x486ea156 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4942d1f7 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x496df158 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a2586b2 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b4cbf9e rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bc802ad rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d5fadcb rdma_rw_ctx_wrs +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 0x4ebbfb10 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ec2c19c ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f2a1a33 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f3a0fb6 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5045e4ec ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x511e18f1 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x528a942a ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x528c58bc ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5336bd07 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54fd9024 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56eb0c85 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x578baeac ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58054358 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58118b1e 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 0x5a12c728 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a4c755c ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60006c4c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x608d2806 rdma_link_unregister +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 0x62c80e72 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x631c3a8a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65166082 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6593b19d rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x682f36b3 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6953ca2a ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x698d6e40 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a439457 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a615dad rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e699a93 ib_dispatch_event +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 0x72275325 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x725bdaff ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7341d697 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x734ddc51 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73919e77 rdma_nl_put_driver_string +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 0x776b0cb0 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x781b5223 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78769156 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x809726a5 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x809f5ef9 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8108487e ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8192b711 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81e4a75c ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x824407b7 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83073f66 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8563e9c7 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x880b6c0d rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a19e669 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bb4b9ad rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c03c62b ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dc1381d rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f0d834c ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f33d009 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f385ab7 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fc1e623 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91b81417 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93484ac0 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94b62175 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x955bd39f ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x975ff2b9 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a6baeba __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e6ea578 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa020337a ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1776425 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3235ade ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa33d9194 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa361b23e rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa46e83c8 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8a6c9d4 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9a22b7a ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab58dbaa __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabd716bf rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xace9c761 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb00131fd ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb07dddc8 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0cbc337 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0fcae9c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b08c8a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5b1fb0f rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6f51e91 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb70a08fe rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7d238e7 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb88525a6 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb88e3485 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9a213a9 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba4d2a3d rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0e7c77 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc4ba4f7 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe511c03 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1296a9c ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5a2403e rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67ef933 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6bfed12 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7748a76 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8ba3a06 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbf7c538 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca39438 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccd4df09 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd7b9b3f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcde7ef79 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xceff8823 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf49d268 ib_check_mr_status +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 0xd269c0f0 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2fa68d7 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6f648e1 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd70ed351 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd96d039d ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda083352 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb0c3646 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd86beee ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdea567e9 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfd9123e rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe35919f9 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3c3c84c rdma_nl_stat_hwcounter_entry +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 0xe7d25c86 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe816d724 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ca73aa rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea97001b ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebee2ffe ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed7fdaf6 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed9ac73a rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1588a13 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf328d9a1 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4046737 __ib_alloc_cq_any +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 0xf7282dc6 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf74ccb9a rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8d840ca ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf92bd464 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9421311 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9486006 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9aa3935 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbbbcd5c ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc660161 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe55af54 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeb8635a ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff7f3608 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x00d75271 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05b389e1 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0fab2c51 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2f621d64 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b2e7d48 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x41054776 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x43619d13 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x455a211b ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x469e1ab2 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x470a86d3 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a90e476 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x53453ae5 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x57289e97 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5ade40af ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x65ae876a ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x65d4193c _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6beb61b5 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x803d1edf ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x82897096 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8af30053 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8d6408c9 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9579d196 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb9061d56 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbf16a63f ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc897e942 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd197aa50 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd24295dc ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd53ce092 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdcd965a1 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe3d95305 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xece325df uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf4b8bbed ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf85f6fd2 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x262b341d iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4ced6b97 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x53b69e5f iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x673d7dd9 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb252fd6c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd774b453 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf28e82f8 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3042f3d iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x00ee76b3 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x027e3f55 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05494456 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ba7c565 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d05d8b5 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1719bb9a __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x204cb369 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x35d4ca10 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d47a3f6 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4105ad2f rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x47ec46de rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5659ea84 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x58bf6be6 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6384db94 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6790aa02 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68ae0742 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6d124e15 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x73b39ec3 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x761ae99f rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x856d10a7 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88b78947 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88c34519 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8d11650d rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8d29d7c4 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9f4e3a11 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa5a41f21 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9a2b2d0 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5095af2 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xccd4ba6b rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xceb7d2ae rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd0cbf7d9 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf2a126a rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee2e3801 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf46ec140 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4f7bb727 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6ad3133b rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7345b0a6 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7d958b15 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xcf12476c rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xde706de5 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf6ef7a8e 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 0x5673c2cf rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x7c7153c6 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 0x8fd5baa9 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x9a512904 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x619a07fa rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9f74355d rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa808f8ca rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa98a8b3f rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc5cedc07 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfef0b438 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x031a3af7 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x39843405 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x431d0740 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8630116a gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8e68dff6 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbeea0334 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd40c0f7a gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd7ccb83e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xea01c3c4 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x075731fc iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x29ed365b iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x823e04d5 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x79a4815b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x5112804f ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa7d38be1 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4f5b0f57 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 0x4a4c059a rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x41055edf sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x638806d5 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x81a3a348 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc010aedf sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf8e17b8d sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x191420f9 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe82ecab9 ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x48dce2ca capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb068da3f capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xca34a7d3 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd73ff914 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xee4f894e 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 0x1fb4cea6 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x28f8fba7 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xea785bea mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xff19b4ed mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x339116ac mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb6976666 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x007dc010 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c5792ae dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1b3a08d8 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x21308afe mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x229fe4e3 recv_Dchannel +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 0x3800632a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3b64fb13 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4aaa1dcd mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4d919d81 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4dfe5bbc mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4e95c169 recv_Bchannel_skb +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 0x7a887f47 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8c4ce48c mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9ab45a79 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c0f5aeb get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa9ca3773 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb69ba0ce get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xba044aeb mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc126cd1a recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcba84ad1 bchannel_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 0xdda33718 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf7018a13 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfae80fb9 recv_Dchannel_skb +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 0xc39c29f6 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xe0249efe ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x661f6cbf dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x7389086a dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xb65835b3 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xbdb5c984 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x41fcd45f dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6224ee5c dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x88ce604e dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9f5d333e dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc4ee2a89 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd5de18db dm_exception_store_create +EXPORT_SYMBOL drivers/md/raid456 0x2632a737 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xcac1e4b6 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x17ac55f6 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x448eb81c flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f4078d0 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x53b0fab2 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x55da7048 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5caa39b0 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6c1e8bed flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xba85e659 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc884036c flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcade77c5 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe04e3af6 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe86bb182 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf6cb1d74 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/cx2341x 0x09df7823 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x12f99458 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x240b7f5b 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 0x8c7b8882 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 0x361e8433 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x0ffbcceb 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 0xcaec1004 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 0x37f39180 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xb62222a0 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 0x02028575 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x116f0fa7 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x29523680 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6b0c1a09 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x93265d7d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf1ec9f94 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 0xe0b4f86d vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x064fd246 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09cee72f dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0fec241d dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15052806 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1feb8a99 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21b03dd7 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x29d58443 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33f38f6e dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3404c2ff dvb_frontend_resume +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 0x49060cae dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x552ae9c7 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5830a49a dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x59a54863 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6698b6d9 dvb_register_device +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 0x6ef5628b dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75a420b7 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7da82cde dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82878c35 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x841300b4 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a97b66e dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8bbb4bd9 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8fd6e094 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9016e132 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x918c2925 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9531a085 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x976a51ad dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dffb35d dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4f1e594 dvb_ca_en50221_frda_irq +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 0xc393e6cb dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xce748c8d dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd15641ca dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeaae7aa4 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xed056cde dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf8c6f0ba dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0b601721 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3b3f9b24 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4bf0de3e au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6fdf1517 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9597e064 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9ffb185a au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb6205a16 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbaba2741 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc66d5a35 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x938ed5bd cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1f6794ae cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x24928fe2 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x3c1bd13b dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5ea54e8c dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x64edca98 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x06f6633b dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x133b6d1e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1b3c1bea dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1f2c2647 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x493ff90b dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9cc12de3 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb2afef1f dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc167df18 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc7954c03 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd8bb8209 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xda80ab38 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xde16b091 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe976060b dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x601095da dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8c4b1ece dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9b5ab38e dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdf8899b7 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xeea77895 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x48f73800 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5aed3932 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x76633f38 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x09116ab6 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4e6ffb53 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5619fc84 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5754526f dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x65fd9129 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x71646f34 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8db4b1c6 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd1d952c3 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd563436d dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd7fa5078 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe11c8fe0 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf64dda1f dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1ee7eba0 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2565a1e7 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x30268ad0 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3fac7c35 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xbb02fdb7 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x2555aa6a dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x6fa0270a dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x8e9b8e02 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x887319cc lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x65272421 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1709804b m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x08887935 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x179c1fb7 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xf8385d20 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x410d80d1 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6fb47c08 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8ea2b8bd flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa3074e5d flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc3f834ef flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcb305285 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xee97b758 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x81b71677 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xac03b6b2 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbcb6b463 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcb0ea58d bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0e2ac3f5 bttv_sub_register +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 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd523136d bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xff8535cc bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1600cbe4 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x377247ac read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x61d02bf6 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9477a43b dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x98eb5b86 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbe7f2eae dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf8411f6f dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfb8233eb dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x33b1dbab cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x904c0cc7 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb784adc8 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xdcbbca0f cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xff644f00 cx18_claim_stream +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 0x1ccec4e6 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x29238e16 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x38376eef cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x43f2cf81 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5db69bf7 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xae62c44f cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb0671764 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x6d0d7453 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x84a5d4cc vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4175f346 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xae7bdfbe cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf7c61589 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xfac242fb cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x029c6950 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1eaa5aae cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2f8dcdc5 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x40ad412b cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x77698380 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc5ead871 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe62ecf55 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x000add53 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0702054e cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x16902230 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1835dd30 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3f419b72 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x40256fb6 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x435b74f9 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4d95d02b cx88_shutdown +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 0x6bcb698b cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x823a8119 cx88_risc_buffer +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 0x959aa08b cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9a2a7d77 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb5608746 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc15d5da0 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcee39d9f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd69882e6 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdd6a15fd cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfc011155 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfc3d8488 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfef39cde cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x092bc1f6 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1788d643 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x289e2d4c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4505307a ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4c060b5c ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5d93fec7 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7779a58b ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7c0d9f6d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8113d967 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x835e1873 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9679136a ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa751aa9a ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xacf40e9d ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xad6515cf ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb6ec7b5b ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbd5dd8dd ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xecfb13a6 ivtv_firmware_check +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 0x29dc963b saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x35b5a0e6 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x37ce451c saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e418c3a saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x68e863c0 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x82cfeac5 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x84f040cb saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x88000bca saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa044525b saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa44fef90 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaf52fc88 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd7ca719a saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/radio/tea575x 0x03d6eb2d snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x17eaf3f9 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x215508db snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x25d943a8 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa6142eb6 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd16fe035 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe2d03ada 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 0x4086c158 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 0xe13fad09 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5d43e92a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xf6601981 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 0x09c966cf cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4beca521 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0f4de1d7 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x26787a9d dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4f910562 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5cc99a93 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9530235b dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdc723c5d dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xefa8f75c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf43a5b90 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfc424265 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x67c99438 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 0xa03882d9 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xca6504b7 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcea29929 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe3a045d3 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf3091c45 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 0xbde46ae1 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 0x243cb37d dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x53ea1da9 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8065b788 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x87e71524 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x87f19d73 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x87ffe999 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8821b069 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 0xb52225f1 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbf4a8c6f dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x74974a32 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xa9f3fcd8 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3b2791db em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xacc9138b em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x442a00c0 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4da9d78b go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4f42c91c go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8259e5fe go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x829a73fa go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb5952562 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc151e07d go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe6e6d5d9 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf2ee50a8 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x122f384e gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x14525e68 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1d53f70a gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9039b11e gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9282cf8d gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc28425ed gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf3c06b73 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf9239f51 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x98e05a5f ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xb3275b95 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x00254975 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x36de0303 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x99c13e05 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x9d4dd1eb v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xcd9fd21e v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0373d4da 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 0xa5957371 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc82c2b19 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf050233e v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01633f3c v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x026f302f v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02ccf1cb __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x058e78dd v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06472f35 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11257000 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11b1325c 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 0x162e16e8 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b171372 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e27397e v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20835ffa v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x27d292fe v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29b62eaf v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30a746fb v4l2_ctrl_new_int_menu +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 0x3a64b285 video_unregister_device +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 0x3bf1fc96 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3d75b639 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x491b6385 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4af6a278 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x59644e77 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ce8ec1f v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6240d15f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66554f4d v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d1d3084 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75b71406 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x769ca828 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c6e9ac2 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x814730b8 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x829d4119 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d49d112 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d6d22e8 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9024f867 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x912630ee v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9214a00d video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c110223 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d8c0957 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa166e254 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac16c22e v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad142f5c v4l2_try_ext_ctrls +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 0xbd2153f6 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbecf18ce __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc232de56 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc62891bf v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcb8abdc5 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcccf97cd __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdb03465 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5a95592 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd79f67e9 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfbac56f v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0fe8ec7 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe397a697 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4ce8750 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec4ca4e2 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xefbe2e4e v4l2_ctrl_type_op_log +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 0xfe49a24b video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff83d9f7 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0fbad8c0 memstick_new_req +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 0x2d0dea24 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5329b3bf memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6d8accd9 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x72ce650d memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7b2c0a7c memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7f86480c memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x881962cf memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9098be30 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x944ee53f memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbc1d0324 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xefe18fce memstick_remove_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e1969bc mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x12da83d5 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b4e15d8 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x23a80203 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x26c6a8f9 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x38be552b mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x49bfcf46 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c3c7918 mpt_raid_phys_disk_get_num_paths +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 0x668fe848 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x691e352d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b7a1fe1 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c783246 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6f561dcb mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78532cbe mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e8e8e6f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f271b23 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8448ae9d mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x872c056e mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a195d1a mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c86f5ea mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8ee6f802 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x96b7cd69 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9fe3e431 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab9cfc88 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb65d6903 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb9e42920 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd4e8114c mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd34475e mpt_suspend +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 0xe7c4e6a6 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a3d0fa5 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1b5904ab mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x26714a7d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x277d4742 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x29bcbf59 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f9a5bc5 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x342b704d mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e0194cf mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f5e921a mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x453a4308 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x47b5f0ba mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x49e514d9 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x52e568af mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5a091c7c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x611887e8 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x66d407af mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x71b93152 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x85b1c68e mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x904b444c mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9abfaca3 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3c24751 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbea07099 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc46d19e8 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf117005 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5f384ea mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd664b429 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfb350105 mptscsih_shutdown +EXPORT_SYMBOL drivers/mfd/axp20x 0x38fe2cb3 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x3f5d0756 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xed5428f6 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x3a2aed6d dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x9531141d dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xa5253a47 dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x128c5aed mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x13805d2e mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x31266f7f mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3c648f22 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x76a86b1e mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x83700aca mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x862c6a1b mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9047085a mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9c5d31a5 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd8380e9c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe8e7097b 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 0x24621a50 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x27ea3030 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x33ad084d wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x893aa3e4 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xbb00187d wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xd6c32329 wm8994_irq_exit +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x805c9f2e ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa18d90d4 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xf3ee6ac2 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xfe37305a c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x110e26b8 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x183f7d89 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5509833e tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x5a265a18 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x5de03827 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x8031cbba tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x994f5d10 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xaefd5b37 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xcbdb490b tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xce8c2742 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xfa31b54b tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfdba238b tifm_unmap_sg +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0e97d709 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x552ca330 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x82f65514 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xaa0cdcf8 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xcf4d85c4 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xbd7ff343 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xfbd0d5c2 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x650ceac7 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x67fe001c cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7afad8e5 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9e52d8b2 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce0434ed cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe66b0168 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf12c06aa cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1ed53b45 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x44c1d98b do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5d7780c0 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf9bdf853 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xe7e0357d mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x4e91edd7 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x186de302 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x54a58d14 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xcd659608 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x03b5858e nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x04a88ffb nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x13c9955f nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x146b689d nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2323c074 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x26f056d2 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x40dfd9bf of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x47f67769 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4e3b4724 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x64e63620 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6b0f51a2 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x75a93566 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb069b8f1 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbbc22418 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbe443f67 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc4c1fc61 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc5a4d7ee nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcc1393f9 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xeb5823a6 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xee3dbe51 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf653a775 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xffe2d479 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x2e85e6f0 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x841c175e onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xd395a02c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xee9166a1 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0181bf20 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x03901477 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1e2a231b rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x302796c5 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x45eb7f47 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x48ce721a rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x49a3cc0b rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x58d546d0 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5ad38321 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6ecad2fb nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9bb28940 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb7e7f17b rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc0be3a1b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xca87c5f0 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xced2273e nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe0598a0e rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe4d1122b nand_create_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x08e1c4a8 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0aa439a3 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2136670f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3056c6e4 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x457f2889 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x466f7b92 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x496ae5a5 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x791d3644 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7f8a49ab arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb1dda879 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf3be2521 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x050ccb56 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x8a15b62b com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf6b3126b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x0272d46c ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x7781a7a6 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x7f4b5e47 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x16299ab9 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xcece476d can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0966d8a0 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13369e18 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x160738ff b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x24c3e71b b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x32dd44bb b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3d70af31 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f474547 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x432dbc8e b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x449ddbd7 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4dabb3a8 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x50007d1b b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57c5f483 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b806de2 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62866fb6 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68f6b4b8 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6edb922f b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x71708c02 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74b7e122 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75674666 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x763bab77 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x76fbef3e b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x800f74bd b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8456d76a b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x88f59b96 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8bfe2e5e b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa0015129 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa4607b95 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa88586be b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf4d9231 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbbc7289d b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc93fa291 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdc4879ac b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xddb002a5 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe1bf6f11 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe743cd7b b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1331ca3 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf62eeb9b b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf6c16373 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x39260175 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x74024d29 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xad7d5a29 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb567cdd4 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x23fc8b84 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2cb24b77 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x3043a0c6 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x6a7913f2 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x724244da ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x80600cdf ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x2b378241 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x926315b8 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xe45a6c0b vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x875e8d42 xrs700x_switch_shutdown +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 0xb4b3cec7 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xda74317b xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xde49b410 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x124f8cf2 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2c980d9c ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x684d4bfa ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x70b91724 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x790b1ac5 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7d0ccdf2 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x99f27152 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xde0d348e NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf3615ef3 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfd0b5200 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x1a8db087 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x60aff402 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa1741819 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xcf8b01d3 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xcccdcfaa cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x45879567 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xde6b34c5 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 0x3dbfa601 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5a7cc35a t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5b5d75e3 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5fad2c65 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x685b4d0d dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7333a1c1 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x73c59c55 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x76f799b5 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x908689e7 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9bc793b6 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaa5cfd15 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce6894ba cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd1db2ff3 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe23d35cc cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe6031408 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe62fb1b5 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x03dbfcd7 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x048952ee cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x05a9edc6 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c690f2e cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0d7dd111 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x143c1da6 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2269d955 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2ec7061e cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x368c6d7f cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37bd7c38 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d5d5a5f cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e5fb760 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x460c825f cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x591d1ca4 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5af2ad28 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c678b72 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62ff983a cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6752cc72 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6881c3e0 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6ebbc722 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7718d17d cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c8b11db cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8c0dd1fb cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8deb75b6 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e76ab55 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92f4395c cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x977fde85 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ac18c15 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9dc6980a cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa992308a cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb28ad586 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb504852f cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1aaadbd cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc377a3c0 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc64c4534 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcce6d9d2 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd51e0f0f cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc15a22e cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc18227c cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2098dd5 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe25c95f1 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9d276a9 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xef6d2af8 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf04cc1ad cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0a1fc21 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1fb0fde cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfee6bbe6 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x14111158 cxgbi_ppm_make_ppod_hdr +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 0x3b664b55 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3e23df57 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8c830405 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9826c2e4 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe201c28d cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf348c155 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4ebc96b5 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5246aee4 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x94730601 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa02927f1 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa3e4fa46 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcba0f6af vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x32b27b4e 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 0xd4b3f14c be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x757bb527 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x36b14869 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x72256b70 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x989d1ae0 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xaf39da16 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x924e3090 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xc70ec4a8 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 0xc7c75eb5 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xd93e10ec prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x019b86b5 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x089bea7c mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x115768f1 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ff00eda mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21a2d6f3 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37dcfdd6 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44f3c043 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49c27f62 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5637a537 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58279fd0 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584a7c6b mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b7965cf mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fcd56c0 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fe825fe mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ffaafe4 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6443d2c6 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68da5e79 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68fdb1bc mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b9661fe mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ff86f8a mlx4_SET_PORT_fcs_check +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 0x8314945e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d5cb414 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x930e451d mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9361bee5 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9399ef50 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9794d55b mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99fc0911 mlx4_queue_bond_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2a37eb9 mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa328c3b mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae956e47 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafa72fad mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb320e300 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb3f97ba mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0ba7abe get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8079540 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf0bccda mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0f54f2f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6b3a39e mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd91790b8 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf7ad13a mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2afd0a0 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7de225f mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee394da1 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf542fc0d mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6de5eef mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd915ce4 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe6a6392 mlx4_get_slave_port_state +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 0x010a7721 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07377459 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09026895 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09b4fc28 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0baee8d5 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c288c07 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c86538b mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0de9870a mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f18c309 mlx5_alloc_bfreg +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 0x13136b1e mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x138ea770 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x160c7d1d mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1669bb90 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a15851a mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b879899 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1df5b51d mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x205e3a96 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22e1fdbe mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x234601d1 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2375ac6a mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24005ef7 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x241786b7 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25a4a7e5 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25b339da mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c5f9758 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cf3c596 mlx5_comp_vector_get_cpu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31121f45 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x313438b5 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31bce875 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32d51cbc mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33b7214b mlx5_core_destroy_rq +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 0x35961f60 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36ad823d mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44d0b6c5 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4546d429 mlx5_debugfs_get_dev_root +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 0x45b5654d mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4681cf9e mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47f72d27 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x482554b8 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a6a8699 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b489155 mlx5_comp_eqn_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4be8c3ba mlx5_comp_vectors_max +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 0x4ed3f5c0 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51c9cbb4 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x526dd690 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x534543ea mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53eecc40 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x548397c8 mlx5_notifier_unregister +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 0x55b6089a mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56598cfe mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56812943 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59d7541d mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59dce8d4 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bacaf27 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c0739bc mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cf06608 mlx5_core_detach_mcg +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 0x684c7401 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68538f26 mlx5_core_modify_sq +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 0x6906e983 mlx5_lag_is_sriov +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 0x6d0e2639 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70f68067 mlx5_debugfs_root +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 0x72de0e85 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72ee0c10 mlx5_qp_debugfs_init +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 0x74f60582 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75336374 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x769fc3dd mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ea701d mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79a18f83 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 0x7bd41c8b mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e381c87 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8108844f mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81bdd495 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x848cbc43 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85cab2f1 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x868782b3 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8688b279 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88162680 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x898f1581 mlx5_sriov_blocking_notifier_unregister +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 0x8fc875ad mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x904ca2a5 mlx5_core_get_terminate_scatter_list_mkey +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 0x93a9f22d mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97a8dda9 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97e508aa mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a8599f9 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ca96c15 mlx5_core_destroy_rqt +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 0x9ff06adc mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2d3c5e1 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa71febb2 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8861a2d mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac07a2e4 mlx5_core_modify_cq_moderation +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 0xafb0170d __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2e15600 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2e65bf9 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb51af2d3 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb56d0958 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb673c9ea mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb736d6de mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb94a8630 mlx5_qp_debugfs_cleanup +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 0xbb5c20d1 mlx5_core_modify_cq +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 0xbf51c4de mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfde933b mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc071f120 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc418215b mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7a5ae22 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc80416e9 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8a7c8e2 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbfba3d0 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd7ebd4f mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce9aa174 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf6f1a9d mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd07954d3 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0c3bee5 mlx5_eswitch_add_send_to_vport_rule +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 0xd248d6ce mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5c8a848 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6ef264a mlx5_rl_add_rate_raw +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 0xdb4bc836 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe13311c2 mlx5_eswitch_reg_c1_loopback_enabled +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 0xe371e65a mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe45288ad mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5a8d05a mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5bc031d mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6b67e6b mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe71b5fbb mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe86afe2e mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe938149d mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb3d1b5d mlx5_cmd_cleanup_async_ctx +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 0xec9e7cec mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed9c3870 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef0da065 mlx5_lag_is_master +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 0xf0f353b0 mlx5_get_flow_namespace +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 0xf1f050ca mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3feb751 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf46055dc mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4f3f619 mlx5_add_flow_rules +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 0xf76d189f mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7a025e8 mlx5_cmd_check +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 0xfbdc1926 mlx5_lag_is_roce +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 0xffc394fb mlx5_rsc_dump_cmd_create +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 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 0x11f24abf mlxsw_afa_block_append_mirror +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 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 0x22e4fff3 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x297ee1c2 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c53a96f mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2cf5c7be mlxsw_core_skb_transmit +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 0x33e16dfa mlxsw_afk_encode +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 0x3d279269 mlxsw_afk_key_info_subset +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 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 0x4bbc0796 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 0x529c1e31 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5381a888 mlxsw_core_driver_unregister +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 0x5e315461 mlxsw_core_traps_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 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +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 0x77532431 mlxsw_afa_block_append_ignore +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 0x7ded8b62 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x805129e6 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x80566f4c mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x81c96cbc mlxsw_core_skb_receive +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 0x8384a5da mlxsw_core_res_valid +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 0x94621adf mlxsw_afk_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 0x9c850d0b mlxsw_core_traps_register +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 0xb0a508ea mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb37462d5 mlxsw_core_port_netdev_link +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 0xb8894564 mlxsw_core_trap_state_set +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 0xc0b5ce8a mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc530eb82 mlxsw_core_resources_query +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 0xcef37f12 mlxsw_env_get_module_info +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 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 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 0xe40194b8 mlxsw_core_bus_device_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 0xeb8f9263 mlxsw_core_ptp_transmitted +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 0xf0a6f682 mlxsw_afa_create +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 0x12027a0d mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xf7f69812 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x79278c16 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x9b3aaa23 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0048ceff ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00750118 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x047cb332 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04886f68 ocelot_vcap_filter_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 0x0d18a994 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f096597 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x134dafdb ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1421e81b ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14a95bb0 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x179639c1 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18db67e7 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19f63b2e ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ef526db ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f444416 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2416e917 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28a5f8c4 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2d85d127 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2d98da2f ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2eba89cd ocelot_sb_occ_snapshot +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 0x2f9048d2 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30c59e1b ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x327de65e ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a1cfca0 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ff10dac ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45e85558 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49a0425a ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4bf4e469 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e2c022b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55a395a2 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5849b364 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d748bcb ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62762f62 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x630881b6 ocelot_bridge_stp_state_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 0x6de72522 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f42788c ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6fe56cee ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x825b93ad ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8416e141 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84cd4acf ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85afe43e ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a6c267d ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a6ca138 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c690d69 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91621701 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x959dcad6 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x998bc0d9 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b08e2eb ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d28935e ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa4201c60 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa034a80 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab6c2df3 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1695a49 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1912035 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb389c51c ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb77e9d00 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8bf6053 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba9c248f ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc585822 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc029e072 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc097488d ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc121db1f ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc784b51e ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce05d3c2 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcfc458b2 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd00e86a8 ocelot_deinit +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 0xd7d3ad6c ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdeea7c63 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfb5360c ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1252dbc ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe33a3eb4 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8ba53f6 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeaf1b6b4 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf22fa6b8 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd542790 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe2e6d44 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff69201b ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0ce44343 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3006df46 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x73bfc782 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 0xeb8f3f7b qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x0035ca5f qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x6c49f428 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x04540c87 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x058c93de wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0afa8660 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1a010797 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b0f5e65 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1cee3bd7 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x282312b0 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3b8b9baf wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3daaa460 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x407eda55 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x476eec8d wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x47e145a2 wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4a815e25 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4c142fa7 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4fc402d0 wx_configure_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5635a1e8 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58ebcbf8 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5d786793 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x658827b7 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x68c48175 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6b49d664 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x71f19476 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x74d9ae1d wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x75e47d52 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7b2b0ab2 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x81f4492c wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x83ef75ec wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x854ad9a5 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8a4c4982 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8e09d1bf wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x937f4b35 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x95972ee8 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x96483ecc wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9735bee2 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9a0bb1bd wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9e978d0a wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa2b3c737 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa69a7894 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaee37703 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbc2896c0 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc00f08a2 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdca583e1 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdd9dd05f wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xde75c2e2 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe50da5e7 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf516a73a wx_napi_enable_all +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x25314dbe hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7ac56356 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xbb534d11 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc44f6543 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd22fc27b 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-bitbang 0x0b0b09d0 mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x16d01801 mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x712a2451 mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x74b9951a alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xc1002316 mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xe8d15a3e free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x0958dae1 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x84a37ee2 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x9ffd5e69 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xad9cdf69 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x58290cde mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x1199e628 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x1fc4b15c mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x44602533 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x61c1a5c0 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x8b06962e mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x8bfddbb4 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x8c108e76 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x95de2f9f mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xb1c84c16 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xdb449a9a mii_check_media +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0931bd97 lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xae40243b lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x19f17cc2 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x7066ffa9 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x88346a5c bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5dd7193e register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x689f0783 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6c496a0d pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xfadea909 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0x1910e9b2 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x18bed5ac team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x2d6f7917 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x37a881cb team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x3a0f57b6 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x4ed66333 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xb3359a10 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xdd01fa95 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xe419d20f team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6c4d2ae2 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7f2d8733 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x893ccc2d usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1cee7bbc register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x36f8c177 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x54613453 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8d382b6f alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8eecf744 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x90f8bde7 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb33bd3db hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb9e533c6 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd719a3c3 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe0b6fe76 hdlc_open +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x022c60d2 ath_hw_setbssidmask +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 0x258800a5 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x38cd917d ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x44b9b9c2 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4a6cc95a ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x60ccadd2 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x930f02c4 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9479b4cf ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xae5a7897 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb3f92ea0 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbe04a143 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7defb3e ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf0a9467c ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0133c5ca ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03a688e8 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x040e173d ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0447271c ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0592f34f ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x07faf7ce ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ff0683b ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1156ad5d ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x15c9cdbe ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a39248c ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1cfb0fcc ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d6e77a6 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1de08b4f ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x24888959 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x29910dfe ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d3bc0d7 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x32f2fa0c ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3a53fdaf ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ea349c8 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41ddd6ca ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4677a95e ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x52cec4d2 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x555af920 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x56f3c8cd ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5742775c ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5820b7f1 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5cc54ec7 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6a5e3ac8 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ad50a77 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e885a1d ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6f3636f7 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x700fd594 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x828ea5bf ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x864009a6 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86c25c0f ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8ab8871a ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa367abc1 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa36f2119 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa65785de __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa6d7e176 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xab7e213c ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xac2ca046 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xac92557d ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xafe58001 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0a546c7 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb3baa397 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6779fbb ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb77bcfe5 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4f7764a ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc52f1966 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc54468af 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 0xdb9d8027 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec70e958 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xecb26e0c ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf593b5db ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe410b94 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x045f6f3c ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e7b62d5 ath11k_qmi_fwreset_from_cold_boot +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x127bde98 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x18a1397b ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1dbf9b46 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x25c9d83b ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x298eab78 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x309f4f5f ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x374988ad ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3bbc09e8 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3c967225 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x509c179f ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5cf8dcff ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x600bb2b6 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x68544dda ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6ca3fe59 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x708219a0 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8517e411 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x89a9fa62 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9149545d ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9db46db0 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1a24088 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1c8091e ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xad12a6c3 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb250819d ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb56b49ac ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbb409676 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcf77692a ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd7b5db63 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd855999d ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdaace96c ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe279e4d6 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe3ef4ecf ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9626102 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xebb1a8cc ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xec1a262e ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf03eac9a ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf3d60fb5 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4bd9fd6 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4ede40e ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf6b4cf0e ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf85e510d ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1a974d4f 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 0x4fd69769 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5311e34f ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x60e1ef13 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6140f246 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x79150f0f ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x86f4d92c ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8aa7d1b7 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 0x9ae038cb 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 0xc01667d6 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf575c195 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19059564 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x22dcc9d5 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x23e1fb3c ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3044c305 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x329c9abf ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3330641d ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4367efce ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x761bc52c ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x763f91b2 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x77867bfb ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x98d26f07 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa4c8318c ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xac54a1d4 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xba0a3fae ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc9f9d5da ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd0d1fcfd ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd77f16df ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd8df7234 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde88ca66 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe27ece2f ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe80c596e ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf72c0cc4 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfbfd2f1d ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x022dd19f ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x026fd064 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03c08564 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0792535c ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c645a09 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0eea2cf8 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f2f2a84 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14bf6c8b ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15825d39 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17a58263 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x182e018d ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b364240 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c39fe9d ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d523363 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x211df309 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21b0a227 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2573ed75 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25a9cbfa ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d598f9b ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x304b81d0 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30ba40de ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31c6ef5b ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x326bda22 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x347774d2 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36958cd4 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a18770f ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3da6bf3c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x429f79d1 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42e129e5 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43857849 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x477bfd67 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x506f920a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bf29eec ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c06281b ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e006471 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6530c876 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c7e78a7 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7014d425 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x707f33a8 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70ec2145 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78d9b9e5 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a127265 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a4b08b5 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a9cc08f ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bc0d88f ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82e22403 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x833791be ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x849eff57 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85a8cb64 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x869be01d ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x875f8981 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e2fe5c2 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94e1cbcf ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97f4a91a ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9871643e ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99ab44a7 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a7664c2 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bb730b8 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e4a1776 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ffd8bc9 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa322e19d ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4070594 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5d01eb9 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8387ddc ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa94298ad ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa4da056 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaabbd696 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf708fbe ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1737561 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb31f4421 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3294371 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4324b0d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6ac529e ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb95accb3 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe36855b ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbee912a9 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2a17f5b ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2c6a19e ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc41b9faa ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc45a59c3 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4b5dce3 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5e542d5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6bd7c7f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6e3c9df ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc91f2dd7 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9476f1f ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf1b4f32 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd073212c ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0e3f8e7 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5fffaad ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8d01325 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8d68016 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb17bfeb ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddd5b836 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdeb55de0 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0901984 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe21993b8 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecff0cc9 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee631e76 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef2c39b7 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0b83f04 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf74098b3 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7d31edc ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf96696e1 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfaeba070 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc8d0de0 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff5608e9 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x5efb9f48 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x82147f78 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xf4d2111d atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0cafa359 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1c3b59a7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x241da1ee brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3a40ec58 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8039b957 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8796c246 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8a2162fa brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x94fa4517 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9bb42c02 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9dc5b441 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xdc311fea brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe9f424f7 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xeb057309 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x13528599 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x5d760bb2 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x923718b2 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x033af81f libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0b7e2a74 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3753ee73 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4fb85012 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x56d2520d libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x572f22bc libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x773ce6dc free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x829c1b20 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8904f650 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc02a2213 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc0b69c11 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc865955f libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd0bf98ae libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd591365a libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd88fbb5c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdc9b7dca alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdd659319 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe111f350 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe54d616d libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xed2e74de libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03ed05ae il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x05c7b8ee il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x074b3599 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d93976b il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e1a47ef il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x104ae720 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10a277a7 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1386c1eb il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14a37f4d il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1645cb9f il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17b718f5 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x188199f3 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c98e9b8 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1df08caf il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ef8b007 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f38ca66 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x220b7e0d il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x242e6433 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x254cc3e2 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b37e40b il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c04185e il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e3b52b3 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2faa6b6f il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x341b6476 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3529cba0 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eef0d4a _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40558059 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4064a8ae il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43b439a7 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ae4d35e il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c73b243 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50c94ed7 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x521baa0a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x538a1272 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54575d14 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57301a5d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d923c68 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5db6ab58 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e5f4bd2 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6770e293 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67fe9e65 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68079c7e il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a7715c4 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x719a4fd0 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72e05395 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x731d8c7e il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x733c3483 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x739a36d8 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x73aa2e48 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74421e85 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b8dc583 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83cecd56 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85e42b1b il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89342d5e il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89a9dc11 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a1a3e0f il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8eeda760 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x922dad0e il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92464436 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x947a16e6 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97a142b7 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa34b6eb2 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa50e5728 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6feb9c0 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa651a25 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaaac1a21 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xabcf72e3 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xabdd15e9 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae7a4eb6 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb11ad6ab il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb196c50e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3a8442f il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4ce325c il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4fff38f il_mac_conf_tx +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 0xb7e5569c il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba3b2730 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdb40820 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfd215b2 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc21d09de il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc29e86bf il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc90a1e4f il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd38f864 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce4b8de7 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd33fd50a il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8d178a4 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9891955 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb89cf3e il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc5aed51 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcda5a1e il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf342815 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0a99cd4 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe12c4c38 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe445ef1d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe60f7c4c il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaf4b39e il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf21002c9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5902fc6 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7e29500 il_init_channel_map +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 0x92c5b15d iwl_trans_pcie_remove +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 0x9da4c85f __traceiter_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 0xe5ecc8d2 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xec3e50dd __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x02e45841 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0577ec57 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x10bec57a hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x181f320d hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1852a831 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x26dbb586 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2aaf96cb hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x521345b4 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5627594a hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5ba04063 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6f67c87b hostap_info_init +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 0x8052b747 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x80cf633f hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x95f24f9e hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x968d2aaf hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa0f40e71 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa392cb26 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa4f5785f hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa68c7f70 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc951e907 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd8211de9 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdbe42bdc hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdead8b93 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe8329523 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf89335a5 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1bd9bef1 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x218dc1af orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2a4a4116 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3de2d9e9 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3fe40b64 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4a78c843 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x57e0a8b9 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x65b39a3f orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6ad2f4e6 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7e9ae056 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9595de33 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9a9b9b32 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc29737d4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdf12794e orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xef706281 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf5f1c99f 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 0x7cf67940 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x6a3621f1 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0a4f2145 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0d9e91f1 _rtl92c_phy_set_rf_sleep +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 0x3261a95d rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3296f040 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3673d34d rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x40020c98 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x44561785 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x45379f35 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c87d78a rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4dffbd92 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5433cedc _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5cb44aee rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6bca16f3 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c173af8 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x737f204f rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x761b6169 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x76fef56c rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e2f3757 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84f507f5 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x892b7c05 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x894c4026 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x894f7b9d rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8d528147 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9034c65c rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x928cc6e1 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e38eabd rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9f6aa276 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9fc32a11 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa4123001 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa4c3cfa9 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa65680c3 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa7ca9d3a rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad9f5cb2 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb99d013f rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc6af226c rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcd767ad0 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd4fbb130 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3c14e7d _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea017dc5 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf52db579 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf5f2239f rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x0111146d rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3aab7145 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6b55a2f6 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6fd553f4 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4d174071 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xadb51dcc rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdf5a9ff7 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe361c994 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x083da0b2 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0f62941d rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1afb3a96 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x24af6d76 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f15bb95 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f6c9743 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30ebe0ec rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x340cbf0c rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3709e102 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3c9ad4c5 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x53ed2471 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x562c8083 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x67e10017 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74f9b7a6 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b4ee56f efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87f53bd1 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f970143 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9edd74b1 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9dca2db rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac344b31 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb24ad0f0 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbdfe60f5 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc5711c61 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb4f349d efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe38acf3f rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8540175 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeabd97e5 rtl_bb_delay +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 0xf0e106a4 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf35e1df5 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6878c82 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfe8229ef rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x0dc58e61 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x9005f9ec rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xe625f4d3 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x09e79fed rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x00f62aab rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x06fe76d9 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0ae1f8a8 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10b881b2 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14834a81 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x162857c5 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cbd0c00 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 0x22d857a7 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x32b2ec5f rtw_phy_cfg_rf +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 0x3772e5e0 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x383f9c74 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3bf66b6d rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3c60cdd9 rtw_dump_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 0x475a08ec rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4b586f3a rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x503994a8 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x53967e61 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x55405ed7 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x557c37b6 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 0x58dac93d rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5a773137 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x651e9971 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6cbfa34a rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x72b91b3e rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x767df140 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x76d929c6 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x784d01b4 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7db39c54 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7e77777e rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x810ce191 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8569b08f rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x899b1872 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a49eafa rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90318014 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa988d25a rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaada2912 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1e6a57c rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbaba3872 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbddc8882 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc3e6655b rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc70c7cf1 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd14d059b rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd30a0c28 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd375fcd4 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd40d122e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd430db37 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd49b7d26 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd6e889ba rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdae2e998 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdb462fdc rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc555cb6 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xde96ad51 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdf3592b7 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe119f24e rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe19db486 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3c55471 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4908c63 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe8903762 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xea28411c rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xee7c02c9 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf3912476 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x07f36391 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x2f562eb9 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x45085583 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x68e0ce08 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb42728a7 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb707e62c rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xc25c3619 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xd84cd6c0 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xbb852bd9 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xbd3de978 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x91b324c7 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x5be79af9 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x2c794809 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xb7dc0466 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x021f3c38 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x02a7de1e rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0369d74c rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x082980fa rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0bfa19e8 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0c6d7088 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x17e247d7 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18073d45 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x23355efa rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x25046a0e rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x25395702 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2e31ab5f __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30e4b3d4 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x413f74c9 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4760bddb rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4d6b0822 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5515db2a rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x570c9a80 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59780062 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x63f14d32 rtw89_phy_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6a4052e2 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71b02e47 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x759d829d rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x76171088 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x77745a1a rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c725433 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7f281216 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x80c29115 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85292ded rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x873f24b7 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x879f67fa rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8e7f4a36 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9172f830 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x93f46adb rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x971b4945 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97699534 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97ec23e8 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9de1cd49 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9fb1a272 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa410665f rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa807b5da rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xac1dd3ee rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xae64e089 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb412b016 rtw89_mac_gen_ax +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbb29e045 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd42535b rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2124f91 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc308b399 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc52a0520 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcba2f025 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc3a80d4 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xccc49d5c rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd8f97a08 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe404c5b1 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe5c7bda4 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6f4835b rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea7b3f5e rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xee7c2dae rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf0f1bf3c rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf217e229 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf45f32a4 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5d3d8b1 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7a99ee9 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7cd6b9a rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x03bae753 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0579fc21 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x14e9c997 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3258f312 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3a1590ce rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3fbb20bd rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5b57f09a rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5b8162b1 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x67f981bf rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6e6a6fc5 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 0x7df8f843 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 0xa14540e2 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa1f0e062 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa24c3376 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe93fc912 rtw89_pci_fill_txaddr_info_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 0xd2a6a7e8 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x195619df wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x76e89d8b wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb325d5a3 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb3450d21 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x3b90a16e fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xe1163762 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xd254c070 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xed9e2b16 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x25d48bd7 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5a150b6c nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xca34e22e nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x79ace733 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x216dfe70 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf987e1d0 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x2676f17b s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x38b4095c s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x94c4c10f s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xb0d0a22f 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 0x5cfdaec5 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x634bf1db st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa761de71 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xaf68052f ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xaf70993b st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbb4dd697 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc8567c40 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd8a00b92 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfa20673a st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfaa1ab73 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0dd230dd st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x142571cc st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3093fdd9 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3546683f st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x39b51688 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3b07b116 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x49b92a5a st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x50423faf st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x693e94b1 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x80c03f60 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x81baf48f st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x855712da st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x889bce2c st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9da9e6ee st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa98142e0 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe7e426fb st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf2ef0cf0 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf9e7aaba st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x1a9afd84 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x1deb14f1 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x3a9041e5 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x455c878d __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x4f198e76 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x6b0df3de ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x71ab2985 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x763d4891 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x976b3743 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x97f04965 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xa9544910 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb41b03d8 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb5a88e09 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xbd4dcbf0 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xc3d6ab97 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xd01ef0e4 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xd0c84615 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xdac3b345 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xfc3b865e ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xfe64c74e ntbm_msi_free_irq +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x65b8d9c4 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xda0240a9 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00ad4a51 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x0122837e parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x05c51292 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x07b94bb3 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x179425c9 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x2c396892 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x313b6322 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x3346dece parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x3ce50aa2 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x3dd2e3d0 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5114f0db parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x5346fb8d parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x58bb1fc5 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ec85c2f parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x5f0f6f64 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6bd40bcf parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x6eb9b2aa parport_write +EXPORT_SYMBOL drivers/parport/parport 0x7252bde8 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x74380503 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x8649527d parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x88613daa parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa133c254 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xa7b8dfd1 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc9be5b18 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xcf987ed6 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xd3c6639f parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe4593c4c parport_read +EXPORT_SYMBOL drivers/parport/parport 0xe818b925 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xecf53690 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xf237ee33 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf65a3023 parport_release +EXPORT_SYMBOL drivers/parport/parport_pc 0x63819e55 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x8d71423a parport_pc_unregister_port +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x535cf849 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xcb63d1f2 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xd5aaabdd rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1eb5f67b rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x433fe617 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4ea4d506 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5c467d6a rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5e49b6ae rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x72022e88 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7770690f rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x90ecc35d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x912f8b1e rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x969cedfd rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa36b2e65 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa42dcf7e rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb64c48fe rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb8ba8f84 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbfd4f4ab unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7f00065 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd187bcdd rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd4ce70db __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf9177b00 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xc45941da rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x18c67319 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x695dc04d scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb8f9be0b scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf91138c9 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x23655c77 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x31661d33 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x32280c99 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46d2f809 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa343c084 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xba93f675 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbc650653 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbf8a465d fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc83d7531 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdad2ba6f fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe1c8be9e fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x087713cd fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08df2eaa fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0be3af82 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12413968 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x174171f3 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cad02c5 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cfe1fe8 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22801ad5 fc_exch_mgr_alloc +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 0x282431e5 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ac03cd1 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35b861ac fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e2033a0 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53ee9502 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x54ca6711 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57f5b1b1 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d257be4 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61d0f2b0 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ada8133 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c14f075 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c5f76b5 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cc0adb5 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6dd3c4fa fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78efb796 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +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 0x82ca5885 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x840a8008 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x888856e7 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89acd47e fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e1134bd fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94e34d3f fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0bbe503 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5b6831b fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5c3d130 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8867ff4 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa934a22f fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb02834be fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0f68f39 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb31b05e3 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb94fd4b7 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9c352d9 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfbc7099 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc52158be fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd23dc2e fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd43ef103 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3937ff8 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8d6c879 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xec0f5ec7 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xed391d8b fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1be255e fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6db3cc8 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6f61804 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfe5011f5 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2ac814da sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4d4e6338 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xafe23653 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd1ee3565 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 0xb65a1251 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x12d3daa2 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x14a4d695 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x18b5da85 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x25c6ec80 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x274ef78a qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4126577f qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4729193e qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6116cc28 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6c38da22 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7dc954f4 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9275df6e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe09679ab qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/raid_class 0xe85c443d raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xf4257afd raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x01506460 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x096bf953 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4dfc62ce fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75129acd fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x86753ea2 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x88ae5b5c fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa6080017 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa7d20276 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xac88211c fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbe498150 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc83f700d fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcd332d0c fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd9f2e503 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdc32c471 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdefe206f scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xef020e46 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfe1f69b8 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x00abc5d4 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07147716 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a5ba586 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x16b0ed9c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1b7d2500 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x20d65cdb sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3507640f sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x39773eb9 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3d45bfc6 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e862785 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4c5b6326 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4fe813e2 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7232e3d7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x77b30c5d sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7a0399bf sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8f91b37d sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90682d04 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90c8f4e9 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x944a43f3 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa2de9960 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa63f790a scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6f6220d sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc2b82237 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcad63b1d sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1716d44 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd2ef6023 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xddd6e4cb sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xefdb6e37 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf6239f3f sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x09ce167b spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x56a5471e spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb6e037cd spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xcfdb5b31 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf517c1fd spi_display_xfer_agreement +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 0x16bbee33 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1faccfc7 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x260f38d7 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x421e5e42 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4a4f1e3b qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x585cfcaf qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x7a8999a5 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xbf0d795c qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcbbf3bd5 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe9cd90c3 qmi_handle_release +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0ddff1fd sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x10f51d66 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1c4bb285 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x324a04c0 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3607b983 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3e281b98 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4313426f sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4a723df1 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x52181e99 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x537558a9 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5c37080c sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x693d9c80 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x711a6a3c sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8264ad1c sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9058b6ea sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x942c73f7 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x97d690bd sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9d5e616a sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa5189db2 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb0288792 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba98bef0 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc9f97738 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xca938c48 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd8d2baa3 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe1169859 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe98315aa sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xef891d17 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf810e414 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfb6831b4 sdw_write_no_pm +EXPORT_SYMBOL drivers/ssb/ssb 0x14ee734d ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x15d6e0aa ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1eaca44e ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x298d68d5 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x3b6bb641 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x424e7e98 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x650216c6 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x845a09cd ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x8990f75a ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x8d4cb109 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa4de910e ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xa73ad085 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xc5acfda7 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcb73623d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xdeee39ba ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe4a60ae5 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xed117754 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xf7f69225 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xfbc50213 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xfbe32764 ssb_dma_translation +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x12a7ee8b fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x180fad83 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1af05b19 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1ff8e4f5 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2937f6f8 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3115094f fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3393f6f6 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3c4ee6b3 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x40bc38d3 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x424fe06a fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x629675e4 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67d75d99 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x69718d1b fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x717a6a77 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x749c0fbc fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8fee33eb fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa5fe588b fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb5cc6e04 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc3f9070b fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcbc4f9c4 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd383dba4 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd46bd558 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xda57fe1c fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe9b508b5 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xed58d5d0 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x0fd43aea gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xb6897e95 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xe1997d45 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x4cfe8751 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05b2fc35 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e0334af rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x188cce55 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x23570853 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a62853c rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b0e6f3b dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b7bb6ed rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x37a7a528 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x435ddb82 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4cb5b085 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x540b26b1 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b5aefe5 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d5c0f36 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66ac51b8 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7283a6a2 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x739a9573 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7720095e HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77d5a554 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82bf80ce rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85bcc704 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x888261ef dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a403f6d rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c572233 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d188627 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e38ae6e rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9230bc0b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9550dfae rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa4ca22d5 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaee9c0c8 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb65bd090 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9fbced7 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbeaf7de2 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc11e3e09 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc735ef2e rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc7e5b16a rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcbd93429 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcd062e98 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd48cc39a rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd9018f36 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbfcb013 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdc366b49 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe368e287 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xea88eaae rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf22e0389 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2308d15 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf30af3e5 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf428e01d rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf487bde7 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf8856195 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x049b1240 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0af32738 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0bc18cb8 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f444cc9 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f8e0a64 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0fe02e27 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ff782b7 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x12c0acba ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x180c410a ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19425202 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ba24510 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x23c9f096 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2437dd19 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2db43713 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e84c0f3 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f732b7c ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31b0a16f ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35d05bcb is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3652fa55 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3941faac ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c5034ca ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a343312 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c3dea69 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x602e76c6 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61bc181d ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x62f3f8a4 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x70d49019 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74c975fe notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fe50d91 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8046eb72 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9066d36a ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90f2455d ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91070bb5 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x937e237a ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9691f3f7 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa5c12511 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8046995 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb17f5914 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6ab62f5 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbbb12054 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc75d4aa ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc06343f5 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc279fd30 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc64ff33f ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb103cba ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcbf6347f ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2527fd9 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddbd6f13 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe6cb5af4 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf0af7f02 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf73324df ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd99dc68 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfde694fa HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x024c61c1 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x025a24a7 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0773ad4a iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09082004 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x107febe9 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14ffa131 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1890156c iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26c1d078 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x345de04f iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cfd904d iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x457c2e6e iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x46c4c508 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48109e0a __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4d6a601a iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4febe281 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56751455 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b476c29 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5cac06be iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60d305ac iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6534b303 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65748981 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x69db5556 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75917ebd iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77d72caf iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8095dbe1 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x819c5fdc iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84d2a353 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x93530023 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa275a83d iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab98ed28 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaba099af iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb407baae iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb6b338fd iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb8945bae iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbce59dea iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd75c208 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd0ecce3 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd67d698 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd50b5352 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9a507fd iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda46faab iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe1b476b4 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe695b70e iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff0246ea iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffc96103 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x022c214f transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x060bab2b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x07462e7b spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0755f757 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x0835bf81 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b34d35a spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x15b3a9b3 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b7b5e69 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x1bdfc0ed transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x201dc7fb sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x205ea0f4 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a1ef8e9 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a5f7e50 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d009aeb target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x32e31f3e transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b11d857 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bc66ef9 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f93680d target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x40057483 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x41b42eea transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x42d6833a transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4483cf7f core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x47bc1f89 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c79a876 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cb6bd6a transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x5252577a passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x53feb418 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5875e2f9 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x593f3312 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f5c41b9 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x618d8e66 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x702fe36e spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x704658c8 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x70edc4c9 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a857784 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f8cfd08 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x83239bf7 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x83f41a75 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8756adc9 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x89385e12 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a5f76e8 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ce0b2b3 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x93391686 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8bb60da transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8f47a9f core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa965af90 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb725551d transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7f48850 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd27a574 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xc179c985 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7217bd4 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc6f41df target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd7d6b2b target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd08a2c62 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd16b1c9a core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xd23c2c3f target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd40b7641 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6be1fb0 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd97691cb transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2cf940f transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe44517c6 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xe546518c sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xe60f192f target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xea864098 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xef8f4ec1 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3573c8a target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3d1d3e4 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6bcc5e0 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8da4c02 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xf953d2ef transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa99b43e __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfde255e6 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe5df05e sbc_dif_verify +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x08c3e797 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x578c436c ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x8f8a4936 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xd3e1a47f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xdb652a84 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe62f38dc ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x2f69e5e2 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x385b1629 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x474e50b8 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xf8cf766e ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x2784c894 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x74a6d907 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xb4c140fa sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0cf8264f usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x21d5eb2c usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2b7c5cda usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x36f9257a usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5cf06baa usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e6ff1f6 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x681ed1af usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x921df940 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f6e648c usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe17ebae3 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfbc3d341 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x021baccd usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xe5664779 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x070f551d vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x179bb13b vfio_pin_pages +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 0xaff80b5e vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xc6ade097 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x166c6880 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x83fcdc6b vhost_chr_poll +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 0x87d43d29 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x88a806da lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc4b70e27 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf0ae424d 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 0x2471bb95 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5d1a5046 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x67bc3443 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6a0cfa61 svga_tilecopy +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 0x8f55cc15 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9c193d75 svga_tilefill +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 0xe171b9db svga_get_tilemax +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 0x1102dcea 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 0xd0d99a74 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x29fbfe50 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbb6f8df0 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xcf63dabc matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1f983781 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x402873d5 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4a1458b7 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x80dab747 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb9e15176 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xa81a5411 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3dddddd8 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x53817ff3 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf8dda462 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf94f2d97 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x35dcf2df matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xcb7a3980 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x05371b65 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x2744c563 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x55ec9d0d matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9c7caf5d matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xab861669 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 0x1b80d473 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x210fc160 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x76543556 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x9fb6f632 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc0f21ddb w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xdfe3523f w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x6c1ecab6 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xde5c8b90 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x03e09d74 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x5bc3e8ec w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x60a57539 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xde49b036 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x00155e6a fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x0dda18a8 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x0eb24c7c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x110a9287 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x160a324b fscache_addremove_sem +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 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x416c3a5a fscache_add_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 0x4c2037a5 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x51e06949 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x5282c2f6 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x55945238 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x5cb85352 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x60934ec3 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x6142240a fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x67876eb9 fscache_cookie_lookup_negative +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 0x72941777 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x77f13958 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x93b8056e __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x960e0d87 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9675fdaf fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ac94984 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9c2b1a17 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xab2ea60f __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xad74212d fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb9a56ac6 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc05864c0 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd66dabea fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe71138b4 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe9355746 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0xed0a9125 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xff6c50ff __fscache_use_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x00942dba netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x0f7e7763 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xaa31e0ec netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xcaf08899 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xe35c3e9f netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x7460cf13 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x87d5cc97 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa28c8650 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa33c8447 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xb73d5c1a qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc415e391 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 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x5e93c5e8 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 0xc644e9a2 lc_seq_dump_details +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 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 0x275886a2 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x60e30b3f lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x71cb2f52 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9bf07b11 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe9b16f0b lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xefcba693 lowpan_unregister_netdev +EXPORT_SYMBOL net/802/p8022 0x864c93f2 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xac3f522b register_8022_client +EXPORT_SYMBOL net/802/psnap 0x92d31c98 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xfded76a0 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x08883646 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x0b337673 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x1457d676 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x15798d66 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x1657c5e7 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x1b1865c4 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x1ce3c18e do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x1d1dd32d p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x24fe37a4 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x25bbbebf p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x294b303d p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x2a4236a6 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x2b5cd80f p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x2de26006 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x40ba883d p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x420de725 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x4609d9d7 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4e92dca5 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x5080ba70 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x5849a54c p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5c75ea2f p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x5fb309ff do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x6f55f4e9 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x6f8d746b p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x70762f45 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7750efc3 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x781150d8 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x7c6da505 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x7f1c451f p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x7faebdb9 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x803625ca p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x808152b4 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x8391ae11 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x84926c25 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8df9d1db p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x94cec40b p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xab2130e8 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb2694bd2 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb658fd56 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xcb2489ed p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xce00d612 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xcf396977 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdcc04b7f v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xde68c988 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6a16e74 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xe91350cd p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xeb21c1d6 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/appletalk/appletalk 0x5e3179e9 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x88cd409d alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x9a330754 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xcbe58716 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x2253c909 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x39301cd1 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x3b5bdc01 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x448b1078 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x4e94387b atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x5010f6da vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x5d98a72d vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x5daafa19 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbbe4b492 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xce0bcb11 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xd8f2bbd7 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf062da97 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf2bf2c96 atm_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x2232fba6 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x247b56a5 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x44a6bf8f ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x5024838c ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x54369c75 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc5475d21 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xce5d2b3d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf85dbb67 ax25_ip_xmit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0269e0d6 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f80ff24 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x10681c74 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13fc44a6 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1428e487 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1adaf314 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1cfc9e8d bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x258334f7 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27db00bb hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2b7b8eff hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35e12366 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c90f7b2 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x41da93e7 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4204984c bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x423d2d1e hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45cbf26a hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49448c81 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x509cb7c9 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x515bde85 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x59660801 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5cf4c51d hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5d09e975 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5eada42e hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x603f7246 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61323b6f bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64d20e34 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6546ee61 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x65e1e712 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6cc38109 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ce7e27e bt_procfs_init +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 0x7cdb194d bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x866e0cd3 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x87b3ecd7 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88f1ee31 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x89721c72 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8cd700f0 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x92ad0737 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa0528f0e hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa440c3b5 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa58f4034 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa933aed0 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac4bf061 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1e517ff __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb374a440 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb415d747 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5b5ebe7 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbabb5de8 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc007bf4a hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb513be3 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc93037e l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd2563c47 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd258b01e hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6838247 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf3760ee bt_sock_alloc +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1ad8710 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe40acdca hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfcba9274 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffb812dd hci_suspend_dev +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4cd096b6 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x60a8dbf2 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9b004e49 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xcd582c5a ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd92e05fe ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf71528d2 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x03b378a1 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 0x50bced42 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x5c41a8c9 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x743b58ec 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 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc7bbcc31 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x18bc1a37 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x1e0f509c can_sock_destruct +EXPORT_SYMBOL net/can/can 0x35a2c663 can_proto_register +EXPORT_SYMBOL net/can/can 0x86fdb2dc can_send +EXPORT_SYMBOL net/can/can 0x9b35fa05 can_rx_register +EXPORT_SYMBOL net/can/can 0xb0773291 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x01debaf3 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x04405305 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x04557d7a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x04860f12 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x15d4af2c ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x161f8407 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x164acccb ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x1a2bb6f1 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x1c210bff ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x1c68851f ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x1d362d61 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2251095d ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x24e6b970 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x25a5441c osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x25f59db5 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x29085eb6 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2ba84402 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2c442cec ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x3398ebeb ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x34bb30dd ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3678b44e __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x372d9285 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x38d2467c ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3902e445 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x39ea667f ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x3a09bb41 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x3a59dfa1 ceph_osdc_alloc_messages +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 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x43c5e52f ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x443de502 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x45b2bd22 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4c742c5e ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x4cf4b0aa ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x5079361d ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x515eb07d __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x52732c5c ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x52be72d0 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x53bde46a ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x54b42a1d ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57c10265 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x5aad684b ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b7aabd9 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x5ee1816e ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x5fa42d55 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x5fbd71ec ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x61ecb490 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6cf1d957 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x6f510539 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x6f730838 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x6fe67ef5 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x70255fa0 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7279bae9 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x72ab7d7b osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7595616d ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x788add41 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7989ffaf ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x79d2f866 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x7d1af701 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x7d354363 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8206ee3a ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x82b9a889 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x84d6be48 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x870282d0 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x8acda8ff ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x8d4b79cb ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x931d6a07 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x94eb20ac ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x953128b0 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a2f4098 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x9b46e231 osd_req_op_extent_osd_data_pagelist +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 0xa05bd9e6 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xa3794819 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xa44b7479 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xa5f4d0fa ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa60932d2 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa6d3dc87 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xade3e408 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb67b0324 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb84e06fb ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xbc21a097 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc1681d91 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc2eb0fbb ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc48caaae osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xc637473c osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xc782faf6 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xc8f96791 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb24c40e osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xcc66074d osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd0037f12 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xd11c83e4 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd6401e23 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xdd1ca09c osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xde469db7 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xdf345c17 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfac4963 ceph_con_keepalive +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 0xe0732201 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xe27188e1 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xe4899674 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe96018e8 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xea40da11 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xeb29901e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee592a63 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xee853a70 ceph_alloc_page_vector +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 0xf00acf30 ceph_release_page_vector +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 0xfb0954a2 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xfe715e3d ceph_con_open +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x3c452403 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa3bff8b1 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x414e69ff is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x6ce3eacd hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x462964a4 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x790d6855 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa8a76260 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc6f03977 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfb8c6c42 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfc67eca7 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x50bb3617 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xe3a8f5ea __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xaad311d3 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x14667bf7 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x40af7919 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5eec9f70 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9edbc9ef ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xad0b2e39 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x2e76f88e arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x80bdc9aa arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb487fad9 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe8d81403 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x2248dcc0 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x2f6ecc91 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x6a832e95 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc23a0f4d ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x56aa68b0 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x8f524878 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x10e8d504 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x021429c8 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1a46465b ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x44afbb47 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5ad3204f ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x88ede1c1 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x95356086 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x968862fa ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa7cccd2e ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb21760c9 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x09407768 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x609c6112 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9598fef3 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9ac8eded ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x44d8db82 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x8dbea155 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x70db1590 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xee182873 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x035eb793 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x0db527cd lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x52858838 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x6877e657 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x7134f326 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xaa8a9a40 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xb8629724 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xbd4bdf25 lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x05297fdc llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x0d02ce42 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x16372e19 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x1a98f959 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 0x7c57e8e8 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xbcc95f78 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xe8e0e277 llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x0017d898 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x00ce40ab ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x0241fa2f ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x02b13e0c ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x02e0c7c4 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x037695b7 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x04e0535f ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x06dca3cd ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x07774d1e ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0959ab7e ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x0abbc04d ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x0e727985 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0edef008 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x0f557f3d ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0f75a352 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x15d08386 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x18b2a880 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1bb03077 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1dc19525 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1f682f2e ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x1f6bbac5 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x22ced589 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2b4b9f2b ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x2e6b4aa9 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x2fbc71b6 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3cd0f06e ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x402fdae7 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x40e15b67 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x4701b436 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x48bcdf96 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4b6cea19 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4b7f3c08 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x4c7e41b6 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x501f9b4e ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x516cf187 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x518505a5 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x51d4e30c ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x532817e0 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x571fd499 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x57bc684d ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x59f2230a ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x6149d4cc ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x61ed2898 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x62984ef5 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6470761e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x65eb97ba ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x68da3cbf ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x69a4a4b2 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x6a6b4e53 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x6e666afe ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6e711825 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x6f2f2646 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7213fa53 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x79212ab9 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x7a4030b0 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x7adde9bb ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x7c5349b4 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x85ff9cde ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x903b40fe ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x908d10ee ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x932433e9 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x961b0944 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x970fb50e ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9871c9c8 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x990ac571 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9cb79847 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9e30a26f ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa836692d ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xacd18d5a __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf8002a3 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xb04fb219 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xb05074d6 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb2ad9e2a ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb7050e47 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xb91828c0 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xbb299e88 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbbddc6ad ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xbe7c8268 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xc18bf8a3 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xc519e2c1 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc90e9c43 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc9251951 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xcb3a9b97 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xcc676f72 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xcc7044a1 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xcf16a8fe ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xd19bb806 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xd606f49d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xd7079f18 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd7662331 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xdc99f380 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xdce5c982 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xde96d3b1 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xe4262286 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xe6802f82 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xe766dc09 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xea997430 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xed43d630 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xee16f6d5 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xef30394d ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf53f108b __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf745cf70 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xf7fdb203 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xf9316e70 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac802154/mac802154 0x24cfcd25 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x2d6d1eca ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x42a7662c ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x4a83aa71 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x947e0d67 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xc1d98a20 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xcd61a97b ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xfbf7b95b ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xfde1097b ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0841cea5 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0a7d5ec4 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x19b33dec ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x206e34e4 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2bc4d2e2 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x33be8f89 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x45814341 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4aeb00a3 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ed9f0c1 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x89f2a350 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9232700d register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9c109cf ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdba2de6c ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe1ed935e ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf740e8c2 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2b4019da 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 0x031a6339 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x45ed36a1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x4ed360db nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x690b5913 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x06234f80 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x22d27eaf xt_register_targets +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 0x4904887c xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x59946fb7 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x777fb8a6 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x823a8b8f xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x95049159 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 0xc9e6605d xt_unregister_match +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 0xe7d2d310 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xf119f94a xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x04cbebb7 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x07570254 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x0dc17a94 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x14bc7146 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x21249c7f nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x3a3349b8 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x48901bad nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4f4f59d4 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6d002b2b nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x701d0bb9 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x772d3cb0 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x7cc19ad0 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x808363f9 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xc1350948 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdc50cded nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe279a22c nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xe74c4544 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xf65bf856 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xf6823ac3 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xf89b6ea1 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xfbf526ed nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/nci/nci 0x033c1a45 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x08788a68 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x11a917eb nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x1425bd9a nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x196218db nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x1967792b nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x2dee1349 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x2e1c107e nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x36417611 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x5060fd92 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x573db4c1 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x6bbc0864 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x71928760 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x8d9bc755 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x92b19d94 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xa016cdfc nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa7986484 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xa8870484 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbf5a3c16 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xc43a782f nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xc7f6a23e nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xd334409a nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xd760046c nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xed396dab nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xf703c087 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xf8a21920 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xfaad0626 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfb48658b nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xffa959a8 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nfc 0x014d3f18 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x04175598 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x05ac7a41 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x14735d9c nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x1f4a6df1 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x29b42a47 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x3e2edadc __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x4487a60b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x510b6697 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x60f9a318 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x7736110e nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xa175fd3d nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xaf5cc491 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xb5fe71d1 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xbb771215 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xbdd42a0a nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xbf28e988 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xcc78ba4a nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xcc979031 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd3e27bdc nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xd7a7ea71 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xdd7d6f12 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xe5fae12e nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xe7daaa07 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xe9e8f210 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc_digital 0x01e72a59 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x30446397 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x413eb8e5 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xfdb7ab48 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x12ccb275 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x4efe5208 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x613985c4 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x833cc9f6 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x927aa8f9 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xbed19e68 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xcc8d6779 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xce06313f phonet_proto_unregister +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1ab7140d rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x29f5a9c1 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x33c9c5e1 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5527792a rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x59aae07a rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5c79c8cc key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d26e0a6 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6a73778e rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6d02c504 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x81005d6f rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x89c2f82b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x89c71bea rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbb3c11e1 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbe25f04c rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc48e23af rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc6cc9b67 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe3166beb rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf0f0fe4b rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf1f7ef1a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xc9e18be8 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x17cf71c2 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x1c1f02ee __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3b994c28 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x713dd766 __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 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 0x05c976c4 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3bf23f2c gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xed9b83ab gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x04d8f158 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0574bdb2 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x1f8569ac xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x52fcac2e xdr_finish_decode +EXPORT_SYMBOL net/tipc/tipc 0x110cd05a tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x17943e82 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xe5807ca0 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xedb667b3 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x1c8caabd tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0142ea72 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x027ac653 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x0502ee33 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x087eb193 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x0918facb cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0f0f32e4 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0f51bd3e cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x0f58abfa wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x11099daa cfg80211_unlink_bss +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 0x179fa17f regulatory_pre_cac_allowed +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 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1dd8886f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1e0cde53 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x248cea9f cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x26d9eb14 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x27a1ea8c cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x28da17b2 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2a5b28bd ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x2ab08f9c cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2c8013d4 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x310d437d cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x31f68faf wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x334e7186 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x344c2c72 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37cae4e9 cfg80211_stop_iface +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 0x4096c22d cfg80211_nan_match +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 0x45004da1 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff248f cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x49ef4de7 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4b1fa64c cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x4cef4983 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x4e4148cf cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5187721d __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x52f59559 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x58538f10 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x59bd11a9 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5c84f728 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x5d098196 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x5e1176c3 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5eb5f626 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x60f0b892 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x615d4302 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x61bf2a6d cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x62a7f0f3 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x62abeb80 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x62bc35c7 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6313b303 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x67e906de cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x68d57c27 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x68ef62df cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a517f8a wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c770829 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7159d3bf cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x75641cd7 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x78d4ff93 cfg80211_port_authorized +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 0x7b2181b6 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x7bff4bc4 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7de4274b cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fca6a20 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x8064823b cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8495c208 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x883f1470 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x8cbd52e3 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x93049734 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x9af25fd7 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x9cb2aa24 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e895fa4 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xa1fded6b ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xa3576098 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xa4572d99 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa47e3415 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa733aaed cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xa767a1b8 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xa7e7d989 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xada0493f ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xadf9f437 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xae2e507c __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xae78d72c cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xaf6810a7 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xb3e476af cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb4d011ee wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xb5554dfe cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xb82f106a cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xb8d0cf05 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xbaa2870b cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xbb5b510d cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xbc149822 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xca0befd7 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcdea8a62 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd2246302 cfg80211_connect_done +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 0xdccbad0c cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xdd6d659a cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe032332d cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xe065d2ce cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe8de2bcd cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xed37250b regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xf23d504e cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xf3257399 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf553b3e3 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf6312233 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xf8bac4b1 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xf96a606b cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xfb8951df cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xfc2ba225 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xfec89bb6 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xff29a2c0 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/lib80211 0x158da0d3 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2cf59f54 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x4e117791 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x601724c9 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xafca26b4 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xc4b97dee lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x48b24fe5 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x6ca1e968 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 0x6800bb63 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 0x80b7fb24 snd_seq_kernel_client_write_poll +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 0xbb464714 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd8aebc44 snd_seq_create_kernel_client +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 0xb66da9b3 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x09a98ce4 snd_unregister_oss_device +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 0x1e91848a snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x206e8fd2 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x31a09c33 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x463f776d snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x4738bfa2 copy_to_iter_fromio +EXPORT_SYMBOL sound/core/snd 0x48a9d4e0 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4d934edc snd_card_register +EXPORT_SYMBOL sound/core/snd 0x4e44a247 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x56617886 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x56ac2034 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x592dd26a snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x5e54bb08 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x646cfee8 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x69e70edf snd_ctl_find_id_locked +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 0x74789d46 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x778b9b4a snd_register_device +EXPORT_SYMBOL sound/core/snd 0x77ffbec6 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x79bc338f snd_device_free +EXPORT_SYMBOL sound/core/snd 0x8c5d7343 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9350a78a snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x94028c7c snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9e8ff8e0 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x9f5df8e2 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xa18cd08a snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xa39688c4 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xa5c5f395 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xb1776049 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb1944af4 copy_from_iter_toio +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb492804c snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xb9266144 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc34b3a5b snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xc3773d86 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xc3c75844 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xc4b27e8c snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc6dc7f09 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xc846b464 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd07e55a4 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xd3549e0a snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xd6d429a8 snd_ctl_find_numid_locked +EXPORT_SYMBOL sound/core/snd 0xd8f73dde snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xde28f16b snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xe377bb7a snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xe6f60d92 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xe93ef4d2 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xeb98f11e snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xed07824e snd_info_register +EXPORT_SYMBOL sound/core/snd 0xf41e53ed snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xf54fd2ee snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xf755c695 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xf8b015fe snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf9f24780 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xfb607699 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x4b3dbad9 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0xcfc881dd snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x992a23b0 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x00bfb939 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x0429db11 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x04f34996 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x07975ba1 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x09c44286 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x12d4002d snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x1b3ee73f snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1db3ef9e snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x21c0cd9e __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x22b73088 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x25168f91 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x381bd908 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3d53991a snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x43ac73e7 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x472ce213 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x47a5e7c9 snd_dma_buffer_mmap +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 0x57303918 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x5835e386 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x5c2dae80 snd_pcm_set_managed_buffer +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 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6c61d6ef snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x6cce8219 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x7ae2969e snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x831d87f3 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x86381f31 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x87746738 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x8c7a894c snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x8f699882 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8fbf6e8c snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x925d578e snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x954a4ca1 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x9db89222 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa1799e08 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa1af6ff1 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa5586751 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb2acb7e4 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbfdae087 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xbff9c16c snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc3d31dd3 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xcc25cbb3 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xccbcbb8e snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xce6ea7f9 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xd0e539ef snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xdef62218 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe43ce007 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xe44dc876 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xe54de73d snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe578cb02 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xee1cd240 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xf2dcaf2e snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1eac2741 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x224d757e snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2a8b4472 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2fabf8dc snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4928ff8a snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5e1aa568 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9bb39714 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9c35a328 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9fd98be7 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa73ce333 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa9e08860 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbacbf0c7 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc5d8ad31 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdf1b9d9a snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe837b11d snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe99d4415 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xebdb6f2a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf528c013 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x36ef9e88 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 0x0feeded2 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x192fa32d snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x1b203804 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x30e9583e snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x6ea24eb9 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x724c7e48 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x934302d7 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x94a56775 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x9b98bca8 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xa8eb980c snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xbd14b616 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xe16af204 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xeb429f11 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xf03ea022 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xf8aca307 snd_timer_global_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x38df903b 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 0x02eca372 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1daac208 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2af2f78d snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4031210e snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5b9a5927 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5eeaba34 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6f31a595 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc7fa57a3 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd21e0a10 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x01b64135 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0b9cb96f snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x102ea39d snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x326b7d62 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x418d48c7 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x42a18549 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x70051bc3 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8e18c8b6 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe2ef79b4 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x01b7c942 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0ce6f6b8 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0f99e403 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2a324eec avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x331560ec cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4383ca9e cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x46c19841 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48b4f0b7 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48f0386c cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a43ec1b fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a15eed9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x65fc5206 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x747bd042 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x788094bc fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7c4e0aac amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8387d410 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86329350 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d330c4a amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d70baa1 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fbb2b6e amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa633d7f3 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb30ee24b cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc04c2e1b cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc741e8d7 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe31d7706 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xecdf935a fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xedada4d9 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf7cf7637 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfce4a904 amdtp_stream_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x52497a12 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x64dd683a snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x170794c9 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1a6500f4 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2c212e57 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x38159372 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x48e7c469 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8c73e30a snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe0ae3942 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf4ea1a9a snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x15826e3d snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5fa234d6 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb4f3aa24 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf9119531 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x95b724d8 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb4afe5b2 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-i2c 0x31bd90b2 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x64163fe0 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8c06049c snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa1bd784c snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbe4c40b8 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf5b5b9f6 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2523a322 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2b9591d1 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x315ff56f snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x42115b30 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7cffbc23 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb9f69660 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc88d88b0 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcda7a57a snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xea11f4d3 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf8bf2c92 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x07099467 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x26a7f2c2 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2f24a37a snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2fe6a97c snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x33c9f638 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4830931f snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4952f677 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6254af3c snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x68bb39b0 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7228f829 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8135e25a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97b51bdb snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc27c6fac snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc3897358 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcdb89c54 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdb71d552 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf6293687 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x54d126ed snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xeedfb870 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf09173f4 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b6f984d oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1ea7fccc oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x224b8e07 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x306370f4 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x324bb811 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3fd7abdf oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x464eecc3 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x599a6600 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6e8723e1 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x74f44961 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7cfb0acd oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x80267979 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8c1c97a7 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa1ac5ed1 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaf3383cf oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb04e9dc9 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb59fb64f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca4f06d5 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe76333e9 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf90a6c21 oxygen_write16_masked +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x30d748f8 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x92b0cbe8 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc2cd3fe3 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xe6b82b9b snd_soc_acpi_amd_vangogh_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x2067d5b2 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x319e7bb0 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x459294d2 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xb8a7b3e7 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xe63d9d83 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xec98d00b tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0586518a aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0e3fa203 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xf5dc0188 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xdee48c92 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xf3c833d1 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x11d1b308 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 0x8dd55132 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 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 0xfdb8ccd8 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x49473fba fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xa301ee23 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf659380b fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0x9bed9674 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soundcore 0x03c89b46 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x04b98b4f register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x15abd095 sound_class +EXPORT_SYMBOL sound/soundcore 0x2ee52754 register_sound_dsp +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/soundcore 0xece838cb register_sound_special +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 0xbecb5f1b __snd_usbmidi_create +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 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001dfafe vga_client_register +EXPORT_SYMBOL vmlinux 0x001f3817 mtree_store +EXPORT_SYMBOL vmlinux 0x0034110b devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x003a7a96 h_ipi_redirect +EXPORT_SYMBOL vmlinux 0x003d8f62 page_mapping +EXPORT_SYMBOL vmlinux 0x0058d815 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x00597ed4 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x00719d4e ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x00778626 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x007f368e sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x009249fe gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x0094ebc0 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x00b0d4f1 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00bc5c74 task_work_add +EXPORT_SYMBOL vmlinux 0x00cd056b netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00db61c3 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x00ea9ed8 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x00f552cb flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x013482ee sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x0140c525 gen_pool_create +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x016e5f6d user_path_at_empty +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 0x01982074 xa_set_mark +EXPORT_SYMBOL vmlinux 0x01ac85ed sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x01ae2b1c simple_write_begin +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01ca0735 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x01e80408 timer_interrupt +EXPORT_SYMBOL vmlinux 0x01f2a7a4 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0206f8be tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x02097e03 phy_start +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02188689 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x021a331d configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x023321c4 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0257bdc5 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x025c1602 __debugger_sstep +EXPORT_SYMBOL vmlinux 0x02713192 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a5ac9a dst_discard_out +EXPORT_SYMBOL vmlinux 0x02a6a849 dentry_open +EXPORT_SYMBOL vmlinux 0x02b3a92d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x02b7d5df eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c3c40e __debugger_break_match +EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies +EXPORT_SYMBOL vmlinux 0x02e24797 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x02e6d4d1 dquot_commit +EXPORT_SYMBOL vmlinux 0x02e70d0c ps2_end_command +EXPORT_SYMBOL vmlinux 0x02ea07c8 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x02f99151 clear_nlink +EXPORT_SYMBOL vmlinux 0x02fb524e security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x0324ac7a phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x0330cb22 rproc_free +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0338023a pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x033b6f1f napi_gro_frags +EXPORT_SYMBOL vmlinux 0x033db3d2 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x03530dc7 free_task +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 0x036823d5 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x0372abd9 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03805c71 vfs_mknod +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03829596 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039ddb93 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x039eafe8 drop_nlink +EXPORT_SYMBOL vmlinux 0x03b08b78 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bc0347 pci_pme_active +EXPORT_SYMBOL vmlinux 0x03eed3bc ip_defrag +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04008e3b ns_capable +EXPORT_SYMBOL vmlinux 0x04017e78 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x04061a40 tso_start +EXPORT_SYMBOL vmlinux 0x0425b897 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0449ee14 config_group_find_item +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x044f2404 mmc_free_host +EXPORT_SYMBOL vmlinux 0x0452e105 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x0462831f blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x04712138 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04779273 pnv_cxl_get_irq_count +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 0x048ec834 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x049466bd padata_free_shell +EXPORT_SYMBOL vmlinux 0x04a71c4f bprm_change_interp +EXPORT_SYMBOL vmlinux 0x04ae1a88 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x04c0f0c5 napi_enable +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f158be cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x04f33afc inet6_del_offload +EXPORT_SYMBOL vmlinux 0x0500c565 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x0512d4d4 of_device_is_available +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05244baa skb_split +EXPORT_SYMBOL vmlinux 0x0535c1fa netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x0542d2ef dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x054c70fa of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0588525c __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x05ae8192 nonseekable_open +EXPORT_SYMBOL vmlinux 0x05af7ac3 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x05b2968c regset_get_alloc +EXPORT_SYMBOL vmlinux 0x05bebf15 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x05c0a864 tty_lock +EXPORT_SYMBOL vmlinux 0x05c0c468 kill_anon_super +EXPORT_SYMBOL vmlinux 0x05e60715 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x06015ea1 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062ce580 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x065eedd8 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06698159 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x067b3c45 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x068040c6 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x0686799c trace_event_printf +EXPORT_SYMBOL vmlinux 0x06a084e0 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x06a705bc mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06ae1522 dev_load +EXPORT_SYMBOL vmlinux 0x06bed986 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d3dd55 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x06efeb2c devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x06f677c3 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x070193e4 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0725afce xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x072a7e3d udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073ecd99 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x074140ed netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x074bbc4a dst_init +EXPORT_SYMBOL vmlinux 0x0753fecc rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x0755e32c mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x075b3f26 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x07729572 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x077343c1 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x077caae2 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x0795ffe9 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x079fbd1d sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c860cc fd_install +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d93464 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x07f1383a nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07fc4917 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08147c5c ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x08184be1 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x0819b49a vma_set_file +EXPORT_SYMBOL vmlinux 0x081ea30f __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x0826da90 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x082ba02d lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082eb4f5 param_ops_uint +EXPORT_SYMBOL vmlinux 0x08301f64 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x08326a41 sock_pfree +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08442da3 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x084eae0b __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x08504ef9 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x0853c18f input_register_device +EXPORT_SYMBOL vmlinux 0x085b10f0 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x08626b9e input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x088078eb seq_path +EXPORT_SYMBOL vmlinux 0x0881dd7d kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x08824aaa bio_copy_data +EXPORT_SYMBOL vmlinux 0x08843b88 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x0897103b ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x08a46f51 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x08b71381 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x08c908a2 vga_get +EXPORT_SYMBOL vmlinux 0x08d8da6d set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x08de670b d_obtain_root +EXPORT_SYMBOL vmlinux 0x08fcf19d simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x0906f177 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x09101c07 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x0921811a inode_init_always +EXPORT_SYMBOL vmlinux 0x092fc33f twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x093154e7 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x0932448c finish_no_open +EXPORT_SYMBOL vmlinux 0x0958fe73 kthread_bind +EXPORT_SYMBOL vmlinux 0x096a7e99 mutex_lock +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0976bf44 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x098a1668 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09935da5 md_update_sb +EXPORT_SYMBOL vmlinux 0x09aec716 simple_statfs +EXPORT_SYMBOL vmlinux 0x09cd9f8b setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09ea2686 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a08945f inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0a0c3c09 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a22e659 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x0a291bf1 update_devfreq +EXPORT_SYMBOL vmlinux 0x0a4cf7d0 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x0a5a65fe dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x0a600724 pci_restore_state +EXPORT_SYMBOL vmlinux 0x0a604f5b __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8b40a5 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0a915dcb devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x0a9f5d2c arp_create +EXPORT_SYMBOL vmlinux 0x0aa0a5c5 tcp_connect +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aaf245c consume_skb +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b2f3ac3 flow_rule_match_ipsec +EXPORT_SYMBOL vmlinux 0x0b3b422a kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x0b4cbb6c inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x0b5e1b23 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8ecd20 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x0b9f1d81 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0baf2717 fb_show_logo +EXPORT_SYMBOL vmlinux 0x0bb159ce security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcc8139 register_md_personality +EXPORT_SYMBOL vmlinux 0x0bd0c1f8 register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x0be583ea twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x0be5fcc5 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x0be97d1e input_match_device_id +EXPORT_SYMBOL vmlinux 0x0be9a2b0 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf13659 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x0bf36885 do_wait_intr +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c0e5f11 inode_update_time +EXPORT_SYMBOL vmlinux 0x0c1805ab tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x0c1cce31 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x0c1edcea noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c49fbc6 inet_release +EXPORT_SYMBOL vmlinux 0x0c51bf2f sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x0c690f82 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c96d99b seq_dentry +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 0x0cd45670 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ce72995 devm_clk_get +EXPORT_SYMBOL vmlinux 0x0cf716c4 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x0cf98ca0 __xa_alloc +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0a5789 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d185224 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x0d19d0ee tso_build_hdr +EXPORT_SYMBOL vmlinux 0x0d2c560b tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d350e64 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x0d39aed2 scsi_device_put +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d784e62 sock_i_ino +EXPORT_SYMBOL vmlinux 0x0d7bf286 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x0d8200e5 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x0d8ae89d param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x0d900cf5 vme_irq_request +EXPORT_SYMBOL vmlinux 0x0d932a63 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x0dca3b60 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x0dda22c0 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x0df15149 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0df87717 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x0df9946c bio_chain +EXPORT_SYMBOL vmlinux 0x0e01d57a nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1a363c scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0e284df6 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e49cd9f blk_integrity_register +EXPORT_SYMBOL vmlinux 0x0e4b13fa gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x0e522a33 __folio_put +EXPORT_SYMBOL vmlinux 0x0e60af2a scsi_host_busy +EXPORT_SYMBOL vmlinux 0x0e7cf1e0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x0e8884ca dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eaa51d1 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x0eb0add1 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0eceada8 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x0ed606d2 locks_init_lock +EXPORT_SYMBOL vmlinux 0x0ede4a0e dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x0eed2c8f blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x0f067172 tty_register_driver +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1b23f8 console_start +EXPORT_SYMBOL vmlinux 0x0f225d92 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x0f287d05 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x0f32a7c1 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x0f405d84 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x0f5f8a53 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x0f7c8095 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f88071e ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x0f96c037 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x0f9b01ed flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x0fa1e668 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc37f7c ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x0fd2873d dev_open +EXPORT_SYMBOL vmlinux 0x0fd2e027 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff4afb5 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x0ff7fce3 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x0ffd6560 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x1011fbcf __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x1026fdb7 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102e36b7 sock_create_kern +EXPORT_SYMBOL vmlinux 0x1031a5de deactivate_super +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104fe7a2 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x10502820 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x106660a1 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1092901b mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x109eb8d2 load_nls_default +EXPORT_SYMBOL vmlinux 0x10a61f3b blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x10af2dad phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e0f124 __pud_index_size +EXPORT_SYMBOL vmlinux 0x10e31bc3 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e739c0 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x10e744c8 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x10ed29c6 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x10fe4894 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111fa7c9 qe_pin_set_dedicated +EXPORT_SYMBOL vmlinux 0x1120f3de xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x112e1bc1 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x11658d52 sock_edemux +EXPORT_SYMBOL vmlinux 0x116bad81 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x11b8ee29 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x11bda6f7 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x11c2d767 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x11c8f715 lookup_one_len +EXPORT_SYMBOL vmlinux 0x11d06fef generic_write_end +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1211dea0 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x1237073c inet_ioctl +EXPORT_SYMBOL vmlinux 0x12388f53 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x12397de7 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x125290c5 tty_write_room +EXPORT_SYMBOL vmlinux 0x125fc3cc folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x12602117 page_pool_create +EXPORT_SYMBOL vmlinux 0x12709a06 start_tty +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x128a8936 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x128e101c netdev_info +EXPORT_SYMBOL vmlinux 0x1297644e follow_up +EXPORT_SYMBOL vmlinux 0x129d3398 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x12af5415 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x12b11fa1 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x12be2f5b of_device_register +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12da0c5c xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x12dd4cd9 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x12f04a0b phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13224399 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x1324c033 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x13276f56 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x133eed38 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x1341c57f mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x1346c265 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x13676218 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x136864cf tcp_ioctl +EXPORT_SYMBOL vmlinux 0x137d012e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x1398ca34 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13dbf41d proto_register +EXPORT_SYMBOL vmlinux 0x13e1b2d5 current_stack_frame +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x1403125c of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x140da63b devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x14160fff blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x141846bb bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1419f710 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146436e8 netlink_set_err +EXPORT_SYMBOL vmlinux 0x147e0857 gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x1492b38e get_cached_acl +EXPORT_SYMBOL vmlinux 0x14a2b413 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x14a47477 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x14b0b5e9 vfs_symlink +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e51503 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x14ffc833 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x1500fcf7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x15076cf0 __of_mdiobus_register +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 0x157c215f key_revoke +EXPORT_SYMBOL vmlinux 0x157dac81 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x15b0ca5f unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x15b2d71b netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x15b7791b ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15ca8a62 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x15d823d5 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x16037a0a phy_connect +EXPORT_SYMBOL vmlinux 0x16239834 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162b4767 km_state_expired +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163c06d7 file_modified +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16aaecde write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x16b222cb get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x16c6430f pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x16d0a8db __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16ede154 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x17018290 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x17062c64 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x171d8a47 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x17219f3c kern_unmount_array +EXPORT_SYMBOL vmlinux 0x17227508 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x174e3030 cad_pid +EXPORT_SYMBOL vmlinux 0x174ef53d agp_backend_release +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x17702bb5 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x17711b7c qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x1773beed md_flush_request +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17ad0562 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x17af25d9 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x17b073da tty_port_init +EXPORT_SYMBOL vmlinux 0x17b347a0 kobject_set_name +EXPORT_SYMBOL vmlinux 0x17b6145a sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x17cf5ec1 iterate_fd +EXPORT_SYMBOL vmlinux 0x17d8b330 mtree_store_range +EXPORT_SYMBOL vmlinux 0x17e961c6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x17ef3544 swake_up_one +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17fc4f67 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x1806152a is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x1817738f rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x181f7c58 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x18255c0d __init_rwsem +EXPORT_SYMBOL vmlinux 0x182ae61d setattr_prepare +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183f6069 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x1874991a pcie_get_mps +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187ad317 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1890a0e8 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x189f1918 kill_litter_super +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18ebb955 fb_find_mode +EXPORT_SYMBOL vmlinux 0x18f94a02 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x1902997a tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x190bc095 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1916bab2 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x191909e1 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x19246130 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x1945624a generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0x194669fb filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x195852fe dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x195c9397 md_handle_request +EXPORT_SYMBOL vmlinux 0x196a5a99 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x1975844f dup_iter +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198dbad3 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a52176 import_single_range +EXPORT_SYMBOL vmlinux 0x19a8639c xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x19b16b34 up_read +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d68628 xa_get_mark +EXPORT_SYMBOL vmlinux 0x19dd65ad ppp_input_error +EXPORT_SYMBOL vmlinux 0x19e65b10 mach_pseries +EXPORT_SYMBOL vmlinux 0x1a01fd21 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x1a08e5cc path_is_under +EXPORT_SYMBOL vmlinux 0x1a0f57ca radix__local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x1a196a8f iptun_encaps +EXPORT_SYMBOL vmlinux 0x1a2f971f udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x1a3f61e6 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa2b3f1 tlbie_capable +EXPORT_SYMBOL vmlinux 0x1aa60426 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x1aac3404 param_set_short +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad06ae6 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x1ae7db77 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1af718dd __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x1afdc244 mutex_trylock +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b20cb61 default_llseek +EXPORT_SYMBOL vmlinux 0x1b24d1e0 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b3d8681 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x1b625d33 enable_kernel_vsx +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68fbc3 zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x1b76b85e vio_register_device_node +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7bf4f5 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b927385 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x1b962a4d prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x1b97baf9 __find_get_block +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1baa1662 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x1baba22b qe_pin_request +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bd39c03 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be946f6 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x1bf177bc tcp_release_cb +EXPORT_SYMBOL vmlinux 0x1bfea58b fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x1c060505 phy_disconnect +EXPORT_SYMBOL vmlinux 0x1c0fdcfd generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1c1407ff fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x1c1519c2 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x1c3268d9 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c4286dd mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x1c605c02 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x1c637c1b __nlmsg_put +EXPORT_SYMBOL vmlinux 0x1c71f385 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x1c751fd9 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1c7b9307 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x1c7cfdb1 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x1c82b4ae netif_carrier_off +EXPORT_SYMBOL vmlinux 0x1c910787 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x1ca1b1be radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd4c238 inet_select_addr +EXPORT_SYMBOL vmlinux 0x1cd88ef0 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x1cde0a51 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x1ce15d0a __irq_regs +EXPORT_SYMBOL vmlinux 0x1cf0f284 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x1d06b24e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d4f84fc xp_free +EXPORT_SYMBOL vmlinux 0x1d5c4be9 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x1d669a8b __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1d6ea031 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1dadcaee tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd2264e of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd60a8f fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x1dde123e vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de5cff5 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x1df5eff1 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x1dfbeaf5 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x1dfddab3 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e14f63a security_d_instantiate +EXPORT_SYMBOL vmlinux 0x1e1992cc __memset64 +EXPORT_SYMBOL vmlinux 0x1e19b568 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x1e1a09b7 clk_add_alias +EXPORT_SYMBOL vmlinux 0x1e1a7c56 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x1e1d142e d_prune_aliases +EXPORT_SYMBOL vmlinux 0x1e2fca9d jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x1e6912b7 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6d45ee of_phy_connect +EXPORT_SYMBOL vmlinux 0x1e720bdf mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x1e843e66 __netif_rx +EXPORT_SYMBOL vmlinux 0x1e875885 add_wait_queue +EXPORT_SYMBOL vmlinux 0x1e89ef9c agp_bind_memory +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ecd5e60 posix_test_lock +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1f0eeccf xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x1f0f8930 simple_lookup +EXPORT_SYMBOL vmlinux 0x1f2133e3 _dev_notice +EXPORT_SYMBOL vmlinux 0x1f2346f8 keyring_clear +EXPORT_SYMBOL vmlinux 0x1f268e08 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x1f31a406 genl_notify +EXPORT_SYMBOL vmlinux 0x1f50e7a3 ethtool_notify +EXPORT_SYMBOL vmlinux 0x1f5491c3 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x1f56ab35 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1f5da01b param_set_charp +EXPORT_SYMBOL vmlinux 0x1f73ff96 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x1fb46ac8 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1feb71f0 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x1ff6760b __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x1ffa6488 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x1fff4d68 vme_bus_num +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200ad5e5 i2c_transfer +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2015db6e pps_unregister_source +EXPORT_SYMBOL vmlinux 0x2017935e __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x201f7787 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x2054aa41 netif_rx +EXPORT_SYMBOL vmlinux 0x20775c22 ps2_drain +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cbb14d dget_parent +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d6ce8b cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x20d8d990 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x20e69189 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x20e6bc81 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x20f86b27 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x20fe9e12 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x211b18b6 d_invalidate +EXPORT_SYMBOL vmlinux 0x211e1e01 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x212148e9 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x212321ac nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2150bd0d pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x215a5f48 param_ops_long +EXPORT_SYMBOL vmlinux 0x216c8e78 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x216dc12d phy_device_free +EXPORT_SYMBOL vmlinux 0x21741363 sock_bind_add +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21b60242 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x21bca98a msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21cab62f of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x21df96fd jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x21e08ec0 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e8a826 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21f1d645 is_subdir +EXPORT_SYMBOL vmlinux 0x21f71807 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x22043f12 make_kprojid +EXPORT_SYMBOL vmlinux 0x2229d8f8 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x222e78db sock_wake_async +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2239ba56 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x223b1e01 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x2248a0ff dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x225ab761 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x225bc6d0 tty_kref_put +EXPORT_SYMBOL vmlinux 0x225cb611 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x22692c36 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x227fc033 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x228cded5 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x229b468c __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x229bf0c8 mmc_request_done +EXPORT_SYMBOL vmlinux 0x229c974b tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x22a59cb5 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x22acd80e jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22ce5560 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x22cf8c5b blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x22dd1793 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x22f8bee0 __destroy_inode +EXPORT_SYMBOL vmlinux 0x23040074 vme_slot_num +EXPORT_SYMBOL vmlinux 0x230b6a07 __alloc_skb +EXPORT_SYMBOL vmlinux 0x233d66df simple_open +EXPORT_SYMBOL vmlinux 0x234d42e7 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x23546f3c devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x235ffdb5 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x2360cd6d fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x2368cfb5 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238b2368 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x239a26c9 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x239ca25f ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x23a0afe1 eth_header_cache +EXPORT_SYMBOL vmlinux 0x23a49dff lease_get_mtime +EXPORT_SYMBOL vmlinux 0x23b5b617 mempool_create +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c43575 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x23ce82bc param_get_ulong +EXPORT_SYMBOL vmlinux 0x23d9ec11 __bio_advance +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23e90253 tcf_block_put +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f261d0 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x23f44637 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x23f7f0cd fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2406745f mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x241c003e xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x241ecc7f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x241fd0b1 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2420de96 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x242168ee ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x2439dc1e path_get +EXPORT_SYMBOL vmlinux 0x243c5060 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245b0cf2 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x245e7f62 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x2472e8b1 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x2498d49f block_write_begin +EXPORT_SYMBOL vmlinux 0x249c9c8c netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x249f4ef9 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x24ae00d2 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x24b392b5 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x24b993ec path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x24bb19e2 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x24bd4de3 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x24bf533d scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x24c1ba24 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x24c977da vfs_getattr +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24da48b5 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250733b5 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x250788f0 rename_lock +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252478fe mmc_get_card +EXPORT_SYMBOL vmlinux 0x2526d747 pci_select_bars +EXPORT_SYMBOL vmlinux 0x2541ef5d inet_getname +EXPORT_SYMBOL vmlinux 0x25458337 serio_rescan +EXPORT_SYMBOL vmlinux 0x254c9287 ioremap +EXPORT_SYMBOL vmlinux 0x255eeb84 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25ced322 devm_free_irq +EXPORT_SYMBOL vmlinux 0x25d611c7 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x25da5275 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x25df1c9e sock_no_listen +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f03a77 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x2623730c scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x2632d6a6 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x2641f060 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x265296e1 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x2654fedf dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x265e73de dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x266a7fc8 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x266de91f tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x2672836d ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x2677a706 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x2679e36e register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x2699e911 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x269f96ca generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x26be8286 pci_request_irq +EXPORT_SYMBOL vmlinux 0x26c48a96 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x26c6de43 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x26d46fb3 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e50438 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26eccfd0 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26fd2609 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272b01ca path_put +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273fb287 tty_hangup +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a75ae inetdev_by_index +EXPORT_SYMBOL vmlinux 0x274d283d ___pskb_trim +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x275fb938 pmem_sector_size +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 0x27940b27 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x27977fbd xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x279fafb1 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x27a0154f nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x27a0b14b abort_creds +EXPORT_SYMBOL vmlinux 0x27a0d4c6 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c8d3a3 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x27cb0809 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d61ac4 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x27f01f60 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x27f37fec __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x27f7afc5 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x27fd61f6 skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0x2810e737 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2827d8fb pci_enable_msi +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x283dd03f skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x28409f43 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x2842455c skb_clone_sk +EXPORT_SYMBOL vmlinux 0x28619611 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x28759601 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2886290c eth_get_headlen +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28b8730a blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x28bc7612 sock_i_uid +EXPORT_SYMBOL vmlinux 0x28c53c6b page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x28cce9bd get_phy_device +EXPORT_SYMBOL vmlinux 0x28d02432 rproc_alloc +EXPORT_SYMBOL vmlinux 0x28df77de dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f60f2e inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x28f84221 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x290886fa framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x290eff4c inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x293993f4 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x294026a7 inet6_offloads +EXPORT_SYMBOL vmlinux 0x294b02d3 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297fac7c security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x29886bbc set_capacity +EXPORT_SYMBOL vmlinux 0x29b4e1e4 phy_resume +EXPORT_SYMBOL vmlinux 0x29bd7861 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x29c057f7 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x29d64d6c generic_update_time +EXPORT_SYMBOL vmlinux 0x29d78968 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ebdf8b inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x29f2e4fc devm_memremap +EXPORT_SYMBOL vmlinux 0x29f622ba block_read_full_folio +EXPORT_SYMBOL vmlinux 0x29f8752b address_space_init_once +EXPORT_SYMBOL vmlinux 0x29fb5942 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x2a091ee4 param_ops_charp +EXPORT_SYMBOL vmlinux 0x2a10ab41 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x2a2a58b3 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3c3584 of_property_read_reg +EXPORT_SYMBOL vmlinux 0x2a4e7b82 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x2a4f6aac vfs_create +EXPORT_SYMBOL vmlinux 0x2a5166c9 of_iomap +EXPORT_SYMBOL vmlinux 0x2a5e312a ip_options_compile +EXPORT_SYMBOL vmlinux 0x2a5ef9fd dev_uc_del +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a73838c neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x2a89a6b2 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8d6b1f filemap_splice_read +EXPORT_SYMBOL vmlinux 0x2a8e32b1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a930af6 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9e5889 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x2aa5d1e1 tty_name +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab7b380 neigh_for_each +EXPORT_SYMBOL vmlinux 0x2aba3eb5 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x2ac97465 set_blocksize +EXPORT_SYMBOL vmlinux 0x2ae7789f prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x2af48fa1 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x2b0dc69f giveup_altivec +EXPORT_SYMBOL vmlinux 0x2b194727 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x2b50f735 dm_io +EXPORT_SYMBOL vmlinux 0x2b52852e i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x2b5e9731 of_chosen +EXPORT_SYMBOL vmlinux 0x2b6acf12 iput +EXPORT_SYMBOL vmlinux 0x2b6fcd77 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x2b6fee3b __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2b70f3bd qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x2b887097 set_nlink +EXPORT_SYMBOL vmlinux 0x2b8a0cd4 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2b91edf1 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x2b935d0c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba7a81d bio_init +EXPORT_SYMBOL vmlinux 0x2ba9d760 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x2bb70907 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x2bbe399e netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x2be8ed03 udp_disconnect +EXPORT_SYMBOL vmlinux 0x2bf39846 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x2bf6707e sk_error_report +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c060774 radix__flush_all_mm +EXPORT_SYMBOL vmlinux 0x2c1d081b bio_kmalloc +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c4c2f6e mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x2c5ab384 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x2c626b67 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x2c82256b inode_nohighmem +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c893dfd lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x2ca4a328 eth_header +EXPORT_SYMBOL vmlinux 0x2ca59913 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x2cb3bc39 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x2ccc47ed sock_init_data +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd2a510 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x2ce9ab7b new_inode +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cf68446 mmc_command_done +EXPORT_SYMBOL vmlinux 0x2d0343f8 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2d07b953 pci_release_region +EXPORT_SYMBOL vmlinux 0x2d0e9f66 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1bd163 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3f7247 __block_write_begin +EXPORT_SYMBOL vmlinux 0x2d4b5b9a param_get_charp +EXPORT_SYMBOL vmlinux 0x2d4b9fde genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d7d2d92 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2d90ba39 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9adcb7 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x2dbb5f1d fqdir_exit +EXPORT_SYMBOL vmlinux 0x2dbdfdff peernet2id +EXPORT_SYMBOL vmlinux 0x2dc4e156 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x2dc728ae flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x2dcdea36 chip_to_vas_id +EXPORT_SYMBOL vmlinux 0x2dce19f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x2de56ee0 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x2e089b5b md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x2e09e962 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2e14cf89 current_in_userns +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1fab2f _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e321020 tcp_poll +EXPORT_SYMBOL vmlinux 0x2e50427a kobject_init +EXPORT_SYMBOL vmlinux 0x2e5ef833 pci_dev_put +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e5ff5e1 genphy_read_status +EXPORT_SYMBOL vmlinux 0x2e6c076b devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x2e818dcf skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0x2e834525 bioset_init +EXPORT_SYMBOL vmlinux 0x2e838ef1 dput +EXPORT_SYMBOL vmlinux 0x2e8f4dcb agp_find_bridge +EXPORT_SYMBOL vmlinux 0x2e916ef4 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2eabae06 netdev_features_change +EXPORT_SYMBOL vmlinux 0x2eb13388 paca_ptrs +EXPORT_SYMBOL vmlinux 0x2ebcbd6e devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2edd9134 bdi_alloc +EXPORT_SYMBOL vmlinux 0x2ef110d6 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x2ef17c14 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x2ef48638 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2f000c44 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0682f1 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1655af mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x2f2824f6 arp_xmit +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f811e89 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x2f8264bd gtm_get_timer16 +EXPORT_SYMBOL vmlinux 0x2fa9acf0 bio_put +EXPORT_SYMBOL vmlinux 0x2fc78fcc xa_erase +EXPORT_SYMBOL vmlinux 0x2fcbbd14 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x2fd14ac4 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x2fdaf59d generic_block_bmap +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30109010 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x305bb780 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x3067a3ed udp_seq_stop +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30990eff find_inode_rcu +EXPORT_SYMBOL vmlinux 0x30a702f1 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b46e4a vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30e568e7 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x30e85f10 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x30e8a439 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x30ee23c4 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x31013dac pci_free_irq +EXPORT_SYMBOL vmlinux 0x310ec315 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x310f2b33 inet6_release +EXPORT_SYMBOL vmlinux 0x310fb36f clk_bulk_get +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312c9ce6 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x315e8041 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x31698cbf vm_event_states +EXPORT_SYMBOL vmlinux 0x316f5c25 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x316f7dd2 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x318035ae netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x318cefad blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x318d08a0 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x31928974 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x319576fe dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x31a426b9 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x31ae7219 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x31af839e inet_frag_find +EXPORT_SYMBOL vmlinux 0x31b1a41c __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x31b35cfc blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x31d4cced tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x31f50314 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3217c3a3 __memset32 +EXPORT_SYMBOL vmlinux 0x32190679 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x321aabd9 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32513dcf security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x32688ed6 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x32692fdd of_range_to_resource +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328bd009 folio_alloc +EXPORT_SYMBOL vmlinux 0x32965c8f bdi_put +EXPORT_SYMBOL vmlinux 0x32b7d5b2 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e03c10 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x32e701dd set_disk_ro +EXPORT_SYMBOL vmlinux 0x32ed1af0 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x32f967a0 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x32faef29 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3307d9e3 sg_miter_start +EXPORT_SYMBOL vmlinux 0x330fba3a i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x33179903 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x3327d42e vlan_vid_del +EXPORT_SYMBOL vmlinux 0x332cc2a1 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x33323309 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33543815 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x336525b6 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3374bcaf input_event +EXPORT_SYMBOL vmlinux 0x339f02fb skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x33a52b7b sock_wfree +EXPORT_SYMBOL vmlinux 0x33a93bc3 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x33af7a5a tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bfaeff phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x33dd8921 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x33e6008f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x33eb6280 t10_pi_type3_crc +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 0x3403dd15 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x341b58bc ip_getsockopt +EXPORT_SYMBOL vmlinux 0x342c328f folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x343c4493 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x3441fe23 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x345c8916 strict_msr_control +EXPORT_SYMBOL vmlinux 0x346afdd6 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x346fcdd1 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x3480cfdd set_posix_acl +EXPORT_SYMBOL vmlinux 0x34827006 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x349acb5d skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b76cac tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d23e6a mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x34d8d5df cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x34db4b0a backlight_device_register +EXPORT_SYMBOL vmlinux 0x34deb8cd filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x34e04866 tcp_req_err +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35166192 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351765a0 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0x3520f389 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x35257e6c epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0x352bb201 xa_store +EXPORT_SYMBOL vmlinux 0x352e226e read_cache_page +EXPORT_SYMBOL vmlinux 0x3530c5f0 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354c7aae sget_fc +EXPORT_SYMBOL vmlinux 0x35513c4b genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3560a80e vm_insert_page +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356b0e72 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x356c7021 d_drop +EXPORT_SYMBOL vmlinux 0x3573e0d0 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x35833659 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x35955ec8 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x35963b41 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x3598de8a register_shrinker +EXPORT_SYMBOL vmlinux 0x359e2656 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35aa9ee0 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x35c7d640 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x35d7c86d neigh_app_ns +EXPORT_SYMBOL vmlinux 0x35dd0e62 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x360e42ba flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x361477f6 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x3636d392 radix__flush_pud_tlb_range +EXPORT_SYMBOL vmlinux 0x364673a0 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x364ec734 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x36507715 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36639d9c vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x366587df simple_getattr +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366933b9 tty_check_change +EXPORT_SYMBOL vmlinux 0x366c5885 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3679d31d netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x36842226 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x36a3cb26 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x36e2095b migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x36e54544 mdio_device_create +EXPORT_SYMBOL vmlinux 0x36eaafe2 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x370af119 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x371aba38 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x372fdac0 km_query +EXPORT_SYMBOL vmlinux 0x373345d9 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x373dd54d unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3761e215 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x377b7fea skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x379cb11c blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x37a1915b pin_user_pages +EXPORT_SYMBOL vmlinux 0x37a3c166 scsi_add_device +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c62ddd srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0x37cf2513 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x37e0fd36 import_iovec +EXPORT_SYMBOL vmlinux 0x37f117ab param_set_invbool +EXPORT_SYMBOL vmlinux 0x37f40aa5 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x38026cb6 complete +EXPORT_SYMBOL vmlinux 0x38063ac5 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x380e09e2 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x38100671 tcf_register_action +EXPORT_SYMBOL vmlinux 0x38153adc vio_find_node +EXPORT_SYMBOL vmlinux 0x3818b968 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x383b4b86 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x3848939f scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3861caf2 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x3864404b fb_set_cmap +EXPORT_SYMBOL vmlinux 0x387a4287 page_pool_put_page_bulk +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 0x38c329e3 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x38cd67aa fb_set_var +EXPORT_SYMBOL vmlinux 0x38dded41 dma_fence_init +EXPORT_SYMBOL vmlinux 0x38e0317e ram_aops +EXPORT_SYMBOL vmlinux 0x38e412db of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x38e6da82 arch_free_page +EXPORT_SYMBOL vmlinux 0x38f7f832 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x38fc0647 security_sock_graft +EXPORT_SYMBOL vmlinux 0x3911242b nd_device_register +EXPORT_SYMBOL vmlinux 0x39199653 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3941910c phy_init_hw +EXPORT_SYMBOL vmlinux 0x39451bce tty_unlock +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3957220b i2c_verify_client +EXPORT_SYMBOL vmlinux 0x3960b0e9 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x397f5823 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x398362e6 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x398c8f7e ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x39955a2f folio_mapping +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a8f032 bpf_link_put +EXPORT_SYMBOL vmlinux 0x39bfd4c0 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d69fe2 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x3a10c5b5 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x3a341a54 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x3a43b7fe pci_clear_master +EXPORT_SYMBOL vmlinux 0x3a4af017 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a619c76 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x3a6a6377 __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x3a78fae1 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x3a7a292f netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x3a7a8220 devm_memunmap +EXPORT_SYMBOL vmlinux 0x3a875620 __xa_store +EXPORT_SYMBOL vmlinux 0x3a89da9e generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x3a93cfc0 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ab92c4a xfrm_state_update +EXPORT_SYMBOL vmlinux 0x3abaacec alloc_fddidev +EXPORT_SYMBOL vmlinux 0x3acd80f5 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3afa84bc zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3b10f604 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x3b235912 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x3b31e159 poll_freewait +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b4f2257 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x3b51bc69 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x3b620d33 tls_alert_recv +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6e6013 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x3b6f3c4a dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x3b707489 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3bb2feff tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x3bbbb189 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x3be00f7e icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x3bfa94fd __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x3bfb09fa gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x3c0d7f7d dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c22ec1c handshake_req_private +EXPORT_SYMBOL vmlinux 0x3c2f26b3 d_make_root +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3ad5d6 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c43d227 skb_push +EXPORT_SYMBOL vmlinux 0x3c577e7f vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x3c582e46 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x3c5fc4e4 __folio_alloc +EXPORT_SYMBOL vmlinux 0x3c6056bb blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x3c82678e request_key_rcu +EXPORT_SYMBOL vmlinux 0x3c8b0880 bioset_exit +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc7c938 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ceb452b unlock_page +EXPORT_SYMBOL vmlinux 0x3cf15697 get_tree_single +EXPORT_SYMBOL vmlinux 0x3cf2d29d __skb_checksum +EXPORT_SYMBOL vmlinux 0x3cf36e87 rt6_lookup +EXPORT_SYMBOL vmlinux 0x3cfe79e7 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x3d0b1b13 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x3d0f4adc get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x3d248424 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x3d40ff38 pps_event +EXPORT_SYMBOL vmlinux 0x3d47a271 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x3d565aac inet_del_offload +EXPORT_SYMBOL vmlinux 0x3d83b0ba security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x3d89bad4 register_framebuffer +EXPORT_SYMBOL vmlinux 0x3d91285a seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3da488f0 unregister_binfmt +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 0x3dbb33b9 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x3dcb7035 skb_tx_error +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcffed6 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x3dde71c2 pci_find_capability +EXPORT_SYMBOL vmlinux 0x3de856c0 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x3decd546 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e140011 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x3e1c007e skb_copy_header +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e7cf3f7 sock_from_file +EXPORT_SYMBOL vmlinux 0x3e84c821 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f086b61 bio_reset +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f2d8b22 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f34c625 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5995f4 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x3f5d95dd file_remove_privs +EXPORT_SYMBOL vmlinux 0x3f656d9c dst_alloc +EXPORT_SYMBOL vmlinux 0x3f6fb349 vm_map_pages +EXPORT_SYMBOL vmlinux 0x3f7f2f00 inet6_bind +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa1ca79 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3fb15336 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd0da23 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3ff202d1 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x400a8968 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0x400bd4e3 pci_request_regions +EXPORT_SYMBOL vmlinux 0x405512ff ns_capable_setid +EXPORT_SYMBOL vmlinux 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL vmlinux 0x40713722 __bforget +EXPORT_SYMBOL vmlinux 0x40740143 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x407c0ae2 key_move +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409c8295 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x40a4916f dma_fence_get_stub +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 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e22042 dqput +EXPORT_SYMBOL vmlinux 0x40f41d9b pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x40f428d0 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x411708f5 skb_expand_head +EXPORT_SYMBOL vmlinux 0x4128bebb blk_start_plug +EXPORT_SYMBOL vmlinux 0x4128faac devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41311277 udp_seq_next +EXPORT_SYMBOL vmlinux 0x413ab468 sock_no_accept +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x415c8125 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x4162f4b8 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x4173ac35 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x4188394a cdev_alloc +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4189f79a pci_get_device +EXPORT_SYMBOL vmlinux 0x41a6ebd0 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x41abd4db _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x41b2b5aa no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x41b9751e dquot_scan_active +EXPORT_SYMBOL vmlinux 0x41c4a393 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x42012147 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x420203b2 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x42371052 finish_swait +EXPORT_SYMBOL vmlinux 0x423f7340 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4251edc0 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x42736793 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x427525ab mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x42d56972 rproc_detach +EXPORT_SYMBOL vmlinux 0x42db5b5f do_clone_file_range +EXPORT_SYMBOL vmlinux 0x42ec52ad ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f60cc5 __register_nls +EXPORT_SYMBOL vmlinux 0x4301f6a3 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43055e38 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x43136ef4 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x4349e40c __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437e5e16 netif_device_attach +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438a5edc validate_slab_cache +EXPORT_SYMBOL vmlinux 0x4397655e mdio_device_free +EXPORT_SYMBOL vmlinux 0x43a1e6af security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43b61ba5 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c82edf wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x43ca51bd mr_dump +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d967f9 inet6_getname +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fa74b7 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x4403aeed param_set_bool +EXPORT_SYMBOL vmlinux 0x440a8c72 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x442c10ed uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x4443f01c dquot_disable +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444760ee tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x4456a5c7 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x4460f107 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44689bfb netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x446dec79 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x447d4246 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x4488bc8a prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x448ab679 sk_ioctl +EXPORT_SYMBOL vmlinux 0x448f3763 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x44a2fca2 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x44b51720 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x44b5c41b proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x44d1c83b elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x44d52c35 __fs_parse +EXPORT_SYMBOL vmlinux 0x44da9814 radix__flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x44ddc7e1 vfs_unlink +EXPORT_SYMBOL vmlinux 0x44e03d3a gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f4785b phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x450067f3 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45046ca7 vga_put +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 0x45359ed9 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454133c4 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x45775433 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458fe2d5 mach_powernv +EXPORT_SYMBOL vmlinux 0x4595af00 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x45abc9d9 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x45b148f1 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x45bfb7f6 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x45c6a691 dump_emit +EXPORT_SYMBOL vmlinux 0x45d63c29 generic_perform_write +EXPORT_SYMBOL vmlinux 0x45e34172 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x46001d34 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x4602ee60 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x460b457d cdev_set_parent +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4618067a dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x4618f996 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46456099 find_vma +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4674ec42 __pgd_val_bits +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4694ab70 slab_build_skb +EXPORT_SYMBOL vmlinux 0x4697b281 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46ace619 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d11fd2 tcp_prot +EXPORT_SYMBOL vmlinux 0x46d18a3f page_symlink +EXPORT_SYMBOL vmlinux 0x46e1c4ae vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x46f9f2b5 xa_find_after +EXPORT_SYMBOL vmlinux 0x46fb8d33 kern_unmount +EXPORT_SYMBOL vmlinux 0x46fc58b3 dma_resv_init +EXPORT_SYMBOL vmlinux 0x470329d4 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x470ec548 param_set_copystring +EXPORT_SYMBOL vmlinux 0x471b19fe sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x471d692a sock_no_linger +EXPORT_SYMBOL vmlinux 0x47247b61 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x4739de9c kill_pgrp +EXPORT_SYMBOL vmlinux 0x473ee34d posix_lock_file +EXPORT_SYMBOL vmlinux 0x4744eeb9 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x474a8482 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x476da5dd inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4771e9d5 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x4798874c dev_add_offload +EXPORT_SYMBOL vmlinux 0x47a0dd24 clear_user_page +EXPORT_SYMBOL vmlinux 0x47a0e4c0 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x47ba04a0 md_check_recovery +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 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47e66826 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x48031666 input_register_handle +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48259e4f netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482a37b5 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x483e937b security_sk_clone +EXPORT_SYMBOL vmlinux 0x48410cfb __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4844da42 __xfrm_route_forward +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 0x4863da30 inet6_protos +EXPORT_SYMBOL vmlinux 0x486c17db __xa_erase +EXPORT_SYMBOL vmlinux 0x48730431 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x487d2999 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x487ee786 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x4885aff5 md_reload_sb +EXPORT_SYMBOL vmlinux 0x488a4b62 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x488bd7e3 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x489afc50 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b7023f sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bbecf5 dev_uc_init +EXPORT_SYMBOL vmlinux 0x48bd35ba inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x48cdb0f1 configfs_register_group +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48ede15d flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x48f05681 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x48f44a52 lease_modify +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4914378c dev_get_stats +EXPORT_SYMBOL vmlinux 0x491fd638 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x4929eccb netdev_update_features +EXPORT_SYMBOL vmlinux 0x492b5cf5 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x493c25fb compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x4949664b trace_seq_acquire +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4956bbca tty_vhangup +EXPORT_SYMBOL vmlinux 0x495f5016 netif_device_detach +EXPORT_SYMBOL vmlinux 0x496d4f2e pci_pme_capable +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x4972ffe6 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x497393fe mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49891bca __ip_dev_find +EXPORT_SYMBOL vmlinux 0x498feb3b agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a21831 inet_offloads +EXPORT_SYMBOL vmlinux 0x49ade103 scsi_done +EXPORT_SYMBOL vmlinux 0x49c0483a irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x49d2670a __lock_buffer +EXPORT_SYMBOL vmlinux 0x49e99714 mt_find +EXPORT_SYMBOL vmlinux 0x49eeefaf jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x49f1616e cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x4a12b3ed freeze_bdev +EXPORT_SYMBOL vmlinux 0x4a2f2aca bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a55c8ea ioremap_wc +EXPORT_SYMBOL vmlinux 0x4a596acd dcb_setapp +EXPORT_SYMBOL vmlinux 0x4a6856c1 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x4a890de2 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x4a895dac mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +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 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1a0ce0 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b404a8a dquot_drop +EXPORT_SYMBOL vmlinux 0x4b4289c3 input_grab_device +EXPORT_SYMBOL vmlinux 0x4b47e799 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x4b5aeeb5 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x4b6461b3 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x4b72b01d pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x4b8736b6 inet_bind +EXPORT_SYMBOL vmlinux 0x4b91eed5 pci_release_resource +EXPORT_SYMBOL vmlinux 0x4b9f599f tty_do_resize +EXPORT_SYMBOL vmlinux 0x4ba33361 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x4bb2e50a mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x4bb6e3ef folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x4bd5a371 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c44625f agp_copy_info +EXPORT_SYMBOL vmlinux 0x4c469d9a mmc_release_host +EXPORT_SYMBOL vmlinux 0x4c5057eb iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x4c779a48 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x4c78f1d6 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x4c7d10a3 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x4c856292 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x4ca0d73a remap_pfn_range +EXPORT_SYMBOL vmlinux 0x4cae4074 proc_dobool +EXPORT_SYMBOL vmlinux 0x4cc6534b cpu_l2_cache_map +EXPORT_SYMBOL vmlinux 0x4ce59d69 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x4cfc1970 tty_port_close +EXPORT_SYMBOL vmlinux 0x4d09748c mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x4d3c5c49 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x4d5411c9 revert_creds +EXPORT_SYMBOL vmlinux 0x4d5d6479 simple_get_link +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6ae35f rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x4d80d2e5 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da1b175 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da6a685 fb_io_read +EXPORT_SYMBOL vmlinux 0x4db99462 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x4dc9ab58 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x4dd53bf3 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x4dd9b479 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x4de04c38 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x4de82e14 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e263076 ip_output +EXPORT_SYMBOL vmlinux 0x4e3107d9 skb_append +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e40457b pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5cdb29 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x4e654a5b skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x4e65ff73 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e69c877 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e71b1d9 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x4e8f45c9 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x4e96fd14 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x4e97c6b7 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb7ae3d hvc_get_chars +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ed1f334 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x4ed20344 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x4ed35ea2 copy_splice_read +EXPORT_SYMBOL vmlinux 0x4edfecb4 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x4ef0ab1b gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x4efe8d31 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x4f03cb9e pcibus_to_node +EXPORT_SYMBOL vmlinux 0x4f08dc39 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x4f0a393e inet_reqsk_alloc +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 0x4f3e7202 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x4f42fb45 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x4f4e7983 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x4f59a811 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x4f5b3f27 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x4f6c854e genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x4f87cfbb simple_unlink +EXPORT_SYMBOL vmlinux 0x4f88843c eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x4f8ac434 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x4f8e548a ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x4f971b73 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4fa0074b of_get_mac_address +EXPORT_SYMBOL vmlinux 0x4fa65563 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x4fda29d1 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe24cf3 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x4ff5e582 __ps2_command +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c097 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x500f1d19 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x501c0ac1 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x5025ebf2 pci_match_id +EXPORT_SYMBOL vmlinux 0x502edcb8 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x5037e962 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x5053d3a4 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5079c9d7 __pte_index_size +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508e9084 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b19f67 lookup_one +EXPORT_SYMBOL vmlinux 0x50b4723b md_register_thread +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 0x50ca750b dev_change_flags +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50cfb8a9 dcb_setrewr +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d28ec6 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x50ecb72a devm_request_resource +EXPORT_SYMBOL vmlinux 0x50f3c5fd devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x51017f3b cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x510c945a configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x510e1a9b param_ops_ushort +EXPORT_SYMBOL vmlinux 0x513621cf get_fs_type +EXPORT_SYMBOL vmlinux 0x513bdcbb tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5168ff56 ps2_command +EXPORT_SYMBOL vmlinux 0x5174ee66 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x51790d7e udp6_csum_init +EXPORT_SYMBOL vmlinux 0x5194ce10 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x519bb3e7 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x51d67899 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x51f5a062 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x51fde26c udp_seq_start +EXPORT_SYMBOL vmlinux 0x51fe2894 mount_single +EXPORT_SYMBOL vmlinux 0x520d9e7a retire_super +EXPORT_SYMBOL vmlinux 0x520dcd29 unload_nls +EXPORT_SYMBOL vmlinux 0x520f4377 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x523dfc37 fput +EXPORT_SYMBOL vmlinux 0x52478e2e param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x525264dd lock_rename_child +EXPORT_SYMBOL vmlinux 0x52586b55 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x525db41a csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x5268d496 vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5277a540 vc_cons +EXPORT_SYMBOL vmlinux 0x527d49e7 migrate_folio +EXPORT_SYMBOL vmlinux 0x528a3b2d netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x528a75d7 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x52915455 framebuffer_release +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a1a4ad genphy_update_link +EXPORT_SYMBOL vmlinux 0x52c10ecd mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x52cf37b8 devm_clk_put +EXPORT_SYMBOL vmlinux 0x52d12d06 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52d8d0b0 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x52dd4075 release_pages +EXPORT_SYMBOL vmlinux 0x52dfe35c netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x52e32bc8 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x52e487b7 put_disk +EXPORT_SYMBOL vmlinux 0x52e896fd mmu_feature_keys +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ef6203 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x52f51406 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x52fd8764 mtree_erase +EXPORT_SYMBOL vmlinux 0x5308e350 __vmalloc_start +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53236a22 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x532806f9 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x5329ebb4 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x53402930 of_find_property +EXPORT_SYMBOL vmlinux 0x53493a0f iov_iter_npages +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x537ba7ce dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x538d4e88 dma_pool_create +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a6f2ae posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x53abc327 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x53b02d53 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x53b0cf87 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x53b92376 single_open +EXPORT_SYMBOL vmlinux 0x53c18ef5 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x53c5ca42 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x53c9d864 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x53e78a1d padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53fd7272 mr_table_dump +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x5417876b tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x541c7a3e flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x541e7733 xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x5433d460 param_ops_string +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x543f8778 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x5458bdef input_inject_event +EXPORT_SYMBOL vmlinux 0x547b2196 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x548bf60a proc_douintvec +EXPORT_SYMBOL vmlinux 0x549c3ff2 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x549cd3d3 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54c46219 kernel_param_lock +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d658af i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x54d70e6e dev_uc_add +EXPORT_SYMBOL vmlinux 0x54e10d42 sync_blockdev +EXPORT_SYMBOL vmlinux 0x54e3d5fd __pmd_frag_nr +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54fdad99 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x55024a08 bio_split +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552a9618 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5532b6d4 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x55615452 kernel_accept +EXPORT_SYMBOL vmlinux 0x556279a0 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user +EXPORT_SYMBOL vmlinux 0x5568dbec __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x557efc86 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x5585a4bb dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a75a83 ps2_init +EXPORT_SYMBOL vmlinux 0x55b8150e fwnode_iomap +EXPORT_SYMBOL vmlinux 0x55bb1c61 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x55d560ae passthru_features_check +EXPORT_SYMBOL vmlinux 0x55e05c59 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e5ee64 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x55e99717 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x56006c62 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x5621830f __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x562c13d2 mt_find_after +EXPORT_SYMBOL vmlinux 0x562e9776 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56436c7d ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564db33c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x56647d38 tcp_close +EXPORT_SYMBOL vmlinux 0x56746250 genphy_resume +EXPORT_SYMBOL vmlinux 0x56790e08 giveup_fpu +EXPORT_SYMBOL vmlinux 0x567bf9ff flush_all_to_thread +EXPORT_SYMBOL vmlinux 0x567d2581 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56ac2a7c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d1f12b jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x56da7196 serio_open +EXPORT_SYMBOL vmlinux 0x56dd27a7 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x56e15414 unlock_buffer +EXPORT_SYMBOL vmlinux 0x56f6c7de lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x57084cbd vfs_fadvise +EXPORT_SYMBOL vmlinux 0x5715c7ef inode_dio_wait +EXPORT_SYMBOL vmlinux 0x5718360d pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x5730e6bd generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x573b33f6 finalize_exec +EXPORT_SYMBOL vmlinux 0x57494826 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575ef081 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x575fd1e5 __devm_release_region +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577df55d _dev_alert +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579ccd94 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x579ec8a2 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x57c93192 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x57ccb091 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x57d41ffc __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57fa6db5 param_array_ops +EXPORT_SYMBOL vmlinux 0x5808c786 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x581243ab agp_create_memory +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x58199821 folio_unlock +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5833db19 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x58367328 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5842cac8 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x585a896a nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x58858e43 inet_frag_queue_insert +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 0x58bdfa40 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x58d088ca scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x58daded8 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58edab77 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x590e1293 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x5923711a skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x5942fe1e netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5959358b pci_get_class +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x59617dbc seq_vprintf +EXPORT_SYMBOL vmlinux 0x5962f5aa ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x59644573 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x59757699 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5975bb88 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x5985a441 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x59894fa7 down_write_trylock +EXPORT_SYMBOL vmlinux 0x5989b1e2 sk_alloc +EXPORT_SYMBOL vmlinux 0x59919faa dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59bbc255 udp_set_csum +EXPORT_SYMBOL vmlinux 0x59bd05ad devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x59c98817 __vio_register_driver +EXPORT_SYMBOL vmlinux 0x59ceaf46 module_refcount +EXPORT_SYMBOL vmlinux 0x59e46bf3 page_get_link +EXPORT_SYMBOL vmlinux 0x59ffe452 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a032030 gtm_put_timer16 +EXPORT_SYMBOL vmlinux 0x5a088923 up_write +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a1a6677 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x5a21f15d iov_iter_discard +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a3d90d3 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x5a3f90ec xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x5a40d96b skb_unlink +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a476daf rio_query_mport +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a509095 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x5a6081f8 km_policy_expired +EXPORT_SYMBOL vmlinux 0x5a634acd folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x5a690c75 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x5a7c320c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa020d4 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x5aa07595 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x5ab3db9c rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x5ac51a27 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae78817 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x5aece8e0 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x5b12a22f vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x5b413d9c do_SAK +EXPORT_SYMBOL vmlinux 0x5b41698b param_get_ullong +EXPORT_SYMBOL vmlinux 0x5b47a29a folio_add_lru +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b6cdd93 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x5b8297ce km_policy_notify +EXPORT_SYMBOL vmlinux 0x5b84ef91 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x5b884a07 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x5b95eb6e nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5ba15202 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x5bba71f6 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x5bbcf53a md_bitmap_sync_with_cluster +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 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be8a335 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x5bec3986 of_device_unregister +EXPORT_SYMBOL vmlinux 0x5bf27da5 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x5bfc9d66 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x5c1ea475 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x5c2b778a of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c43b1ca unix_get_socket +EXPORT_SYMBOL vmlinux 0x5c62d1d9 vme_slave_request +EXPORT_SYMBOL vmlinux 0x5c6c53ab fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x5c7daf25 dquot_transfer +EXPORT_SYMBOL vmlinux 0x5c905b8a xmon +EXPORT_SYMBOL vmlinux 0x5cae5efc dm_table_get_size +EXPORT_SYMBOL vmlinux 0x5caf54d4 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x5cbaa1ab write_cache_pages +EXPORT_SYMBOL vmlinux 0x5cbb33a6 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd61cf9 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x5cd696f6 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x5ce58987 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d107731 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x5d2e8db0 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x5d2f5be4 udp_prot +EXPORT_SYMBOL vmlinux 0x5d343b3b pcim_iounmap +EXPORT_SYMBOL vmlinux 0x5d3755bc eth_header_parse +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4d2e6e ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x5d5d8f4e dev_set_threaded +EXPORT_SYMBOL vmlinux 0x5d8333e8 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x5d8cad06 ping_prot +EXPORT_SYMBOL vmlinux 0x5d8cba87 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x5dbb3296 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x5de892e3 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x5df49be6 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5df8442a blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1b64fd set_binfmt +EXPORT_SYMBOL vmlinux 0x5e2c2122 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x5e2daeb1 __check_sticky +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3858d1 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x5e3f3825 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x5e41a6d5 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e99dfca uaccess_flush_key +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec87b05 inet_accept +EXPORT_SYMBOL vmlinux 0x5ecd9567 wireless_send_event +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed49001 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ed95ceb folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x5ed9b2a9 netdev_alert +EXPORT_SYMBOL vmlinux 0x5edb2d21 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x5eddb914 lockref_put_return +EXPORT_SYMBOL vmlinux 0x5f06adcf sk_net_capable +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f321028 generic_file_open +EXPORT_SYMBOL vmlinux 0x5f368fcc serio_unregister_port +EXPORT_SYMBOL vmlinux 0x5f3f579b param_set_bint +EXPORT_SYMBOL vmlinux 0x5f50b321 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5d3f5c neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x5f604671 mtree_load +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f6faa51 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x5f81ef28 key_alloc +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f8b6eca mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fafb239 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x5fb516f8 xa_find +EXPORT_SYMBOL vmlinux 0x5fc15809 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fca2bdd __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x5fd5d424 set_anon_super +EXPORT_SYMBOL vmlinux 0x5fef5329 config_item_get +EXPORT_SYMBOL vmlinux 0x60038a19 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6012250a truncate_setsize +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 0x60359210 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x603b62ea devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x604192f6 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x60484007 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x606370b8 tls_get_record_type +EXPORT_SYMBOL vmlinux 0x6078bf25 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x6097172b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60bd7afd scsi_print_command +EXPORT_SYMBOL vmlinux 0x60c5d82f clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x60d1fd58 thaw_bdev +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x610b552b cdev_add +EXPORT_SYMBOL vmlinux 0x6118dc26 start_thread +EXPORT_SYMBOL vmlinux 0x611d1eb4 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61324841 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61492c4d fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x614a852b set_groups +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x616c496b __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x616dc792 param_get_string +EXPORT_SYMBOL vmlinux 0x61772d66 iov_iter_init +EXPORT_SYMBOL vmlinux 0x618691a8 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618f88ed blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b27148 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b99601 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x61c4fefe device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x61cb246f _raw_write_lock +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e48792 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x61e9368e drop_super +EXPORT_SYMBOL vmlinux 0x61e9ff73 scsi_device_get +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f6bf95 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x61f961a9 dst_destroy +EXPORT_SYMBOL vmlinux 0x61fc801f skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x62002d5c km_report +EXPORT_SYMBOL vmlinux 0x620574b6 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6208bbe0 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x620cedf5 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62299cb9 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x62372709 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x6238dfad ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x6267a389 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x6271a5f3 genphy_loopback +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627e2703 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x6280f5d8 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628ef2d9 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x62e2e48b tcp_peek_len +EXPORT_SYMBOL vmlinux 0x62fc2ad8 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x6311e28a genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x632ecd4a phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x6331c50a free_buffer_head +EXPORT_SYMBOL vmlinux 0x6364861c timestamp_truncate +EXPORT_SYMBOL vmlinux 0x63648b82 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x639364b4 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x63952ef1 rproc_boot +EXPORT_SYMBOL vmlinux 0x63a05c19 seq_file_path +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a8c253 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x63b68bb5 mmc_add_host +EXPORT_SYMBOL vmlinux 0x63baec30 shmem_aops +EXPORT_SYMBOL vmlinux 0x63bdbbd7 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x63d4bb67 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x63e1cc61 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x63ea538f mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ff58be tcp_read_skb +EXPORT_SYMBOL vmlinux 0x640ecc1e dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x642147e6 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x64243c95 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x643d99b0 pci_save_state +EXPORT_SYMBOL vmlinux 0x6445e2db __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x645ef23a register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x647164d3 iget_failed +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64831cb8 xa_extract +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a6082c rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64aa92bf refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x64af3669 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64f72087 mipi_dsi_generic_read +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 0x651cd647 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652959a1 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x652ba689 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6530c562 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x6534c499 __icmp_send +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65573b82 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x655f3ea6 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x65638a38 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657b9994 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x6586b604 elv_rb_find +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65902b5f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65935f2c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b3b9a3 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x65c9fd2d __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x65d0b8c2 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x65d22e00 sk_stream_wait_connect +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 0x65f15de4 dentry_create +EXPORT_SYMBOL vmlinux 0x65f7fbfb __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x65fc0b05 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x660c6a27 md_error +EXPORT_SYMBOL vmlinux 0x66367936 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +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 0x666f3c87 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x669371a8 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x6698dcd0 sock_release +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669e3079 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c43ab6 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x66dcb98a request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66fc8b83 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x6720e1a3 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x673ddc3c dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x67463778 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67597c63 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x675a1fef tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x676eef99 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x67802846 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x67837a56 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678fe3c7 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x67958755 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x6795c0a1 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x67a830c7 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x67b2a4bb tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bb4f14 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x67c87fc4 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x67eda3a3 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x67fc472c gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0x6803b046 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x680760e2 scsi_print_result +EXPORT_SYMBOL vmlinux 0x682206df reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x6825750b __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x682e25cf pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x683659b4 registered_fb +EXPORT_SYMBOL vmlinux 0x68409d0e of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x685687b0 idr_replace +EXPORT_SYMBOL vmlinux 0x68635baf input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x686818bb down_read +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687ec80c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x68a30ffe shared_processor +EXPORT_SYMBOL vmlinux 0x68bdb288 commit_creds +EXPORT_SYMBOL vmlinux 0x68dd3249 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x68e05562 pci_iomap +EXPORT_SYMBOL vmlinux 0x68e106c4 pci_dev_get +EXPORT_SYMBOL vmlinux 0x68eced37 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x68ef2e3a pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x68f42c47 module_put +EXPORT_SYMBOL vmlinux 0x6909440b __pgd_table_size +EXPORT_SYMBOL vmlinux 0x69258317 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x694b61ec wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x6952b507 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x695a8d21 dev_mc_del_global +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 0x69a2dc1f file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x69b2c915 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x69caaef9 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x69d67042 fiemap_prep +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f06b22 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x69f4db43 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a2ed715 from_kuid +EXPORT_SYMBOL vmlinux 0x6a2edd3b get_tree_bdev +EXPORT_SYMBOL vmlinux 0x6a30c021 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x6a4216f7 scsi_partsize +EXPORT_SYMBOL vmlinux 0x6a58f175 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6718c2 dcb_delrewr +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a82d8f8 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x6a84db1f agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x6a8ecfce set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x6a8f3c24 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x6a92dbd0 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x6a965780 module_layout +EXPORT_SYMBOL vmlinux 0x6ac255f2 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x6acc744e dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x6acef8a7 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x6ade6454 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x6adf276f rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af567e6 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x6afcb776 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x6b032452 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x6b0a55bb scsi_remove_target +EXPORT_SYMBOL vmlinux 0x6b0d1c95 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b1a4dff find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x6b1dd472 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x6b1efdd8 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b70dc74 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x6b7a0aa0 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b854ee6 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x6b865ab5 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b8dc1e9 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x6b9ae000 register_filesystem +EXPORT_SYMBOL vmlinux 0x6b9cde6c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x6ba79dbc mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6badc58d of_get_property +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcde980 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x6bdeab7f down_read_interruptible +EXPORT_SYMBOL vmlinux 0x6be32c25 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x6bf49262 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x6bf7191c sock_no_bind +EXPORT_SYMBOL vmlinux 0x6c07e135 dma_fence_free +EXPORT_SYMBOL vmlinux 0x6c2415e7 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x6c35a122 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x6c364ed9 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x6c481329 __put_user_ns +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c9d4b71 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbdbf36 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cc13e00 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x6ce16421 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x6ce6d906 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x6ce9f098 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6cf023dd skb_eth_push +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d1e805f pci_get_slot +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d65013a security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d832e06 cdev_device_add +EXPORT_SYMBOL vmlinux 0x6d870053 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x6da998f9 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x6daf2678 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc09cf3 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x6dc0f320 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x6dcdeda1 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6de1f3ba inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dfb29d8 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x6e0e84b1 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x6e10b184 uart_register_driver +EXPORT_SYMBOL vmlinux 0x6e1a7abc pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x6e2bdd57 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x6e304880 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x6e578d94 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e91592d bio_endio +EXPORT_SYMBOL vmlinux 0x6e9496fd inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x6e9a448d __pte_frag_nr +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6e9f2a9f kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x6ea50711 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eab9dab rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x6eb34bbe i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x6eb6d834 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x6ebf3c65 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6eeec004 seq_bprintf +EXPORT_SYMBOL vmlinux 0x6ef2822b fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x6ef3e390 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x6efafdc2 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x6f08b1c6 mempool_exit +EXPORT_SYMBOL vmlinux 0x6f08c8bf config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x6f1283ee idr_for_each +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2f4aa5 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4b37ee posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x6f5ef479 block_write_end +EXPORT_SYMBOL vmlinux 0x6f6bd3f2 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb9a5e4 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x6fc9a319 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fda7a17 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x6fdce3ff mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6fefd945 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c2b05 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7019f1f3 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x7030281a rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x704115b3 qe_usb_clock_set +EXPORT_SYMBOL vmlinux 0x7051466a skb_pull_data +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70726a69 device_add_disk +EXPORT_SYMBOL vmlinux 0x7075574b inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x70785893 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x708ffbe4 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x7090a8dc copy_string_kernel +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70c06561 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x70ca71e5 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x70cb5be7 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x70cbc229 init_pseudo +EXPORT_SYMBOL vmlinux 0x70d115f0 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x70d36b23 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x70fbdf48 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x710929e9 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x7120728e audit_log +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7135508b __devm_request_region +EXPORT_SYMBOL vmlinux 0x7153a7ba ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71750d4a kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0x717600e0 skb_ext_add +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718080af inet_shutdown +EXPORT_SYMBOL vmlinux 0x71884a31 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x718bc983 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x71a505a0 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x71a64b37 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b8706d inc_nlink +EXPORT_SYMBOL vmlinux 0x71baf344 simple_setattr +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71cf98d0 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x71f2f98f redraw_screen +EXPORT_SYMBOL vmlinux 0x71fa5d14 d_instantiate +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72137a7d of_translate_address +EXPORT_SYMBOL vmlinux 0x7216d45a blk_finish_plug +EXPORT_SYMBOL vmlinux 0x722dc944 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x723930f3 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x723933cd kernel_connect +EXPORT_SYMBOL vmlinux 0x723e8e18 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x724c378e seq_release +EXPORT_SYMBOL vmlinux 0x72581f55 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x72608c0e do_uaccess_flush +EXPORT_SYMBOL vmlinux 0x726bec19 of_node_put +EXPORT_SYMBOL vmlinux 0x7272a4ee fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x727a952f ps2_interrupt +EXPORT_SYMBOL vmlinux 0x728b3e33 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x728dee58 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bbbfef twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72ca0ad2 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x72dd9c7c dcache_dir_close +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x73037d9f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x730f943c pci_write_config_word +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 0x73303f3f generic_file_mmap +EXPORT_SYMBOL vmlinux 0x7359c089 proc_mkdir +EXPORT_SYMBOL vmlinux 0x737819af ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738802b2 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x738e8ddf __register_chrdev +EXPORT_SYMBOL vmlinux 0x73900b43 tcf_idr_release +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 0x73fe9981 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x7405f133 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7439fd86 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745c4a44 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x745ccf91 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x748842e0 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x749033f4 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x749a5ce1 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x74b87e1d mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cf3253 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x74d97397 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f1cd69 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x74f7db7a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x7503e154 scsi_host_get +EXPORT_SYMBOL vmlinux 0x75165364 napi_build_skb +EXPORT_SYMBOL vmlinux 0x751c60cf kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7552b935 netdev_state_change +EXPORT_SYMBOL vmlinux 0x755642e4 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7560fbea shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x7572847e vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x759491d8 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x759b14ae pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x759f5d46 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x75aa6ca1 __kernel_virt_start +EXPORT_SYMBOL vmlinux 0x75b305d0 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d2f82f qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d7a065 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x75e884ed tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x75fa7350 readahead_expand +EXPORT_SYMBOL vmlinux 0x76005015 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760a32ed mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x76199f56 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x761ef7d6 ppc_md +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x764b4ac1 serio_interrupt +EXPORT_SYMBOL vmlinux 0x76509b22 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7671e6b7 try_module_get +EXPORT_SYMBOL vmlinux 0x7678f58c netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7679694a current_time +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7686bb96 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76aae04f fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x76b79665 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x76ccdf46 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x76d08b6f tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76e04667 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x76e58332 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x76ea8a99 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x77234d37 downgrade_write +EXPORT_SYMBOL vmlinux 0x773556ca md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x7735742a tty_unregister_device +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7750a32a tcf_em_register +EXPORT_SYMBOL vmlinux 0x775570d1 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x7761e624 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x77691db2 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7773f601 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x7774e85f vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x77774155 tcp_read_done +EXPORT_SYMBOL vmlinux 0x777c364b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x77968d61 proc_remove +EXPORT_SYMBOL vmlinux 0x77b1cc1d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bc8a5f devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x77e18699 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x77e509f1 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f5f01b pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x7805965a kill_fasync +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78084a1e netlink_net_capable +EXPORT_SYMBOL vmlinux 0x7818273d posix_acl_valid +EXPORT_SYMBOL vmlinux 0x783a3d0d sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x783fe190 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784d8459 netdev_warn +EXPORT_SYMBOL vmlinux 0x7854cd8c bio_add_page +EXPORT_SYMBOL vmlinux 0x787a7c6a mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x78851d2f _outsb +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d7b0ee fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3b6e1 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x78eb1bdf cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x790547e7 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7936b11c ps2_begin_command +EXPORT_SYMBOL vmlinux 0x79384ce0 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x7950400b vm_map_ram +EXPORT_SYMBOL vmlinux 0x795fea0e mtree_insert +EXPORT_SYMBOL vmlinux 0x7967b846 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x796dbd5b xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x797affc8 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7988faf7 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x799143bd page_readlink +EXPORT_SYMBOL vmlinux 0x79927fed generic_fillattr +EXPORT_SYMBOL vmlinux 0x79a24ca1 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c9361b dquot_file_open +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d2d5f4 __d_drop +EXPORT_SYMBOL vmlinux 0x79d6e540 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x79f35d06 param_set_int +EXPORT_SYMBOL vmlinux 0x7a0a085b mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x7a0a9d9c seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x7a19f934 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x7a1b684b tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a24dd4b __kfree_skb +EXPORT_SYMBOL vmlinux 0x7a2cdac7 seq_puts +EXPORT_SYMBOL vmlinux 0x7a2d6c97 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3244a9 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x7a3651d5 key_unlink +EXPORT_SYMBOL vmlinux 0x7a41f55a srp_timed_out +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a636bf7 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x7a69d5e5 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x7a71741f __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7a73160d neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7a732c5f genphy_suspend +EXPORT_SYMBOL vmlinux 0x7a74bc30 skb_pull +EXPORT_SYMBOL vmlinux 0x7a79e255 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x7a7ce379 fc_mount +EXPORT_SYMBOL vmlinux 0x7a7de0d6 mempool_init_node +EXPORT_SYMBOL vmlinux 0x7a8e1226 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a9f7c31 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x7aa12ca5 submit_bh +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa91f26 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x7ab5f8c3 _insw_ns +EXPORT_SYMBOL vmlinux 0x7ab8d1af rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x7aba86db node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x7abd27dc igrab +EXPORT_SYMBOL vmlinux 0x7aca8b9f klp_sched_try_switch_key +EXPORT_SYMBOL vmlinux 0x7acd52bb of_device_alloc +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad7e7ef vm_mmap +EXPORT_SYMBOL vmlinux 0x7ada5447 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aef6404 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x7af6f24d d_delete +EXPORT_SYMBOL vmlinux 0x7b00574e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x7b061d38 srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x7b15600a add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x7b1e84c7 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b441cc4 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x7b5513dc ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x7b58f4e0 sync_filesystem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b7a2541 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x7b9026da netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7ba813c5 __wake_up +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bbf09b8 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x7bcde7bb cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x7bd8f50d radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x7bde5573 pps_register_source +EXPORT_SYMBOL vmlinux 0x7c068808 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2c3b06 input_free_device +EXPORT_SYMBOL vmlinux 0x7c38b959 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x7c44eb73 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4de777 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x7c5c52d5 param_ops_bool +EXPORT_SYMBOL vmlinux 0x7c5deee5 __inet_hash +EXPORT_SYMBOL vmlinux 0x7c63a098 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x7c662a93 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x7c67c07b __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x7c6af13a init_net +EXPORT_SYMBOL vmlinux 0x7c785058 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x7c8079cc sk_common_release +EXPORT_SYMBOL vmlinux 0x7c8763d3 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x7cb1f6a5 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x7cb71911 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x7cc9386e devfreq_update_status +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7ce91f92 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d25f64b blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x7d27895d xfrm_input +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d3b3db6 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5174b5 seq_write +EXPORT_SYMBOL vmlinux 0x7d565830 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7d5ad642 netdev_change_features +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d7cabe1 __quota_error +EXPORT_SYMBOL vmlinux 0x7d845f0e _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x7d8cf522 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x7d943f79 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7da8f93b xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db6db6d genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x7db6e41a tcp_child_process +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dd19329 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x7ddcbbbc d_alloc_anon +EXPORT_SYMBOL vmlinux 0x7ddee75c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x7df55e74 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x7df83044 dma_map_resource +EXPORT_SYMBOL vmlinux 0x7df9503a user_path_create +EXPORT_SYMBOL vmlinux 0x7dfc8277 isa_mem_base +EXPORT_SYMBOL vmlinux 0x7e0a7524 nf_log_packet +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e1ae40e cdrom_release +EXPORT_SYMBOL vmlinux 0x7e23c38b t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x7e2d6436 ida_free +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e36b3ec update_region +EXPORT_SYMBOL vmlinux 0x7e36f711 set_page_dirty +EXPORT_SYMBOL vmlinux 0x7e37f202 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x7e4cdc54 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e63b812 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x7e73fefa elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x7e772962 tty_port_put +EXPORT_SYMBOL vmlinux 0x7e7e629b pci_choose_state +EXPORT_SYMBOL vmlinux 0x7e8932ab i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x7e89cbb4 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x7e9291e7 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x7ea11a3b d_move +EXPORT_SYMBOL vmlinux 0x7eac526d rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x7eb456b6 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x7ebbbee7 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x7ecee572 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x7ed7d262 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef5f63f vfs_readlink +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f0b6294 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2be03f of_node_get +EXPORT_SYMBOL vmlinux 0x7f3fedd5 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7f42e55b skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x7f44b87e iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x7f51b833 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5ed15e pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f677de1 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x7f69067e writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x7f6eff90 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x7f71fb97 xa_load +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f826f5b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x7f9085e3 unlock_rename +EXPORT_SYMBOL vmlinux 0x7fa607eb scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7fb6df6b pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x7fbd51af scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x7fc64c22 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe84013 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x802b77f6 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x803b905b md_done_sync +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8045f5d2 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x804ba811 skb_trim +EXPORT_SYMBOL vmlinux 0x8065cac7 would_dump +EXPORT_SYMBOL vmlinux 0x80693777 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808c79e5 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x8095b1db init_task +EXPORT_SYMBOL vmlinux 0x809a3f81 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x80a40ca5 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x80a9c828 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x80aca2b1 seq_lseek +EXPORT_SYMBOL vmlinux 0x80b9bbc4 d_alloc_name +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cd8654 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x80ce1726 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80efea50 proc_dostring +EXPORT_SYMBOL vmlinux 0x80f56eac __do_once_done +EXPORT_SYMBOL vmlinux 0x80f729b3 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x80fa6746 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x80ffa7de __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x816ae90b rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x816b12e2 pci_enable_device +EXPORT_SYMBOL vmlinux 0x8171ac80 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x81769108 get_vm_area +EXPORT_SYMBOL vmlinux 0x8179affb register_netdevice +EXPORT_SYMBOL vmlinux 0x81837855 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +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 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c7913a bdi_unregister +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e30864 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x81e76f5c __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x821559d6 __vmalloc_end +EXPORT_SYMBOL vmlinux 0x821bf6db vme_dma_request +EXPORT_SYMBOL vmlinux 0x82483751 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8268434e ppp_input +EXPORT_SYMBOL vmlinux 0x82a192b8 bio_add_folio +EXPORT_SYMBOL vmlinux 0x82a68e55 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x82a9554c __free_pages +EXPORT_SYMBOL vmlinux 0x82b1c254 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x82bd64ca netdev_emerg +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82e09212 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82ef1088 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x82f9219d skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x8304a208 qdisc_put +EXPORT_SYMBOL vmlinux 0x831592e6 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x831cadb7 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x83200c4c dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x834658ac cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x8356730e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8366e19f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x836ba9bd phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x8374c9c6 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838f5fc4 netpoll_setup +EXPORT_SYMBOL vmlinux 0x839e4284 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x83a6af90 phy_device_remove +EXPORT_SYMBOL vmlinux 0x83b2094d __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x83b54ebb dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x83bab06a tty_devnum +EXPORT_SYMBOL vmlinux 0x83dc3b6e flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x83e10845 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x83e62b51 genl_register_family +EXPORT_SYMBOL vmlinux 0x83eeb0b4 mntput +EXPORT_SYMBOL vmlinux 0x83f15bac udp_read_skb +EXPORT_SYMBOL vmlinux 0x8409ff18 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x8422aca6 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x8424dc86 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x842bd7d9 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x8431b443 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x843355b7 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x8441df44 devm_ioremap +EXPORT_SYMBOL vmlinux 0x844da14b pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x8463edde vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x846aa1ed security_path_rename +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84849000 freeze_super +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84acb21f dquot_release +EXPORT_SYMBOL vmlinux 0x84aeccce napi_consume_skb +EXPORT_SYMBOL vmlinux 0x84b46620 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x84bd298f filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84cb8427 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x84cd82d4 param_set_uint +EXPORT_SYMBOL vmlinux 0x84d6b1f8 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x84d98906 skb_seq_read +EXPORT_SYMBOL vmlinux 0x84f89097 dev_addr_add +EXPORT_SYMBOL vmlinux 0x84f9ce08 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x851d3ec4 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x85250ccc xa_store_range +EXPORT_SYMBOL vmlinux 0x85328219 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x853c4366 may_umount +EXPORT_SYMBOL vmlinux 0x854d487d dquot_alloc +EXPORT_SYMBOL vmlinux 0x8566b9a4 softnet_data +EXPORT_SYMBOL vmlinux 0x8566fb5a secpath_set +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85902fe9 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bc18b0 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c98620 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x85d6608b skb_checksum +EXPORT_SYMBOL vmlinux 0x85d858b3 param_set_byte +EXPORT_SYMBOL vmlinux 0x85daedaf ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x85dda355 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f304d6 from_kprojid +EXPORT_SYMBOL vmlinux 0x85f50db2 open_exec +EXPORT_SYMBOL vmlinux 0x8615a7cb blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863686f6 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864465b2 key_link +EXPORT_SYMBOL vmlinux 0x864ec998 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x86778679 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x8688b0cc ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86b45a9b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x86b73aa5 single_release +EXPORT_SYMBOL vmlinux 0x86c19f07 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x86d1041b netif_skb_features +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f64cdc rproc_add +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870f10e5 __neigh_create +EXPORT_SYMBOL vmlinux 0x872a5283 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x8737dbf0 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x874c1394 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x874c56be __f_setown +EXPORT_SYMBOL vmlinux 0x8756c914 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x87609f0a dst_release +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876735f4 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a9990f unregister_key_type +EXPORT_SYMBOL vmlinux 0x87ac5e3a build_skb +EXPORT_SYMBOL vmlinux 0x87ac7d14 machine_id +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87d3bf9b devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x87d7edaf tty_register_device +EXPORT_SYMBOL vmlinux 0x87f49925 sget_dev +EXPORT_SYMBOL vmlinux 0x8809a9d4 twl6040_power +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8815244a i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x8817a595 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x882dd2d8 to_nd_dax +EXPORT_SYMBOL vmlinux 0x8830a48d __bread_gfp +EXPORT_SYMBOL vmlinux 0x883df254 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x8855c477 write_inode_now +EXPORT_SYMBOL vmlinux 0x885b2ff8 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x887b7c8b dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8897213e crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x889e164a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x889f69ce max8998_read_reg +EXPORT_SYMBOL vmlinux 0x88bbd4cb fs_param_is_string +EXPORT_SYMBOL vmlinux 0x88c9a98a dquot_resume +EXPORT_SYMBOL vmlinux 0x88c9c2ee devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x88d7dabe d_tmpfile +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e26946 tty_port_open +EXPORT_SYMBOL vmlinux 0x88fbcd6d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x88ff3cd0 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x890b7129 agp_enable +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8925940b ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x892840a7 d_splice_alias +EXPORT_SYMBOL vmlinux 0x893651bb page_pool_destroy +EXPORT_SYMBOL vmlinux 0x8937f565 simple_release_fs +EXPORT_SYMBOL vmlinux 0x89428a3a pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x8947f603 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x89668104 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x8966d132 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x897b3cb1 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x89898459 kvm_irq_bypass +EXPORT_SYMBOL vmlinux 0x8999cc1d tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x899a5fc2 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x89abf862 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x89c5d659 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x89d9f78d xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x8a016ec3 follow_down_one +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4b4a77 param_get_long +EXPORT_SYMBOL vmlinux 0x8a54050b __pud_cache_index +EXPORT_SYMBOL vmlinux 0x8a58b2f7 icmp6_send +EXPORT_SYMBOL vmlinux 0x8a5ede77 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x8a625015 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7b0017 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a815248 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa22912 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x8ab255fd xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x8ac0d430 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac61a4f devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8ac8711d devm_release_resource +EXPORT_SYMBOL vmlinux 0x8ad1988e xp_dma_map +EXPORT_SYMBOL vmlinux 0x8ad3caa1 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8ae35eb7 filemap_fault +EXPORT_SYMBOL vmlinux 0x8aff8b3b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b015585 block_commit_write +EXPORT_SYMBOL vmlinux 0x8b07b134 proto_unregister +EXPORT_SYMBOL vmlinux 0x8b0e2212 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x8b1e3ec4 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8b462099 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8b4ddacf phy_attached_info +EXPORT_SYMBOL vmlinux 0x8b553a99 inode_insert5 +EXPORT_SYMBOL vmlinux 0x8b589bdc blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x8b5a68c7 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b849f42 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x8b896448 proc_set_user +EXPORT_SYMBOL vmlinux 0x8b89b89b sock_create +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b966824 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x8bbf93ce unix_detach_fds +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8beee930 proc_create +EXPORT_SYMBOL vmlinux 0x8bf1bf1d security_binder_transaction +EXPORT_SYMBOL vmlinux 0x8c07659c max8925_set_bits +EXPORT_SYMBOL vmlinux 0x8c264d72 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x8c2a6846 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x8c3097ec config_group_init +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3502ad nf_log_unset +EXPORT_SYMBOL vmlinux 0x8c582e26 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x8c6e0a60 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x8c75f516 get_agp_version +EXPORT_SYMBOL vmlinux 0x8c7a2c41 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x8c7b63bc __getblk_gfp +EXPORT_SYMBOL vmlinux 0x8c7d3679 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c97246f release_sock +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbe3dc0 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x8cc37791 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ce28ef6 mount_bdev +EXPORT_SYMBOL vmlinux 0x8cf7db3e inet_addr_type +EXPORT_SYMBOL vmlinux 0x8d21e91b xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x8d2753bc radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x8d275901 blk_put_queue +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d546e1a blk_rq_init +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5a6e8a sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d980dfd tcp_read_sock +EXPORT_SYMBOL vmlinux 0x8d9c64d8 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x8d9ce724 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x8da66ce4 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dbc66c7 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e0766ef locks_free_lock +EXPORT_SYMBOL vmlinux 0x8e185df8 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x8e32a30a mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x8e32d5bf dec_node_page_state +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e6a02e9 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x8e722579 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x8e77abe7 from_kgid +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e987ccb iunique +EXPORT_SYMBOL vmlinux 0x8ec0466e pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed8cd3c nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x8eec1b43 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x8eec42b2 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x8ef91788 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f30d626 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x8f33b5b0 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x8f4839df param_ops_int +EXPORT_SYMBOL vmlinux 0x8f5b6cb0 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x8f68da79 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9bd751 generic_listxattr +EXPORT_SYMBOL vmlinux 0x8f9c69a4 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fc27004 pci_find_resource +EXPORT_SYMBOL vmlinux 0x8fdd552b page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x8fe65d49 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x8fe682e4 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x8fef8164 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffe522c filp_close +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90078d61 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x901204ad mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x902593f9 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x9025f58d dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x9025f72e ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x90373115 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x903b7222 set_page_writeback +EXPORT_SYMBOL vmlinux 0x903f0018 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x904639a9 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x904fd8a9 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90603bd5 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x907dde89 __seq_open_private +EXPORT_SYMBOL vmlinux 0x907e465c param_get_invbool +EXPORT_SYMBOL vmlinux 0x90a0228d netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x90b02a48 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x90d5bc28 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x90ed2633 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x91027fef icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x911c5fbc pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9120dad0 sk_dst_check +EXPORT_SYMBOL vmlinux 0x9135e901 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x9138a32c proc_symlink +EXPORT_SYMBOL vmlinux 0x914d7a82 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x915331c7 da903x_query_status +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 0x91688912 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x91754a36 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x917ec286 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x9186a7e9 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x918fe2c9 file_update_time +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919c8bea tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91be8b68 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x91da0917 pnv_pci_get_phb_node +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9204952b rtnl_create_link +EXPORT_SYMBOL vmlinux 0x9211df4e pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x9212d719 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92403633 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x92423a47 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x9251f0d2 wait_for_completion +EXPORT_SYMBOL vmlinux 0x9253fb58 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x925d61df of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x925f5421 md_integrity_register +EXPORT_SYMBOL vmlinux 0x9272d212 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x929125be register_console +EXPORT_SYMBOL vmlinux 0x929141c3 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a044f0 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x92aa1112 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x92b46b60 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92c91dd3 vme_master_request +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ef6699 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930b8e0b d_find_alias +EXPORT_SYMBOL vmlinux 0x930ce0c9 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x9315ebbb netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x931d330b sock_rfree +EXPORT_SYMBOL vmlinux 0x9325a7d8 alloc_pages +EXPORT_SYMBOL vmlinux 0x9328f0be input_unregister_device +EXPORT_SYMBOL vmlinux 0x932c3445 radix__local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0x93469c47 __netif_schedule +EXPORT_SYMBOL vmlinux 0x934d69d1 pci_disable_device +EXPORT_SYMBOL vmlinux 0x934f87c7 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x93503952 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x936a6ec8 kernel_write +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x940436e6 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x9411dd01 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x9422c621 file_open_root +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942e5ee9 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x943c1c73 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9462fb4a vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x94667988 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x946a23b5 default_amr +EXPORT_SYMBOL vmlinux 0x948a2cb6 vfs_link +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a9a4aa _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x94b247e0 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x94b6d9e3 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c308fa configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x94ccad6f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x94dacb26 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x94e4ff41 sys_copyarea +EXPORT_SYMBOL vmlinux 0x9505e4ae skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x953ae7aa _copy_to_iter +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9553b066 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x955e8368 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0x9571f25d napi_get_frags +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a24d94 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x95a4db87 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x95c1ff31 noop_qdisc +EXPORT_SYMBOL vmlinux 0x95c6c48a qe_pin_set_gpio +EXPORT_SYMBOL vmlinux 0x95c7799f udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95dab43e jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x95e87c8e param_get_ushort +EXPORT_SYMBOL vmlinux 0x95f7d2d0 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x96253664 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x963d1801 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x964def41 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x9655463b tty_port_close_start +EXPORT_SYMBOL vmlinux 0x96760606 dquot_acquire +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x968767ca scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x969987fc lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x969a13a5 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x969f154d trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x969ff177 generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0x96aa4d78 tcp_filter +EXPORT_SYMBOL vmlinux 0x96b1862e tcp_splice_read +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d25b19 phy_read_paged +EXPORT_SYMBOL vmlinux 0x96f47b8a sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x971cdef0 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x971ec27c hvc_put_chars +EXPORT_SYMBOL vmlinux 0x97222423 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x972489e6 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x9739bf92 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x973c09e5 __pgd_index_size +EXPORT_SYMBOL vmlinux 0x9741c279 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x9749d354 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x9770db7c pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x977b3b08 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x978aa576 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x9790b6eb page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x979113d9 misc_register +EXPORT_SYMBOL vmlinux 0x979e37ef edac_mc_find +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 0x97c13bc9 vfs_setpos +EXPORT_SYMBOL vmlinux 0x97c25aa0 skb_condense +EXPORT_SYMBOL vmlinux 0x97cf375d mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x97d0530c block_truncate_page +EXPORT_SYMBOL vmlinux 0x97d5d85a __dquot_free_space +EXPORT_SYMBOL vmlinux 0x97e0ccc4 filp_open +EXPORT_SYMBOL vmlinux 0x97e54e64 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x97f1a524 unregister_netdev +EXPORT_SYMBOL vmlinux 0x97f261b3 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x980b8430 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x98282d08 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982b5b30 node_data +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985b14fd percpu_counter_set +EXPORT_SYMBOL vmlinux 0x98686a01 netdev_crit +EXPORT_SYMBOL vmlinux 0x987b0ee1 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x988fff7e vmemmap +EXPORT_SYMBOL vmlinux 0x98966ec3 sg_miter_next +EXPORT_SYMBOL vmlinux 0x9897fb9c devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x98a88dba phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x98bf3d36 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cac5aa of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x990f31d2 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x991bb922 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x991c6a8f inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x991ddc76 _dev_crit +EXPORT_SYMBOL vmlinux 0x991f9b4e mpage_writepages +EXPORT_SYMBOL vmlinux 0x99279f2e dquot_commit_info +EXPORT_SYMBOL vmlinux 0x9929cf07 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993fa128 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x993fcc0e pagecache_get_page +EXPORT_SYMBOL vmlinux 0x994001cb handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995332ef proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x99568620 put_cmsg +EXPORT_SYMBOL vmlinux 0x996ce933 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x996e6256 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x99746cd1 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x9989b612 backlight_force_update +EXPORT_SYMBOL vmlinux 0x998b2098 dm_put_device +EXPORT_SYMBOL vmlinux 0x999303b1 simple_empty +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a81e87 bpf_map_get +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99ec165c flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x99f7e27e param_get_short +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0e15f6 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x9a10f678 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x9a11cd05 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a20727d neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x9a24131e phy_stop +EXPORT_SYMBOL vmlinux 0x9a26c335 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x9a3869da fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x9a450de6 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x9a54301b param_set_ulong +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a61f884 kthread_stop +EXPORT_SYMBOL vmlinux 0x9a67f584 dqget +EXPORT_SYMBOL vmlinux 0x9a91aff4 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x9aa42d91 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x9aa76e41 regset_get +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9acde112 gtm_ack_timer16 +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9ae63f85 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x9b0964ce tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b840fc5 block_write_full_page +EXPORT_SYMBOL vmlinux 0x9b9fe5bf notify_change +EXPORT_SYMBOL vmlinux 0x9bad9550 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bcbb90e mdiobus_write +EXPORT_SYMBOL vmlinux 0x9bd1a018 sys_imageblit +EXPORT_SYMBOL vmlinux 0x9bd313dd mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9be0d746 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x9c024f47 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x9c1cd31a __of_get_address +EXPORT_SYMBOL vmlinux 0x9c1ebe56 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x9c22145b gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x9c2496c4 phy_loopback +EXPORT_SYMBOL vmlinux 0x9c2ca33a fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x9c31eda9 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x9c368a6a __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c623b04 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x9c64c512 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x9c7456d4 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x9c7f98a4 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9c9dcc94 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd2ad6f pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cf7c6d0 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d19ddd9 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x9d1f2447 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x9d2031a4 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x9d2588b7 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2fad1c dump_skip_to +EXPORT_SYMBOL vmlinux 0x9d35dba1 clear_inode +EXPORT_SYMBOL vmlinux 0x9d37fc68 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x9d473e64 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x9d5848ed __scm_send +EXPORT_SYMBOL vmlinux 0x9d7a2d1b __serio_register_port +EXPORT_SYMBOL vmlinux 0x9d96a9b0 mmu_hash_ops +EXPORT_SYMBOL vmlinux 0x9dd8dd57 load_fp_state +EXPORT_SYMBOL vmlinux 0x9dd977b0 dev_close +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de706b5 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9de790d7 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dfe4ef1 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x9e034dc3 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x9e067378 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e156184 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x9e2ffa48 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x9e30655c sock_set_priority +EXPORT_SYMBOL vmlinux 0x9e32b3cd inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x9e32be7d add_watch_to_object +EXPORT_SYMBOL vmlinux 0x9e36b522 dev_add_pack +EXPORT_SYMBOL vmlinux 0x9e47e00a netif_receive_skb +EXPORT_SYMBOL vmlinux 0x9e4cec82 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e719da1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x9e8547f6 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x9e9898f5 dma_get_sgtable_attrs +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 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ef5c221 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x9f0f992c kmem_cache_size +EXPORT_SYMBOL vmlinux 0x9f1563fb folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x9f2ce75f pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x9f3c2b96 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f6108e4 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x9f7f262c phy_config_aneg +EXPORT_SYMBOL vmlinux 0x9f7f2af6 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x9f80e3e1 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x9f96e2cf d_exact_alias +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f99e62e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fad518e irq_stat +EXPORT_SYMBOL vmlinux 0x9fb07f77 unpin_user_page +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbb5869 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9fbea151 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x9fc8b20b input_release_device +EXPORT_SYMBOL vmlinux 0x9fca6aa0 tls_handshake_close +EXPORT_SYMBOL vmlinux 0x9fd038c2 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe0a5d0 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x9fe94ffe xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa002fd2d fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xa003747e __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xa0120a44 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0262284 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0411d27 path_has_submounts +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04d3b73 dquot_operations +EXPORT_SYMBOL vmlinux 0xa0529566 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0630165 mmc_erase +EXPORT_SYMBOL vmlinux 0xa076aefa agp_put_bridge +EXPORT_SYMBOL vmlinux 0xa0771ec3 phy_mii_ioctl +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 0xa09c32fc fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0cf87a7 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa0d74c8b __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e20362 jbd2__journal_restart +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 0xa0ec80df __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f4a6bb rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa0fb1e33 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa117e983 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xa1371f90 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xa13ec8de dev_trans_start +EXPORT_SYMBOL vmlinux 0xa14228aa blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xa15ee8d8 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xa166305c xfrm_register_type +EXPORT_SYMBOL vmlinux 0xa1727b61 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xa1774f83 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xa17f5f93 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xa1894e82 scmd_printk +EXPORT_SYMBOL vmlinux 0xa1a7567b fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xa1e2a860 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa1eaa2cd mempool_init +EXPORT_SYMBOL vmlinux 0xa1f8ec21 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xa1fb12c8 mmc_start_request +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2091df9 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xa224badb __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xa2255023 ip6_xmit +EXPORT_SYMBOL vmlinux 0xa227f2fb sget +EXPORT_SYMBOL vmlinux 0xa22d389c __phy_resume +EXPORT_SYMBOL vmlinux 0xa23fc53a jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25afac6 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa284c9ba rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xa2861626 phy_error +EXPORT_SYMBOL vmlinux 0xa2893b57 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29c5033 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f0d2e8 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xa2f2f716 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xa2f9c8df dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xa3173ba0 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xa3181285 __register_binfmt +EXPORT_SYMBOL vmlinux 0xa321f712 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xa3249ff9 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xa3269606 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xa33debe3 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xa3419e17 kill_block_super +EXPORT_SYMBOL vmlinux 0xa34ea576 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa3638e0d filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa366ff8d xa_get_order +EXPORT_SYMBOL vmlinux 0xa38ce891 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa39448ad jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xa3955056 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3b9418e _dev_emerg +EXPORT_SYMBOL vmlinux 0xa3bb65be dev_printk_emit +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cd0bdc phy_device_register +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e5e466 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xa3ed20ee param_get_bool +EXPORT_SYMBOL vmlinux 0xa3f5fe39 nf_log_register +EXPORT_SYMBOL vmlinux 0xa3fc2f6e phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa3ff2d0b blkdev_put +EXPORT_SYMBOL vmlinux 0xa424559c sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xa4383a3c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xa4577079 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xa45b4706 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xa46edb10 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xa49a9b46 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa49baea6 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xa49c59cd xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xa49d43ea mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d2eef8 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa514531a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xa520c6af inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xa52347ce alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xa52dfe03 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xa530ff66 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xa54b4200 con_is_visible +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa56f6248 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xa57c4db2 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xa58dcec5 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xa59e76ff pci_iounmap +EXPORT_SYMBOL vmlinux 0xa5ab050a clocksource_unregister +EXPORT_SYMBOL vmlinux 0xa5b444c0 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xa5b6c7de phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa5f02517 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xa6046db9 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xa60e3d99 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xa612d16d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa61edddf mmc_remove_host +EXPORT_SYMBOL vmlinux 0xa62354cb iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xa635d2a6 profile_pc +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 0xa6579f21 __pud_val_bits +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa65a5e82 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xa65cdd2e pipe_unlock +EXPORT_SYMBOL vmlinux 0xa65f8f6a inode_query_iversion +EXPORT_SYMBOL vmlinux 0xa663daf6 giveup_all +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68aa712 I_BDEV +EXPORT_SYMBOL vmlinux 0xa68dd326 register_netdev +EXPORT_SYMBOL vmlinux 0xa69fd751 wake_up_process +EXPORT_SYMBOL vmlinux 0xa6b68d81 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa6eb316d dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa7297871 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa73b74db scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xa74391ff pipe_lock +EXPORT_SYMBOL vmlinux 0xa744b506 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75c6849 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xa777d6c6 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xa77b1ed6 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa79bff2d hpage_shift +EXPORT_SYMBOL vmlinux 0xa7a76b5f input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xa7a8c4ae dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xa7c79033 to_ndd +EXPORT_SYMBOL vmlinux 0xa7e0b0c9 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa81593bf agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xa823c7b9 inet_add_offload +EXPORT_SYMBOL vmlinux 0xa834fdec lock_rename +EXPORT_SYMBOL vmlinux 0xa83b4bbb devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84474aa _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa845def8 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa85ce84a generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xa85ea562 dev_mc_add +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa8896319 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa89a0546 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xa8bbaed5 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xa8c3be04 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8cede4d __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa8e838f5 dquot_get_state +EXPORT_SYMBOL vmlinux 0xa8eaaa4b __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa907b294 dev_addr_del +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa9184bd2 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xa91ed1d2 make_kgid +EXPORT_SYMBOL vmlinux 0xa92bf96f dev_driver_string +EXPORT_SYMBOL vmlinux 0xa92c7cd6 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xa93998b0 key_task_permission +EXPORT_SYMBOL vmlinux 0xa941f904 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xa95f1a36 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96d6979 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xa96e0ad1 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xa973e195 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97877be misc_deregister +EXPORT_SYMBOL vmlinux 0xa97e2fe5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0xa9806cd6 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xa9880395 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xa9a596a3 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xa9af935d nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xa9c45e46 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xa9c508b7 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xa9d3a521 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xa9dffce5 mempool_free +EXPORT_SYMBOL vmlinux 0xa9e54a14 filemap_get_folios +EXPORT_SYMBOL vmlinux 0xa9ea8f7f padata_free +EXPORT_SYMBOL vmlinux 0xa9f2205c tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xa9ff9465 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1cb1ca mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xaa3946bb md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xaa3f6f04 radix__flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xaa411922 mdio_device_reset +EXPORT_SYMBOL vmlinux 0xaa4976e1 get_watch_queue +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa748f42 dump_skip +EXPORT_SYMBOL vmlinux 0xaa74ff7b input_set_abs_params +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa8f3cbb xfrm_init_state +EXPORT_SYMBOL vmlinux 0xaa9179c4 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa65a7d nd_btt_version +EXPORT_SYMBOL vmlinux 0xaab2ee91 complete_all +EXPORT_SYMBOL vmlinux 0xaacd6db1 devm_iounmap +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6ade7 sock_efree +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadec214 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xaaf1cf77 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaafdc521 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xab0879fe of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xab0ca2f3 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xab21e3fb dm_table_event +EXPORT_SYMBOL vmlinux 0xab33dc86 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4560c1 cred_fscmp +EXPORT_SYMBOL vmlinux 0xab50116d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xab5863ac pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab63d3b7 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xab651a4c mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6f60f5 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab98aeef __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xab990abf dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xab9a1f30 fget_raw +EXPORT_SYMBOL vmlinux 0xaba6fa12 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xabc6e397 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xabcc9d02 invalidate_disk +EXPORT_SYMBOL vmlinux 0xabce427e backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xabce8c0b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xabd1c916 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xabdd1409 __sock_create +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfc7b0d fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xac0468e6 stop_tty +EXPORT_SYMBOL vmlinux 0xac0eb8ec blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xac152ec2 make_kuid +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2b977a setup_new_exec +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac430423 __pmd_val_bits +EXPORT_SYMBOL vmlinux 0xac43c84d nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xac52463b devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacba9e9d aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xacce3270 seq_open +EXPORT_SYMBOL vmlinux 0xaccf2958 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacdf196c balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xace8dc36 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0b7255 seq_printf +EXPORT_SYMBOL vmlinux 0xad1d01e2 arp_send +EXPORT_SYMBOL vmlinux 0xad26ba1f sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xad34fb1b genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xad461bee tcp_shutdown +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad6cae48 param_ops_short +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad75c974 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xad88adb5 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xad8e9673 simple_rmdir +EXPORT_SYMBOL vmlinux 0xad9df834 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadccde46 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd7c6ac bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xadd91282 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xade4d3b2 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xaded9c68 d_add_ci +EXPORT_SYMBOL vmlinux 0xadf7de3f fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xadf967df __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0b9e6e add_to_pipe +EXPORT_SYMBOL vmlinux 0xae0c9cb3 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xae10f63a dma_sync_wait +EXPORT_SYMBOL vmlinux 0xae11f217 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae409cbc __breadahead +EXPORT_SYMBOL vmlinux 0xae4c8439 __pte_table_size +EXPORT_SYMBOL vmlinux 0xae60d051 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae7b7aa2 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xae980384 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xaeab557b agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaead4a2a phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xaeb621a1 mpage_readahead +EXPORT_SYMBOL vmlinux 0xaec1c1d3 get_user_pages +EXPORT_SYMBOL vmlinux 0xaec80f23 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xaee12887 phy_detach +EXPORT_SYMBOL vmlinux 0xaef8973f d_rehash +EXPORT_SYMBOL vmlinux 0xaf24d656 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xaf3513ae override_creds +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4e232d pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xaf565b3e d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xaf72975c mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xaf839243 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xaf92312b vme_irq_free +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafbb740d xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xafc06bcd wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc0f437 keyring_alloc +EXPORT_SYMBOL vmlinux 0xafc172ad fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xafc2c947 md_write_inc +EXPORT_SYMBOL vmlinux 0xafc34475 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd6e645 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xaff18d89 security_path_unlink +EXPORT_SYMBOL vmlinux 0xaff5feaa ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xafffb195 complete_request_key +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb02480b2 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xb024c721 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xb026113c ip6_frag_next +EXPORT_SYMBOL vmlinux 0xb03611e9 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xb036e30c skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xb039be3b __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xb0451688 unregister_nls +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06215c2 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xb0640f4f copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xb09444f2 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a394d8 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xb0a9ebb6 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xb0ae9f5f page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xb0b06422 dns_query +EXPORT_SYMBOL vmlinux 0xb0bf9f2e set_security_override +EXPORT_SYMBOL vmlinux 0xb0c38ff2 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xb0d65c65 rtnl_notify +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0fed54b fget +EXPORT_SYMBOL vmlinux 0xb113571f empty_aops +EXPORT_SYMBOL vmlinux 0xb11689bf generic_setlease +EXPORT_SYMBOL vmlinux 0xb11722f4 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xb126eb18 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1321609 kern_path_create +EXPORT_SYMBOL vmlinux 0xb13d8a84 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14cda27 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb18881bf seq_open_private +EXPORT_SYMBOL vmlinux 0xb188e55a mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xb19d55df fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0xb1a3facb scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xb1b68f91 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb1b89179 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c5c64e gtm_set_exact_timer16 +EXPORT_SYMBOL vmlinux 0xb1cd6da8 simple_rename +EXPORT_SYMBOL vmlinux 0xb1d32aac agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xb1dcb588 follow_pfn +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e2a8ca sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2314671 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xb238f9a2 cont_write_begin +EXPORT_SYMBOL vmlinux 0xb24aa5ca skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xb26fc631 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xb282567f tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xb29196bd dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xb294f094 input_copy_abs +EXPORT_SYMBOL vmlinux 0xb2acc4cd __msr_check_and_clear +EXPORT_SYMBOL vmlinux 0xb2acd9e5 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xb2cfce79 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb2d4fcd9 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xb2ddae69 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xb2e15cab vlan_for_each +EXPORT_SYMBOL vmlinux 0xb2e3f1a9 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xb2eea604 of_changeset_create_node +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f79a5a netif_tx_lock +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb300e472 fqdir_init +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3134db1 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32cc3c9 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xb350df45 vio_get_attribute +EXPORT_SYMBOL vmlinux 0xb350f6f2 dqstats +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36de89d nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xb387875e key_reject_and_link +EXPORT_SYMBOL vmlinux 0xb3893267 mount_subtree +EXPORT_SYMBOL vmlinux 0xb3b54daa agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xb3c22e65 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xb3ca3760 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e3ac95 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb3f09ee9 migrate_vma_setup +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 0xb3f8dbc1 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4186e2b set_cached_acl +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43a2e7f __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb44478a6 qe_pin_free +EXPORT_SYMBOL vmlinux 0xb4579e71 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb4705c20 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xb473e2c2 lockref_get +EXPORT_SYMBOL vmlinux 0xb47be20e pseries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xb48ad2b1 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49a8dc0 do_splice_direct +EXPORT_SYMBOL vmlinux 0xb4ae2dc2 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xb4c185ac blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xb4d11e42 free_netdev +EXPORT_SYMBOL vmlinux 0xb4d914c8 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xb4fe5412 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xb502002a nd_integrity_init +EXPORT_SYMBOL vmlinux 0xb5089444 of_graph_is_present +EXPORT_SYMBOL vmlinux 0xb511b1c5 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xb542c57c rw_verify_area +EXPORT_SYMBOL vmlinux 0xb54ef679 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xb555f9f3 gtm_get_specific_timer16 +EXPORT_SYMBOL vmlinux 0xb55dd957 fb_pan_display +EXPORT_SYMBOL vmlinux 0xb5712aa5 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xb5802eba dev_get_iflink +EXPORT_SYMBOL vmlinux 0xb5a3618c bio_uninit +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a4aef0 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c480bb sock_create_lite +EXPORT_SYMBOL vmlinux 0xb5e0933d tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb5e13807 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb6009b49 phy_suspend +EXPORT_SYMBOL vmlinux 0xb603b094 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xb6248560 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6361231 mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb64b13cd d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6c4b7b7 simple_fill_super +EXPORT_SYMBOL vmlinux 0xb6cb1ea8 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cbf31e _dev_printk +EXPORT_SYMBOL vmlinux 0xb6e31f03 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e8a0c3 kobject_get +EXPORT_SYMBOL vmlinux 0xb6eb1066 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xb6eee216 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xb6fb5f56 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70af720 nd_device_notify +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71885cf kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb720e1ab mem_section +EXPORT_SYMBOL vmlinux 0xb72b49a6 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xb75baa72 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xb75e3918 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb77031f8 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79f85b9 input_get_keycode +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d24b5f xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb7d2ef3d gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xb807791b sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb818104b flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xb8217479 vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0xb83f82f2 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xb8416131 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xb8683171 bio_free_pages +EXPORT_SYMBOL vmlinux 0xb86d052d skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xb883ca83 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b7581b pci_bus_type +EXPORT_SYMBOL vmlinux 0xb8cecbde is_nd_btt +EXPORT_SYMBOL vmlinux 0xb8ed5ab9 genlmsg_put +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb913affc irq_set_chip +EXPORT_SYMBOL vmlinux 0xb93ef017 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9585b21 netlink_unicast +EXPORT_SYMBOL vmlinux 0xb9621b87 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb96edccc register_quota_format +EXPORT_SYMBOL vmlinux 0xb96f986d dcache_readdir +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9742f0f __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xb97875e7 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb9d0721c prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fe3cc5 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xba0576f9 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0c7ee3 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xba0e594a pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba37c06a filemap_release_folio +EXPORT_SYMBOL vmlinux 0xba3b4293 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xba3e9c68 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba67a355 nmi_panic +EXPORT_SYMBOL vmlinux 0xba691c85 _insb +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba7d086c touch_atime +EXPORT_SYMBOL vmlinux 0xba9e9e65 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xbaae2692 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xbab073a1 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacb28f9 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xbad764c9 dev_activate +EXPORT_SYMBOL vmlinux 0xbad9baa5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xbae41dbf __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xbaedd750 of_match_node +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafbf092 component_match_add_release +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1a41f2 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb3e9e90 __pmd_table_size +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb68464a rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xbb7b414e gtm_stop_timer16 +EXPORT_SYMBOL vmlinux 0xbb7c7e7d __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xbb8a1d31 thread_group_exited +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbba75607 down_killable +EXPORT_SYMBOL vmlinux 0xbbc0b998 cdev_del +EXPORT_SYMBOL vmlinux 0xbbe6c4b2 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xbbff9395 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xbc0e6c8b proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xbc2aab8e blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xbc319ae8 neigh_lookup +EXPORT_SYMBOL vmlinux 0xbc389646 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xbc42c17f mutex_unlock +EXPORT_SYMBOL vmlinux 0xbc4585b6 sk_wait_data +EXPORT_SYMBOL vmlinux 0xbc8ec982 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xbc960462 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcae24a2 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xbcb1980b setattr_copy +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbce68042 pci_request_region +EXPORT_SYMBOL vmlinux 0xbceb8c32 vme_bus_type +EXPORT_SYMBOL vmlinux 0xbced43b6 file_ns_capable +EXPORT_SYMBOL vmlinux 0xbcf54e7f _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xbcfabe70 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd398d2f mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xbd40af82 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd467399 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xbd57e2c3 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xbd59e94b pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6a0f9a uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xbd6b611b ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xbd9b6d50 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xbda15396 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xbdc54c52 dcb_getrewr +EXPORT_SYMBOL vmlinux 0xbdda704c tso_build_data +EXPORT_SYMBOL vmlinux 0xbdde3fad __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xbde96c92 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xbe07c598 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xbe07ef45 give_up_console +EXPORT_SYMBOL vmlinux 0xbe0d0d32 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xbe0dc949 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xbe1003fd mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xbe1274f5 vfs_rename +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe1da58a __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xbe3479e7 generic_read_dir +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe51dbdb phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe62c0ee simple_transaction_read +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe70b93f __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xbe72d667 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xbe7608d0 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xbe830117 __napi_schedule +EXPORT_SYMBOL vmlinux 0xbeaa9121 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbeb7186a devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xbeb8cc8a neigh_ifdown +EXPORT_SYMBOL vmlinux 0xbec0d4d6 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xbee247a1 kernel_read +EXPORT_SYMBOL vmlinux 0xbee65d47 km_new_mapping +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef513de vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xbf24c204 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xbf282885 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xbf4a6d0c filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xbf596f45 _insl_ns +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5dca7e __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xbf6908b2 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbf882a89 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xbf897c87 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xbf99b6b6 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xbfabf048 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb1bf9e ip_setsockopt +EXPORT_SYMBOL vmlinux 0xbfb2d0fe pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfcea1e2 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbfcf16dc dev_get_by_name +EXPORT_SYMBOL vmlinux 0xbfd269d4 sys_fillrect +EXPORT_SYMBOL vmlinux 0xbfd55917 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xbfdba25a bmap +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xbff86d35 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xc0097b19 cdev_init +EXPORT_SYMBOL vmlinux 0xc0111761 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xc014629c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xc02ff38c of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04c6996 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xc053c864 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xc05b8655 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc067e09e max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc0792811 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08b5771 input_open_device +EXPORT_SYMBOL vmlinux 0xc0a396ef dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xc0b346d8 opal_nx_coproc_init +EXPORT_SYMBOL vmlinux 0xc0c3a73f ipv4_specific +EXPORT_SYMBOL vmlinux 0xc0d41217 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xc0d6d78f __var_waitqueue +EXPORT_SYMBOL vmlinux 0xc0dd0dba kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc0e0c0be __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xc0e24b66 vfs_get_link +EXPORT_SYMBOL vmlinux 0xc0ea780b __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xc0f8ba03 inet_sk_set_state +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 0xc13b7da4 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc13f28ba nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xc140ef8e devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xc144d412 vfs_fsync +EXPORT_SYMBOL vmlinux 0xc14d20f4 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc16493a5 skb_dequeue +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc17a69fc xattr_full_name +EXPORT_SYMBOL vmlinux 0xc188234d mmc_can_trim +EXPORT_SYMBOL vmlinux 0xc18f11c4 clk_get +EXPORT_SYMBOL vmlinux 0xc1967e07 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xc1b39c21 pid_task +EXPORT_SYMBOL vmlinux 0xc1bff16b kset_register +EXPORT_SYMBOL vmlinux 0xc1ce2bd1 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dba5c1 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xc1e4d6da devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xc1f3201d copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xc1f5b80f mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xc1fe217d configfs_depend_item +EXPORT_SYMBOL vmlinux 0xc21996f2 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc22f8fe5 register_key_type +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc245e180 register_cdrom +EXPORT_SYMBOL vmlinux 0xc2490212 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc250d44e generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xc251a9eb dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xc2670876 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc27ba256 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xc281292b __skb_pad +EXPORT_SYMBOL vmlinux 0xc2965f5c inet_frags_fini +EXPORT_SYMBOL vmlinux 0xc2997876 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a6e77c cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xc2addae6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cfd5cd xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2eaa5a6 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xc2fdf4af __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xc3043c68 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc305d763 pci_set_master +EXPORT_SYMBOL vmlinux 0xc306150a seq_pad +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3122fab blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc31e3fe3 eeh_dev_release +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3596ace seq_read_iter +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36866e2 security_sb_remount +EXPORT_SYMBOL vmlinux 0xc375048d __alloc_pages +EXPORT_SYMBOL vmlinux 0xc37a49a9 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xc37f1c16 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39ce044 get_inode_acl +EXPORT_SYMBOL vmlinux 0xc3f52f3a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xc40d6b26 phy_driver_register +EXPORT_SYMBOL vmlinux 0xc4215dc4 cdev_device_del +EXPORT_SYMBOL vmlinux 0xc4335c76 phy_get_pause +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc468c7c9 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc47402e4 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48a34fa nf_log_unregister +EXPORT_SYMBOL vmlinux 0xc4a14df3 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc4a97690 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4be3d21 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xc4cdf48f _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xc4d48a99 kern_path +EXPORT_SYMBOL vmlinux 0xc4dffd57 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0xc4e8d700 serio_reconnect +EXPORT_SYMBOL vmlinux 0xc51a3640 down_write_killable +EXPORT_SYMBOL vmlinux 0xc5231d5f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xc5348e4e seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc53a8e55 key_type_keyring +EXPORT_SYMBOL vmlinux 0xc5456261 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xc549ffa4 console_stop +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc5784a6c pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xc57d19a5 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a396fd udplite_table +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5be9b92 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5dd77db xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xc5e52b19 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xc5e73c67 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc610827f jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xc6182e7f qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xc61b8087 idr_destroy +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc64e3a3d mmc_can_erase +EXPORT_SYMBOL vmlinux 0xc64ff887 security_path_mknod +EXPORT_SYMBOL vmlinux 0xc65206e7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc664b528 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc669c3d6 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0xc69682c2 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xc6ae5777 inc_node_state +EXPORT_SYMBOL vmlinux 0xc6bda2d2 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cc72e4 uart_match_port +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d6af46 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xc6de41b9 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xc6e584db phy_init_eee +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46013 make_bad_inode +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc71de8b9 param_set_hexint +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72a2cda iov_iter_zero +EXPORT_SYMBOL vmlinux 0xc740d642 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xc7486196 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xc74c2be3 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xc76e9aff pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc792c3fb input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xc79ccfdf dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ab5488 __brelse +EXPORT_SYMBOL vmlinux 0xc7abddd7 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xc7acc873 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xc7ad36d1 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b985d2 param_get_uint +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7f484b1 ida_destroy +EXPORT_SYMBOL vmlinux 0xc8005b82 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc80a8121 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xc80b4e1d xfrm_lookup +EXPORT_SYMBOL vmlinux 0xc80cc0c4 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc817c95d bdi_register +EXPORT_SYMBOL vmlinux 0xc81a196d flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xc837305f input_allocate_device +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83baf77 srp_rport_get +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc860a85a pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xc862454b agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc892bd43 scsi_host_put +EXPORT_SYMBOL vmlinux 0xc89fad4e param_ops_byte +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8ae8345 ip_frag_next +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cd4ae2 is_bad_inode +EXPORT_SYMBOL vmlinux 0xc8d6291a pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8e0a213 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xc8e2fa0c dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xc8e7f8cd invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xc8f5a95a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc8f70796 can_nice +EXPORT_SYMBOL vmlinux 0xc912acd3 rproc_del +EXPORT_SYMBOL vmlinux 0xc91604dc prepare_creds +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc93330e1 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xc9363b67 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xc94175a6 seq_putc +EXPORT_SYMBOL vmlinux 0xc945f6d3 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc94d36d9 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xc94d51f5 init_special_inode +EXPORT_SYMBOL vmlinux 0xc94e5752 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xc955cb2c down_trylock +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc968ac5e inet_protos +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97863a3 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xc97d7443 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9868abe pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc99aa022 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9d71600 inode_update_timestamps +EXPORT_SYMBOL vmlinux 0xc9dc3d79 __pte_frag_size_shift +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9fdf069 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xca01a8af __skb_get_hash +EXPORT_SYMBOL vmlinux 0xca0a590a of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xca1263c8 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xca12c46f dev_addr_mod +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca23e0b4 __folio_lock +EXPORT_SYMBOL vmlinux 0xca3490af __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca3d2726 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5990d7 dump_page +EXPORT_SYMBOL vmlinux 0xca5d2618 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xca5f3154 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xca8fb16f pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab2ccf7 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xcabb8ea8 inode_set_flags +EXPORT_SYMBOL vmlinux 0xcabf177d mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xcac89b84 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xcad6f045 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xcaf7bc40 dquot_initialize +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb1f4928 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xcb2ea0b5 finish_wait +EXPORT_SYMBOL vmlinux 0xcb2fd987 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3b30f2 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xcb3c8a7d ___ratelimit +EXPORT_SYMBOL vmlinux 0xcb43a434 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xcb4c068e rproc_put +EXPORT_SYMBOL vmlinux 0xcb4f9e80 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xcb5d5a1c kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xcb6e2781 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xcb71c2ad unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xcb7b31b9 proc_set_size +EXPORT_SYMBOL vmlinux 0xcb8f7cc6 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xcb9f3472 arp_tbl +EXPORT_SYMBOL vmlinux 0xcbaa8154 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xcbada717 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc3b94e eeh_check_failure +EXPORT_SYMBOL vmlinux 0xcbc572dc netdev_printk +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdbde47 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xcbe25853 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xcbe7b735 sk_capable +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc263a30 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xcc2705bb pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xcc27548f tcp_conn_request +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc48145d kobject_put +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc626c2c completion_done +EXPORT_SYMBOL vmlinux 0xcc7c4bd3 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xcc83871f pskb_expand_head +EXPORT_SYMBOL vmlinux 0xcc923aab ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xccb93d83 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xcce0c918 mtree_destroy +EXPORT_SYMBOL vmlinux 0xccf4b882 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xccf931f8 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd1c3345 padata_do_serial +EXPORT_SYMBOL vmlinux 0xcd1c5705 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xcd1e5a0c phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd29a10d dev_set_alias +EXPORT_SYMBOL vmlinux 0xcd61944e netdev_notice +EXPORT_SYMBOL vmlinux 0xcd61e410 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xcd793f26 pci_map_rom +EXPORT_SYMBOL vmlinux 0xcd8427c3 stream_open +EXPORT_SYMBOL vmlinux 0xcd843ce3 has_capability +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd8c2354 phy_device_create +EXPORT_SYMBOL vmlinux 0xcdc0349c add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcdc0ed99 key_validate +EXPORT_SYMBOL vmlinux 0xcdc313e7 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc51cdc sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdee038f _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xcdf20cec phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xcdff96e7 filemap_flush +EXPORT_SYMBOL vmlinux 0xcdff9934 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xce18bbe1 fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2e9e31 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xce3ddeb5 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xce4ae485 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xce4b036a textsearch_register +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 0xce5c6a78 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xce60f0d2 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce776ecd folio_set_bh +EXPORT_SYMBOL vmlinux 0xce7fbaa1 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xce807151 idr_get_next +EXPORT_SYMBOL vmlinux 0xce8a7fe8 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xcea91a4f send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb4a803 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xcec766f1 __memset16 +EXPORT_SYMBOL vmlinux 0xced031df scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xced8fffb filemap_map_pages +EXPORT_SYMBOL vmlinux 0xcedb60a8 skb_copy +EXPORT_SYMBOL vmlinux 0xceea7787 pskb_extract +EXPORT_SYMBOL vmlinux 0xcef1fd87 dev_deactivate +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf06bfdf tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xcf0b8114 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xcf15312f phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf38ed65 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3cd5aa mdiobus_read +EXPORT_SYMBOL vmlinux 0xcf4308f1 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xcf4c4fc8 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xcf56c4bc tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xcf5a3012 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xcf6ebc1f pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xcf81e791 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xcf8614c6 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xcf970b55 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xcf9a189a down_timeout +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa2b6e9 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xcfbed668 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xcfc9697c thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfda3daa may_umount_tree +EXPORT_SYMBOL vmlinux 0xcfdd3261 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xd015ff19 dev_mc_init +EXPORT_SYMBOL vmlinux 0xd01898e2 request_firmware +EXPORT_SYMBOL vmlinux 0xd01fca01 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04f2424 mount_nodev +EXPORT_SYMBOL vmlinux 0xd058cef8 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07f3102 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xd088d63b tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xd08a7b84 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd0b85c5a security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd0cccdd4 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11ab5d1 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xd11d6166 radix__flush_tlb_range +EXPORT_SYMBOL vmlinux 0xd12e95bf __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xd139aae3 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xd1816c80 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xd1c3d483 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xd1d31ca9 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1d9a728 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xd1dea93f crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xd1e22693 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xd1fc3daa sock_alloc +EXPORT_SYMBOL vmlinux 0xd20223a3 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd23dc9af inode_init_owner +EXPORT_SYMBOL vmlinux 0xd23f9459 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd251d228 radix__flush_pmd_tlb_range +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2661861 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xd269acf8 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xd26d1f25 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xd27aac6b kobject_del +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2808bd3 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xd2869987 tcp_mmap +EXPORT_SYMBOL vmlinux 0xd29dc1c4 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xd29fa4bc of_get_next_child +EXPORT_SYMBOL vmlinux 0xd2a43367 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xd2ae11d5 con_is_bound +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b550e0 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e09caa genl_unregister_family +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32ded2a skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xd32f4050 set_user_nice +EXPORT_SYMBOL vmlinux 0xd345a806 vme_init_bridge +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35a8566 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37610de nf_log_set +EXPORT_SYMBOL vmlinux 0xd376830b netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xd39d897d poll_initwait +EXPORT_SYMBOL vmlinux 0xd3add50f _dev_warn +EXPORT_SYMBOL vmlinux 0xd3ae02f4 netlink_ack +EXPORT_SYMBOL vmlinux 0xd3b4fff6 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd3b894f7 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xd3ba1c79 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xd3ba3672 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xd3d4db40 to_nd_btt +EXPORT_SYMBOL vmlinux 0xd3ee0a5c agp_free_memory +EXPORT_SYMBOL vmlinux 0xd3f65ddc ata_print_version +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40e91f5 dma_set_mask +EXPORT_SYMBOL vmlinux 0xd41c14bc read_cache_folio +EXPORT_SYMBOL vmlinux 0xd42737f0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xd44d883b iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xd45564c6 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd45fe6b8 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xd461f0cc __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd47fe9ea ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xd48dc934 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd49dd57a xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bf3305 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd4ca10e6 bio_init_clone +EXPORT_SYMBOL vmlinux 0xd4cb2a0f watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xd4d7c068 fsl_upm_find +EXPORT_SYMBOL vmlinux 0xd4d893c0 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xd4ea3d22 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xd4f4a328 key_put +EXPORT_SYMBOL vmlinux 0xd4fb573b netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xd4fd0ec2 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xd5005efe agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xd503a567 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xd5255c93 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd53db1fb tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd54e5033 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xd552df21 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xd55a3ba1 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xd55f56b7 datagram_poll +EXPORT_SYMBOL vmlinux 0xd560c593 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd562c268 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xd56f4f71 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xd5b12f7d radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5bac75d alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xd5be130e cpu_core_map +EXPORT_SYMBOL vmlinux 0xd5dd2847 elevator_alloc +EXPORT_SYMBOL vmlinux 0xd5e09718 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xd5ede291 sock_no_getname +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60f43c8 locks_delete_block +EXPORT_SYMBOL vmlinux 0xd6131079 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd64b0020 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd673e646 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xd678d0ae phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xd67dc7fa msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0xd6806ab8 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68cb3f7 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xd6a52952 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xd6a613bc __put_cred +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b4ee58 thaw_super +EXPORT_SYMBOL vmlinux 0xd6b8becb __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xd6c4c1a5 of_get_ibm_chip_id +EXPORT_SYMBOL vmlinux 0xd6d752f1 dev_mc_del +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd71a9f1f seq_release_private +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 0xd76ec493 netlink_capable +EXPORT_SYMBOL vmlinux 0xd77bcef5 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xd7837c52 phy_find_first +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd79b19cf vfs_statfs +EXPORT_SYMBOL vmlinux 0xd7bbc05e tcp_check_req +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd80f0fcc tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xd81a662c rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xd82456be pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xd82bd227 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xd82c5aa6 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xd82d6aff ether_setup +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd841ecaf _dev_info +EXPORT_SYMBOL vmlinux 0xd8536d36 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xd8548b30 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xd8550966 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xd85861ce cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xd86a1761 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xd87432cb of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xd87bb586 proc_create_data +EXPORT_SYMBOL vmlinux 0xd895734b swake_up_locked +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 0xd8c84642 elv_rb_add +EXPORT_SYMBOL vmlinux 0xd8e2d8d0 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xd8f32042 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xd90c8db7 keyring_search +EXPORT_SYMBOL vmlinux 0xd911429c clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9206a27 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xd92d29bd vc_resize +EXPORT_SYMBOL vmlinux 0xd93427b3 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xd943097a dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0xd954a996 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd968a902 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd989bc6f jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xd9992bbe nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xd99949a5 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd9aa4b47 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c8dbc8 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e2c847 blk_get_queue +EXPORT_SYMBOL vmlinux 0xd9fb3081 sock_register +EXPORT_SYMBOL vmlinux 0xd9fc3031 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xda0baef2 iget_locked +EXPORT_SYMBOL vmlinux 0xda1f0ff0 nf_reinject +EXPORT_SYMBOL vmlinux 0xda355909 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xda357b96 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda464f6d xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xda6c2b5b fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xdaae911d vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +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 0xdad728fb udplite_prot +EXPORT_SYMBOL vmlinux 0xdadb49e2 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xdae2816e call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xdae88ae8 rtc_add_group +EXPORT_SYMBOL vmlinux 0xdaeeff67 param_ops_bint +EXPORT_SYMBOL vmlinux 0xdaf772de tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xdaffa7f7 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xdb0016d0 inode_init_once +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb35d00e of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xdb41d991 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xdb46fd5f find_vma_intersection +EXPORT_SYMBOL vmlinux 0xdb509579 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xdb6319a7 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbabca76 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcebcdc phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe19de2 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xdbf3110e gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xdbfa0017 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xdc059097 qdisc_reset +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1c2c7f jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xdc21aa99 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc3fcbcb __mutex_init +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc7abf2c input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xdc8e5281 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdcad19ea devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xdcb3e5f1 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdb44d4 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce41279 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xdd1a0441 pci_find_bus +EXPORT_SYMBOL vmlinux 0xdd2a091b memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd364a50 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xdd3f26aa dquot_destroy +EXPORT_SYMBOL vmlinux 0xdd45c450 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xdd4e9cce sk_stream_error +EXPORT_SYMBOL vmlinux 0xdd5d39bb input_set_capability +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd79654a vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd8c1acf xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xddb3769b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xddb63a11 __module_get +EXPORT_SYMBOL vmlinux 0xddc99915 napi_disable +EXPORT_SYMBOL vmlinux 0xddce08d9 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xddde1f3a del_gendisk +EXPORT_SYMBOL vmlinux 0xdddeb012 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xdde0fc0b udp_seq_ops +EXPORT_SYMBOL vmlinux 0xdde70f07 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xddeb3391 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xddfcd366 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xddffff05 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xde011c0e tcp_seq_start +EXPORT_SYMBOL vmlinux 0xde235d35 phy_attached_print +EXPORT_SYMBOL vmlinux 0xde28e1aa genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xde307941 flush_signals +EXPORT_SYMBOL vmlinux 0xde4b20f5 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xde6d6f22 register_qdisc +EXPORT_SYMBOL vmlinux 0xde6dc2df sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xde72f75f iterate_dir +EXPORT_SYMBOL vmlinux 0xde785fc0 netdev_err +EXPORT_SYMBOL vmlinux 0xde7fed5f inet_put_port +EXPORT_SYMBOL vmlinux 0xde908d6d zpool_register_driver +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde939df1 put_fs_context +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9b34dd dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdea71327 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xdeab3f08 skb_dump +EXPORT_SYMBOL vmlinux 0xdebdc310 begin_new_exec +EXPORT_SYMBOL vmlinux 0xdec5553d flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xdecdd5b8 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdeec3840 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf221afb nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf283aac devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf43fcf3 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xdf4843c7 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf59d541 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xdf65944a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xdf738df0 input_setup_polling +EXPORT_SYMBOL vmlinux 0xdf8165ba phy_modify_paged +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd4f6ac inet_frags_init +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdec6a3 put_watch_queue +EXPORT_SYMBOL vmlinux 0xdff19cdd tty_unthrottle +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe002b4ab csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xe0082b25 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xe00ad981 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe019daa6 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xe022e639 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0452ed0 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe08f19e5 neigh_xmit +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe097a800 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xe0a4bc5b scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xe0abc602 skb_clone +EXPORT_SYMBOL vmlinux 0xe0ae7420 finish_open +EXPORT_SYMBOL vmlinux 0xe0af35d8 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0ba9ce2 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xe0c7c3aa of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xe0db5cc8 set_create_files_as +EXPORT_SYMBOL vmlinux 0xe1007cea mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xe11f8351 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe127bd0f agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe159991a unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xe1655ef5 input_close_device +EXPORT_SYMBOL vmlinux 0xe169346b drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xe1946aba scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xe1994588 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xe1b29296 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xe1c8a4c9 dev_get_flags +EXPORT_SYMBOL vmlinux 0xe1d43b84 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1def85f agp_bridge +EXPORT_SYMBOL vmlinux 0xe20b409d flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2304893 kobject_add +EXPORT_SYMBOL vmlinux 0xe2430a29 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xe256f770 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xe25d20d3 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe269b4d7 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xe26d2103 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xe276a18d phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xe28406a6 param_get_hexint +EXPORT_SYMBOL vmlinux 0xe29f6d23 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xe2a50ff9 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xe2af4ded sync_file_create +EXPORT_SYMBOL vmlinux 0xe2b10070 elv_rb_del +EXPORT_SYMBOL vmlinux 0xe2bb6ea1 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xe2bf5b63 vga_con +EXPORT_SYMBOL vmlinux 0xe2d47c16 kset_unregister +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2fe5eb4 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xe304eef2 is_nd_dax +EXPORT_SYMBOL vmlinux 0xe3186ccd nf_log_trace +EXPORT_SYMBOL vmlinux 0xe31a04b2 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xe3252e59 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3413def d_path +EXPORT_SYMBOL vmlinux 0xe3525fe5 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xe3653e62 ilookup5 +EXPORT_SYMBOL vmlinux 0xe3737226 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xe374618b flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xe395a0f6 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xe399b5c8 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3d20448 f_setown +EXPORT_SYMBOL vmlinux 0xe3d5d3de security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xe3e35e8d skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f0e1f7 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xe3f29f70 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xe3f8b013 napi_complete_done +EXPORT_SYMBOL vmlinux 0xe3fda702 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40e58ce flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xe413ecc1 may_setattr +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe419d782 radix__flush_tlb_page +EXPORT_SYMBOL vmlinux 0xe428ab38 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xe4302d05 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0xe4373137 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xe474a313 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xe492bffa __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xe49710db agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xe4a23ae8 input_flush_device +EXPORT_SYMBOL vmlinux 0xe4b91439 d_alloc +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4cb98b8 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xe4cd6e8b mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xe4d190bc lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xe4e7cff3 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe4f5a3d9 fb_blank +EXPORT_SYMBOL vmlinux 0xe4fa8553 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xe5052c35 gtm_set_timer16 +EXPORT_SYMBOL vmlinux 0xe506ca6b tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe50c3fa3 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe531735e jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xe531d647 mmc_put_card +EXPORT_SYMBOL vmlinux 0xe541c0e8 done_path_create +EXPORT_SYMBOL vmlinux 0xe54810c7 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xe5495120 vfs_llseek +EXPORT_SYMBOL vmlinux 0xe54d8d2e __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xe55c7608 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58748f0 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xe58c7128 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d69ae6 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xe5d71a61 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xe5da71f6 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xe5fe9cb9 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xe6028d36 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xe609defa page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xe6161302 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xe6317260 __fput_sync +EXPORT_SYMBOL vmlinux 0xe6416f5e blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65ad4d7 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xe6664cef inode_permission +EXPORT_SYMBOL vmlinux 0xe6697cb0 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xe67ab380 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xe68b104f unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xe694077f gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xe69ec255 fasync_helper +EXPORT_SYMBOL vmlinux 0xe6b2ebd5 phy_write_paged +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d6e579 ip_frag_init +EXPORT_SYMBOL vmlinux 0xe6e5b088 d_add +EXPORT_SYMBOL vmlinux 0xe6f6e828 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xe6fcbe62 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xe714b376 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xe717b884 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xe72417c4 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xe752a3c3 ilookup +EXPORT_SYMBOL vmlinux 0xe76335c5 __debugger +EXPORT_SYMBOL vmlinux 0xe76d0532 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xe7a79757 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xe7b82015 md_write_start +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e0c717 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe7e5b434 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xe7eeaa67 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xe832d753 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xe8341a8a seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xe846b2be i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe878cc22 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xe88e045b udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe89da82b vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xe8a54fa3 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xe8c10993 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xe8ce2d63 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d54c77 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xe8e178df of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xe8f13bfb serio_close +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92deffc crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xe92f1839 vio_unregister_device +EXPORT_SYMBOL vmlinux 0xe9331d2d jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xe93dd4ea xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xe942e992 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xe94ac2b5 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95b1fa2 xp_alloc +EXPORT_SYMBOL vmlinux 0xe97a2ee1 udp_ioctl +EXPORT_SYMBOL vmlinux 0xe97f77b4 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xe97fc70b dm_get_device +EXPORT_SYMBOL vmlinux 0xe98a2f76 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xe9909f03 __scm_destroy +EXPORT_SYMBOL vmlinux 0xe9a793ef xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xe9b940b1 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xe9ba2e65 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xe9baf1c1 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xe9c58315 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xe9d35089 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +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 0xe9fcf5fd d_lookup +EXPORT_SYMBOL vmlinux 0xea0229f9 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xea02e778 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xea212025 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xea23557e __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xea2c8d3f __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xea33c83a discard_new_inode +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea426e43 mempool_resize +EXPORT_SYMBOL vmlinux 0xea43e48f mtree_insert_range +EXPORT_SYMBOL vmlinux 0xea56e71e sock_set_mark +EXPORT_SYMBOL vmlinux 0xea5fa695 user_revoke +EXPORT_SYMBOL vmlinux 0xea6f1b7c request_key_tag +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea765b1d _dev_err +EXPORT_SYMBOL vmlinux 0xea76dd1a tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xea7d13ac eth_type_trans +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea80392f on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xeaa84c74 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xeaa87d30 kernel_bind +EXPORT_SYMBOL vmlinux 0xeaade5eb dump_align +EXPORT_SYMBOL vmlinux 0xeac25fda of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xeac42fcf blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xeac58811 serio_bus +EXPORT_SYMBOL vmlinux 0xeae50990 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafcfbef iget5_locked +EXPORT_SYMBOL vmlinux 0xeb07de24 sock_no_connect +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb29deab of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3ad978 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb55ceed submit_bio +EXPORT_SYMBOL vmlinux 0xeb5b3b6d par_io_of_config +EXPORT_SYMBOL vmlinux 0xeb6d4d52 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xeb6d6a60 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xeb6d9366 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xeb7c4985 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xeb85d38e iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xeb892760 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeb8f2d4f __pmd_frag_size_shift +EXPORT_SYMBOL vmlinux 0xeb906bfc sk_free +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba2a16f handshake_req_submit +EXPORT_SYMBOL vmlinux 0xeba546c3 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xebac6fd1 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebd157b0 neigh_update +EXPORT_SYMBOL vmlinux 0xebd50f76 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xebe8e8ac dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xebecdc34 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xec2dc610 generic_fadvise +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 0xec51c566 param_set_ullong +EXPORT_SYMBOL vmlinux 0xec51fab4 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xec5b0b93 config_item_put +EXPORT_SYMBOL vmlinux 0xec626ff3 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xec6c7d7b pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xec6f2782 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xec826112 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xec97ead8 __kernel_io_start +EXPORT_SYMBOL vmlinux 0xec9db0db ip6_output +EXPORT_SYMBOL vmlinux 0xeca0b5c5 mdiobus_free +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecbd3f33 send_sig_info +EXPORT_SYMBOL vmlinux 0xecc215e3 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xece1f5a4 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf14f11 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xecff4ca1 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xed0bb6ae sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xed20bb11 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xed307f24 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xed347a2f i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xed47df2e gro_cells_receive +EXPORT_SYMBOL vmlinux 0xed60a867 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed67ebd3 tcf_block_get +EXPORT_SYMBOL vmlinux 0xed6ac966 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xed736e87 is_nd_pfn +EXPORT_SYMBOL vmlinux 0xed7be52b tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xed822639 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedb5b8f5 unix_gc_lock +EXPORT_SYMBOL vmlinux 0xedb654c8 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede43e22 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xedf4319b touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xedf719b5 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee186b33 neigh_destroy +EXPORT_SYMBOL vmlinux 0xee1bc2b1 kill_pid +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee31171b crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xee36b0e0 flush_dcache_icache_folio +EXPORT_SYMBOL vmlinux 0xee39331b dquot_free_inode +EXPORT_SYMBOL vmlinux 0xee58a9de proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee658de0 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xee698208 fb_get_mode +EXPORT_SYMBOL vmlinux 0xee6da52c fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xee79b879 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xee82733a folio_wait_bit_killable +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 0xee9554ce d_set_d_op +EXPORT_SYMBOL vmlinux 0xee9bbe90 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeaf071c security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xeeb2379a kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xeeb701c6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xeec83999 dcb_getapp +EXPORT_SYMBOL vmlinux 0xeece5eda bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xeecff121 percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0xeed5bcca __pud_table_size +EXPORT_SYMBOL vmlinux 0xeedf303d agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xeee3f570 phy_attach +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef3b62f skb_put +EXPORT_SYMBOL vmlinux 0xeef49085 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xeef68eb3 input_set_keycode +EXPORT_SYMBOL vmlinux 0xeeff2850 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xef103833 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xef3f831d generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xef415d8e file_path +EXPORT_SYMBOL vmlinux 0xef640af5 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xef71a22c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xef8996d0 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xef9e6d3b ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefcf65f4 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xefdd51c9 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xefebe17a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xefedb4f2 input_reset_device +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0329ad1 down_read_trylock +EXPORT_SYMBOL vmlinux 0xf03b51ad filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xf0428826 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf0579861 dma_find_channel +EXPORT_SYMBOL vmlinux 0xf076510e genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07fe9a0 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xf086156b xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09dad23 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xf0b5d65e blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xf0b93157 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xf0c007b5 noop_fsync +EXPORT_SYMBOL vmlinux 0xf0dc45c1 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xf0e1e616 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xf0f6f80d ihold +EXPORT_SYMBOL vmlinux 0xf0f700e4 inet_listen +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf108daeb rproc_report_crash +EXPORT_SYMBOL vmlinux 0xf110d1cb pseries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xf117eb85 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xf1195888 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf134127a mdio_driver_register +EXPORT_SYMBOL vmlinux 0xf139c1b2 vme_register_driver +EXPORT_SYMBOL vmlinux 0xf1479fed pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xf1665f9a simple_nosetlease +EXPORT_SYMBOL vmlinux 0xf179a618 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf185f71c agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1986842 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xf19f4bf0 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xf1a364f0 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1bcebe8 of_clk_get +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 0xf1ea6413 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xf1ed8792 cdrom_open +EXPORT_SYMBOL vmlinux 0xf1f656f1 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf20255ba jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf204ce89 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xf22b55c9 mntget +EXPORT_SYMBOL vmlinux 0xf2355eac sock_kfree_s +EXPORT_SYMBOL vmlinux 0xf23a5666 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf241461f __xa_insert +EXPORT_SYMBOL vmlinux 0xf25bafec filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf274bd3c param_set_long +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf295fb2c bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xf2a429f2 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ab783c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xf2bfe842 padata_alloc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cca204 skb_find_text +EXPORT_SYMBOL vmlinux 0xf2d0fae4 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xf2d4b905 audit_log_start +EXPORT_SYMBOL vmlinux 0xf2d4e8f5 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf2d98d9d pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf300b094 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xf308ccf5 load_nls +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3470805 vif_device_init +EXPORT_SYMBOL vmlinux 0xf34c1387 pnv_phb_to_cxl_mode +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf36e5499 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf389e9c3 tcp_enter_cwr +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 0xf3c3c292 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3ed2aac tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xf400f805 neigh_table_init +EXPORT_SYMBOL vmlinux 0xf4079cb0 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf42985eb sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xf43a603f touch_buffer +EXPORT_SYMBOL vmlinux 0xf43f78ab __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xf443f1c0 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf462ccb2 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xf4632aff devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xf472017a swake_up_all +EXPORT_SYMBOL vmlinux 0xf4727b6d unregister_filesystem +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47aa048 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xf4a3e9bc dst_dev_put +EXPORT_SYMBOL vmlinux 0xf4a764d6 of_root +EXPORT_SYMBOL vmlinux 0xf4b731e0 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xf4c23249 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xf4c9a150 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xf4d6119e flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xf4d74f3d mmc_detect_change +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50104eb request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xf502c117 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xf506b520 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xf5097d21 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xf514bc7f dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xf5161677 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xf52be40d inet_del_protocol +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 0xf54ce8af __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xf5524d2a jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xf553139e configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xf553e0f0 pci_release_regions +EXPORT_SYMBOL vmlinux 0xf5598855 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf5618a0b of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xf56c7105 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xf56f3654 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xf58170c3 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xf5871908 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5d6acde jbd2_journal_extend +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 0xf5ed7b3f flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xf5f4f825 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xf5fd541c xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xf600e37f param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xf6012b64 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xf6150d63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xf62b611d tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf643e87d vlan_vid_add +EXPORT_SYMBOL vmlinux 0xf65fe70e devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6b1d582 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf6c7717f proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xf6cfe176 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xf6e74bb3 fs_bio_set +EXPORT_SYMBOL vmlinux 0xf6e8e8b7 logfc +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f50dc1 input_register_handler +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf6ff912c bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xf7251a39 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73e9484 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xf746fd35 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xf751b8fc security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xf76009f9 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xf7673a95 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xf76fc472 vme_lm_request +EXPORT_SYMBOL vmlinux 0xf7794bd0 generic_permission +EXPORT_SYMBOL vmlinux 0xf783163c param_get_byte +EXPORT_SYMBOL vmlinux 0xf78c0b49 mdio_device_register +EXPORT_SYMBOL vmlinux 0xf791e851 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xf7a15c27 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xf7c2df39 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf7cbe3a2 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7dc6af7 udp_poll +EXPORT_SYMBOL vmlinux 0xf7edc7f0 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf7f3ddfb kernel_listen +EXPORT_SYMBOL vmlinux 0xf7f42167 __break_lease +EXPORT_SYMBOL vmlinux 0xf7f825ac nf_setsockopt +EXPORT_SYMBOL vmlinux 0xf80c10cb inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xf8108da0 filemap_fdatawrite +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 0xf813b63c md_write_end +EXPORT_SYMBOL vmlinux 0xf826b486 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf855a7b7 single_open_size +EXPORT_SYMBOL vmlinux 0xf871a235 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xf87c7fca netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf89484da scsi_remove_host +EXPORT_SYMBOL vmlinux 0xf899129d locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xf8a25304 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xf8a97f85 of_match_device +EXPORT_SYMBOL vmlinux 0xf8ba17c9 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8dccd50 of_node_to_nid +EXPORT_SYMBOL vmlinux 0xf8e1115e _outsl_ns +EXPORT_SYMBOL vmlinux 0xf8f10e0c fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8f6f2fa inode_get_bytes +EXPORT_SYMBOL vmlinux 0xf9137b65 __bh_read +EXPORT_SYMBOL vmlinux 0xf9184d22 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xf92f2b60 get_task_cred +EXPORT_SYMBOL vmlinux 0xf92f5a8c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xf938447c skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94ea5a2 phy_print_status +EXPORT_SYMBOL vmlinux 0xf94f3423 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf95e2433 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xf96a04fc skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf98076e0 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xf99fceb2 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b1cdcd smp_call_function_many +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d76db6 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xf9f364e1 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xf9f81298 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa1a1294 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xfa279ee5 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa31b887 km_state_notify +EXPORT_SYMBOL vmlinux 0xfa33ca94 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xfa360216 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xfa37304c flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xfa3c5f55 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xfa49f269 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa66f013 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xfa9c2ece _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xfaa604af dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xfaa635bf security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfabb799e dma_fence_describe +EXPORT_SYMBOL vmlinux 0xfabc60e6 key_invalidate +EXPORT_SYMBOL vmlinux 0xfac3ec66 end_page_writeback +EXPORT_SYMBOL vmlinux 0xfac5ec4b tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xfac7ffef unregister_console +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad7572c vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfb12b45f inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xfb1aa563 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xfb232c7e idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xfb3191f6 noop_llseek +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3cbd2e skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xfb4560ec generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xfb4c667b jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xfb5ce4de build_skb_around +EXPORT_SYMBOL vmlinux 0xfb5f0037 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb760170 __sock_i_ino +EXPORT_SYMBOL vmlinux 0xfb77576a sk_stop_timer +EXPORT_SYMBOL vmlinux 0xfb89f10f dev_uc_sync +EXPORT_SYMBOL vmlinux 0xfb8ec7b0 send_sig +EXPORT_SYMBOL vmlinux 0xfb901df4 tcp_get_cookie_sock +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 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbce5197 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xfbcf9d72 gro_cells_init +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfc040e9c phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xfc09b0b4 follow_down +EXPORT_SYMBOL vmlinux 0xfc0c64be tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xfc21e355 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc555880 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xfc78ea46 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xfc7c05f2 fb_io_write +EXPORT_SYMBOL vmlinux 0xfc7e1b2c dm_register_target +EXPORT_SYMBOL vmlinux 0xfcadd268 brioctl_set +EXPORT_SYMBOL vmlinux 0xfcb27ff0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xfccc0ed9 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcda1c6b of_read_drc_info_cell +EXPORT_SYMBOL vmlinux 0xfcdc2b46 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xfceaa080 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd0bc8f0 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xfd12801b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xfd24506e fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xfd5ce3ff srp_rport_put +EXPORT_SYMBOL vmlinux 0xfd66da67 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xfd882235 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xfd9a8da6 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xfda31628 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd08542 skb_queue_head +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdded167 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfcdd5f __csum_partial +EXPORT_SYMBOL vmlinux 0xfdfe01d8 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe0e687e nf_getsockopt +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe223d1d i2c_get_match_data +EXPORT_SYMBOL vmlinux 0xfe2da082 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6f7429 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xfe785bbb uart_resume_port +EXPORT_SYMBOL vmlinux 0xfe79504d jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xfe7c4758 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xfe85c92c console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xfe8ff63d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfec61c59 seq_read +EXPORT_SYMBOL vmlinux 0xfed0748f devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedf1d3e param_get_int +EXPORT_SYMBOL vmlinux 0xfee49a83 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xfee84bbb phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xfee8de6a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xfeeb167a vmap +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfefeafca blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xff12ca59 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff22e53b put_ipc_ns +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2ff289 of_get_parent +EXPORT_SYMBOL vmlinux 0xff3343fd kmem_cache_create +EXPORT_SYMBOL vmlinux 0xff361251 config_item_set_name +EXPORT_SYMBOL vmlinux 0xff385366 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff446e89 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xff5d1bb3 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xff60cee5 tcf_classify +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7d89da inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xff7e1b78 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xff7e3e8f agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xff8458c3 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xff87a58b dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xff99f0fe netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xff9a4b82 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xffb01ea2 simple_link +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd18b92 dm_table_get_md +EXPORT_SYMBOL vmlinux 0xffdfab0d md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0xffe690fd udp_table +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0240d40b kvmppc_xive_pull_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x036c98fb file_is_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x07602246 gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x078dd9d5 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x095e21b3 kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0a3e5140 kvmppc_h_put_tce_indirect +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0a89a258 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0ab5cb0e kvmppc_h_put_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0af8f3b7 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0b8a1acc kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0e5d1103 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0e6a2bc3 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0f738424 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x10462293 kvmppc_core_queue_inst_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1211b537 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x12dae75a kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1adeffac gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1ec3d5c4 kvmppc_core_queue_machine_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1ff08419 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x24113af1 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x264e15ed kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x28218a67 kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2aae5184 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2e2d9bf3 kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x33457ad8 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x376b4d46 kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3f83d327 vcpu_put +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x408220ae kvmppc_xive_rearm_escalation +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x40939532 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x41305e85 kvmppc_core_queue_data_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4189c4c6 kvmppc_gpa_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x432e8c49 kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x43756e10 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x44441d5c kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x44c100ab __SCK__tp_func_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x488b8512 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x49e33f8f mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x55e936dd kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59791d7c kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5a6a9d21 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5bfb5aed kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5c52a616 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6288dda3 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6468b397 kvmppc_xics_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x67a84006 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6a1bdd51 kvmppc_pr_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6e2df088 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x71c5e1fa kvmppc_h_logical_ci_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x71f22619 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x720a9160 kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x75087220 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7565ae37 kvmppc_xics_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x76f63b4f kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7754bb45 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x79764117 kvm_make_all_cpus_request +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 0x827419bc kvmppc_h_get_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8305b339 kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x83b28a8a kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x88343766 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8be83863 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8c22bdea kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x921361d3 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x940a8b33 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9416336b kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9478ba14 kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9d40372e kvmppc_load_last_inst +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9de7d79e kvmppc_xive_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa00a89da kvmppc_xive_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1094245 kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa5bb4dee kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb0156136 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb0458a70 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb20eb1a9 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb22e3e93 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb7cc8369 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbbb4af16 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbe7f0274 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc01f37c5 kvmppc_h_logical_ci_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc5023318 kvmppc_h_stuff_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc55b4db0 kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc704a208 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcaffba2c gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcbdd4de2 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcdf5dbed kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd212feec kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd3ad4958 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdbe6061f kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdf3bbc5b kvmppc_xive_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdf447a52 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe0b53a8a kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe3d37ac6 kvmppc_xics_rm_complete +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe65e33ad kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xec0dce1e gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xec703baf kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xed205020 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xee82559a vcpu_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf14332b7 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf20d2546 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf42ab8e2 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfa98b466 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfca9448a kvm_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfea13c1f kvmppc_xive_push_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm-pr 0xfcf070cd kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL crypto/af_alg 0x213217fe af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2fae79b1 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x56d5ffbb af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x5e9ca658 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x63fe29bd af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x8d138e4b af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x90812c8f af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x9cd6569f af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x9cf70766 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x9f43d1fa af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xb64c98ea af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe159e106 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xf770ec15 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xfeedbe4e af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x9fbbad9f aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x551a4057 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x289ac18e async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa3eb37ef async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x65becac6 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf5a4f40c async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x49cb0d1e async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x591881a1 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5e7d7504 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8d743e63 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x040cf268 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x25a5e890 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa386e8a8 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc549af92 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x76b5e5c0 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x54ee13c5 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 0x5556a781 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 0x077db57c cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x08c5ec48 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x14bb6002 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x50f5feb8 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x512eb620 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x632c72b8 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x7854d563 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x8ebb7e77 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xab77fca7 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xb27a8318 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb75df536 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf0aeb502 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfc7fae22 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x00eb44e8 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1164403b crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x22f5f46e crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x32c52e91 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3f4c0bba crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4ed014df crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x50b85936 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x55d7c585 crypto_engine_unregister_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5c003867 crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x60bce97c crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x678ab26f crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6e681d9f crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7f546215 crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x825fd746 crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x848a9423 crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8f070641 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8f8649be crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa6ce4051 crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaa81efd0 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb3d30661 crypto_engine_unregister_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xba44b029 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbb72b93f crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc0e33512 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd9cd80fc crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe931a479 crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xeb7278c0 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf0be39ac crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf16342df crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf1c161be crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf42f6106 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfd83f40b crypto_engine_register_skcipher +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 0xcf731bfc serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x4581fda9 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 0xd68754db twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0606683c spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1ea6d4d5 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x34c2cfef spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3b74005b synth_current +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 0x49166099 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7af5b547 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8388ed2c synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8bb02abc spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8e211060 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x970ced19 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa178ac63 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa782b6ca synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaf6b4fee spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba0088e0 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 0xcc8140c0 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcd8e8c5d 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 0x018ee1ab ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x06021a2f ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b4d291b ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2981811c ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3f43c86d ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x41d0dd5f ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x64b2c621 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x732e4a7c ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x80f93073 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x81e4e8d5 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x83cc3ff8 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8490a4bb ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x87596ba7 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b9004b1 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x942bf2ae ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9954b570 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9beb0e30 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa418e8a0 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb6cb5eb5 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc301fec5 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd15dcfa6 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd8d8a0e1 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe901b895 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe9683d20 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x01a54ed8 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0c7e0f89 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x11bf886f ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x134d2f31 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x29867535 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2c560c60 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4a4f17d0 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8414b3f0 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x929d32f1 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa2c33c3e ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa4a935cb ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb4e13cb9 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb93a7de8 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbc6a0286 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbfe8a18d ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcdb41c4e ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd5d26472 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf2c22a1f ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfb55e4a3 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xf9c8221c __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x655a5353 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 0x38a846b1 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xfe732589 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xe080e8db __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x95187d7a __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xbfd92731 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x258c2c42 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xd13facb7 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x4f3d932c __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x6a88a547 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x93da9df5 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xc69989e6 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x38c3f774 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xa93ace63 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x180950cb __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3d0f1ff7 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x5d5f5d08 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb45ea9da __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x7039a2d9 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x97b6f53d __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0614ccfa bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x07a5486d bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x106f5250 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x12a6556a bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18d71eba bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x22d0e6ca __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ec37f04 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4053616d bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x60b4fa42 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7eb872eb bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8727248b bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x902be5fb bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x90d33a6a bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9c000852 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa4006941 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa784e8c5 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6230a70 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb63d740e bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdaab149f bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5633c8a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6ee0f09 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3711c80 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf816aee9 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf9a6f159 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x31e852d2 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x32befc8d btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3998ad3f btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4e4725f2 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x706007b7 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x784d4e31 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa774c229 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc0ea1f22 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x06667f6a btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x10090ad0 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x15faf8a3 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1a223161 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1c258ffb btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3f2c9d04 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x42ea5221 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x44ad0cd7 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b41ee52 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6304ea1e btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x67dce3c9 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9282f81d btintel_recv_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9b07da17 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc10d9983 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd2de5ade btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd3d973ad btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd84cd74e btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xeb6fbf3c btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0e642deb btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1f91edc3 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x357dd970 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5dab034a btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6c4852f2 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6ea4e017 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xaeaec4e9 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbfb12e17 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe3e6dbe7 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf6a115fe btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfc2a3b1b btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3ac96144 btmtk_process_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x964d5e28 btmtk_reset_sync +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x98115d79 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xafc05e04 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xbb729e67 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xd7405edc btmtk_register_coredump +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x59d7f301 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x61546a10 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xab124370 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xba52a8ef qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd74ff1ed qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x0c547e51 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x2ad59436 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x2e1e2a26 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x593d24bb btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x96d9e257 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb5d5f387 btrtl_set_driver_name +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd0e779bb btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x1f631e7b hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4613a811 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xbb08f08d hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xee384df4 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x60c8c08e mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6bdaffbd mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6cf9f2bd mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6e48b6e6 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6ecb4703 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa83df7a5 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcf79cfe3 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xeb96a5a1 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0d6419e2 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0df57d26 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1c3d4592 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d0720f9 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3a71972a mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3d6b4de0 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3eeb9af8 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3f375f4d mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x43b5a44b mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x47afcb50 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61225efd mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x64bf1d7f mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x67dd8506 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x711e8fae mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7620a103 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7955c56a mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ace6810 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8dfc6312 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8e484aff mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x977458d9 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x97fc177c mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa03cc390 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa4691be0 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa4ac2c8b mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xad91b091 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb93a0a04 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc7b7fc8c mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xda4852d9 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe3579dc7 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf7112995 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x1aa7afeb moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x63ce324c moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xbf71432a moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xe0ca1523 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0ed7f916 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1905d75c comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x19abe24b comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1ca2705b comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x349f7276 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x436f68b9 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x49b210ed comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4bb68054 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4d359bd4 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x504007ea comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x52cb04e1 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6348ea15 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x72f299ed comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7aae43ae comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7f41773c comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x85dd07e0 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x86c5422d comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8fa58ec7 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x95fe6f0c comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9cb8bf0a comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa1740ba2 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa84ee62b comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb26e1086 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb4ece26b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbafced69 comedi_alloc_subdevices +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 0xbdcf549c comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbfa671e0 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xca010b78 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd0129195 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd1151545 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd76a0fdd comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd7b02eb8 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdd9f1729 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xddfe6c63 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe87f93d2 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xebd4baea comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0dc9f94d comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x226a59e2 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3b9a819f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4a49391e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x58323587 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8c608150 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa5f8dbfa comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xda7e5931 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x129b2b5f comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x13dedaef comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x16c82b99 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x35592acf comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x7dc72244 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x92e569da comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x2f5e707e addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x33bf0646 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xaf23bf15 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x69564114 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x243f4211 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3236813b comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x372d044d comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x434adb68 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5da3e8a1 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6cfa9dca comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7782c327 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x90d2cc9e comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x99f6b471 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9b2323cf comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa42c557e comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb8131460 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xedf0daa9 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x209e77fb subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x572eff1d subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xd569a54c subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x185b6134 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x3084f227 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 0x5e836999 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 0x57d6a587 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x02c5143d mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x03bbf181 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x27bf62a5 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3f1b1a56 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6dbade14 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x812fbb00 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x866f812e mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x877209a4 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9d08d7b9 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9db000ae mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xae9b1848 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb8c8b725 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc8fc9444 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcb6d348c mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe2abd3a0 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xef9f0ce6 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x8dd37fa0 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe836f94a labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x4090797b labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x6ba63d1c labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x7bcc3a5b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xd186bac2 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xe0ab1a9d 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 0x10276a8d ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x15590e37 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1d72293d ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2ce6f8e7 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x382a7875 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x38616b4f ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5a383533 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8c511185 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8ca46cdf ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8ebbb914 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa54e9301 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb0330449 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc8741666 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xca8a0429 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xce9ea975 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd30b0d9d ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x067aca88 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x10eb9300 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x4a815a34 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7fde99be ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9a7ada03 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xcfd7d3be ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2612e1c4 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x42dcb150 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x521da648 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5bc823d6 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb2d153e2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd04cb4bb comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xece37221 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x01abcb70 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0743598b adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x21570d90 adf_heartbeat_dbgfs_rm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x23fbe0cb adf_gen4_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 0x2c64cb12 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x30b7ba90 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38222d35 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x39f8d428 adf_cfg_add_key_value_param +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 0x4320ac7d adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4cc7f3a1 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x50a47e4d adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x50c50f6e adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x519a42bc adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x519ac5d1 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x546a3b77 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x560afa7f adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x560d5429 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x564273c9 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5658707f adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x56676a63 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a957026 adf_gen4_timer_stop +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c5f7296 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5d81242b adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x614c4872 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x61611c2f adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x651d1076 adf_gen4_timer_start +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6c2c5f43 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6c391964 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7011b392 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7047c857 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x71df2634 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7338e575 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x73713a32 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x744f6c9f adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7ce2d99c adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x80a5be0d adf_dev_measure_clock +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x84517cc3 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x86079f2a adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x86087220 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x86cf1a10 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x88a96298 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x93db85c4 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x976afa48 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9da2ca0a adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9e31df54 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa45ff3e2 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xae63992a adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaf247ca3 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb4ff1438 adf_heartbeat_check_ctrs +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb8306330 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb8ae63ba adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbbcb2305 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc3af8295 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 0xc51f9ebb adf_heartbeat_dbgfs_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc9c4e966 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xca83f5ab adf_pfvf_comms_disabled +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 0xd7872c37 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe1bb629f adf_dev_up +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 0xe64f5fed adf_heartbeat_save_cfg_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe7e08727 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeaca8af0 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xef6a8075 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf467df8c adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfa19cb03 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfed91511 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x1a4b5be1 nx842_crypto_compress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x8dcb6b27 nx842_crypto_init +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xc8a47fb2 nx842_crypto_exit +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xec34ba4d nx842_crypto_decompress +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x5730a110 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf1e3b6e5 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0e942cd8 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1ba777dd do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1c356a67 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3259870a dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3d401cb2 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9e338e82 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf6d390b9 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x97d4b4c7 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xd191e136 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x8ed1cd99 vchan_tx_desc_free +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x9163c299 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x9a9ecd60 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xb00d29a7 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xcd76a6ff vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x27295e4a __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/firewire/firewire-core 0xf2e59258 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x6d4ff122 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x037a25ba dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x187dd07e dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x189a95bc dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b6cb3fc dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1bd664bc dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x36d81feb dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x38ca631f dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x66acdce1 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x757555b3 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x75e35958 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79d92b1a dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x82b0712f dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8ca310b3 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x96b03553 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9830f168 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x99dd37aa dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9cec45cb __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa3afe436 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb8e55194 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbbd7be9d dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc121533a dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb1219d4 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe56a5513 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfbcc3a8f dfl_fpga_dev_ops_register +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 0x0e1967b2 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1e659e5d fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x30ae09a8 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x560fc486 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x856171d4 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xacddcc12 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb9ebf19d fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbe450a14 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xcf666ac9 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0b35aa2a fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x18b8cf7f fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2900b0b4 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2aff94d1 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3caf0436 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3d63ea28 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4f35856e fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xaa711f18 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb1489717 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbb2932b6 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbd742aad of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd4f2765f fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd6b7ff57 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x45ad3ed8 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x620e4883 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x690a9c65 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa35985cc fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe2830bf4 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0d9fa62f fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2280ad87 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x57a96f38 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x600a4736 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x77dd4279 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x83d0568a fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbb3290e9 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbd7a730b fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc283a6a0 fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xcab2738b fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe26ff1c1 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe90c07ac fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf21135f7 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf82b86ed fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0x5ca7ded0 fsi_master_i2cr_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-master-i2cr 0xa7078794 fsi_master_i2cr_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x57787b20 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x2efd8173 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xd2555499 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4e66333e gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x6e493beb gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x98b60130 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfa736c68 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfb7871f6 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x11663421 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5e7255e3 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x84fe0ca8 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xd3a62d83 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf874d8e1 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x84b2547d devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x05c76ce9 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x949a097a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xa39bb9f0 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xbfefa478 devm_gpio_regmap_register +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 0x47ba7ed6 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5954f3be analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6912c98a analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8abd08c4 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc675291d analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xddb6bc33 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf7191c7c analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfcb7365e analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x1186a518 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x3ce84f8a samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xc02acd23 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x4c810ac0 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x395a28c5 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x784282aa of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xd327fcf5 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf3bd8353 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xfeb9927f dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x04ba911d drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x06793ea2 drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0a84e203 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e780ac2 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1319bc1a drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1722e98b drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1840ba5d drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1bdc624b drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1e4108ba drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x25730a2e drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x259a42ae drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x297eb62e drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2ef2ab92 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x379337e6 drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5c01068c drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x60c7ad39 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x640a0fd7 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6619c444 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7d018359 drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x82755706 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x86b272c8 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9343cffb drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9498f2ea drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x94b64b19 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x98675fbf drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9c4c2664 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa47d61d8 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xab29c9f9 drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xab55b8ff drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae96d6ff drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb782bcfe drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb944b067 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb9f58807 drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc2a5e55 drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcae7042b drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcdc3dadb drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd49c4d11 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdf2687b6 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe400ac18 drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe77cfb8f drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe9278d33 drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf1865c15 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf30bdd3f drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf759a1ee drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x048dcf74 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x07224cf6 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x322ff7e5 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3911c1b2 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3d84f43b drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4bf2fbc0 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x536c89a3 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x767df879 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7826b285 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8f4bcb17 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc04ecfb2 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd5e3e0a1 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0cbcf364 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x31fe8bb0 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4ea7a570 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x574748da drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7bd2c127 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa796c4c3 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb485574e drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe0cd040c drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x157f3cc2 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5781ed9e drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6cd16e6f drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9166abd8 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd4a86765 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd7b88fff drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xde2c1691 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe73c7418 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x586a4e32 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x7637660a s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x58885730 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x8c3fe7f2 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xfaf4f9ea ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x000f5d79 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x09f50568 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0dfb0619 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0f516cc9 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1589ccb1 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15c4cff1 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ade8c9f gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1e2a14bc gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1e72b993 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x27b81d6f gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e7259a8 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x408c1ea2 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4546baac gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x488e8fe8 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5e7eb221 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5f550c33 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6af180cb gb_operation_get_payload_size_max +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 0x70d8e75b gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x76e0e4da gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x82fa8b71 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x87fd3353 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89c03d30 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8a978f88 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8cb556fb gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8e7e8de0 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9604b96b gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x972145fc gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x981f3389 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9ba2642a __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9cca856b gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa03f6332 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa24ccd26 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa666bba3 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa8ce634 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xacf08cf3 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb5d77d97 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb8b49a64 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb9552d8e gb_operation_create_flags +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 0xce1bdcb4 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcf219c6f gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5f34a22 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd77bd8b7 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdca42285 gb_hd_del +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 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0344839e hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x08f8a467 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b532b01 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19027d86 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x21014235 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x323edb81 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41ed9d0c hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46c96528 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x49a12171 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4e46e277 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51681940 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52984062 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5358c0d6 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56fb607e hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57ce16e5 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5c19fcaf hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5da2db8a hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64b3f553 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x752b5e19 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76590bb0 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78d99bd7 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a10972d hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x813d4009 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82e86074 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x84421e35 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8cebb82a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93e58fe7 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98dc0d0e hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98ed1e37 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a7c7adc hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8118aa8 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa9e2c6ec hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb1c0be61 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3c06886 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbce2d4c9 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2a3094f hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc300a456 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc50b7c33 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6231eb2 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf70edeb hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf919dd7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd29aa0c4 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdb309369 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xddd4d146 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde724e7a hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdf8704f1 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6efee4a hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb633cdc hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5a89e4e hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe2e8703 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x39469834 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x09b82104 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x72c370fd roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7a0c6977 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbc90a099 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xecfbac49 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf1c8e133 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x031bc3ad hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x04fbefa5 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x05049cc6 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x63c423ce sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x64875656 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x689f2890 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8eb331dc sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x97e13445 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdef12975 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xa262b84f vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xbe1c3b12 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x016d5de6 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x5c282617 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7701bc98 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xf25a162c i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6cb61bc4 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x951019bb hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0a97f155 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1511844e hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1dbcf608 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2c2586ff hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2fa0dbf7 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3b4465d2 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x46fae6c2 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4ff05067 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x705b3488 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x75d4e113 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7aa7b786 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8b101200 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9455f2ca hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x97cd311e hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa42c170e hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa6f4956f hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf34cf2bc hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf4277d37 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xfb0e7659 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 0x794e74e5 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x82d194a8 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8e8e4839 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc8a32575 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe6e2a5d2 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xee457335 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x3e1b939d occ_setup +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xcd875ed8 occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x026934d4 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x18b60b8a intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x57e2f044 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x59124d88 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7bf01970 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x88e2e0d3 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x953a4f0b intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa10eefe0 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe92383d7 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa1fa1227 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb15d826c intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xcf18314a intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x12dfe7e5 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23338224 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x307aec75 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x38bc8821 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3d758992 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x47401e84 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x88b347c8 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8b0693d7 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfa38e005 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xacb0e7b3 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x70850af2 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x842defbc i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb88f1058 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe7bdc74c i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xc2db93c0 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0277d94b i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x02ab8a73 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x09880525 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1314bd1c i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x16896c38 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2072ee0e i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2325a72b i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2484fa14 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x34d98a4d i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3810221d i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x400f2ded i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4450367a i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x53e3e27e i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x589a4d29 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5f8d2788 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x74fc6202 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x82c33eff i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x91272c81 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x927c55e9 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x99b04c7a i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xab7bb8a6 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc18daa04 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcb8fc65d i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcddef445 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xec10f5ce i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc3968d87 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc56efbd2 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 0x36fa026f iio_channel_get_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 0x8ab98eb0 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 0xfe0d0a38 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0ecc2e6d iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1eec9608 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x310da836 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x47b0444f iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x74171079 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x7f6a10fb iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x90197de0 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x91157fd8 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa033a19e iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc8cb822a iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcdf28c84 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe0ec9aff iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x9a46b5e7 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x18a85813 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 0x98d4a104 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 0xd8de3117 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x4a92db1f devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x1ff783e7 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4ffb69d3 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf239ff0b bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x19c4c89f fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x07c72130 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19183f7f iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25cb12b4 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b9752ba __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3389e52e iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b25d393 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3dc56c8c devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x45130790 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x458e421e iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4893f6c9 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4905013e iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5226f12b devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53bbe882 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5e5f38e5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66ecdfa7 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6be21a59 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e88cb27 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6eae0ead iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x71876efa iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7302d682 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79561f48 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82877f22 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x838ff339 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84bbbd92 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8511e103 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x873cb239 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88629b33 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88931130 iio_read_min_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8e4c54a0 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f49e88b iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8ffc78e0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x92a3d4b6 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05bacd1 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa4620185 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa6268ff2 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9a1e1dd __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb86747d4 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xba15dd00 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe8b77ab iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc2d0b1a1 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8015716 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc941dab7 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcc591efe iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd0581555 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2f64fe8 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd5eb8268 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe398cda8 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7b4faa3 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xecc54ecc iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee6a56d7 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1b614e3 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5ea16c4 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf71bdb37 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf840404d iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa996658 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdb3cdad iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0c4832b7 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1f75485a rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3cb64900 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5c770976 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x60a6faf0 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x65109053 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6d90bf1e rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x82d7b2bf rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8eb7869c rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x986cb74a rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9d9d778e rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbe457ed2 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x90b1a124 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x5d7436f3 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x36db8349 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xa7f2128b adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1777874a rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1d531214 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1eeb303d rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4fcde590 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5069d067 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x75f9e4b6 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x769dcefd rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa0a19a7a rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa7e4fb32 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb8a7a08d rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc8c2a346 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd9f98e5b rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf6e7c1cf rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x89134fd3 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x9136713f cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa39e71f5 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x69aba0bf cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9aa5acad cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x26774329 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xbc2c8c13 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x0192413c tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x1cfd9a44 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x4d31ba83 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa4dbbda3 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x150e6267 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39396e8d wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x393989b8 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x395954c6 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4803c201 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x55bddf5b wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x84a9c29f wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x892bb72c wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb09d2432 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb9b638a7 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xde856470 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xebc10410 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 0x1d6a6d82 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3a008f94 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4aebbf32 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x551fc6c1 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5bca7773 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x83b1f0ef ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x974ec950 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcd8b135f ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf311714c ipack_device_add +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x07281b24 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x10307349 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4559e370 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x709e24f9 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x851961ec devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd10dbd69 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe19595da led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe755137c led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1360a627 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3b91302a led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3ef1c036 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4734c5ff devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xf09cb71c led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x17683969 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1d5cb1b4 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x48a59468 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x60463463 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb0d25cad lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbe43fe88 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbfac3746 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc924dcd5 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdc1b5b2e lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe484632a lp55xx_deinit_device +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 0x2f17e1cd wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x41696288 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x49b8adf9 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x529b6be9 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x72877311 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x73d25f9b wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa1889f33 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xca525b4e wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x025d4063 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x02bd13b7 __traceiter_bcache_write +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 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 0x1b8fb8b6 __traceiter_bcache_btree_read +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 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 0x3b83a4c7 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4263a715 __traceiter_bcache_btree_node_alloc +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 0x485eb986 __traceiter_bcache_btree_node_split +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 0x57a6dbaa __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x584deb06 __traceiter_bcache_journal_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 0x655409f9 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65f94dfc __traceiter_bcache_journal_entry_full +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 0x671b21cf __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6927ca74 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6c820884 __traceiter_bcache_request_start +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 0x7192b307 __traceiter_bcache_btree_set_root +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 0x8978051b __traceiter_bcache_request_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 0x8bd9a413 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f832e73 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96b903f0 __traceiter_bcache_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 0xb6f2dc15 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5ec0e70 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcbd786d0 __traceiter_bcache_read_retry +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 0xece7fa87 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf4df0d02 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb19b536 __traceiter_bcache_gc_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 0x08181300 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 0x1813825c dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2d82d973 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x31d6ce8e dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x35c2dbb7 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3f278125 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x416b530b dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x43353fd1 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6796cca5 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb026dd2f dm_cell_get_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 0xbfa2d7df dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc6a21c65 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcb4d1371 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcc52813d dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe49f7b07 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb645101 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf34f1262 dm_cell_error +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 0x96463e10 dm_bufio_client_create +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 0x0a319e45 dm_cache_policy_unregister +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 0xde304dae dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe689b7a3 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf5ddaf98 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 0x21f12454 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x389018c2 dm_rh_delay +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 0x595a9bb7 dm_rh_inc_pending +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 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 0xbdc68380 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd4423e1b 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 0xe357969b 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 0x4ada53b0 dm_block_manager_create +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 0x10a6188d cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1416dfca cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x17d97633 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x26038a1c cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x37c15342 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x40aa3bf1 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x50618f17 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x542e34f0 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5471a4a9 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5d4de17f cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7e98fab1 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8e41bba8 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa122898f cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa1755fa9 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaad1f4af 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 0xb37c40bd cec_fill_conn_info_from_drm +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 0xd4e6135b cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd78f09ca cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd78f9aa9 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xddc66553 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x106ac316 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2288a826 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x50d634ef saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8b4d4be0 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x90cb7633 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa46c10a9 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa6eed015 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbc60417f saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcfec9ea5 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfd81073e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3fd80634 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x45281073 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5570ccca saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xde84088f saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe6c024c9 saa7146_vv_release +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 0x3734ae99 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3dacf2da smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x458348db smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x48ff0214 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b1ceacd smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x73f35a37 smscore_register_client +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 0x857b3eac sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9702b8a4 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x97186077 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7259f07 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaa22f93f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xae04815e sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xae56da81 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb0ea498e smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbb2659f7 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd4774914 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf5051272 sms_board_event +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 0x08bad114 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x09f4c914 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0b78e2c3 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0fcb1bd9 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x12b2dfd9 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x215e8108 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x25677dff vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x30dccb0b vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3705411a 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 0x411b3c4e vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x44095b17 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4c9aad30 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x52d4472b vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x534cd61c vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x717be1e8 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x73be57ae vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x899a874c vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa03db2c0 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xafc7088e vb2_core_streamon +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 0xc0268543 vb2_core_streamoff +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 0xd37ba057 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd8c608f4 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdca4fda8 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdec4fb63 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe1af2998 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf3906d0d vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf73679a0 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf8161998 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfb1333e1 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x103c1505 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xd5fef921 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xf717b1e3 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x41c0d850 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06547c16 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0752cf20 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10107da7 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x102f227d vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1d897f02 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1f5e3d39 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3f509c31 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x44798a1b vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4c49fb37 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5cd912d7 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6079b000 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6baaf59c vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7c6ac09f vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x84cd439a vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x85c112d6 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x89123f1e vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9afcbd62 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa7934d4f vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xab4b8975 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xabdd2770 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xae2519f1 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb6734642 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbb40fac2 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbee7dd1a vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbfcfcd3a vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc8bec4eb vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdad6c8bf vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe4a526f3 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe843f77e vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf03531f6 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2ac0ae9 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf586fd6f vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf8bcb489 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfcab597e vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x4029de4e vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9b172975 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc6ae841a dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xd918a8a7 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xf3901350 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xcd8b52c0 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x37f608bf atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0xf60df54b au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x785159aa bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xc2db92b6 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x13c2d807 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x66d50519 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xd8d8b828 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x6664e044 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x8da5811e cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x327b9dfd cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x790cfd69 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x90af1853 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x1d8335f2 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x32739ba2 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x87848bf2 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x32e13a6b dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x1575e88a dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x88a72cfd dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x9a98498d dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xfbf385e2 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xa9e673ea dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0xc8d65e96 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0xa7bdb477 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x95bfd5ef dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x99153a11 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x703c1b1b drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xe6347697 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0xce2ae369 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x3d1f10c1 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x34bf0024 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x3632e7e9 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x1d0feec8 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xbdfedf89 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x4808a588 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x05833407 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x6a1b537e isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x16febe2e isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x2f9ca42a itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xe03f7368 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x9da24fcc l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x47a6e242 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x73cddcfe lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x7b155720 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0xd44ed8c0 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x15657123 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xf6b22b03 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xadd6c65d lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xc1055368 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xe088f9bd lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x3b80a179 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xdfcb94e8 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x32bf149c mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x9c7de58c mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x12dd51cd mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x2565a701 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x0ceea78d mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x56765b8e nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x179017ad nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xa0fa9358 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x5360d066 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x0979e1c4 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x8712bde0 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xbfc37c98 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x0910f17f s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x65f82e34 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x128f85d7 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x9cad7c41 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x03850fc0 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x25c95411 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x3dfa829d stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0xe66c06e9 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x4f48e8ca stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xcae98bd2 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x7f0b5d58 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xabb7e81a stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xd8c3bb7f stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0xe703dffa stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x1ef6842b stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x61b99521 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x889c80f4 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xc18392f4 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xf7febf8d stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x004bc49e tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0xd8e1a16b tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x24bdbabe tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x59c1379f tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xada2e1c5 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x0fb602e9 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa89517da tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x39ae45ef tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xddaa4a67 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x651ef533 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xb950e77c tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x14eeecbb ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x83f3a174 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x48fd67a6 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xd4a61bee ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x07b702b5 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xc45468b2 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xcb4a4cfd zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x3b19d4e5 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x320ec256 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x13fd78e2 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x16fcf82b max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1d737091 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x3d89593f max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x59f21251 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6152bc8c max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x81b338bd max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x87274939 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9acd10cf max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa7ca1c7e max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb6f77d03 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbe94fb61 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xcf6380d1 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x003e9139 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x029e8ebf media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0605a541 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0831182d media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ca7a484 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fca83db __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fe24580 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x10c69bf3 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x160d869e __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1a8f165d __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1c8df349 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23ff91b8 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25bc28ad media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a83fcaa media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31089c60 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3aeaf016 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41f77706 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x49d7a06a __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4eb385e6 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54a2cd9f media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57b69117 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5c23ae3e media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5fa79f66 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a3f2b6a media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b65fb9a media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d657d2b __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6eca6e57 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7307e8f4 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77edd0bb media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x78ef69c0 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b46227b media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x83587f21 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x846e91de __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x847de800 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87adeec6 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x92e3d7ac __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x957d38d2 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9af4e99a __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9c5e2db5 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa034b72a media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5a1ba9f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa7ad1a6 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae9baac3 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf94b316 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xafa2c136 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb84206af media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc4435f3b media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2a0c512 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd4b5e332 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdba02698 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc6eb07e media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdf2b758f media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe88e9c33 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee26b11c media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef5b3a51 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3221d5c media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3ba557b media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xd330aa22 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x7f130c99 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xf712e02b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x5b94254b ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x07ed1a05 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x17378e45 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28e4a495 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x310d8ec9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d7bc4db mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x429d4248 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4fbf758b mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x516d43da mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x790b704e mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7d2cfdd8 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7d4e6898 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dc65c17 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x91b8f0e0 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb21576c7 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbcc285af mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc8c25377 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe1c7aa7a mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe93a1147 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfcc4c241 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x13989735 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x13f73674 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1cedd5b5 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1ffa64f3 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f71878c saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f6ebc06 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x54c0432a saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5d26055c saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x60058351 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6fe3cb8f saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x70c925b7 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x75e215c7 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7bf478ad saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7eed3764 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x82b68b0e saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb897148f saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcb13d9a8 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd476c52b saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdfd3e486 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3fa3a72e ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4b9afcff ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6031950e ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x86b5b205 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8d87d24f ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x93fed97d ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc03e57c8 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0a91bec9 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x40bc5903 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x84ed80ea mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x8fc72123 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xd13508a9 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x036e2c72 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4cb3d5d7 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x624ea7b4 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x93e2d0cd xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xac3dc368 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb30ecefa xvip_init_resources +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 0xf240b2c0 xvip_enum_frame_size +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 0x7854432c xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x4338b715 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9f67a4a0 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x144e983a si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x387a29aa si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x73517736 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x9c8215d0 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x9ef2cc60 si470x_start +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x17d077e6 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x236f0b16 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2e5eaab4 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x45d84888 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x483fa105 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x60e44af9 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x69bab24a rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75edd749 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x78424e6b ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8336d957 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x881a521b devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c9639f2 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf1c6040 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbef1458e rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc3ab975a rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc656dc40 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd103b7c2 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd7875151 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5e5b6f2 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf93d7d1c ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfd78df8c rc_free_device +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0xe7c3bd31 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xdd51824c fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x7ffce0de fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x2474151a max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xf04ac138 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xcbc5825c mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x597a08eb mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xf30765b3 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x440ae3f5 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x1d2b6971 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x2d0fdd43 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x58ad9059 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x3081ac01 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x5be22560 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x6595ad35 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x6b48db38 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x29ea7485 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1e9b540e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x9ab65451 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x0c9648d7 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x2a774e18 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x7dd5dfc4 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x56099268 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd4c85a8f tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x29be34be simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xcbf7a1f5 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xc4c9e065 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x27549c8c xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x059001ea cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x065c5825 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0d237061 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1012a70f cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x358c25b5 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4ca52351 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x516d6a17 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56e657a9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c826bd3 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x63689b86 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7696e4b3 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7fd5badc cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb3fee811 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd0ded60d cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd14dcd6f cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd522d080 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd93e5ee4 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xea8c5af7 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf2d77d4d cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfcf78e21 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x4a14ea48 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x16b134e9 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x07d8a781 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x092ebf15 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4700db5d em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x47f47201 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x536082f1 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5eca7841 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7761334e em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x85b21ce4 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8b9b6527 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa945a7c em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb314189b em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc0037666 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xda977d68 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdc3e77c6 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xddc3b73b em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe101654f em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf0d72c49 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf7efdaac em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x18a84395 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1a16973e v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7a3b6d68 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xc935ec64 v4l2_async_connection_unique +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xda693402 v4l2_async_subdev_endpoint_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xdf0d349c __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf9b51d54 v4l2_async_subdev_nf_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x40ef4f7d cci_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x98059f0e cci_update_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0x9bf4bfe3 cci_multi_reg_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xa41c47e5 devm_cci_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-cci 0xbed9e63e cci_write +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 0x0398b0ca v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xcd3c230f v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xd508dd87 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2d272640 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x50b51e36 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5313d5c9 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x568c5b88 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 0x8d16ce7b v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb223861a v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc06ed8de v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd74f5a3e v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd798542a v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0cc84bad v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1dd8a1cc v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2100c767 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24ce2748 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2b0c0f89 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2ce40586 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31d319b6 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3460856c v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x39ee66ef v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c9641a2 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x502218ae v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5247bef9 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5993ca87 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5ceb398a v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5e4c563f v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67035e43 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7025cb83 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x705f8e18 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x70f83966 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x760ea77f v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b415fa5 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fa31dfd v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x95e57aed v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9a52247c v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa275aae1 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6c278aa v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaadbcced v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf869be9 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb558c159 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb758700f v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc591cafe v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6276ef1 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc91c9882 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc943ebea v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcbfdfe7c v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd089c6c4 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd7fe05c7 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd9300f07 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xddac45d0 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdf745bfd v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2ca87de v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb3d973c v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0dc70c9 v4l2_m2m_last_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 0xf4269bac v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00b3ea18 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01c4e4ce v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01f1f021 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02f9cf2e v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x038f5d39 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04443779 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0607d680 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06114faa v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x079504f4 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x094d4831 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e78bc08 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x109f0aaf v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x136ea9d5 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15a5859c __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1910d29a v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1aa77c03 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b23b374 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x25656ca8 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x27139fb3 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28063eff video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x295da6e7 v4l2_mc_create_media_graph +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 0x2c031fa4 v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2df3af84 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e4368c9 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3070d691 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33cb2430 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x37c1a136 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38898280 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3ae1afec v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bb8ad35 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x40400b44 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4668b4c6 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x501f73f3 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x530da682 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x538e50c8 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x567bb7c1 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x573b41bb v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x589fef83 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b1788aa v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61c5e885 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65f0f895 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x69dc67d2 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ab25560 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ae63d0f __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d030419 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7492f237 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x75041b19 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76e5de5d v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x77ceb04f v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7cd80256 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c3f1355 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c5918b2 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e55b1a9 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8ff36f81 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x951e1d8f v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x96eaabef v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa12ee93b v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa62de011 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab66d55b v4l2_device_disconnect +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 0xb47d3227 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6384b10 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb82afeb5 v4l2_subdev_state_get_stream_format +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 0xd09a084c v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd2f3b44a v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd31265c3 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd339f20b __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd81704d7 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd8350387 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb1226ed __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc930b78 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xddc19ef3 v4l2_pipeline_link_notify +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 0xe4addc43 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8161b10 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9e30cc9 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedde7c27 v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xee3584c1 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf35fda00 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf893d924 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa4a6f2b v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa68fdd1 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfae310f9 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfea17ff5 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x58ea3f6f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc5714ea3 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd6b946bd pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x06188674 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0c0e68b2 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0ef9b10a arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x137a1478 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1d2f2c85 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3f7b31e2 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7c43f0ae wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8110a493 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x87386d3b arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9e9cd14b arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9f0fc6c7 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa95d557f arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xab771242 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbc6db036 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc22865df wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3dab32b wm8998_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 0xecb57e54 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf4aa661e wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x7176891a atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x7c976ed8 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x17f21679 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5c01205b da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x61aebf0b da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9cbcba9b da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa791e9f5 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcb3dcde1 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xe360a2a2 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 0x244d92c0 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x24cb8806 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2b8c791e kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86b8368b kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa0534ea4 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xae14f6ee kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd9940f16 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf286af08 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0cb1204a lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2b522fbc lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xbbe9753e lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0b4d1475 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x594816d0 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7150f4ab lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7b700ef2 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8f8064fa lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf0827e44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf59e572c lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x12f50628 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x2d19aabe lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x993d5280 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x04a82328 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0ab274ed cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0abfa8ad cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1267035d cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x126adf1d cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1eb27e4a cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x25e618a0 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x25ebc4e0 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x34d751f0 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x38c0ef95 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x38cba16d cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x38cd33d5 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x498769e1 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x498ab5a1 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x51521e51 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x515fc211 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x53265aa5 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x66d305ac cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x66ded9ec cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6db9b100 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7bf5f299 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7bf82ed9 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x90008d43 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9e03bdb5 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb1365855 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb13b8415 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf2034559 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf20e9919 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1a234c3d mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4896f275 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5a99071d mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x71a8adf0 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x825b67ff mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9ee577b5 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x04549bab pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x26eaead2 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2d48f4d8 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2f7eac0d pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3d9fb6f9 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x838392b0 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8dee416e pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x97446dc8 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa344b342 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc2f8e951 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe825a832 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xea6dd616 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3a585ff7 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd21aedf2 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x06cbf9af pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4194422a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4378a164 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x73896ee3 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf0845165 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xa2831f5d 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 0x88d4ac4e rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x8a176ca1 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xab475802 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xcef015e0 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x093c20cc si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x14933861 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x14b2c879 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x23e6ebac si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x260334f7 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x296e3151 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b642a42 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5782e11d si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59491eef si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5d7b39fc si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x70101854 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7033485f si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7bf4fb6e si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c4104e4 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x994c5511 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa016b1cc si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa8666d53 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa90e2d6c si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaa777b0a devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb8c3cbab si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc265a422 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc88a992b si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc9d17f00 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd8b881e si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcf69db56 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd220406c si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd74b39f4 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdb2a8769 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0fb7659 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeafbc995 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf080cfd0 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf96fb614 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa76ff68 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfd9ad1e0 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7524f67a sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa3bd9086 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xafbd22b1 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc7f3fd50 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf784604c sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x21640c84 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xdd1481f2 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1fea5660 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x382b6c4a am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xbdc0bbd1 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcd264011 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4ae5e42c tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xab7693aa tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbba89028 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x1f6c7d4b tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x85848230 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0981c6a1 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x115f6f9c alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x31b0fa20 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6bb5e2ab alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8da888b7 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbd1ce0c6 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc72c8c4e alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x07ed1998 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1df2cde7 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x24c5a29c rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x251571a2 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x32c35102 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3cda82c5 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x471fd0f5 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4d80f786 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x625b687f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x678ca735 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x77d61139 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7e1e16c1 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7e5d840b rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87e498ef rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x88742ba6 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8bc1be73 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8dbcedc0 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96f61e03 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb07ca047 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb12950b4 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbccb67c5 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc051a003 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcd4d5545 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd1ab595c rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1333a3d0 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x17668818 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x337da1ef rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x382ba6e9 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x41fdaf0b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5d6f2dea rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7c53cfdc rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8916b6c8 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x986d77bc rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa9c4b598 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcafee679 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdb05e1ee rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe62d8604 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7a98a254 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9146a383 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa13f0262 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa8508326 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x02f8a824 cxl_map_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x0697a320 cxl_fd_open +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x09dcdecc cxl_set_master +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x152b4da1 cxl_get_fd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x159ac408 cxl_perst_reloads_same_image +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x167232b4 cxl_fd_release +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x19780d83 cxl_set_driver_ops +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x2165c231 cxl_start_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x321abf09 cxl_pci_to_afu +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x371087d0 cxllib_switch_phb_mode +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x3b398068 cxl_psa_map +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x51a51cb2 cxllib_get_PE_attributes +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x59e3c79d cxl_pci_to_cfg_record +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5b097c4c cxllib_slot_is_supported +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x70a6e1d5 cxllib_get_xsl_config +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x726e3cd6 cxl_process_element +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x785551b6 cxl_fd_poll +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7d8f0d75 cxl_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8740bc47 cxl_psa_unmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8941151e cxl_free_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8d3e652c cxl_fd_ioctl +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9cf12206 cxl_afu_reset +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9e1aa5b4 cxl_fd_mmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9ff337be cxllib_set_device_dma +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xa23a0e4b cxl_start_work +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xa93bf323 cxl_get_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xb4ac8595 cxl_stop_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xbe637ef3 cxl_fd_read +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc44dc5d5 cxl_fops_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xcd2d2560 cxl_set_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xcd582643 cxl_context_events_pending +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xd98f541d cxl_unmap_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xdb993021 cxllib_handle_fault +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xdbbc4645 cxl_release_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xdc600318 cxl_allocate_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xe4a6d065 cxl_read_adapter_vpd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xf0cc4fb9 cxl_dev_context_init +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 0x0312f423 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x054d6f0c enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6c1d5c3d enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x73c57676 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x771f9f9c enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9ec92faf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd4c0434c enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xef71aa10 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x036cc092 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x03b6e262 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0ca0aba5 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a122ce5 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x75af1b03 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7c2c55bf lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x919d1544 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa56f17c7 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x00ef9ba0 ocxl_config_terminate_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x0373b472 ocxl_afu_irq_get_addr +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x18384a08 ocxl_config_set_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2d876dd2 ocxl_link_remove_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x327c8291 ocxl_config_read_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x44f2cde0 ocxl_global_mmio_clear64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x4a3483fe ocxl_function_fetch_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x4b0f8ed5 ocxl_afu_get +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x516d570a ocxl_config_set_afu_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x550d5242 ocxl_global_mmio_set32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5d8814ea ocxl_link_free_irq +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x63c89ea6 ocxl_context_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x67cc7095 ocxl_function_afu_list +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x6a52383f ocxl_global_mmio_read32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x6efe5729 ocxl_afu_irq_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x7055e60e ocxl_global_mmio_write64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x74c7ccf4 ocxl_link_add_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x79df377a ocxl_afu_get_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8907fe3d ocxl_global_mmio_write32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8ac54914 ocxl_config_read_function +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8b5abf83 ocxl_function_close +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8d553c0b ocxl_global_mmio_read64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x924e9721 ocxl_afu_set_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x98879f31 ocxl_afu_put +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xaa866133 ocxl_afu_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xac5f4a71 ocxl_global_mmio_set64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xae03675c ocxl_irq_set_handler +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb2a28dc6 ocxl_context_attach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb2dcf3a7 ocxl_function_open +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb2ed5817 ocxl_link_setup +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xbb6a7212 ocxl_function_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xbda0d5d3 ocxl_global_mmio_clear32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc3e1bff2 ocxl_config_set_afu_state +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xce9b02b8 ocxl_context_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd5161cc6 ocxl_config_get_actag_info +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd57e0fa7 ocxl_link_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd8e1c299 ocxl_context_detach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xddcba53c ocxl_config_set_TL +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe408a5e2 ocxl_link_release +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xee4cd0fc ocxl_config_set_afu_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf8fb67a9 ocxl_afu_config +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xf079dd86 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2fde83a7 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x6516b4bb st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x75d01da4 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x929a7cd5 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xc59945f2 uacce_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x020c37d7 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x08add980 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ccd71ca sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0d1fe7b1 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0d6b561b sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x13a7c199 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x233df449 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x24185010 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x31c9c246 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x338cd2ce sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35c3b061 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39b8134d sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x421104a8 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x42a332d8 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x479989bc sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e280e13 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5206e2c5 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x588cb021 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x61f3d72b sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6367143f sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b42157b sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7894b0fa sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8101ad71 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8c77c174 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8d6105b3 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x906455bf sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x92d86f22 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9b3ca7a9 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9bb962d6 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa176d3db sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xac02cab2 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb0bcd182 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb49a97ba __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbca7f118 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc37199df sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd41b935b sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe0d09db9 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe6252bac sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe6399e58 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe84e4b26 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf36b84cd __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf4d716f0 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x09b7e67b sdhci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2e1e3944 sdhci_pltfm_init_and_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4cb82a81 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa2c27c24 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xab41391c sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb11f915b sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xce5803ff sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd45a926e sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd5b84cc6 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/most/most_core 0x150adf34 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2c2f6705 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2cb73fb4 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x413f85bd most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x43635c52 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x45a783db most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x60becab4 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9ea8b303 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc6b1a0f2 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd03f5576 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd15ff6f4 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe51eb0ff most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xeb79d599 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfd4af3b8 most_register_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x45d7ecbe cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x87e0ecc0 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xb8c9c928 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x54a4945a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa75d5bdc cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xd90f100c cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x369a3d5b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x25e0c0d7 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x68a817ef cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xfeb7822e cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x56a63ba6 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x6eeea8a2 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00a0c54a mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c2cf296 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e8616ec mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10f8b342 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x12e7777f mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x245c2f14 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x285ab6b7 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29755fe4 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ea1fdc0 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2fe5ff9b register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x32713a05 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x333201d6 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38e89b5b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f1d30c6 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x40c21105 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41256070 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43221820 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50aa5772 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5328d5e6 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x601f9cd0 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x67236b66 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x69c45dad mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6eb2e156 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x736ab419 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x73ccf746 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x785c279a mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x79d76e31 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x83b04c25 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84c4ce16 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x851a150f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a5ee24d mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d85a0f4 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9064469b mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9452fedb __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x953af48d mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a7b7979 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9bbd86f6 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5a1c42b mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa9c4be73 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa97c970 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaff30dab mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0413245 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb49bcc03 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb97ff97 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc51fefa9 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcac5c6cd mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcee06a1a put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd5e83263 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc8bdfe5 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdd650766 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe247421f mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee31888a mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeedc6605 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf004d440 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff5e3096 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x09ecc5e7 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x17cf54ef mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3353c585 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x818c2eef del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcbddb9db deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x07693af0 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0d64dd4c nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x211d3e05 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x22252cf8 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3772d7eb mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3f46a9ee mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43964605 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4f4096c4 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x52f0de2c nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x59ae01a2 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x67291f5f nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x69a480c9 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x738b2d9a nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x81956ba7 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9a8997bf nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9b5e0c33 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb34f990b nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb39e82bb nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc1882946 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc45547d0 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc7d173d3 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdaaa9140 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf35c22d8 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf77a2858 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xffb4b4d8 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xc34bcef4 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xc59db6e8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xb4c334a7 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0ad9b401 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0de9de2e nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0e5ba12c nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19708ea9 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1eb98b0e nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1ff160e4 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x45e71437 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x529a4dbb nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x63420f8f nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6831cf9c nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6f4d0230 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6fe78697 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8e9787c1 nand_exit_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xae58ba90 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb0cfeade nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb875d828 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbb347c77 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc164da14 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc17cbf61 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc4b4dc82 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc5107817 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcd8c1790 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/nand 0xec72ce70 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf1b41fcd nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf95233a1 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x0b9c7d7e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x219fefd2 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0f490245 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2b6065e7 ubi_close_volume +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 0x495732d1 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4e62d21e ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x72192e12 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7324a2c4 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x89aa5a88 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x953abf4b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa97a0ed5 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb40c3255 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcbb0f4dc ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf00fad4 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe036a4fa ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xebd45212 ubi_open_volume_nm +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 0x41332c20 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x488255d2 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x53db1d2d mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5b28e806 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5ebdd6d4 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x65796cd8 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6f3ad68e mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x85729f50 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa03b2cdf devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb172213c mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb1785e29 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf359221 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd57a3dc3 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf48f7bef devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x5d1efe10 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xd5965bb6 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1220f201 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x732010cd register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa0aeff1b unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa281284e c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcdd194c3 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdf20cf36 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x3f6f82c1 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x4f5fdfaa free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8777a0c7 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x90baf0c8 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0398acab can_rx_offload_get_echo_skb_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x074be831 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x104f07a9 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 0x1d70507b can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x20005e81 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a7421b5 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2b0d67cc alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ce019f7 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d69daa6 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x37cca3c4 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51794a04 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5a835f69 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5e8298ab can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x60571008 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x621fb473 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x62b93934 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x62c5a459 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6e4d9c08 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6f972af1 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7a0145b5 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7c215448 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x85ca9913 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8c442d25 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x91c25674 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa505a461 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa8c2a898 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba919c58 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc1ba090c can_rx_offload_get_echo_skb_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc53a5907 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc6f0b7b0 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd9549b4e can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe4a4acf2 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf231ea96 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2133f29d m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2a8833d1 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8f9053a6 m_can_check_mram_cfg +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x96e83905 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa204582f m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbce71c3b m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xceddf3b3 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xdb631005 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfd9da579 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x76c86f2c unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8f90cf2a alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe51b8039 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf5f23156 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xe0478e3c lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xbb19e2c1 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x017dd7cd mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8d3109f0 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8ebffad9 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xa88767a5 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x62488684 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x6fb0e7be felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x981c378d felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xb1741f49 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0a0c41a8 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0eb69b8f rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3627d730 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x487dac58 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5107eb40 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5ab5adf4 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7d26f381 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa8e97c19 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xab50f056 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd7fc734c rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe34d998f rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfbe4fdb4 rtl8366rb_variant +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 0x6b4331e9 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x7915f0bd pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9504db5b 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 0xe64e70ef pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xf9668b2b pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x01b4381a octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0654f0d0 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x06b32fa5 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x08d96fbf octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x09b57e76 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x10701062 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1371e054 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x17a5ddd9 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x17b16f43 octeon_setup_instr_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 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2b7ce044 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x306e7e07 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x31391f13 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x31461b56 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3342d5d1 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x407b7dc9 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x42034535 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4662b6d6 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x49eee61b octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4d23524e octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x51743edb octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x531f8119 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x54dd4ee1 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x59818629 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5aac4df0 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5e5b4d03 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6093c873 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x64d23065 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x682072a6 liquidio_get_fec +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 0x714e0aec octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x74a13302 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x754298ca cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x76d5db52 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7ddc2364 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7e1b54a7 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7e7bf56b lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x803652a1 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8400e43c octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x874bf2b3 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x894b7030 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a6c21b5 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa09fb51a octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaa358068 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab9ebb41 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb2b1fc76 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb4980f1c liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb75a5579 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbc7aee4e octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc04cf020 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc06d9cb9 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc08480ac octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc44f53a7 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc46a7941 liquidio_change_mtu +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 0xca53eaf7 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcc725e39 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcd18c11e octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd2018b21 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdddb940a cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xde165199 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdfaeba0a lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe31e84f2 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe4eeda8b octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe898956e setup_cn23xx_octeon_pf_device +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 0xf10aa953 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf142d42c octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf21be440 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf23d6344 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf37c8aa9 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf848dc14 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf9a31646 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfb90b783 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfcf62fca octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x00826e02 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0ce7ef6c enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1369d525 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1cf2eedb enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1faa96bc enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x254b6bef enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2623c922 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2893884d enetc_pci_remove +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 0x2def830a enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x418b7ed1 enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x45bdbf81 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4a3a4688 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5389ad62 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5a29df0a enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5c6f8f8b enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5d6e962d enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6bfe81a5 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x70c792a9 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x71b49ffd enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7487d9b5 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8ce45020 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9827b2c9 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb0a3accc enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbb20e1d9 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd155c7ce enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd82f57fe enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe4de8163 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe834e3e9 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xeb0bccfe enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf0e47c54 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf190010a enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf362a02b enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfe8bdb62 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x46606432 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x473d0a32 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x4cb07126 enetc_hw_alloc +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 0x60c02761 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xe7bd9bb6 enetc_mdio_write_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 0x0075fd8a fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1fc01af3 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x48b1a5e2 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x580820d1 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5d71fdc6 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x65a06acc fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7658c86f fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa7e26d0a fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdff6aef9 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe7f6a4bd fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfe83e416 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x93ada53c i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x93c3a32f i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x10d5f5ed ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x13490fac ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5c54595a ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x78ee923d ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x986e05dc ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01e1e048 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x031a47a3 mlx4_config_roce_v2_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 0x0b60848a mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c68734b mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f665bbb mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x133e58e5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13eb819a mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x154e3d02 mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18b2fc60 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18cc7d17 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aa1ca04 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20cb5496 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c703b5 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2446b6d8 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28c3e6d6 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b252483 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fb9b6e1 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36571b63 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x388503e7 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38c99d0e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a04395f mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bee81f9 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c6b73e3 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e308e68 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e3e80f5 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4096df37 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x419ee01e mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4371cf2c mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44995e1e mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48c66c32 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x499d9123 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e81ea04 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed91eb7 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ee94561 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5250d09b mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b385e8 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5af80118 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ca62ae3 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e08e140 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x618a791e mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61d94854 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63ac2159 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x655c8d15 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x696f00ce mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x698ae928 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69da39d4 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a151d47 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a7b7410 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d5a87ec mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f1f3291 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f9d84da __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70bdf2fc mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76218746 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79faf2ec mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7adea57a mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f11477d mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x889236ea mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ab2529e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c555ad6 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d6ed631 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e6b649b mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e7b0030 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e81d8a0 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92d5d924 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x959e355b mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a6e6cfb mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c3fad6c mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e09216c mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa02101b2 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0976862 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa13e9380 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5098e43 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa57948d2 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa59ece2b mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5ccd9b5 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa75aeed3 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7b9aa63 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac2b7d33 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaed3b32c mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf9771d6 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0ad67fb mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb31ee7fe mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5171b93 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb582acf1 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb81a29f mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdd3ead8 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0ea23e mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc039258f mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0c4e40b mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc345f8b0 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7241a67 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8bfb8d5 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8de5f0d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd0ca2b2 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd2b59aa mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce86f151 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd001f598 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1937056 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4a9d6d0 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6f5c79d mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8840075 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9d3bdc0 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaa3c68f mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xded03711 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe077422c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2911026 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe32880d1 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5787663 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe60025ca mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6fb8989 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedc59d1b mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedefe768 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef916cd1 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf19814d1 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1e82897 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3272dd5 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfed4e7b2 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00e776fb mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x045393f8 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05180ef8 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0677918a mlx5_nic_vport_query_local_lb +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 0x0d0565b7 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0de411d0 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10267cb4 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12af9aad mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a5dde6b mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c133624 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d67a5d0 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e7be62b mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a6cbb9e mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39e83fb6 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a6eea9d mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x408c2637 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42454ad3 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43bbf43d mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4977d522 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b035bf0 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b307a14 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51e8a63c mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x534bf121 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a7abe65 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c66dd14 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d65c768 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62baef01 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66c3d560 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67192f43 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dcd06b2 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70e82f40 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72f21923 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75540ecc mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7885f65b mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ad2f761 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d46a39a mlx5_modify_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 0x84072c82 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8716a140 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e8dec8c mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92e5c92d mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96a08fd9 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ac78642 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cdafc09 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa244e0c5 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e1440 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabdd2272 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8510bfa mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8e7018c mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc92eb9b mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdc9a704 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe0913ca mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc14ec425 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4ffcbdc mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc995c78e mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb7cdec0 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccaa62aa mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd07ef858 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1811697 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd292bc24 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7c5b8c7 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfddbeeb mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe631387e mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe84fc957 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedd571ae mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf47e6d17 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6a0dead mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfec7a6ae mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x03f0d27d ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0809731f ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x2aaa7c98 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf642e446 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xc35c56a5 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 0x06208c5c ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0812210d ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c2e06ea ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x167b0c86 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1bfaf4cc ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e773414 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23b5f3b1 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3024b957 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x471100b5 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48bdb548 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b4207d6 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b5b4249 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ce21a2a ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4cf69cdc ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52d31003 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59858923 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5cb7bbc4 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ffa6379 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63fac7bc ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x67765a04 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x70a33e91 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d153839 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a77682b ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa2e4625c ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa82002b1 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa883ae25 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa97cbccd ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaebdef89 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3fdd106 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbdabdec6 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbde4ef45 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6bb28d1 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc83d3bb2 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb289ab6 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb595958 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd55bdad ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcdd56728 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf4fd28b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd4892803 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe70ae6c0 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9273ef5 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee7135b5 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf3a10308 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfc60838c ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfed3b372 ocelot_port_configure_serdes +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 0x089bcf4c stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x19d7ad16 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1d3b3c54 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x216d9e25 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 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xec3f6166 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xfbe4f936 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x074c4e62 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x07a631e4 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x53b212fb devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6affbd35 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7267a3d7 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7e8e0efc stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x86e48a58 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc30c3b34 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd294fd58 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xde84c322 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe5d2adbe stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x1c48bfdc w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xbb5bb2a2 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xbd8b6ec4 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc501afd2 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x2e97bc5c geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x349cef5f ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x4700d67a ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xcbbcf750 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xee0aecd2 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf16ea0d5 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0xa019e77b macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macsec 0xc0e6b2d5 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macsec 0xf1141668 macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2e193b38 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x91af94c4 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa83b162f macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xfb5dadcf macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x6298a023 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x2ab03351 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x05a77383 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0xdee36159 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x3da0d31c xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x6332febf xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x7a2588ee xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9bdee506 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa4676b9 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b25b8b xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf7b1b57b xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x03858a0b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x06e08c09 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x146b8b5b bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1a9b87e3 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1b0cfd40 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x211cee77 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2ae5c4d6 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2e2ac979 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37187ce0 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x39eeb609 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x49fdd567 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d71f7d0 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5096d350 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x53f499fa bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x579e1fa2 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5e6c1413 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6c5d476f bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e740f33 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x753918b0 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x791a9883 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x82ac63d4 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8619add9 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8ad33596 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9294916b __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9e5eec95 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa4fa0382 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa7fc252c bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc2ad426d __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc7f9760a bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccafc4b2 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcd484d0d bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe1deb5d6 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe87eccd9 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe8b5ff03 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf4b71d39 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf9d9c3a9 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfcc31e93 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x44e3567e bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x9b133572 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 0x150d4bee phylink_validate_mask_caps +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 0x2220f40f phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x339d9e0d phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3541bfcb phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3683cd36 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x49997567 phylink_decode_usxgmii_word +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 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 0x7f3b7b84 phylink_connect_phy +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 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x98e1226a phylink_limit_mac_speed +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +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 0xc4997476 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc925941f phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xcef9303c phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xda9f4b17 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe4d0ece3 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xed971769 phylink_mii_c22_pcs_encode_advertisement +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 0x155976f8 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x23db5642 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x4b34de40 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x917e6c60 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xade307a9 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc7932ead smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xfb829773 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x14c49160 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x3a9c8b80 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x8a0d4c9f tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x8df81da0 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xb329b4e5 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xbaaa7203 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xbc279737 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xd4c22846 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xeea375f7 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3331e866 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3dfc8bfa usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x47175128 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x49be9351 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbf790461 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc6ed9f8e usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd359133f usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0ccfe8e1 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1ad482e9 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1fa47931 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4a477c4b cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x59e12262 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6d0d6773 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9168970c cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9ad952ee cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd12d2a75 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdce0f110 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe75d39ad cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x5659c43b rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1c4c1c7a rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7e666c5a generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7ea06bac rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x82705879 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8dd6b3e3 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd6144aa0 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x128d3632 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1769c403 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19f6c6e9 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2071ff98 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x22d2a632 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a43a554 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a9b724f usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d0c46a5 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x409a3d88 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x425b0b92 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x47e69366 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x48930a6a usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4ec60455 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x55425a08 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5f9a81f4 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x694c5a55 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x725cb055 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x72a2dfd4 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c559a63 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8070d834 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x895f12c0 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x93a97bd9 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9ffc9f15 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab479a80 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xace9aedf usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb02d4cd5 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb46df7e7 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb6030c29 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7253f21 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbc61986 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5bea391 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd8fbf431 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdbdcca20 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe26d57ce usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x28397800 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x30059e5d vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xbc354af8 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd5fdbdea vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x18727ca2 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x135af506 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2abd3f4d il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x783c9ca1 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5f14cce _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce6b7b1a 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 0x179610bc p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x30f22835 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x43291437 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7ade115f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xae1fbbf7 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe0e8bbc0 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe100be2a p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xebebe7f9 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xec509975 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x060174bb lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x16e8a283 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1ef4f56e lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3fb32dfe lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4b1c7004 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5a0d8bbf lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6b59d484 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7136ad37 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7654fcbf lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x81d27751 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x96be3b94 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbbbd39fd lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc321b2b9 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc3688f1b lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd3f2ae1d lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf690e6cb lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0506e355 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x10919ff1 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x21933bad __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x22f5c172 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x368a5fb4 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6767c384 lbtf_cmd_copyback +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 0xf2155812 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf2b5eaee lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x000f44b0 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x064a0de5 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d50b24f mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x184cf9c5 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x22dcf5aa mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x546dd75a mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5e4403dc mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x76f0d9ad mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x77e6c3cc mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7bab52bf mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7d79d57b mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x83162911 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x941b4916 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9d69edf3 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9d803a46 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa4eeffa1 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbd051950 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbdbee9f7 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc0b32fcc mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcc44281c mwifiex_reinit_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 0xdc70b1f8 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf3d367e3 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf4a8877b mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf7840cbc mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00c7aa90 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00f9e512 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x115ce81f mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13540033 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x161d69a9 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a45af87 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1dc610fc mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e5bfd4f mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1fe475c6 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x209358e8 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2273b5dc mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2606f832 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29f05ce6 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a2cb331 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a35a649 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d128689 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2eb4e7d9 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30e41740 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33035d5f mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x333da568 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x36208bfe mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37b798dd mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x38b4ee8f mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f1d75ad mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x45d5c8f5 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4628095b __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x478d1d08 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4807f71b mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e12f217 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e9f39b6 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x50c3e508 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x543c3bb6 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ac874df __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5da542b3 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5eb7bb71 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68b78ec0 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ae26fe2 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6c6e2e14 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6de63247 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70f098df mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73fbf220 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7671607f mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x76a649e9 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e491ccc mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f553efb mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x802d5e78 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89f0263a mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8eb86f89 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9272eb31 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9559c4de mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95da63db mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99accb0e mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9be175d4 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa268ea3f ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2895ce3 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa44e382c mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa71021cf mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7721ff9 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb4048993 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb50b3129 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5c5d732 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7273e0e mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb962f28c mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbbf4a3dc mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbcaa538b mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc2173112 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc2d793c0 mt76_seq_puts_array +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 0xc95657be mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc9f20c81 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccca6a7f mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd670e9c2 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8c761ea mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda01efe0 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda33588f __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdd03df4c mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe1d5f948 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe58ce5c8 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe97f9f9b mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb5a6d2b __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1543a7e mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1664161 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3589728 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf68e27ae mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6fb6535 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8c190ad mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb36c373 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc5962ce mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x03bb9c21 __mt76_connac_mcu_alloc_sta_req +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 0x0ecb9e54 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1167fd3d mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ee97147 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1f4ccb0c mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2147ce30 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x241d5d14 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25005ed2 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x28b6a0b6 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b691687 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2f82bd4b mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2fe24148 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x330bd23a mt76_connac2_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3600db7c mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38b81de7 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x39787255 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d4472ee mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e7ba264 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x56047fd1 mt76_connac2_tx_check_aggr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5999d4a6 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b618e21 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64eacaaf mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x657c6ac7 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x672a9580 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x681f35ed mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b002534 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b43f6ea mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b9e51c8 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x70799d98 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x72159a84 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x74c33236 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7a090ec5 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b422e7a mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d0ee9d4 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7fea78e4 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x81fc6ff4 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x886a601b mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8bc88e2e mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8bc97047 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c5b0aa6 mt76_connac_mcu_set_channel_domain +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 0x92469157 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x93d7ca16 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x957669e1 mt76_connac2_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x97e7e466 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa12034f4 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa47402d4 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa711bf19 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa8bab68c mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xabb27c4f mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2186dbe mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb565459f mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xba603b06 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc21d135 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe39c9bb mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe72a729 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf9c1819 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7003c62 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9289154 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcaa2737d mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc0f1648 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd037bd07 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd07e9234 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5b7b9b0 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb62e2a1 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb761864 mt76_connac3_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xddfe00a1 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1bd794a mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1ccbe6d mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe28e1904 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe35a625d mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe4e81756 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6578a09 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf55988a2 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf57301d6 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf57a987a mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf70b63eb mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf755c622 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf959126f mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa9a4e5d mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfd8967cc mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x01bb0437 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1a391042 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1b5073f9 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2460dea6 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2d9343b6 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4fe367c6 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7393cb6d mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7d9cdbd1 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9377d959 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9a4c2541 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xac4c40ba mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb39f8487 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbf4ce204 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe3e476cf mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf010f035 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf0bfafc2 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x123f722d mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2249ba4a mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2fdc74d3 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3fd8b3ae mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6e43b8f7 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7800eb85 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x88048528 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c4057ef mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x93a1fc29 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd9b78878 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe083a4e9 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe74117b3 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xeb19706c mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xff6d981b ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x05f84716 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0969ff14 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0e0021e3 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x21b2fc04 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x28cf8fed mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x393ed83b mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x417a8c9c mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4540ed86 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x48a1c696 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5532a332 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x64447f04 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x69f11d48 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6af7ede9 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x74293f61 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7685bbbd mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7c51fcd6 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7ed4374a __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x84e49740 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x90395c87 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x963af38e mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa952b90a mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbab43d86 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbc1e827d mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbd78b2c4 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc3c7b680 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd2a42c58 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd91fb1a1 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xda7dbd64 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe7a8f706 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xffe76da7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x3a77ee6e mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x134db045 mt7663_usb_sdio_register_device +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 0x862c4ff5 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb55f75c0 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xceb6c2a9 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x264a1b3b mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x389b2006 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x53961b7b mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6abb2385 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe7334411 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xead1763f mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf41a04fc mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c5d08ea mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d35c0ab mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d992786 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e0602bd mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12a17caf mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16bf4536 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1c8c5b40 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f8a4f80 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a037716 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d38424a mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30c8eaf2 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3290348e mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x355c457d mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3dc2300a mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42c81834 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x504d57bb mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5241aa05 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52fb7d0f mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53fb3f88 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x55df8218 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59773588 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61cca50b mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x62e9a23c mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ba368ba mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6bbe70aa mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75f39552 mt76x02_mac_set_beacon +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 0x7af1de40 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b46e657 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7d6ecce6 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8b29d0c8 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8b890080 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e9aa9fc 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 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x95fdd14e mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9602980f mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97aceedb mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97f94792 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x980bba4c mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x988afbd0 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99051400 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9de8163d mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9eefb701 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa46d3989 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6291ff2 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa052e67 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xacb1270c mt76x02_phy_dfs_adjust_agc +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 0xb22548df mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb7522342 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbabe9f0e mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbbfc1496 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbddfd279 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4091b75 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd1163bd1 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd4b9023a mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8cebec6 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8dc716a mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9a6cd88 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdfd26f1e mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0605d4b mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2313b18 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe33b1dda mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe4a9182c mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe7292cc1 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xede680f2 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef8c7e58 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfdb37c3f mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfeec993a mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x04d81bb0 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x62f85d94 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7ecf31ba mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x882c0100 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8e1f28f3 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9071b17a mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9573480e mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb09f2ca9 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0fa9b320 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1c96122d mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3f8adb18 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5690faae mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5c27968e mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x680edfcd mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7748da1b mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7d2f3c73 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x84850316 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8abab6b7 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8dcc89ee mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x97ad802d mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa1fdf444 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa4c91d80 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb6bd0d3b mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc529adf8 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe4186035 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe775049d mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5c6f19a mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfefe3ce3 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x073ce142 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1bac4454 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x281dc44a mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4b20d566 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x54910ce2 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x567d5942 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x752f0ff0 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x939e5dd3 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x99dea949 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa074144e mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xac5a49a2 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb8fdc5a4 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdacf870c mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdafb3e91 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe02166f6 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf7767329 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x00c8a80d mt792x_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x0df73a34 mt792x_pm_wake_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x14a7ef57 mt792x_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x27c0e1cc mt792x_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x2945ee4b mt792x_init_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x328e7e97 mt792x_wpdma_reinit_cond +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x39a024ec mt792x_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x406ed3c1 mt792x_get_et_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x408b57bd mt792x_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x42878898 mt792x_unassign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x42d2959c mt792x_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x4474f786 mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x540abb8d mt792x_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x562e8253 mt792x_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5a7b5c38 mt792x_pm_idle_timeout_set +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5d2e96ef mt792x_assign_vif_chanctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x5f2194f6 __tracepoint_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x6afc5f8a mt792x_tx_stats_show +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7803dd0a mt792x_get_et_strings +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x79450cb4 mt792x_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x7d357d3b mt792x_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x865eabdf mt792x_rx_get_wcid +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8c5e611f mt792x_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8d6f640b mt792x_pm_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8da684d2 mt792x_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8e471e29 mt792x_irq_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x8fbe4a3e mt792x_init_wiphy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x95dafead mt792x_mac_set_timeing +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x99f13929 mt792x_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9c06d4d5 mt792x_roc_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9dbdb2b8 mt792x_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9dd86be4 mt792x_set_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0x9e25d113 mt792x_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa5540a7e mt792x_poll_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa788ca9a mt792x_dma_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xa9d638f7 mt792x_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xb9749f8d __SCK__tp_func_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd22e98c mt792x_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbd672c8d __mt792xe_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xbff79668 mt792x_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc230ad3e mt792x_mac_update_mib_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc3a0fb62 mt792x_pm_idle_timeout_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc571ee71 mt792x_set_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xc6ee6df1 mt792x_tx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xcce8139e mt792x_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd005951f mt792x_poll_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd1505df7 mt792x_queues_acq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xd6322b3c mt792x_mac_assoc_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe17d4f62 mt792x_sta_statistics +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe4ccb149 mt792x_pm_power_save_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe731fec5 mt792x_mac_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe883e265 mt792x_get_et_sset_count +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xe9b8ffae mt792x_mac_init_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xee4a1d80 __traceiter_lp_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf1d866a3 mt792x_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xf99333bf mt792xe_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-lib 0xfc3891d0 mt792x_wpdma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x01b70927 mt792xu_mcu_power_on +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x0c470ca5 mt792xu_wfsys_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x0c9f1118 mt792xu_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x1d929ff0 mt792xu_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x36ee6687 mt792xu_init_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x62366f34 mt792xu_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x7659b953 mt792xu_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0x8c4d5a07 mt792xu_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt792x-usb 0xaf41e94b mt792xu_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x222e8743 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x390e73ea wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x654c87b7 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x663d7de8 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7b6cf853 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x805afcd6 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9a876ddd chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x084f71b1 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2baa9568 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x56b8c0b0 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6191fd4d qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xaa8eed45 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb66d90f2 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08509921 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2a3e3821 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x310df303 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x32ef38e4 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x33611b56 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x359bc49e rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b72c293 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x42bc0157 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4510f88e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4b1ea1d5 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c11cd26 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4f609e89 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4f6637ea rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x56f5f3f4 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5a9ec5fb rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5d32d820 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5e31ae98 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x605d9fbb rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6073cc24 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6d2145b8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6d261ac0 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7299554f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7ac73984 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8128194b rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x81879995 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x90c9bda8 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x932699a4 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9a26a528 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa7c5bfbe rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa7c6edac rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaac23247 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xafb0ad67 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb76fe26d rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbebf3050 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc67af90c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcdc004fd rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce0a77a4 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xda284137 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe09c0873 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe343e7c8 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf14e97e8 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf648cad4 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf8578c6a rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfdd44cd3 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x09c88b3a rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x23003ff6 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x37ab9189 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3ac541a1 rt2800mmio_start_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 0x52676176 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x56976087 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x58713bb7 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5a1382a8 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x686fbc15 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6afb97eb rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x753561ae rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9c95cf7b rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa1d69f82 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa5e65f82 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa8e84f52 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb467c732 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05dbf9d5 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x06502c11 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0b44b6df rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14aebf92 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c4b4994 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x20fe1417 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28dad411 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2cf00a99 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e7450f7 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3cdb8bfe rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4120dc94 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x48026eff rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d652cae rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x540f6271 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d53c2b0 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x60389013 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x64467cf2 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67cbea72 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6bc3503a rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71d4f2b6 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x772a9f72 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7c5cd945 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7c748e36 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8390adb0 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85423bbf rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x877b6558 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x883b42f1 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ed0d105 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x911bd5ef rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91d0011b rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa1f72d03 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4d59065 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xad1a871e rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xae679ce4 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3ede7a6 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc425c52a rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd0329412 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd682118c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd7b67ef5 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf68cc15 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0e6e472 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1396224 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2de4511 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe452a091 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfa33ba3c rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfcde00b1 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd3cc6f9 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1c7cefd7 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3752eaad rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x37c60307 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x40b1e576 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x50b049d5 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4aeaae0a rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb3602d53 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xe2ac2bce rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0ccb6f65 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1762536d rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x40207ba2 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4a23a4c9 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4aaa09bf rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x78afe055 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x88dc811b rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa6d2403d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa90f7da9 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xadcbda11 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb92ee009 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbd2bfdec rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc637450c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdba00e79 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf381659e rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf3831278 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0d4a358f rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x319b93fa dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x67bfe400 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f95cd04 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0984ba8d rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x31b2e728 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x341b1492 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 0x535c2c7d rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x58596c36 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5ccef4cf rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x691672cc rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76b1c017 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7d44d4c5 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7dd47dfd rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8b4646b1 rtl8723_phy_rf_serial_write +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 0x8cdfa314 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x98c2bf35 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x98d1d2a4 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa142378d rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb1504876 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb5c44910 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc5bcf37e rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd29784d1 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd4041b90 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd75b2333 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe5432ce5 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xedfefc1d rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf2229720 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x021258ac rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06ac21cb rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ce18b9b rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +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 0x2f4f5a27 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38bc220c rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43054d20 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x50cbf47a rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5bcfe25c rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d7ec436 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64e4f8ee rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a74f440 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6aa881b3 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x72143411 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8806b7f3 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94983f25 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x96bd9622 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 0xa46917ad rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaca80a85 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb61daea4 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc834e112 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca9d62ca rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd8c9733b rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe1e20f6d rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeb84c88f rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff61d13a rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x16ffcd55 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5dfc918d rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x67745e1b rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd432620f rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf1153b57 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x109b1cc5 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x5f1376d3 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x84fb2597 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x96eccb82 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2be7e03c wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5fb81c32 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe18505cc 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 0x0b36f269 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d98bb1c wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0eacc35f wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x171e8d38 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18fcb3e9 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c3a0e95 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d56f180 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2761310a wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x28a6783f wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2e699cb0 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ef63fa9 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f9b0f4d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x30f14e5f wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x316c5c1e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x326496a6 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3465d44c wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x36395b91 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x39ca3d68 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47ec0bff wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ac638f7 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5756b1a5 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x599d16ac wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b9eaa97 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5c111abd wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x612f7a49 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6fc7c88e wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x72ee45c1 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73691078 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78690031 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88ef0905 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x89de8722 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9fc63e66 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6149253 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa63f802f wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7ea48ff wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9292b31 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb0543984 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc74be892 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbef1a84 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc765970 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde503076 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf524e961 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6d73293 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0ec5453b nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x16ba3782 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2992206c nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xdc980f6d nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x11a68f33 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x5bdcc5ae pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6815eeb5 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x83bb5e79 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9ba031d4 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc37868e6 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf5d26ec3 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2789abeb st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x37d01ce4 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x617904b8 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x708c3018 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x8f29e385 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc37b2e37 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xca1a44f1 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfa6671e7 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x502d835b st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x55508fde st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xae541a14 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 0x57170e3b 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 0xa24e5c7b 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 0xf540638a 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 0x028f3a0d virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x832a3d5c async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x0d395888 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 0x67511648 nvme_auth_gen_pubkey +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 0x74f8512d 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 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 0x0722859a nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x07d4b1dc nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11886149 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x14ec0edd __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x19370b77 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x22d06d8b nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25d8f8c7 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2df8d297 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2e0e4f08 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x306c1205 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3107255f nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34a1cf4a nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x362240b2 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3788ccdc nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3e8fc237 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x41cb4503 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x483eb95a nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x54eb6095 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x586e4daf nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x60fcd893 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64fa422d nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x687cd9af nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68b86c3e nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x80388785 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8a5e177c nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x916196af __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97395dcb nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x98ddf7dc nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9f2124ab nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1db2d26 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa6906caf nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xabbf7bc2 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xac09add1 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xafb36dd4 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb1fa30dd nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7483cd3 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb76d33d7 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xba8f1681 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbbcb96d6 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0271812 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc2f7d40e nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc47d84c6 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xca8fa560 nvme_start_ctrl +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 0xd65aebc6 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd786e3eb nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xddfa62c1 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdea9e584 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe486a702 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf12a5a49 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf1663fc8 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfaa24e1b nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfabd92ed nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfea08bad __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xffbb7ef3 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6d200dff nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x757f3bf4 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9da78482 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa3b679f4 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xac0998ce nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc9e340cd nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd384b3eb nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xda8cc811 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe18bc18c nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf341267e nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf5240fda 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 0xd6e642a9 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0b2ddfa5 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0ce83e62 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3c171b0e nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3fd914fc nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x484a60eb nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4cbe3f45 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4dbc9cbe nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x93a48184 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb33ed106 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe598b6a7 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xec6f0dbc 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 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 0xa0e8c39d nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0xc75870ae pnv_php_set_slot_power_state +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0xfb85da52 pnv_php_find_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x9c5e542e rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xa58e0620 rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xbf551778 rpaphp_check_drc_props +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x11fa0dab switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x286c701e mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x4928ae82 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x79530a6d mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x20bdc170 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x23631f29 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xbdba0382 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf1d597ef devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x4714134a bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x63845a2a bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x83d5e0a0 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa63c751f pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb03b9ce0 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe756d431 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2418dd25 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x4261c3fd extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x55c306c0 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x5da68813 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7ab45d66 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xafb689b4 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb298cd84 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc7c9ad08 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0xc4c323ed mock_phc_create +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x16304e79 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x25075f39 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x6f7adba3 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc2ffb8e8 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf101ba30 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x951b5843 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x157c4c0b wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x24a5c8c6 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x32347058 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x49acc9de wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x54be5e01 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa30b0f8d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xf8a6f4ca wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x85240027 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/rpmsg_core 0x16615e1d rpmsg_set_flow_control +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xd1a1d711 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03b51e51 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0828bf91 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d45d44a cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x237e3408 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27afdedf cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29e045a0 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2dbcf957 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30951890 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30a35362 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30eaab1c cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f5ce11b cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x465a8e18 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4994c6af cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57d2c6bd cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5a580d3b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65ce2e00 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6b773db0 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6eb3920a cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71966d35 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x78d01134 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7cf86c76 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x823040f4 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82703236 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8abe2dad cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8de4f335 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x90558878 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9685f5cb cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa12cd163 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa26066f5 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfdfcbb4 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc21da642 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2785ee6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc82c177a cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcd66702b cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdaef1f6f cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd96587e cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe12c4357 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe34e6ae2 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5e24765 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7422549 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea265646 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef146cdd cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8df911b cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa6783b6 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0504f035 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25bca227 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2753a817 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x41ea6702 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x454abb0c fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4943e67d fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4b18fd04 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4ef2e5aa __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x53ee5b30 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x567e91eb fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6268355b fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7f8c76af fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x952a09bd fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa4d79e61 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 0xe4960181 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe70f3eab fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x045c04bf fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x3326181d fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x09c27695 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x16400622 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x22ee230f iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4485891e iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x470ff857 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf747a2a7 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfdbe95e1 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01cc19d8 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f5c201f iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1402506e iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15580ad6 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19c7ab80 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d32a7d7 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2892c49b iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3563e68b iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x356dc3e2 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bcd4f9f iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42616332 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43a77508 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45e0ee2f iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55091505 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x575fb6a9 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5763b963 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x59b81243 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x633149e6 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64feaab5 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ed65e56 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6f202ad8 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70133911 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74e01097 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78b06d33 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x829484dd iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x859d587a iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x876ad830 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8783b3cb iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89791b36 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0e9fd3d iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4db3c33 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab3cb547 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaccc3aff iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb2c7a036 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb470e886 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf27acdf iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2e1eb0c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc8d1ad14 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc58f7c9 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5fae47c iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8650ea3 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd40b035 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf12d33b7 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf571e6ac iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf87e2c78 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcf3fed0 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdebaf2d iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe03b908 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x05c1204f iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x24d8279b iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4dcef7d2 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5276376a iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x56f93a01 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58342cd3 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x620b160d iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65482cc1 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6a54fc76 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x83c8b377 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa6ef989 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbe174754 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe2de4f24 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe889d9e1 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf2468087 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf9d1b14d iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf9de4a49 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x00581730 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0080c695 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01488faf sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x02e7e3b4 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x08fbe1d4 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c5636c6 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ea8769c sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x22f3ea64 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x356127cc sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3f32d23e sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x463fa0e4 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b58ca81 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x50828796 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5ba55ba2 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e9c87d7 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x66ea3a96 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87f4c453 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ece5788 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x961bdde2 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x98154c77 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9eb72a38 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb6efbcaf sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb79e305c sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbff9c1ba sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc2a4a5fe sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca578499 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd04e22dc sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2cf84d4 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd5664a0f sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd61a1056 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6240491 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd608004 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdff0800e sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0bd5a2e sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1971fe7 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xea31ef54 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x5cc8e18b fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0be7c7d2 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1468b287 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15b01dde iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ebc8cc8 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21ced225 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x256dc831 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x288350e8 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ab2380f iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ad33eb6 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b3322ff iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50ded34e iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5361b68a iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5509cc4f __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5572af56 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e05b2c8 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fd950ed iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x613e840f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63b27d90 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63e4d856 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e640687 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x83778f1c iscsi_remove_conn +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 0x8fb9bd44 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91fe5473 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9441654c iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9565426c iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x956baabf iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b999ba7 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa1d6236b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa53e912a iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa87e7c17 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa5951b3 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa6e3049 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb19d4b99 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb297d61a iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3814bfa iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7437a0b iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbb14e9f iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbf5faf04 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc89ca2aa iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca7e9248 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf3ae005 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf8a950a iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbd898aa iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc8b03d8 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdd0e682c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf34c0f56 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf453a247 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb8b944e iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x186dd854 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1d4eb7e7 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7899b313 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa9a7e6e9 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 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xd8080c05 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3558ec21 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7feee445 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8e7dd1e1 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe7fdb31b siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xfc5ef32b siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xfd8950ba __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x190eff96 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2933c4c0 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x34b57f83 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b65d7da slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3f5f3c30 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x489bdb96 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x574f6083 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5d23843f slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5d9a8ded slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e1c6860 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64306afb slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x97502cf3 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9a1a1cf8 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b3af7d2 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa2363cd2 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa7b91ad4 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb3210d92 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb979bedc slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbfef45c0 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd9f7e1e3 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdf61656c slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe780784c slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xefdb5b58 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf8cb19b7 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfb31eb6b slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xffb03d9e slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x273dbde3 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x525924cc sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x80474df2 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc972f3ea __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xfffcf8e3 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x20cf5568 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x557c8ed2 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5fc51a79 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x81a90983 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x91845ed8 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaf4509c0 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x0b21fbf5 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x3ee02165 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x924585da spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1953f8a3 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1f748a16 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x200d2d33 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x23438ae3 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x31f23837 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x41c3f2ed spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5700f263 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x68c79298 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x78005ab8 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x869eae57 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8f450dec spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9cd3a301 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1a19110 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb512903f spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbccc5344 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc233a5fa spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd2ffa41e spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xda34ee58 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfb12e57d spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x2b04d66e ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x090c342d devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x122e0af4 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x27d6a399 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2b1c1f39 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x57b3ac54 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6f4cfe01 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x73a446f9 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x84b6389c anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x91ad0dc4 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x95a51fb3 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x98dfe1cd anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdb8141f4 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdd9b8d78 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x5656b3a7 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6477b448 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x962b1efa fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x9b678569 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x04d30193 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0c0a9624 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2f1700d5 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x779048dc gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x846f4026 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9fd826f0 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc5251ff4 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe5451713 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xed9c80a4 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf0b89ed2 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf29cde2e gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf8610965 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xfbd95a1d gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x171b63bd gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2711fcbe gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x488a2a15 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x70838b79 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x78b19685 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7ae72aca gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9e9a632c gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa8e13ca0 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb061df09 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcda6739c gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd1a7f185 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xdbc35036 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe8c542bd 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 0x231f2a87 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 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xf4405f9f gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x5ae80081 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xf8f25a01 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xb0e9ce35 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xfe0bb2a9 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x7298c430 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xfa020c81 sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x0dea1cab target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2c534d14 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7b99d123 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x935fccdd target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x9373be80 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x96b379b3 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xaf4ca84f target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xcb289f2a target_init_cmd +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x04471d7e tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x096e43ee tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x14d32b74 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x358efec1 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x43c813c4 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x48d75291 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4d4c5a8c __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4d742fd8 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 0x57528b24 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x617b1365 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x64cf9916 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6bf293a4 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6e928529 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6fd9df5a tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x70bc4717 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7325320c tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x74889fc4 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x81ba8b1f tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x994b6b91 tb_xdomain_request +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 0xc0bd01d2 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd3c660b6 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe731a9db tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf35b6a97 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf61c6e8f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x016bb724 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x023bad65 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x09704638 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0f034660 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x107dfea4 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x11715563 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x200ead0a ufshcd_is_hba_active +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2a3601c8 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3b16c15c ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x482e7ae0 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x48485895 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6a446b47 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7fe24165 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x84d3d0a9 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x85762970 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8cd416ef ufshcd_mcq_read_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8f38fc15 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa73af63a ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb3666b97 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb7d49e5d ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb9075a0f __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbc5d7ffd ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc04f7ba2 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc181851c ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc368e118 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc6bcfa85 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc8405b82 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xca811cbe ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcc80fb67 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd1a68fa4 ufshcd_mcq_config_mac +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xda961eaa ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc1ef479 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc66c3aa ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe0693c15 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf09e7d1a ufshcd_mcq_make_queues_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf53dcb43 ufshcd_update_evt_hist +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 0x7c605950 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xd0946249 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0fc5718a __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x36d6a015 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xaf7edbdc __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbbd51d36 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x951ce263 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xc775b2b0 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1ba0a375 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x296d5ecd cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2d334795 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x370937e1 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3fbb2c98 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x45e50045 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa5cebe39 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb1ea146b cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xbabb6ab0 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf8604604 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x24efb24f ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x571ea374 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa5f60602 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc8217878 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0553bac1 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0a001746 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x3fb48b46 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x7c4b7d42 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb501aade imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf8524aa0 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x144a6260 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x29b6ec35 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2d410d45 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x3e60fed2 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4802dccc __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xc7dcc742 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1f8a0805 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3269f1fd u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x38863be8 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x399c142b g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x52cd2a75 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7885c599 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x825f20c2 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x84083cb8 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x874d120e u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9ea381f6 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb0ee1651 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc9c9db34 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd0af8a2d u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xed7c1daa u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf46c178b u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x01c2012c gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x237af250 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x35f3ed63 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3b028d8a gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x48182aa7 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4dc5f6fa gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x513f6037 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5bb7373f gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x67dae4cb gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6f93bc96 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7b317079 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7f829065 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x929cf193 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9c255751 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9d4acd74 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb14652ea gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe41646e3 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe8dc11b5 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x196845d6 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x5ddc28da 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 0xa16242c1 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbf1d7bb3 gserial_suspend +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 0x1f1383f6 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6beaa139 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xb9b7a1a9 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0847face fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0d8efc7c fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0fdff30d fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x10ff355c fsg_store_forced_eject +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 0x19fd5680 fsg_common_remove_lun +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 0x2dcc0a96 fsg_show_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 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 0x7232bb57 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x796c402b fsg_store_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 0x7e901904 fsg_store_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 0x9203d9e2 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x920d85fe fsg_show_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 0xa276d29a fsg_show_removable +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 0xa69d7a5a fsg_show_nofua +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 0xbca28320 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc8a76012 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 0xd7b5c1a5 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe419a29d fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xef7cfbea fsg_show_file +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 0x01813298 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x07d6d051 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x08dcb3d6 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1f03769d rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2044e0eb rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2a54d145 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x321b498d rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x35e67c3c rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4f8b404b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x84b6892c rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8834bcac rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8c557ed3 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb026d428 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd5723ce6 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfe326fdf rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a50f228 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b545a7c usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c721ea8 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0eda3355 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1ac517d2 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1d08c582 usb_add_config_only +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 0x3bcf558a usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3d517a94 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x418733e5 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x47507759 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x475d1dcc usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4ac8d3dd usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x532f844c config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d484469 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d8b741e usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79d5f299 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d2e3c5e usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x971b43cd usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x993b00d0 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa2a63366 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa61dacf0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9f58759 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf31d244 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb052bdde usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbec52219 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc6b89f14 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd15f15ca usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7aa602d usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe22b2121 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5346be5 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf2098a8e unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf82a961c usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x20129a4d udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x33a899c3 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3de18ef3 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x50ec982b 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 0x81a5f217 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8a5171ce init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb2da192a gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc2cd9a63 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd338d90c empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x107ae45d usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x17afa404 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1948afa8 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1bfe18a2 usb_add_gadget_udc +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 0x3714fdb9 usb_gadget_check_config +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 0x44aaa7eb usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x46e62f57 usb_gadget_deactivate +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 0x5523d395 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6b693469 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x74b5bffc 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 0x814a0aeb usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x863d7e6a usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x88b88bbd usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x88e8a0b5 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa571516d usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa8ab3f63 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xabb9ba68 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 0xbe1e2bb0 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbe955f8e 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 0xc179db1d usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc4630b51 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc7c0ef51 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcb42247e usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd3550d77 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xda667a29 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xddb49bf1 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeb360a43 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xed4c983f usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfdc7988b usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfef4da11 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x6afd1b6d renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x6236544f xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x89220e76 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xb349d4eb xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x82caf698 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x89a37d56 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 0x552d2876 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x5719b8e3 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x5a2fc207 musb_get_mode +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 0xace0b4fa musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb9a78423 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd918a530 musb_set_peripheral +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 0x3e92ffe5 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x46ddc31f usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x520bafd6 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xcbaf96d0 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xcce6b5e3 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xedd2b3f9 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x7bab4ffb usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0db5e8a9 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x10fc2641 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x110c68ac usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1486fc64 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x20682f55 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x25517f08 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3774b351 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3a3dc622 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x553990da usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5df07724 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x64fac0f9 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x74470356 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x750f110c usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7b50f9fd usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7e7acfa5 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99027b2a usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa55d7f5e usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xabbb3f4d usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbbdbdd0b usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbee27fd3 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6864b940 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xc61f9132 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6cace316 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 0x42a7d0e7 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 0x05680bba typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x06049ab2 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c619d75 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e27fc09 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1364323e typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x195a8e80 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1bf6ef60 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x313c5e24 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3286ae86 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x37f5ec05 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a982441 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3b072c75 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3df52fb5 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3fd463bc typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x40e37b4c __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x42a2e88b typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x47248a31 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c71f2f5 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4d871398 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e4cd37d usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f38a2ce fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4fe9ea03 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x50c2260b typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51fc76e3 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x526e4ca6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5c32dfb1 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5c6366c8 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5cf57a2f typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e685323 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x61630ff5 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x61ad009c typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x61f97024 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x63e9fe28 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x64da7cc9 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x686d8f4e typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6d02ed87 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x723a9fcd typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81999696 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x84c3cea1 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x881274c0 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89c54c6c typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ae7a008 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8eb311a9 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ef7f85a typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8f058f02 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9746338a typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9cca1094 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d0636d1 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa2c0343e typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa493ac0d typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa65c0c8d typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa998461b usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb288a97e typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb377a2ea fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb54096da typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba480159 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf36eb3d fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc526f988 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc8dd62f6 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc4acfc3 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1f35592 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd4562b2a typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd481d96e typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe0abbc08 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6bd4cf9 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe74ac20c typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf0acf025 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf61f13f1 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfb60a5d9 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfd75397b typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x01b9de9a ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x01f5884e ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x2a55c16b ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x2cec6afd ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3dfc7833 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x67fa17ea ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8df0bf7a ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd93af540 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe1dc1fdc ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x07d1fcb4 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x17f824c7 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1fdcc2fd usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3a03c962 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x49975008 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x62eb13c5 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6bf54468 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x92aeff38 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb3c45bca usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb570a148 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd8ffe4f4 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdebda90d usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe01b2e8c usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x03876f1d __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x40b86383 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x65a550b0 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7f2bbcd7 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x88c5a3e2 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8cca0d47 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8e348368 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x929cded3 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd9f61b42 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe310ef2d vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xeaa1cc65 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x798ed65a vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xa139fa9a vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x11323c2f vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x34ebe9c4 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x40d98db2 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x48697e4b 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 0x5951e8f7 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5a46fb79 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x68abb57a vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x884f23d3 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8932099a vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9245f374 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa5214a55 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa7d0ba55 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xae77bcf4 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcb474570 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd09b45d0 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd386b452 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe1ed60ca vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe2789619 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xef293d9a vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x167e2d4d vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1bfa5f08 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2a1fe098 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x39f68549 vfio_iommufd_emulated_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3d663854 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4a4a8261 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4dedd751 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4e1a4e99 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x550c564f vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6237f817 vfio_iommufd_physical_detach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6f2b7f7b vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7ae1426d vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x85dbbb77 vfio_iommufd_device_ictx +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8bf5ffa9 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x96257eea vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa074381d vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa1e46752 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa61c7fa3 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa8fd277d vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xac49fbf4 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb27deb2a vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb427f706 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbd2c9b1c vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcbe11ee3 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xde4ec78e vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf489ec82 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xff31423b vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xff3e52c6 vfio_iommufd_get_dev_id +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00d2f2d3 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0191ec20 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x02f7c81f vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0da3ab01 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e0898be vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x13d86b02 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x27983b6f vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3e5f0fd9 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x582f70be vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6592c77f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b693874 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6bdf179d vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x71d189aa vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7966b54f vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7bb309a4 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7c0da088 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88cdb70d vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8a4247bf vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x908a9929 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x996b8e28 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9b8648de vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1d72ff3 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa633beef vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaca79888 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xadcd560c vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb212b913 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb455040a vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6d614cc vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb963c223 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe6a43f0 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbfd43b60 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc9fbc9a0 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb722f26 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcefa4f99 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd5f80103 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdbc6f92f vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe3993369 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe3d59142 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee4f1371 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeeb9d4f5 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf3d11719 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf4e016e0 vhost_new_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 0x08829ca7 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0eed8067 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4c3abfd5 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6dd92630 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6f154c6e ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcd984568 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd59100ca ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x8b1f2368 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x24a01fde sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd4fdcdba sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0edc1108 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x137c4c02 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6b8b5e61 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8366a40f w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8d085dff w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa8a1c404 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc982e751 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd92a6fba w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xea21921e w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf6565bea w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfeaedc51 w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x1b66d2b0 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x59172611 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7c0a04dd dlm_posix_cancel +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 0xd6ca4107 dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x45746ad0 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x483ee153 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5453b527 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x62757146 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x66313d7c nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6751d060 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x89ba9ee7 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb599e182 nlmclnt_done +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x2dd3300a netfs_extract_user_iter +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 0x04b65e8d nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05e9c9e2 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08c106b3 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a660855 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b2e7040 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b9475f8 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0edddcc7 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1023d651 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x122e0db2 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12c4f224 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1651ca6a nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16bf95dd nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19f5be98 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a7a8474 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ca5c896 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e9920db nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x219fd9ed nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x227472f7 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x230050cb nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23f3933b nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x249e7f48 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27633edd nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x283dc672 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b25f286 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c78d66a nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3011ffe8 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30b559fd nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32deddaa nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33983495 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34316678 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x345ffb9d nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x364b281b nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x377d3dc5 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x386b58a0 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3912782e nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e091ac nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a4f180f nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ac8dea8 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c261e92 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d807d27 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e4b3689 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3eeb3086 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f21ce11 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f9c8961 nfs_commit_inode +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 0x4b9b2e9e nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ba0ad35 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4be82233 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4beec1a6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d170e36 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51037ff4 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51e5828a nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53a9d0eb nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a55d00e nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b30bf44 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b9cebc4 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d5fb412 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f5c551e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x603960b3 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61690fc1 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x638ed63a nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63b21a5a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x662f23a1 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68f88d58 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x698c7dec nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b91b399 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cd0cda8 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d5f3b40 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e2e9252 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e96c717 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eb61ce7 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f331581 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72ebc7dd nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73308bef nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73498c82 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73ed75c2 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f8542a nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78b65a0f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a3ef36c nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a54490d nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d73a19c nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e25f7dd nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81db51b0 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83ad7086 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85007260 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85c55967 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x864e227a __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x869e5184 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87840a52 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89186851 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b3c956c nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cf9a153 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x902d6b11 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x912bf2ba nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91ead5d4 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x921c5287 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96eda5cb nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97632a96 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9aeea6fe nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b9210c3 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c677d62 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d035662 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d5d0098 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1092f74 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1dd07ce nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa49b1dc9 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6a52f8f nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa770a7b8 nfs_put_lock_context +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 0xb44749cb nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb724bd75 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc08b3c12 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc41e9e92 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4e89a68 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5b173e7 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc81c5884 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca6f6f9e nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0f36766 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd25e1942 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3f74e5d nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd1482ca nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe35319d3 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3b47fd6 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe40badaa nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6924f86 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6f4ba1a nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe87afd5d nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec5b69b5 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed6edc74 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef26a8e9 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0d60de4 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf85df9d8 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8a36e53 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa1df999 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa218fa4 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa6f498d nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa7d179d nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb695e60 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfba6882d nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfcd169fd __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe53bfd3 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff6eeffc nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x2f88d2e7 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x008f063b nfs4_init_deviceid_node +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 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 0x0bf4b161 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e3641e9 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1213c96b pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15679b71 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x164c02c7 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x182c064a nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18ea73a0 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f0c314e pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x223e5dc6 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x241aec24 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2469eacb pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b09ddda pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b9e7836 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ba0d407 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d5fbdc0 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2db9362c pnfs_generic_pg_writepages +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 0x359c5ad0 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x370d1d44 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38ad3ae8 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b051d8b nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d286c23 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x462ba818 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47d83778 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4995a770 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b05cddd pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d5e23fe pnfs_generic_pg_cleanup +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 0x596950f6 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a544619 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60ba0b46 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x633545ba nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x636f3805 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x639eb674 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63e0097e nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6682259d pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x674f96c2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69facfde nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x732225cc __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76e29aa3 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76f764fc nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x777217c5 __traceiter_nfs4_pnfs_commit_ds +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 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84b26f23 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b483e76 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 0x9858f439 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9902f17f pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b7aa22d pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b804e00 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bd851d8 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cfb127d pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1a861b5 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1d256a6 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa47650fd __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa56bef79 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa92d0a0b nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa97760c5 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacf82a6f pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad2aec42 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad49434c pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xafd9a612 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb12aa2fa nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb13e0732 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2709bfc pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc36c2ba9 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc471b332 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8c230b1 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1de4e40 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd45dec80 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9d4c718 nfs4_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 0xdf6e8f25 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4af395d pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe656688d pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe808ec9f nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe94b732a nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea13c49b pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeeec7861 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7d879dc __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8636f8a pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa9dbdd7 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdc132c8 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x136dc558 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x867aefa1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x982f0519 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x331f6be7 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5ad31b06 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x62a11471 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xafeca65a nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x632aa622 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2dc909c2 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4e40411f o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4f231e77 o2nm_get_node_by_num +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 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 0xaf5a5111 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 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 0xdbd51078 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf0c50abb o2nm_node_get +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 0xf6f26963 o2nm_node_put +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 0x2c834e50 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2cd99c1c dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x48422374 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa20fbf6f dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb4abd3f7 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc93f9ccf dlm_print_one_lock +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 0x08ca57a4 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 0x27341d11 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x30d34e4a 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 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x951f0b36 ocfs2_stack_glue_unregister +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 0x877fdd12 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xc5c796e5 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x8ffa1943 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xfc046477 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 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 0x80a0149c notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xdabee5b3 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 0x21309902 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xcf3f6d4d lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x22c5aedc garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x586aedb0 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7ed84fb5 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x866e5d06 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xa901311b garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xd6720e44 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x17d66ab0 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x4407ffcb mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x60d5ccfe mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x967c237e mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xa102ba35 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xa77ef175 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x00a8fc1d stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xda789fa0 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x30c328f4 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x49321f21 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 0x25be3d3f 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 0x067484ad l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0c4de6d2 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x183ba7a4 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x356d224e l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x58bda74c l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc56c847a l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc6d2f444 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xec6eb7e7 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf3c14b48 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x13332c2e br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1b459e79 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c260482 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c630866 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x21fb05c1 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2a6d322f br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2e31bad1 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x40805561 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x432a7ce2 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5dd2f8ca br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62f4eb4b br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x774427e3 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7a9b0f44 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7ffa646c br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x802fad54 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x894ee5b6 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x89edc275 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8e7dd5f1 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x92676133 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9560c47b br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9728208e nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa7628ba7 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb1130e45 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xce7e953a br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xffdf4c7e br_vlan_enabled +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0178c402 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a10414a dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b1dd6ba dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e7b3c5b dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0eca21d5 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10ac4358 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11fd322d dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x17476a2e dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2194afc5 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37936f5b dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x45066b09 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x514c0cf1 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x51fedf24 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x535a5be2 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6131bd54 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6137abd8 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6277d025 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x642c7342 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7132cad4 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7164319d dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80e0ff0f dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84328695 dccp_reqsk_init +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 0x9f6d5be5 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0ce6689 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9efa4dc dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb040cf98 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc53e9ed6 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8f22a02 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd051f31 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd091aad dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb79188c dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf27d76d8 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa871dd8 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd302795 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x81c4afe7 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9131d18c dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9687d26b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe9033787 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf59ec753 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf87755cb dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0746eaf1 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1034424e dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1ba55c2d dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x205f7778 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2822fb0d dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x29dde4a6 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3b444627 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42ef0f2c dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45de1d61 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x49e53f81 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5f92d63c dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6df17fdf dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x78aaf795 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d0d960d dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7fdf6d5f dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8e1dbff4 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa764c445 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaa7c733a dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb72ffeb8 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc9eb60ad dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcadef2d8 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd1aa8174 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd961be7b dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdf59c0d1 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe4600d3a dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe690af78 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xef7bc027 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf482d184 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf5d7fcbe dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfcc34b01 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x041448b4 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x24334dba nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x69b7c670 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8aeee640 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x916d4dc8 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9e9d8556 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9ef83634 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb70c1950 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe7446d24 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf6b21b61 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf6f596da ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ife/ife 0x13b23e30 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 0xc6c04a24 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x68100662 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x6e00fa9d esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x6fdb71f9 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x7d5e9e5f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb6640126 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0489dbe0 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x166ac2f7 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3f06cd0d inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x561e5c93 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x79755e4e inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9496f703 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa11f0b97 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbfd3c865 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd72e1b83 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xc5a426f2 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2259232b ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2b522d5f ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x48c8dce4 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4e4cc6de ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4fe15056 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x702536d9 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72448f2a ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x82f02808 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9696f332 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9b526951 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa089dd3d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa887d146 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xacd0c56a ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd796419f ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe3d93183 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf7b5586f ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfa804849 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x13f7d67e arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xee91a956 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x7d9a7a62 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf8d9c808 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x54c4a211 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x12ebe2c6 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x41cb846f nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x92be935a nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa8cae6b9 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb644c7a2 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd0fc1c02 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd97dc101 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x1f5ebc81 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3eae0bcd nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x75699de0 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xf887ca1c nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x236d8b48 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xb090a685 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x64d57a2b tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x684efa57 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa45eb999 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb3736472 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb78fb602 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0801674a udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x26542f6e udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x83911330 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa6b85f4f udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xce27e250 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdd8c6773 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xeecbc1de setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf80242dd udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x714a593c esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x7d9169b9 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb86b2e44 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6568d66f ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7af67e2a ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xac7ec900 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x388d4756 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x777d3a7a udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x099d98a7 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x0db229df nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa490369a nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf81a17e8 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x4feb6543 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1ce13e43 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x34883b5c nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5b990408 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x813790f5 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x92c37a20 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd4897d8f nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xeb265a2d nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x98391de8 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa849bedb nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc119d67c nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf224deca nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x1e4bd83c nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x8eba0271 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x076d2415 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x087fb0f8 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0ca3075a l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x14b7e85e l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4443eff5 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4bebc1a9 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6bc7c8cc l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x79a35813 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7c8e10fd l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x80d391b6 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x922b4633 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa43e23c9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb19a1825 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb596cbf7 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb96f23b8 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb9861f82 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc28a61b2 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd10773f3 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd5f89284 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdade1822 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa2c9a69 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x7e470e06 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xa701cbb1 l2tp_nl_register_ops +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 0x35ce6c8f ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37013362 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37c2d344 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3957305f ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3abcd5c0 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3ec755eb ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6178669c ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x68376770 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x698971d6 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6ec766ce ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x77a53dfb ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9128911e ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x96c7e6fa ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x996fe8f6 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb889bbd1 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbf88ec44 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc66566db ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcb83f6b0 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcc359796 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd0cd471d ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe9dfc7a5 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb9d91c7 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfcd17cc1 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff72e5d6 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x05b72529 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4e0787e8 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4e35e45c mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x71476d89 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf8a675d5 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1ec4de92 ip_set_test +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 0x3d41f93f ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3f386e6c ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4e8149ad ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x562ead57 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7539722c ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x77147aaf ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7a1e39d6 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93bfcfbe ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa26574e0 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc302a442 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc33e8039 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc82369b7 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xce1096d0 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdd2bb2d8 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdfe4a57b ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe8c99287 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe8cbd456 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf99ef2a7 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x551359b1 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5f01dced register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x76a7979f ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf0188272 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1f0f56d3 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x45d31b8e nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5732ef62 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x794ebe33 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8bf75eed nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8d14f3ea nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdd401e51 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01a57e15 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0363d012 nf_ct_expect_iterate_net +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 0x0c923968 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d855ef8 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1283e490 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x198caf47 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x209a0e89 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2138d215 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23ae0953 nf_l4proto_log_invalid +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 0x297d03ca nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b97bf23 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c9c0395 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32bf9934 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x339b280f nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3601ed5a nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ab6cbe6 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3de29eb4 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42337b28 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42de3aa6 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43581917 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4383e89b nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4420d233 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4508e13e nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x454bb458 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x462b815e nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x475fd209 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4790bfc9 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c285170 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c5240c5 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5617d93b nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5749d05e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x595a7dec __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ba91342 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5be2e3de nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5cc8ee83 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d8f3599 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6386fb38 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6576991e nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67337695 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68d4cb9a nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69e67324 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ecba8a8 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f18404a nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77bc096a nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b744294 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b8c65b5 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e43bb93 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82a5ecc3 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x858de8b9 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87dffcc9 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a57ed3b nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d88b260 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e36d96d __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f066a2c nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa05f802c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1e2b3c4 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa87103b7 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8e5df2e nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae53a62c nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaedfddf5 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2059f31 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5dcfd3a nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb9f5c95 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbbacbcd1 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd42cba6 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe70b633 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbefb5c68 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc144f13c nf_ct_expect_find_get +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 0xc8acf048 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcaa30e54 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccfeea63 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce721a2c nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfc45443 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd50ce12a nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5f2176d nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe161974c nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe48928cc nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe623d40b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe75c337e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea1d6ee5 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb5b48b9 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeebad536 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef414c2c nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeffe319c nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfdd44cb3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe4c6637 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x36769af0 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x4ff59444 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x08a9e59e nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8083135d nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x957d8bf6 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc52dd973 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdb20d52b nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1fe5de0e ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x51d514ca nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79fb6b9f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8b0e9122 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa3528f59 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb52b42dd ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc731fe3f ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x02259971 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x71ee756f nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xdd7b48fb nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xee8715e6 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xffd3680b nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0a781c42 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x134e393c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2d457f87 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x31a01283 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x418d971f flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x45c1e21d nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x57eed223 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c7f4227 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5ecf3aea nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7c7f39a8 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x81ca9dc8 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8bc35a7a flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaa2913da flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbe33387a flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcb307823 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe4e19345 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe508c534 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0c2c6c42 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2e90330b nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x472f8e0c nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x823c3ffa nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x82daa262 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x845a7ea3 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x88bef86e nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x90a2291d nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa852a23c nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb485086b nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbe561e2d nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc1e0057d nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc57975d4 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb4da799 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe312d5d4 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xefc6becb nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf39f9e38 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfd2c6fc5 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0792a6c0 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1a52ae0a nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x525eec4c ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6224f031 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6e84c67c synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6f1f45e8 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x70d64fd0 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8286a502 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xacad6137 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbefd0e1f 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 0xe80244d8 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0305e84e nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1285cb7f nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x12a09b44 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1616548f nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x23511de8 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2550ed12 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ba2bdc3 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e978029 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x313d1b56 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3327fce0 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x34e9f47f nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3daecb9c nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41c65e43 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x50efe72c nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x547e9cd1 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b09c135 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x72420caf nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74d70ccb nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74e5924a nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x788051fb nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x848d11e3 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8958c7bb nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x94020362 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c4a513c nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa159017f nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa88c45a7 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa96a105a nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xac62bbbd nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4c2b445 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7c49253 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb890c079 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbce02006 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd21ebdc nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5bebc7a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7776497 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd38fd12c nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xda056199 __nft_reg_track_cancel +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 0xe29bd415 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe42c4fd8 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe47552c2 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf129d875 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf3715b8d nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf80fd6c9 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x58b2597a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7e1e157d nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x871f0e0f nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9aa607db nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcc8baf21 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xeb4e71a5 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf21850c0 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x1a35862b nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x797e01e1 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xc4200a57 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x4210fc81 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x96359df3 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x153009d7 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2b0e5176 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x61a89c52 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x826e948e nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x95196370 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x27746780 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xbde07d2f nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe0865f81 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 0x0caa1efc xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x13e83768 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x206b329f xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2550aed2 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27349a77 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2f702d70 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3074b703 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x467e7fc9 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5dd5771c xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64e20289 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6881c279 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c5d7296 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x75ebcc74 xt_compat_match_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 0x938e37e2 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98cade4b xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x99afd92d xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d13bd54 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa627ca3d xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xacf32d53 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xae0e2380 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaf8450d7 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb2ff71fd xt_target_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 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 0xeb60999b xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1d105cde xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x35febe6e xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x68326710 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xa97aab25 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xdd0ff128 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x1a25421f nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x7be05f6b nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa8853b96 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x947c5385 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa626341e nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x03460521 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x32721f5c __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4664b207 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4ec7b793 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8261b552 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xac4c18d3 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x14d894e8 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x209f99d0 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x8d188142 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x9b8585bd psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x44c7d56d qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x717df902 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x9eca8358 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 0x04706a7d rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x0f839c6f rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x12267201 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2ed85137 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x31ae73db rds_atomic_send_complete +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 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x63ee70e1 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x6458c97a rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x6525d9db rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x75053498 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x994f8a23 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9db6f4cc rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa69f9992 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xb0612de0 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xb074ccbf rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xb2cdcc3e rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xb41d2c98 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xbbd4ae91 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc7d77b65 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xcac08ff1 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xd0a7b11f rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe31aacb6 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe4020025 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xe6b1d229 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe713f157 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xed2af6ff rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf2f95e12 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xf5414dcb rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf8816fcb rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xfdf946c7 rds_trans_register +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x7718cbf3 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x86b5065f mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x587af656 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xe1cbbecd 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 0x190c89a2 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x44655b52 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xab4d4a71 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb5451443 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x15c112a0 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x23371868 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x2f7c61d1 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x5e12f7bc 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 0x45bad93d svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x47e1a655 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x985950ec gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc97f7bce svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00694b3d xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x058ff1e9 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0643a202 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a9a0d98 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b2aa974 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d2d7b7f xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d747e0f rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0de29d10 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df2f57b svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e0bbfd1 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e24b269 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ed0df04 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x113dfa5b svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x132da6b2 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x142c2410 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1504a6a1 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1697265f sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x170e1819 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171268da svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1768c193 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17d378e7 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18e5d384 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1931fcb4 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ac157ca rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ca9faec rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d8e8946 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e69b8df svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ed5acb7 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ee4b6c0 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f771c1f cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x209667b7 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x210bdac0 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x223a755e xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x253b8947 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26df3116 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28c34008 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a57fa9c rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b1a68d7 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b950518 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c31f7f3 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ecf5a25 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f23d87a xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x318a3fa9 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3316b356 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x334c77f6 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c25cc9 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x360fb012 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36ff9551 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a6a43de rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a74b086 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ded1623 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e773de5 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4073e7cc rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4381c61a rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x439d5942 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4419389f rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44b60d00 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44eecd34 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47586f19 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47a5b40a rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4959d758 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c1597ce xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c510534 rpc_exit +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 0x4e983ba1 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x535a24ce svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53657831 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53e41f3f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54e6f08c __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a22c29 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x568ee12a svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58ca8e9f svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59b63587 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c543c40 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c602b23 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cae37ca rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5df57400 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f4dceb9 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61034c54 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614f0a7d rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6186460a svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c1414e rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62210043 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62771c79 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x629ac98e rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62b6fe57 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x646f3f3e put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x651db395 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6651c8b9 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x665bcafb rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6691b6f6 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68947915 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68ebcfbe svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a0a5803 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a28d4a8 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a870578 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac203d4 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b661414 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f32a1dc rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70bf69c6 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71c99cc1 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74ee5601 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760b1433 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7683b213 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7727d4d9 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7732e10e rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78857e81 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78c8c8be xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79517a48 xdr_decode_array2 +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 0x7a9f8baa sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b42bcab rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ccfcf4d xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ddd9b52 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f66c5b2 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f84c286 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80405b3a rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80c35a54 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8320b15e svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e04538 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8646f0fd xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86c61826 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x870a15e7 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x874379ed rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a122b9a xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b0c9f43 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c5bf670 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8de89c33 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e4a7879 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e69784a svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c332dc xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9412d8e2 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9512692a xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x966d0e64 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9850c5f6 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98882333 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x997595ff svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a36cd97 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a7982ba svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a902259 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b7e26b3 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b8a46a3 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d47c141 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ef1d7c6 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa04582b1 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa313d48a svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4b827be svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5701188 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60d45d7 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6cbd694 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8a10a1a xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8f99869 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9b7281b rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9dd376b rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3a670c auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad0511ed rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad41fe4d svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad93560d xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae904b36 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaed3de99 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeedb361 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf132dce xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb09741da rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0fe1ddf _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb16d38e5 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1e0ff12 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1e69458 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb20e0bc0 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2543aa1 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3c49994 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4eed26e xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51f9c33 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb573603c rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba78d961 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb65e72b xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbef9e22f xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc00d9543 svc_find_xprt +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 0xc193e388 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1e25de2 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1ff0c81 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc271367a xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc47be50b xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc53d3534 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc73415bc rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7527ac8 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7c9b9a9 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7d78090 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8b2850e cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9fa5c1f xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca03687d svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca89da61 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb45a1b8 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc621585 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9db4cb xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9f06b2 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf4bad7c rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd03d59d9 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1a8321d xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27665c1 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd303f650 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3e28a32 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4e3ab6f svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4f49210 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6dbe3d2 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd797073a rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd831ed28 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd89aeaa1 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8baaab1 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd927f658 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9dd6566 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda67dc21 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb575218 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd785d06 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea0927b xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea0a885 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdedd850f xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe186c0a2 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2394f79 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe28bd18d cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5a46b91 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6dfa723 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe81b2952 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8446b26 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8be99ca xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9afe3ce xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea210c54 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb51fedb rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb8d5ce2 rpc_remove_pipe_dir_object +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 0xeef94cd1 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0797cb5 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0a655ac cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1fe1b83 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2ab945b rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2df3734 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f7ed92 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3999170 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5d8d6fd rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf80aec54 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd4af9fd xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe1bc414 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe26476e rpc_free_iostats +EXPORT_SYMBOL_GPL net/tls/tls 0x40c25f7e tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x657115be tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x6a67b6dc tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x8ed06941 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 0x04b5732e virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x082ce541 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x090b9f58 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0ad7fad3 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1d4d9e39 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x22ba3190 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x280e589d virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x296bd4a4 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x31b0aec4 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x337cba91 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3518c837 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x37a63af5 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x41bc5d67 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x57bebb17 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5d184dcf virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x602a885c virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x667a4d39 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6bada10e virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6fca0935 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x71a85051 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x729a5815 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7aeaa542 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7b96a3f5 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7d67ed6f virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8402c596 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x94688d45 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x991996cd virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaaa08b96 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xafbd7a16 virtio_transport_inc_tx_pkt +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 0xc28e2e40 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc9f6a9f9 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xca3292b4 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd12d93f2 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd6414664 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfe418251 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0f5a57dd vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10ca9ab9 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x11cb407b vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x277e2dc0 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x29233c31 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2e84e713 vsock_core_unregister +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 0x45725159 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4fda2c5b vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58b62766 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5a54a3ca vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e8f531e vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x75134fb0 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7a7bcedd vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x853ad7d8 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x87429498 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8c17bfb3 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x96091310 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x98f88fe7 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9dd26feb vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa18ac9d4 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa61baf7d 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 0xbd89f98d vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf1eb6155 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf763316d vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x007ce038 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x054a9075 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0c73320e wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0c8727af cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x20f7e25f cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x38d7e6fb wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e072809 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4863281c cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4fd62350 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5048f6d4 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x51d3b093 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x545ecc3e cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x71e3be14 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x74e74795 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7cebe3d8 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x82e87c66 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x84c2e6ac cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8cda4203 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc434c2f9 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeed2b241 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf76ef6b2 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf9e0e622 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 0x0cacaa3f ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0ff1f48b ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x33c3cf6f ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc81f85ff 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 0x043bfff7 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x0290f35b 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 0xd9096ec9 snd_seq_kernel_client_get +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 0x05243834 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x1dd6b8a5 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x21d99641 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x33f6a1c3 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x4a0dd9b9 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5ed3882b snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x63ee7f06 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x70ee3b9e snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x77915fae snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x786493e4 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x79295c47 snd_device_alloc +EXPORT_SYMBOL_GPL sound/core/snd 0x81cf2efe snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x93fc2e70 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x9e276955 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x9e9db099 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xa998d3b2 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xb4b12f6c snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xb7302044 snd_ctl_add_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xcd3b672f snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xec4b198f snd_card_rw_proc_new +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 0x0b9bec5b snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xd3f2614b 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 0x0bf51688 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x41531b3f snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x43ba7782 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x44bc585b _snd_pcm_stream_lock_irqsave_nested +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 0xa686bae6 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa76b7354 _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 0xac512b3e snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd5dce614 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd5dceb70 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xde72e472 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe479ec9a snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe6bdca6b snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xebf472e8 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xef3ec7a4 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x125adcb6 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3767a3d7 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6243986c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x70dd79a7 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8ab76f1b snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa7daa0da snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb34b4248 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb4df37d7 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb6574565 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcb298686 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcf0e5cb1 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xee112164 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x4cec1b52 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xb2fa6b4f snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x549210b3 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x7f6f577e snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x0c29ced9 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3a20a904 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6d5d211e snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6e65aef7 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x87a259f5 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xb6f83b33 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc7f46544 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xcef5228c snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x03b36116 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2066759e amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2564dffb amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2a8db020 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4d469b3f amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x56bee58d amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5c42d9e1 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa5c497c4 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcc5fc43f amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xce6524ce amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd93b9f75 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdbc3f1ac amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfa77a9bd amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0adcbc00 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0c78a970 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x108ca788 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x12d52f2b snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2a4f013f snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2e3b916e snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x340cabae snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x35849a3d snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4a5b72c6 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x69602938 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6da06994 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x705a92ce snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x71430063 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7e621f92 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x83745f3c snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x84682ef5 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x942dcffd snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x95081cce snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x97d3682f snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9e37ed0f snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xafc3fd1e snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcafa0727 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcd0b9e10 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd0d69eea snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd6b836ee snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe5f4690e snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe6c757bf snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf26f2ed8 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf53de0df snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfbeb31c2 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfecb68ee snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0059c228 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x01298f95 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02cc9532 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a2febf5 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a8bfad0 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b3fc8e7 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0cfc3bf3 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12d8d468 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15502029 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x18fdee66 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1bf8d25d snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1de5d978 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ec8b5af snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fd593b6 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2058d727 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2142685d snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28c7592a snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x295d8bb6 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f590e00 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x306ce096 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x30936f59 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3364380e snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34064b75 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x377674ac snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d3102d3 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e76f182 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f288ce2 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f7d1d11 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43d22b44 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45aa8449 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46f926d1 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48b6a107 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5264621f snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53c92c51 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56327fdc snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56515165 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x569bb663 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56c33837 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5cf19479 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x624cf680 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x66c157cf snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68b6cad8 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a4a6845 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75826218 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7769be2a snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7b3699ab snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c8bd3b3 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x821ccebb snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83702920 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83b025f7 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x852b542e snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c52fcdd snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x916efba4 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x91d51957 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92096b04 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x939f7391 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x951db4d7 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x969b4aab snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98ee1c63 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c0cc588 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e9d6d87 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa196677c snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa20074f5 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa6636bcc snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa683a4c hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac1c2cca snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad945c1b snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xafcd67c8 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2e1b5a1 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb3758138 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc1e9c6c snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc075e8fc snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6c66472 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc759c326 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc375d24 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd35d108 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcee2d142 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd71d084f snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd900a7b0 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdda0a696 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde14d2b1 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdeec5cb6 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe11aac65 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4d74c4d snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7dd52b3 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xedb05b4c snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee6b860a snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef71095a snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf3e08c62 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9aed016 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9dcb100 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfdf028b0 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4b425399 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xd692dd4c snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x45f85d1e snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x538c60f2 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x79dc8881 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8472f2ed snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x88effa1a snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc86ff456 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01278015 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0264bdab azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x053ec0b9 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0582482c 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 0x07c71f96 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09e8c96b snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09f77388 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bc36cdd snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c86de28 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10971dea query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16e8898c snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18d85aaa snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x191bcf9d snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19625a05 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a58c89c snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f45d810 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fb1ff69 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x215bb79d snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2394b97f __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x286a2fc0 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29612c02 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a0369c8 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c9d2a38 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2db364b7 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ea5d45b snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x320625fc hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x329d13df snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32b2393f snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x359686dd __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x359fb269 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37650805 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38a511a7 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 0x3980f108 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39ef6aa7 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a3f923c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bba81b9 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d55ab6a azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3dcc27af snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fc60183 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4103172b snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4265b5b8 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43dcad7e snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x452f8d99 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49128cae azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ae8eb1c snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e1174ff snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5285beb1 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52c4c688 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5302ca77 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57e7b51a snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a4cf133 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a6890a1 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b18f48a snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c1a32dc azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d64a277 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e35ac60 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ef3cd11 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f04bb45 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fcaf900 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63b5e26d snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69168aa2 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a60e2d1 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a7d16f8 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a948eda azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b3913ad snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x777ca6af snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b42d3a9 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f336bc6 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fb609ce snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x822d5d92 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8382072b snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x849c5e69 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84c0441c snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86b2207c azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x870904bb snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x873deda3 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a17235d snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d7019c1 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd0cf7d snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e8d6dd7 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9392ad4f snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93c6906f snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x990e43fa snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9963ceb2 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d292550 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ef74da6 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1bb22a3 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1dad23a snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2dc6700 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3a701bf snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5529559 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadda0a0a snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8eec75c snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc1145fd snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcb4b317 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd22de50 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbeb5ed34 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf966ea1 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfba9aab snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0b26560 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2bfd166 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc585eef1 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdff5600 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce2a301b snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfe04f83 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3f7a2e7 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd50ecda1 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd62b66b2 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8562dc6 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb92f8bc snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd9b5eda snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0021c9d snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe145a5e1 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2043d64 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe32e528e snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4302cb9 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5ce33e3 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7131036 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9249525 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecf90f8f snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed1b34c4 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef3048c3 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7f5a24e snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8ac5548 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9236461 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf968591b snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd715935 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe0b6d48 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe292ad0 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x02a3e902 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0358f21d snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x067f7eba snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0dd1d0a8 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0ddac0a9 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x25acfd05 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x331a2d33 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x36dd3387 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x46c181a9 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x50aa00c6 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x665dadad snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6a773363 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6cd4fe3c snd_hda_gen_fix_pin_power +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 0x7a562a93 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83131fa2 snd_hda_add_new_path +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 0x9b358e2b snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9df45f1f snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xac06d0bf snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc2df5d15 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcbf5d0f5 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd414f2bd snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x6f170c49 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xa3152ba4 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xedb4d5ed adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1750a0ab adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1cbbff8d adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x42ed2401 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x50176136 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x517c26c0 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7556cec4 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xababa2f2 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd2161606 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe334e146 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe57ad618 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xdd805336 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2034195c aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2f675c8b aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x3f9c6036 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x5ed95007 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8866ce6e aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x89586f05 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa02e7568 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa59eaec6 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xaee285c9 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc022eac2 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc16e7803 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xdc38843f aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x5962cfec aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x696cf7bc aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x393a8cfa cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x6e340315 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x87e31525 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x15bc8422 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x16e1c0fb cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36c475ff cs35l41_mdsync_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3954cb45 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4153bc7b cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x439775e1 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4bc0f5ef cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7683d1aa cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7a52c095 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x87244fa2 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaa9246f5 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb40825b6 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xba0e9cb5 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdb7bd424 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 0xf5c2733e cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x15467a7f cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x64aedf01 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x6edc2c88 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x8386c985 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb895295b cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xc8672186 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x20894712 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xb1293865 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x27ca0fef cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa499b849 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xb424ca72 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc81fcdb5 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xd2f55933 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x4be6d2e6 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-cs42xx8 0xd28ae2fa cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xfb1f1d68 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x2d250e6a es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x2dfc6c13 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x14b623bd hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xec11c658 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xf5ae6172 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x456fb570 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x95d2d527 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xbb135c3e max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x0d4044f7 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3e4b210f soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x7933f284 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xe006e0f0 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1c8fecf7 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x2b30501d mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x969f5751 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xab7bcf7e mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xc2b4b7e3 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xa2807d22 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 0x209dd266 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x8c26dd2d pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xdfdae098 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x2d28e666 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x8b967105 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3fd43e83 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xcb0c48b4 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4c59ca6f pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x77450b75 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x79577fe5 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xe2827eee pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4e749b03 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8b27b286 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xee66acae pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf1d47001 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-rt5640 0x04bafb9c rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x49ec556c rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4de31557 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd33cfe2f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe6097274 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xf57409bb rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xa0ebf3c6 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xcb9a49c5 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x8ceda2a2 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x172d4628 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x663e87ea rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6795c74e rt5682_get_ldo1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6a09670f rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7b51c840 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8a02158b rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8d093ce9 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9bc2c680 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa207ccab rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb811c541 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xcf676c9a rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf6c0b1ab rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x065e3950 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2c9e81f6 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8c8a82ac devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xdbb9510e sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xef668d82 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x9752ceff devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x425b8242 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x2c33c55e src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xd7b0f155 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x0e7536ea ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xeb9b03dd ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1ae981f2 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1dbb7fab tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x24cf42f3 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x25be8298 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x5da1608a tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x67b04ff6 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x83d17e5d tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8a8f5cb3 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa8bce0c6 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaabce3e2 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc28b0fdc tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd248c711 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 0xe75babf8 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xfabf5c24 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x85f59705 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xfdc9282a aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xf454d5b5 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x2cb2045b wcd_clsh_ctrl_get_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x3f4dd069 wcd_clsh_ctrl_alloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x634fdd4b wcd_clsh_ctrl_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0x6fc4a608 wcd_clsh_ctrl_set_state +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-classh 0xc15fe78f wcd_clsh_set_hph_mode +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 0x4098712b wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x434e8fb8 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x77407ef8 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x78f3c1b1 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa765225e wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x014674fa wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0a54f9ed wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0d644841 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1175a6f4 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1925e622 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1fdf8024 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x25beb639 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2db6ba85 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x324d9d4f wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x326d49b5 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x32d98fa3 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x38f40b82 wm_adsp2_remove +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 0x6501b893 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x74c65248 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x803af1ef wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x85aec967 wm_adsp_read_ctl +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 0x897ec8a1 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8a137913 wm_adsp_power_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x907f5704 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9a96418d wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9cbee45d wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa757cd92 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc24482a6 wm_adsp1_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 0xe85f013d wm_adsp2_preloader_get +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 0xee120793 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf849487e wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x03eb7c15 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x464ac005 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2d7c274f wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x8367856d wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe0ca5ef2 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xf52bafa1 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xd5719a68 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xd689314d wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xfadb8a39 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 0x3498e771 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x093c3c17 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x8d8f065b audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xccd6d90e audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xe55c1f8f 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 0x03ed8377 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1e44bee5 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x203b5595 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x409e123f asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x46f7741d asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4823fac6 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x554a23cb asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7688680f asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x769e0886 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7ba448d1 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a28e33f asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x92e0c604 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa3265313 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa56ea46d asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaf253de2 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaff29abc asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb0eca98c asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb17d7d9d asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc98c539c asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe9021856 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe92264f3 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xeda72355 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf0cc79ee asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf2771488 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00f59cbd snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01c4c502 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x021ebe7a snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02a3d5d5 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02fe09e1 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0334d45e snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x035d010c snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03f22534 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05dcc438 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05dda521 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x060cc912 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x087f949c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b92c737 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c9de682 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dde7461 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f8ed710 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fdb0196 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1165133f snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12b35596 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12c066d7 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12cf6550 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12f9f9af snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13d02b55 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1406fc50 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x149bb2dc snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x155a6132 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15a0856c snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x171b6b19 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1813f918 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x191d0abf snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a73c337 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b5656ea snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1cc2d21a snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e100d29 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ebb6fd3 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ee59fd1 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2089067f snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x237b44dc snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x246e2bf1 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25997d6b snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2821b2b2 snd_soc_dai_name_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29b9819b snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c3f19fd snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cb7e30e snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e51e425 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e945c07 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3148dfa0 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34640a3a snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36734604 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37662a93 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39669a28 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39b29e27 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a3f25d0 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44e9704d snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x483fdd84 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48627ad7 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b9486dc snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4eb5b7ae snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f9513e8 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51125eee snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52ca26e0 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52e721db dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53f9a33d snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54d6dcfc snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55477312 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x585c5a24 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58bf0e47 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a863788 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5adcd85d snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d50f20c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e0c5383 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e50eb63 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f66bcfb snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fc618e6 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6152ce6f snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6201fffb snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x627889af snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62e8fd62 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x640cd762 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65f2e922 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x661beada snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66ceb5a3 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67174469 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6722ed30 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6759351d snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x688582f1 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6990ae81 snd_soc_get_dai_via_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a6facb4 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f2a9ebf snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f3e69cf snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fb29b1c snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71a29782 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72a68098 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x740d8ecc snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75fab586 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76422ca5 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76cab3cd snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78793138 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7971bb3a snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a20dddd snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a33b5e4 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b422f8b snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d43ecbb snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d90df43 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e6714eb snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f18edc3 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8037e6f2 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x806fa3d7 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a18943 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85987919 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85aead18 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x861a1a93 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x868688fa snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8759acd0 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88a41f12 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89bc621a snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a9d8fbd snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8da3abe8 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ea50b69 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ff9bc4f snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90f26a0b snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9200827f snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x924dc796 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x945216e5 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94e9c283 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95c78a53 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95da2509 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9706bdf5 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98ad8d20 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a9d2a71 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b41941d null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c9acfeb snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d02e129 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f07f401 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f4d8956 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f83e0d4 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa00b05fb snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa01351b3 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa07fd097 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa08cd51f snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa120cfae snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3342146 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7410e37 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa742dffd devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8e375ab snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab6060b8 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabde3951 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac162df6 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad986e94 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xade48a38 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf3325b9 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2a3cf13 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5295422 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5c85da9 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9a4605c snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba97bfdd snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbaacd370 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc0da003 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbca0f696 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd67ce9c snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe0294d7 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf7f06c9 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfc4d789 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc01f5f86 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc146b106 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2154991 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2358a17 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc29c78b1 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2f8cb34 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4149890 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc41d9a31 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc46831ee snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc55b2783 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5daff82 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc605c57e snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc89abb95 snd_soc_copy_dai_args +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8ab658c snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9e89403 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca24bd40 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbb51dd1 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbd20e1a snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd13ed52 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdc203bd snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce30e8d5 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1e339c8 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd459d90b snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4d0fb1b widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd659a8b4 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6bba502 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6eec979 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9bfda00 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda00ca99 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdaf89db9 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdde192e0 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde4e918e snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf536b1e devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe03308f7 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2580df5 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe27478db snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe33eb1c9 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe363dd6e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3f3fccc snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5d76f2b snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9840ac6 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb43fbe9 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeba9bd6f snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee0e73bd snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0c598eb snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0d47646 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf41be0e7 snd_soc_dlc_use_cpu_as_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4dc885e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5b86338 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf85d0fb0 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8c3ffb5 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf90bf736 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf91d30bc snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf95b0135 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9bc91b0 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa8b151d devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbc718d9 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbfd26d4 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc13ca11 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffde158e snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x065c967e line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2612239b line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x26baf949 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x33d8dca0 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3ba7d0df line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x53ad94de line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6e16bf0d line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7520a794 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7d037836 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8f1ac287 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x97411c3d line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xad200624 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb0fa6c3c line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc54d209c line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc66b4cec line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc8f50675 line6_pcm_acquire +EXPORT_SYMBOL_GPL vmlinux 0x002e8d91 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x0043d913 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x004425ab ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0059c84d rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x0066142d pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x007171ba dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x007cb8ec xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x008249de misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0089db05 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x00a6197e usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x00b28859 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x00bb5b5b genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x00c17b11 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x00c643fe register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x00ceb990 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00e754ce __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x00f380c0 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x00f388eb devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x00fd67c7 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x0120c047 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x013249ff irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x01398a2b regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x013d9324 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x013e311a blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x0159c819 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x0179ba02 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x017d4035 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01907648 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0196bcb7 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x0197ada5 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a97941 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x01b32cc7 bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0x01b441a7 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x01db518b __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01f62479 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x01f9dcda ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02117ce2 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x0214c455 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x021f4955 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x023521f5 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x024777bf pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x024bf02f sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0272503e wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x02985487 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x029fb776 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x02a30d7f __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x02b66301 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x02b6689d usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c9386e mmc_sd_switch +EXPORT_SYMBOL_GPL vmlinux 0x02cd5d0e regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x02dacbf6 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x02f1c9af bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x02f7480a devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0304153c ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030d2423 gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0x030e5f80 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031892b4 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x031bf799 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0344cea4 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03493d3e kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x0357a52b ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x036215d4 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x03621b4e sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03748c92 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03969124 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x03a72c90 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x03ae6c87 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x03b9b96a to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d90c44 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x03da87a7 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x03e17692 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x03ea32b8 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x03f558a1 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x03fa20f6 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x040074f8 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0406ce40 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x04258796 opal_flash_read +EXPORT_SYMBOL_GPL vmlinux 0x04309b7b regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x0441e3c9 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x044558ed klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x0446f1dc irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0449c049 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x04578d44 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x045903da devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x045d84a0 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x0465512a __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0474785a spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x0485ecba mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x0486a1e2 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04950733 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x04bb6476 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c42a98 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04dcafbe rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f1d2be of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04f6ee74 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x050951e9 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x050e1e1e wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051c9548 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05324c15 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x05389baf devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0538cdc9 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x05408aa5 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0558ab4a freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x055bd075 iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0569a662 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x056fe249 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0591c07b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x05942647 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x059b9742 unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x05a0eaa6 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x05a5caea ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x05a69079 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x05c736ac tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d3e288 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x061de5f9 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06261d0a __traceiter_pelt_cfs_tp +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 0x063a8c51 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064f1810 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x0653c419 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x0666fa4e skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x066bfa59 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x066c21ea init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x066ebc5b debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x06723ddd regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0688a217 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x068969e7 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x0694bc92 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x069b631d devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x06a3f197 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x06a666f5 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x06a6bd8f spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x06b1fb2c device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x06c1054a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x06c4e533 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x06c98647 sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0x06ca6f71 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d190a5 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x06e17e6a dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e5c125 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x06ebc722 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x06f160e6 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x07172433 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x0722f820 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07308a0a ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073ea051 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074a1950 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0751d2fa phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0760af8f __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076fff7c usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x077a4ebb mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0788b94c pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x07ac308e sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b501e4 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c55224 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x07ccc49e nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x07d057a3 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x07e62da5 decrementer_max +EXPORT_SYMBOL_GPL vmlinux 0x07e70f44 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x07efa507 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x080d6e9e pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081954ef bus_register +EXPORT_SYMBOL_GPL vmlinux 0x081b1acb fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x08314c05 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0856c18b inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x085fece1 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x08684899 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0869f21b pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x0875dde6 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08815c0b xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0888c6c2 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x088c2fa1 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x088d23ce md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x08915378 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x08a6d30e sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b60c65 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x08bfd28f fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08db3f3d usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x08f9e717 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x09058530 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x09173764 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091dff68 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x09552180 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x096b5eb4 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x0976590f platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x0976795c ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0981913f class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x098b3ac5 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x099253eb cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x0996236d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x09975530 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x099a2d4e perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x099fcfdd usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x09a7409f xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b5b2e8 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09c0d57e blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x09d85d5a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x0a0565ef pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x0a1f78af pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x0a3e13c4 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0a41a37c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a477348 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a600110 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a730e20 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0a756daf phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x0a7780c0 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9cef01 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0aaa1dc7 kvmppc_save_user_regs +EXPORT_SYMBOL_GPL vmlinux 0x0ab150de dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0abaec94 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0acfa51c dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0ad22ea5 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x0ae010a7 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x0ae09909 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x0af4798b usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0afefe9f vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0affd129 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x0b009cc1 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0b043eb8 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x0b06741b of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x0b0678e2 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b420932 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x0b42bcb9 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x0b515d6c serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x0b523e6b gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x0b63bf91 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0b64ce49 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b7bd084 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x0b7fe6af pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b94beca clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x0b995cc9 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x0badf870 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x0baea2c3 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x0bb1c6ec skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x0bb5a303 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc30a72 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x0bd1f2dd __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x0be68725 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf6ec0e icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x0c1b1d15 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x0c1d0a8a dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x0c1eb891 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x0c26a1c7 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c36679b vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x0c402cac replay_system_reset +EXPORT_SYMBOL_GPL vmlinux 0x0c4232d1 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0c7e018d virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8a16fa __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x0c8b24bc irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0ca61f60 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x0caae8ca ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x0cb29ce4 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc43b5d tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccdcce1 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0cdd1364 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0cf9cbb9 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x0cfba93e fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x0cfe3724 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d08256e pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x0d1018d3 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d11093d device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0d125ab6 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x0d389db7 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d520f59 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0d54540e bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d625315 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d79dd12 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x0d85cbdb dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x0d8a00eb sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0dac66c9 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddbd8c7 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0df1f276 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x0e0a168b btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1f2b35 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x0e2bbaf9 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0e521b82 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0e58e1d2 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5d4fc7 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x0e672218 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x0e69abc2 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e82a26f usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0e832396 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x0e836891 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x0e9d20c2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x0ea2a72b usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x0eae9874 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0ebc56d2 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed2df3a tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x0edaba76 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0edb7608 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x0ee66b40 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0ee814d0 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x0ee8e400 kvmppc_h_set_xdabr +EXPORT_SYMBOL_GPL vmlinux 0x0eeca15f regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x0eedce30 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x0ef4789e genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x0efcba99 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0f06ad9e clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0f097e24 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f4841f9 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f5c7b4c balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x0f5fcb25 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x0f69bc29 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f729ce2 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x0f8a8c0b mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0f961789 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x0fb3ea13 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fc2352b vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x0fc4e13c spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fec917c vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0x100ded73 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x101ebc2c pnv_ocxl_get_xsl_irq +EXPORT_SYMBOL_GPL vmlinux 0x102473ee srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x102d8e2b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x103a5c1e __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x103dfa48 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104cd766 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x104ed08b pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x105f08c4 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x10614b22 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x106f740c ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x10712bbe usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x1071cee5 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x10765248 import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0x107c51d2 simple_rename_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x10885b16 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10971d18 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x10b2a212 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x10b77a09 kvmppc_p9_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10ba2b81 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x10d6477b usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x10d8a9ba pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x10d9add1 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f45972 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x10f6dae3 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x10fc93f4 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x10fe219a __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x1102c9ad fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x110a2ab9 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x110cea7e da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x110e45fa regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1118ccdb dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x111e6dfc pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x11219597 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x112f2048 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x114e87e7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x11638a69 xive_native_alloc_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x1166f75d __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x116bbe54 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x11713e1e blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x118b539e blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x118cac87 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1190bfaf pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x119918ed uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x11a0a801 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x11b4656a cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11be752b sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x11c0d1cf usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x11c2db00 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x11db321c pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x11ddc9f6 kvm_alloc_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e24e1c of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x11ef2b35 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x11f40e38 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x1218d760 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x121b5c97 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122a15f7 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x122c20be devl_register +EXPORT_SYMBOL_GPL vmlinux 0x122ce299 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x12328266 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x123d23c9 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x12596798 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x125af994 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1267e27a dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x126e2a3e sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x127579d0 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x128ac874 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x129f9f7a irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x12b9e47e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x12bb04a9 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x12d4450b mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x12d92d03 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x12d93822 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x12db9831 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12fc3269 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x13043642 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x1311b13f sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x13180679 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1320ba40 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x132aa726 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x13338233 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1341d710 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x1344b6e1 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x13457b25 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x135c19f2 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x13741b90 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x1376982c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x137e955c iommu_tce_table_put +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13935b2e add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x13a02d99 of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0x13a33146 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x13a3fe87 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x13b71171 cxl_update_properties +EXPORT_SYMBOL_GPL vmlinux 0x13bf8392 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d2ca0c dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13ff870f clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1414f0aa sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1423510d exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x142f090c __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x1431e0e9 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x143e298a of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x1442c9e7 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x146b1b3b rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1480326a pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x148a02ea led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x14933a53 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x14b0bcac mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x14c185fe iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x14c30883 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x14c3ff5a da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x14c963ea max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x14ce58ec usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x14e360a6 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x14e37cf8 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x14efe8dc genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x14f388bd fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x14f4e4ab fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x14f96117 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x1501f511 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x152608fb devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x1537c7f2 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1555b86e sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1562339f iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0x15742278 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x1582d3b3 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x1588539e usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b09492 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15e47c8e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15ebb9a7 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x15f4ef1e devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x15f87873 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x15fafe5c iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL_GPL vmlinux 0x161d620c devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x161e8325 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x16202757 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x16226813 devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x162c8e2e serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x16326e10 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x1636592b d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x16369a27 xive_native_sync_queue +EXPORT_SYMBOL_GPL vmlinux 0x163ca1df vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1650e33b mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x16512a50 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x166a0caa nf_route +EXPORT_SYMBOL_GPL vmlinux 0x166e37a9 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x167dbd1f dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1688383e da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1689ca0d __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1696f545 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x169dd6f1 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x16a4c780 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x16c5ec08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x16cf5aef fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x16cf9a90 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x16d26396 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x16d2855d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x16d4e3b4 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x16d5a711 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f5b833 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x1707f797 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x1710842e scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x171874b2 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x172d02df relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x172ea833 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x173bce13 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x17528d89 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x176da038 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x177259a1 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x17782833 dev_pm_opp_get_freq_indexed +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c2ccd vas_win_close +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179fa1f5 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x17a0ee96 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x17aaa0eb fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x17afc150 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x17b097f3 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x17b8bc3d mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x17bc2546 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x17c2cbfc hash__alloc_context_id +EXPORT_SYMBOL_GPL vmlinux 0x17c70b0a net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x17d19cd6 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x17d8ad47 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x17f4daba dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x17f6b10e virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x17fa4068 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x180000a5 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18045d38 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x180a25d8 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x18145422 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x182ad01a ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x182b91f9 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x182ecb58 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1843e540 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x184baa87 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x186110eb crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x18654dea trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x1870bb83 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x1874fc8e bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1878eb06 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x187a72bf pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x187b92c9 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x187dfaca device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x18802144 srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0x188b6c3b ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x1893a647 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x1897c5de __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x189b19cb gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x18a6a622 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x18b9f3f3 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x18c43780 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x18c8921a ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x18ccf996 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x18ce992c __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x18d1ad38 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8181f power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x18edb9d7 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18f893da adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0x19083968 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x191af392 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x19213c52 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x19352bd1 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x1935746d ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x19503866 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x1956a51e i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x195abf95 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x196417e0 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x19686355 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x196a646e gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x196f0c8b badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19aeeb40 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x19bc9227 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d93f6d __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19dab35b ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x19dc2b04 crypto_type_has_alg +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 0x1a2b01a5 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x1a2c6593 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a2e6b7a pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x1a332a1c fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1a3f1e73 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x1a47a8f9 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x1a55f07b pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a71c51d usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1a7b4dc2 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x1a7d9a91 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a8887eb ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x1a90b6da transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1a9c20b1 xive_cleanup_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a6bc pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad9de70 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x1ae84350 arch_smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af9de1e dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x1b03da24 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b1242f4 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x1b15debf __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x1b168ae2 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x1b16cca2 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1b28ffd1 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1b2bf47d tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1b2d043a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x1b320af7 pnv_pci_get_presence_state +EXPORT_SYMBOL_GPL vmlinux 0x1b37aee5 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1b4423d0 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1b5bf05b devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x1b6d6f20 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7da29c vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8c4133 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9529c3 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1ba395b6 register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc695cd serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x1bed4e41 pcibios_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x1bf25621 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1bf9057a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1bfc542c xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x1bfff966 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x1c028fd5 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1c057c59 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x1c097015 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x1c109156 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x1c1dd636 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x1c1e3b60 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x1c2a37ae pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1c2fca06 of_changeset_add_prop_string_array +EXPORT_SYMBOL_GPL vmlinux 0x1c3610f6 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1c386086 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c3894ef pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x1c439fca nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c46970d sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x1c4ce123 icc_node_del +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 0x1c658096 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x1c6787b7 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c780c4c fwnode_property_read_u8_array +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 0x1c8b0c94 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x1c8bca8d emulate_vsx_store +EXPORT_SYMBOL_GPL vmlinux 0x1c996066 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x1ca72422 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x1caf437d kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x1cbd000f regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cbfc467 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce5ba2f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1cef3226 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x1cf3f0b7 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x1d112d1f transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2d4407 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x1d2d9691 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3393af mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x1d37efc2 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x1d3dab46 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1d41839b class_register +EXPORT_SYMBOL_GPL vmlinux 0x1d4922ae fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x1d4c7940 iommu_tce_kill +EXPORT_SYMBOL_GPL vmlinux 0x1d508594 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x1d59f78c crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x1d6443ee pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x1d70c39d usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1d73012d kvmppc_update_dirty_map +EXPORT_SYMBOL_GPL vmlinux 0x1d7ba46e ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x1d80c3f3 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x1d82d871 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1d9db134 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x1dce4e35 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x1dd18bf3 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x1dd2c478 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x1dda1de4 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x1df33284 opal_prd_msg +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e05c8b4 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x1e0611aa metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0cf235 opal_get_sensor_data_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1e2c6480 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x1e339fc3 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x1e3be365 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4d1d7f usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e558c2e unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eaba2c5 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x1eb4faed rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed362e5 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x1ed4b0c4 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1edac5c3 xive_native_enable_vp +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ee5a257 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f050e36 pnv_pci_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4f1024 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1f4f58a0 input_class +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f653be3 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9303f6 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f978949 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1faad75b sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0x1facc43d ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1fbcdc7d gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1fc9767e irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x1fdae3f3 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ff4fb4b bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20136cd2 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x20189d28 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202fc633 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x20314533 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x2034e191 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x2035f9ed skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x203b620e of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x20423c05 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x2044f67b of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x204a006d eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0x204d5679 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2053c8e3 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x206cfadc of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x206dbe05 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x20759111 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x2087fd1e inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x208db4b9 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x208f1403 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x209158d1 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x2096595b serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x2098061a regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x209a18fe fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x20a3b934 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20acfd3b extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x20c2ab84 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x20cc165f tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x20d5d7a1 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x20df4759 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x20e5a8f4 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x20e5c4a5 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x20ecf86d led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x2114a9f6 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2127f51f rtas_function_token +EXPORT_SYMBOL_GPL vmlinux 0x212c81dc device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x212d8b23 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x213250f8 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2133d703 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x21385152 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x213d137a trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x2151a403 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x21556da5 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x2168ac5c rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2173c233 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2194060f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a7b844 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x21bffcdd usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x21cc54ab pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d36d54 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x21d77782 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x21e472ff xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x22060c02 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2211ecb8 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x2212c7f8 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2231220a fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x22665bad irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x226d2724 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x227c6eb5 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x227f45b9 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x22aa6c6b misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x22aac2c1 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22ab5411 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x22bab715 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x22bbc4ad of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x22cb9add cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x22cc9dc5 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e1f15c devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230e694e debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x2321fc48 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x23243823 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x232ac5b3 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x23381f8b fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234ba507 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x236118bf auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238dc743 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23980488 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x23a09b05 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x23b9e1a5 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x23be07fb fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c4a4f6 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x23ddaa5d sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x23ddaf8e of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x24141e95 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2418c8c6 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x241d7a54 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24276c65 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x24337058 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x2434fcf0 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x24403cf2 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x2448552e mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x244a34a3 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x2468605c __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x246dfcbf __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x247fac2c edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x24860a8d vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x249ae9bd da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x249d5a8d md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x24a1e143 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b9f356 mmu_partition_table_set_entry +EXPORT_SYMBOL_GPL vmlinux 0x24bc52c3 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x24c34868 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24dc6524 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x24e58b8c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x24e93cd2 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x24eac24b pm_genpd_add_subdomain +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 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250bef9b synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x250cfec0 devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0x25165218 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x251771e1 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x2519b973 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x251b8ab3 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x252151d4 kvmppc_save_current_sprs +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25376dd6 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25443c32 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2559d24d kvmppc_h_set_dabr +EXPORT_SYMBOL_GPL vmlinux 0x25650e50 vas_paste_crb +EXPORT_SYMBOL_GPL vmlinux 0x2578c6de crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x257ddf60 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x258bb54b ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2594b095 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x259564eb __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x259d9a3a crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x25a31403 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x25a3cf2d vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x25b51d62 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c7dfd4 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x25c9548a skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x25d359ce rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x25ec810b eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0x25f33bea ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2602416b blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x260266f0 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x260779c6 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x262aed4c folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x26407851 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265ebf44 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x2661a535 kvmppc_h_enter +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 0x268c7cf5 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x26918054 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x269b13c6 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x26a02280 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x26a0e989 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b3cbdb ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x26b73c76 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cf807b skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x26d29d9f switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0x26d9a16d pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x271cbc44 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x273d5f2f dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x27454a79 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x2757db39 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x275becc5 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x27676059 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x2767a30a regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x276a9b06 kvmppc_host_rm_ops_hv +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27993614 devm_of_led_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2799d737 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x279a1fd4 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x27a38a63 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x27a79eab __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x27a85b4e simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x27a9d088 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x27ce3ec0 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x280427ba register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x28059bbe tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x280a4985 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x281aa3ca of_pm_clk_add_clks +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 0x283b3e82 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x285c2673 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x285da978 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2869cf60 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x287286f5 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x2873be22 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x287c7115 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2890163d genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x28993675 regulator_bulk_register_supply_alias +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 0x28c84032 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x28c8a3db mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x28dc6356 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x28ecb9ce get_device +EXPORT_SYMBOL_GPL vmlinux 0x28fddfa7 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x2916cd33 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2929d159 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x292ca22c sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x29370447 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2940032d pnv_pci_get_power_state +EXPORT_SYMBOL_GPL vmlinux 0x29460e20 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x29505484 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x29617227 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x297a7844 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x29aa48d0 radix__flush_tlb_lpid_page +EXPORT_SYMBOL_GPL vmlinux 0x29b63697 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ec96b2 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x29ff574a blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x2a136c82 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x2a13a09e call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a336698 opal_rtc_write +EXPORT_SYMBOL_GPL vmlinux 0x2a3dfc65 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x2a4cf39a fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2a4e8ee3 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6530d1 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x2a6623a7 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7e7d29 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a90326c usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa46e0a iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x2ac16547 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x2ac961d4 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x2ac99a7e user_update +EXPORT_SYMBOL_GPL vmlinux 0x2ae27ece gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x2ae3c15d generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x2aedcf4e gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x2af0891b skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x2afbc7f2 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x2afbd926 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x2b124ce2 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x2b1276f7 copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x2b1baa7d devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b1bae0e cpu_to_core_id +EXPORT_SYMBOL_GPL vmlinux 0x2b1fba0f xive_native_disable_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b1fc055 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x2b4147ed kvmppc_hcall_impl_hv_realmode +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4a6faa transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b6fa0d2 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x2b75c8d3 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x2b77d066 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x2b7ca95d sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b811640 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x2b860752 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2b87f67b page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x2b8ef72f device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x2b923d24 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2b93d69b lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2bb32368 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2bb9095f radix__flush_pwc_lpid +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be815a0 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x2bfa0461 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2c1eb1e8 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c32a9b1 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x2c344af0 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x2c415cd6 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x2c4e495d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c69ddb9 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2c6bd26c irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x2c73afa9 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x2c7562ae pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x2c77bf78 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x2c78f9a5 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8cf1ca shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2caa2bb2 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x2cad4408 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x2cb20541 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd49cb0 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x2cd5df3a opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d07b8f3 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x2d18a63f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1b1e7b inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2d1fdf05 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d370b6d uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d43b1d9 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2d5725c9 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d64e9d5 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2d743f44 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x2d8d26bb pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x2da28d9d nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2daccef1 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x2dc2de39 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x2dc623b9 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x2dc8b06b genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x2de34af4 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x2deeb2fe relay_close +EXPORT_SYMBOL_GPL vmlinux 0x2dfe01a1 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e093d08 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0abe5b da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2e3778 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2e300e21 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x2e36d530 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x2e3fa57e mmput +EXPORT_SYMBOL_GPL vmlinux 0x2e401998 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x2e43bd16 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x2e486b72 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x2e4b4458 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x2e56cf0e irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x2e59822f irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6bc5ec simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x2e6eb92c devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7d4b5f raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2e8d51a7 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x2ea9ed59 dma_opt_mapping_size +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 0x2ece8103 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x2ed9229a devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x2eda587a pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x2f0173aa synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x2f074e61 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f112f90 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f28d879 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f2f8f88 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x2f31828a tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2f44b10d mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2f4697cd ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x2f46abfd ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4e24bb sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2f5998d9 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x2f7823d3 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2f9ac5d3 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x2f9c9cb9 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL_GPL vmlinux 0x2fb4a484 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x2fbae678 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x2fbff0f3 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fcb778c switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x2fee677b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x2ff20c56 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x2ff4de12 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2ffbd18c opal_message_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ffc4ab7 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x2ffc7ea5 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x300fd076 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x3010f629 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x3024dbc7 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x302cb852 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x303dcd24 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x305263ac __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x3061ce5e tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306780b0 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x307b7035 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x307c6caa crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x307fcc3a devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x3082fe24 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x308aadbd bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30974997 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x30a0a1d5 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x30bdf7ed ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x30f2a8ec blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x30f2bcdd led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30f350fc irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3101b75a fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x3102c1bf of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3121d978 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31269173 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x312dbbcc pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3136df20 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x313c5511 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x3140f350 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x3150513b devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x31538f4f clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x31601412 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x316441ac of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x317126e7 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319622dc account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x31a472bd phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31a98273 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x31ae9457 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d3ee7d task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x31da5c7a __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dd39b7 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x31ee1671 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x32054d72 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x320ca665 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x323cfc3d nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x32698f20 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x32804d31 dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x32925b5f mas_next +EXPORT_SYMBOL_GPL vmlinux 0x32a38294 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b2770d skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bca0d1 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ef913f class_create +EXPORT_SYMBOL_GPL vmlinux 0x32fb5f39 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x3317d344 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x331f4dba of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x332f2952 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333e4a9b xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x333ed9c2 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x334ab07f regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335c659e gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x3360df9b gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x33795fbe pnv_ocxl_get_tl_cap +EXPORT_SYMBOL_GPL vmlinux 0x3386dcbe pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x3389736f pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x339fb265 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x339ffd68 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x33a67365 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x33a7b769 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x33b791c2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x33c3a2fe skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x33cc7b75 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x33ce91f4 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x33d03219 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x33ff6854 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x340776ad pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x340e66f2 dev_pm_opp_find_freq_floor +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 0x344f6c5f extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34586047 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x346b2fbb xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x34825113 of_changeset_add_prop_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3494aa8f device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x349c3450 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b734ba of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x34c5f7a6 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x34ce5e9b crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x34d1b215 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x34dadebc usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x3504deda umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3518fb64 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x35241ce6 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x352981db hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3530e684 mm_iommu_newdev +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x355c5b26 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x355ca793 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357cd330 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x357e9da2 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3596aab7 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x35a72357 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x35b0f0d9 init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x35b8164e sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x35bbc0a9 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x35d165c3 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x35d6893b irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x35d907ed pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3612a84e devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3616143a of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x361aada0 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3626bd05 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3628356a driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x3628800b ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x363ec8e5 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x364207cb perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x3650667b dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x36609080 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3671f6b4 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x3676d053 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3689e6c4 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x368dcc1d xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x3692e1e4 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x3699707d rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x369aa0f2 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a70785 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x36b58e72 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36cd0797 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x36daf740 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x36fc0106 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x370f20b6 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x37300c01 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL_GPL vmlinux 0x37504a07 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x37523eb1 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x375d2735 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x3768c7d9 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x377832e2 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37a67529 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x37b0680b gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x37b641c1 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c20933 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x37c5c8ee get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0x37caefb8 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x37d1aada rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x37dfd054 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x37ebba0d crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x37f19e95 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3803f865 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3804ac38 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x380f0560 device_move +EXPORT_SYMBOL_GPL vmlinux 0x3814dae5 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x3818e30b __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x3819f598 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x3826871a bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x382daa47 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x382ddf30 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x382f845b disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383bf026 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x38441604 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x3857df9a __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38829c81 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x388649e4 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x3891a098 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x38924977 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x389454e3 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x38966b53 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b57976 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x38b5de82 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x38bfdeeb dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x38c34196 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x38c8a5c7 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x38d23562 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e23350 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x38e34824 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f33b81 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39016513 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x390b3206 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x3910fc28 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x392bb08c x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x3950f3fe of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3962f73f crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x397171c1 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39844f17 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3984fed8 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b11755 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39ceab07 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x39cee339 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x39cf4125 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x39d692c1 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x39d6c585 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x39d83078 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e8a486 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x3a043653 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a04d32e da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3a13249c pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a241e77 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2e3b6b devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x3a3d298b mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3a3fc953 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x3a4a6318 regulator_bulk_enable +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 0x3a572858 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x3a710fa0 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x3a74b800 kvmppc_h_bulk_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a768571 pnv_ocxl_set_tl_conf +EXPORT_SYMBOL_GPL vmlinux 0x3a76d41f security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3a9333ea clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x3a989771 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aad62f1 eeh_pe_state_mark +EXPORT_SYMBOL_GPL vmlinux 0x3aade997 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x3aba1368 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x3ac68c88 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac77647 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3aded6bf __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aece37f dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3af8ff4a clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b03a771 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3b156215 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3b2aaecd usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3b2bd8ce serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x3b355420 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b51ebe0 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x3b557e0f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x3b605a32 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x3b65a98b vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x3b70e64e clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3b757ff3 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x3b8f4788 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba7b470 mm_iommu_get +EXPORT_SYMBOL_GPL vmlinux 0x3bcb0d0b led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x3bcc7071 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x3bd06480 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdffa75 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be537a4 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c182239 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3071b8 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x3c320411 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x3c37cbf8 machine_check_print_event_info +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c450bec blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x3c4ffa42 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x3c5a2bdd ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x3c6687ee pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c72da3f component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x3c7d36b9 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3c7d628c ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x3c86044c wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x3c882244 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3c8ec272 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x3c9a361e ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3c9fc452 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3ca64ad1 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3cb09c9c tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x3cb14482 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x3cb4d048 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x3cc139a6 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x3cc1542c fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x3cc15c38 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd091e8 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd44ddf anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x3cdb1935 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x3cea4def regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3cf24e38 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3cfb796d kvmppc_save_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x3d1c9fee crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x3d1e0d16 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3d215c13 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x3d25c24c raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3913e8 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x3d47a1af kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3d487316 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x3d4f7407 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d51580b netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x3d516f0a fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x3d53d0fa clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x3d5885c2 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x3d5fc2d3 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x3d612305 iommu_direction_to_tce_perm +EXPORT_SYMBOL_GPL vmlinux 0x3d6633e1 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x3d6666d7 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x3d668b34 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d94a695 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9fdafa clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3da73abb dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3daf115e led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3db31b1d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x3dbac49d devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3dc26379 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3de6f9f2 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3def3b91 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x3df0870e pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x3df6efe6 pnv_ocxl_unmap_lpar +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e03bc67 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3e03fa48 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x3e1a93de trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x3e32b38c __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x3e33f09c gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3e3fa8d9 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3e43c436 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x3e553db8 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x3e5ef99e platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x3e6720f6 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e72e856 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x3e79c014 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x3e85f87e skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e96bb04 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3e99b764 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x3ea99755 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x3ec20def pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x3ec6153d dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3ec62d9e alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x3ecdaa2b __find_linux_pte +EXPORT_SYMBOL_GPL vmlinux 0x3ecde161 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3edff72d crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x3ee44641 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x3ee4af76 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x3eec6685 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x3eed34b4 kvmppc_h_protect +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef057fa rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x3ef2a771 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x3ef87efe genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x3efa985c bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x3f01b9b5 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x3f0bfd8b spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x3f1f1000 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x3f3557d5 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5e1235 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3f5feb95 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x3f65f9c2 irq_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x3f789c42 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fa9ca29 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x3fbce770 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x3fc7b102 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x3fd208a0 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe5e269 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3fe6510a gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff704a7 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ff8429e ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4022b461 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x4034b8a2 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x40388816 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x403bc80f of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x405eebe1 device_rename +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 0x407487ef serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40ad4082 kvmppc_h_clear_ref +EXPORT_SYMBOL_GPL vmlinux 0x40b0755b pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x40b5be99 xive_native_populate_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x40be1b0a smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x40c79c20 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x40d2b025 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x40d5de24 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x40db8792 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x40dc6a96 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x40ec255d devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x40ef0a77 sata_scr_write +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 0x40ff5f5e wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4105cff4 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x410ebe23 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x412578df iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x412aa3d7 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41318cba virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x414d7aae xive_native_get_queue_state +EXPORT_SYMBOL_GPL vmlinux 0x4151642d mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x41550893 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x41558b90 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x415e44f7 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x4161771c crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x4166db35 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x417158e2 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x418914e6 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x41971753 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b790ac handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41d02222 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x41df55d4 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x41e3e3c3 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f5ab87 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x41fcae5e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x42037647 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4203dbe6 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4204ab1e stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4213de0e devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4219948a serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x42210c2b regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x42317d5d thermal_tripless_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x42543152 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x42571113 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42675ccc pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x426a709e pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x426f6ef7 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x42746307 component_add +EXPORT_SYMBOL_GPL vmlinux 0x42797cdf vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4285bff3 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x429a02bb __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42ac763a gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x42c1d955 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x42c6b003 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42ef0bc4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42ff80d9 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430fdf91 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x4314381e iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x43169e01 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x431ee367 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x432702e6 mm_iommu_mapped_inc +EXPORT_SYMBOL_GPL vmlinux 0x432a6500 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x43410d5f pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x43485ad4 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x434ffc15 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x435b0683 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436e0a31 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4371eec6 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4385c2d2 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x439558c0 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bc6fd8 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x43c28291 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43e0f6b7 mm_iommu_new +EXPORT_SYMBOL_GPL vmlinux 0x43e4bd7f nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x43ea7d8c fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x43eda797 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x43ef7bb3 pinmux_generic_get_function_count +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 0x44089495 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44346225 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443d5576 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x44468385 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x4454bca9 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x44570419 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x446d6891 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x446e85e4 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4477600f of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x447913c0 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x447f237f pnv_ocxl_unmap_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4485ed9a usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x4497e83b __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x449fa45d btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x449ffee7 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44b09de0 iommu_tce_check_ioba +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c9240d tpm_chip_start +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 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44fe1cd0 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x45155058 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x452777a0 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x4528037b tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x452cb2e0 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x453b34b9 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x453efd3d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x453f3370 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x4548bafa thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x4549118f sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45597170 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x456d0202 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4577c68e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x458ba07f cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x459827d8 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x45a09135 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x45b1db92 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x45b72325 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x45b9df71 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x45bfbcce scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x45d5335c nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x45d58d9f fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45eb02f4 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x45f94f3d serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x45fa0892 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4611d9e6 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x4620813a clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x46244a35 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x462bac50 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x463ed89d sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x46490fd6 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x464ab39c vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x464cb767 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x46524a51 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x4657f26a inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x465bf7e5 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x465d9313 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x467eb7de vas_unregister_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4692f673 copy_mc_generic +EXPORT_SYMBOL_GPL vmlinux 0x4693bb76 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x4698c6ff static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x46a8b491 thermal_zone_device_exec +EXPORT_SYMBOL_GPL vmlinux 0x46b46c31 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x46c38242 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x46c976cb vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x46cd64c0 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x46cd705e irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x46d5698b of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x46da8e6b usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x46dac616 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x46e465de klist_init +EXPORT_SYMBOL_GPL vmlinux 0x46e8a964 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x46ea2348 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x46feab36 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4705c76c trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0x4705fd5b bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x470fe3dc kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x47130008 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x47164aff devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4727c945 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x473d741f usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x4749b8ba mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x474d8643 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x4752ba57 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x476165e0 devl_rate_node_create +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 0x476a18e9 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478db87f __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479925e2 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b6bcdd dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x47b7a692 cpu_feature_keys +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x4801ded1 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x48025559 security_inode_create +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 0x482f15e2 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x48340821 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x4841fc77 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x4842ff1b of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x4856573b unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x485b79d2 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x486e93fa tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x487ac245 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4886ce45 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x488d0d24 of_device_uevent +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ace7b6 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x48c0e4c8 phy_modify_changed +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 0x48cd9e8f device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x4905bfe5 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x49114f23 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4913fd7b class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x492387ff dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493d381f relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x495a00dc fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4960c042 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x496dbc6d swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x496ee00e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x497c454b nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x497ec00d ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x498899ab cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49a696ca pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b07126 kvmppc_check_need_tlb_flush +EXPORT_SYMBOL_GPL vmlinux 0x49ba3aac generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x49c656fa devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f3b073 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x49fddef9 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x4a026413 mm_iommu_mapped_dec +EXPORT_SYMBOL_GPL vmlinux 0x4a0305fc transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a0dd412 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a2ffc87 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x4a3d0be3 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x4a4d5f60 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x4a699957 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x4a73f3ff remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x4a8e3a12 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4a95df10 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x4a97f3ec devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x4a9f047a tm_enable +EXPORT_SYMBOL_GPL vmlinux 0x4aa02116 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x4aa3df0d rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x4ac1ea2e dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x4ac9a5d6 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x4acebb6b follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x4ad1325e irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x4aea62fc i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x4afda719 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x4afede05 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4b0dc6cf nf_defrag_v4_hook +EXPORT_SYMBOL_GPL vmlinux 0x4b0eb4ff handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x4b15add9 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4b4d6a94 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x4b59c118 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4b6474e2 vas_init_tx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x4b68a109 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4b786405 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x4b7f1476 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4b938b3e bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b9a04a0 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4b9deb73 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x4bb5a16d cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4bb62c20 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x4bb834eb crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4bc5d94b devres_add +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd7a98f platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be9f8ff tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x4bea7c80 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x4bed5d48 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4bef0884 pgtable_cache_add +EXPORT_SYMBOL_GPL vmlinux 0x4bfe231d __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x4c09a232 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x4c187afb dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c340b94 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x4c4a1cf8 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5e9473 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x4c67959f rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x4c808e73 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c825a10 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4c837b6d pcibios_scan_phb +EXPORT_SYMBOL_GPL vmlinux 0x4c909641 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x4c9d49d6 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4caa371a devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x4cafaf14 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb6d777 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4ccc3ef5 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4cd4eb07 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4cd67a9e blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x4cd90454 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x4cdb01e5 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ce79a0f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ce9c547 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfb235b scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d02a49a pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x4d0f48dc noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x4d1f590e iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d5b48cf dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x4d62b43f __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x4d642f94 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d6be0c5 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7a0140 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x4d7fdd1d iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x4d8e1594 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x4d90d071 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x4da62c67 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db1995f __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x4dbb3af3 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x4dbdc2bb crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x4dc52c09 pnv_power9_force_smt4_catch +EXPORT_SYMBOL_GPL vmlinux 0x4dcc1552 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de2b5ad ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x4df82055 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x4df820fb bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e138721 get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e270149 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e30fe3e regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x4e46aa18 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x4e5459ea usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x4e583236 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x4e6201b7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x4e66b5d6 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e8e5aa2 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e94ff2d tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e96897d devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eafcb57 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eb3adfd edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x4ec0ed64 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x4ec4ffcd i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x4eef90ab virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f04f0cf regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x4f08bf5b usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x4f1c684e sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f4e4923 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4f4eab45 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x4f698a64 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6d25fc spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4f7041c5 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x4f71f475 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7949f5 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x4f8ac9de pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4f95078c kvmppc_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x4fa6e265 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4fabcaec invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x4fb51d9c regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fdd6aaa __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x4fdef3b7 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe5615d debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x4fee880e of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x4ff07845 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x4ffa6bb4 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x4ffbcb55 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x500056c9 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x5002a7ad ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x5004d464 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x500a68b5 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x5010b0d2 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x501bc741 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x50288ac2 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x503771f0 fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0x505007ba pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x505624aa usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x506b00a7 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x507f8f42 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x50828c4d crypto_unregister_instance +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 0x50950e62 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x509e8a87 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x50aaaad9 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x50ace404 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x50c5c925 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x50caa032 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x50cb4c1e ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x50d05f6d devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x50d4fe4a ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x50dd1af5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x50df43a3 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50f0a8e7 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5100eb65 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x5104fae1 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x510dae70 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x511ea3b3 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514618ee led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x51511f0c pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x517c7915 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x519e3e9c devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x519f9574 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b626b3 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51f87e1e devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x521b92df ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x5220f114 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x523a55d1 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x52465ef0 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x52564d6e devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x52774020 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x527b1c21 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bd9d22 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c9a973 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52f0b47a fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x52f1e62a gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5318a008 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x531a13a4 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x531bb224 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x53258670 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532ffa0b vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x533865d7 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x534912fe pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x5352b436 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5361489b class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537b74b1 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x537ec9c4 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538f6356 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x539ecb68 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x539ef83e device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x53b8c429 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53bcc31f __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d9f73a sensor_group_enable +EXPORT_SYMBOL_GPL vmlinux 0x53dbec48 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x53ecaaed fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x53f4cc66 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x5415a6ca virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x5417b216 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x541ab19d gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5443f4cb of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x54454ffc attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x54461e0b get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x545198a0 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x54561366 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x5458232e syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x54602d58 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x5464d45f task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x54662f9a devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x547e14b2 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a1502a regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x54af3129 kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x54b36952 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x54c5da5b xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x54ce1e8d pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x54d328a3 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x54e9f53b l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x54ebcfd4 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x54ee5225 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x54fbe1c8 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x55017d6e skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x550bdd95 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5537b381 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55423e6e relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x55465fc7 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558614f2 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x55996129 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x55a18f61 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x55ac9e71 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x55adea5f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x55bdf7b9 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c91b08 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x55edb7bf vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f093a9 opal_write_oppanel_async +EXPORT_SYMBOL_GPL vmlinux 0x55f168fd nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x55f2c648 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x55f3a667 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e4eee list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561ae74d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x561c3187 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56338608 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5637296f vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x565e8db5 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x56656fab bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x566a262d __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x56b2188a mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56beb979 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL_GPL vmlinux 0x56c67d3b sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x56c871c3 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x56dde73c free_uid +EXPORT_SYMBOL_GPL vmlinux 0x56ee6d9e platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570436b7 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x571125f9 virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x5714ffce devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x57152117 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x57190bfe ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x571eec81 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x5733c692 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x5736a330 mm_iommu_ua_to_hpa +EXPORT_SYMBOL_GPL vmlinux 0x5740de64 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x574a743f crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x574ef497 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x57595012 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x575d692d sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x576a64da shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x57719c86 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x5774318c tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x57855fde fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x578bd547 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579d47de phy_init +EXPORT_SYMBOL_GPL vmlinux 0x579d6278 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57ad4be0 opal_int_eoi +EXPORT_SYMBOL_GPL vmlinux 0x57b9dce3 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x57bdd9b8 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x57bfb394 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57ca007b tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d8ff52 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x57dc439c bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x57dc620d regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x57f22959 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58099527 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x5820110c wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x58287214 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x584b4b93 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5851f47e dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x585a67e8 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x585bd8fd debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x586510cf generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5880d516 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x58b852ed md_run +EXPORT_SYMBOL_GPL vmlinux 0x58bcb61f ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x58bfcf5f mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x58c2b661 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x58d9c87f usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58dc755b wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58df94cb ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x58e1e7dc key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x58eadd98 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x58ef2d92 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x5909fc18 opal_tpo_read +EXPORT_SYMBOL_GPL vmlinux 0x590fbbdc crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x5921ea27 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x5926567d rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x5929cf7f xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x592a2879 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x592de5f3 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x5931f06a lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x598390dc dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59aa7e03 tpm_chip_stop +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 0x59d3c9a7 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x59d5e834 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x59ebbe0c backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x5a015d59 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5a053487 pci_ioremap_bar +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 0x5a1fcab2 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x5a298701 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bbeab usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a95c95c srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0x5a9d341b irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5a9fb725 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x5aa68d35 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac0fb5a skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x5acde506 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x5adea82f rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5aeaab73 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b057359 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x5b191143 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x5b192c63 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b239e4b gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5b30c27f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b74d632 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b88647f __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x5b8ee084 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x5b9a6430 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x5ba87ca1 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbd03c1 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5bbd2f2a mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bca8d7b extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd127f6 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x5bd60988 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x5bd95fe4 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be2ce78 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x5bf733b6 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x5bfe07ad pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x5c0c5ab3 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x5c1600a6 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x5c1997f2 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c1a3e22 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x5c2f0bae genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4b121e ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5c50c2ec __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c72099d pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c7d79fc devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5c7dc38d virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c85146b xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x5c88c330 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x5c97fb0a dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ca5f38d fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb99d97 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x5cc2dc33 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5cc33b04 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ccfbc46 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x5cd305ed digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x5ce49d24 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x5cea2330 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf5519b cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x5cfb5f58 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x5cfdb283 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x5d04a401 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5d1a566f gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x5d1c9ed8 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d36f72b regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x5d40aa05 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x5d486b16 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x5d74f98c validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x5d75798d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x5d76baa7 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5da2918a sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5daef8be bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5db23e9e usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x5dc03639 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5dc174a7 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x5dfe7cbd cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x5e00aea4 ucall_norets +EXPORT_SYMBOL_GPL vmlinux 0x5e0a72b2 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1c55c4 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x5e21974c ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x5e2ff01b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e5715b6 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e6bebf1 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e762ad6 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e764001 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7d48d7 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8cc567 dma_fence_unwrap_first +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 0x5ec8c322 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x5ed0da6c tm_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ed8980b vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x5ed9c543 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x5eedf1af xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5efa3ddc usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5f07cd63 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x5f0fbd94 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f266141 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x5f272f9d regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5f31cf59 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x5f472000 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x5f5541c3 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x5f58db42 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5f630195 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f82e5a4 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x5f860f6e regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x5f8a081e gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x5f9339bd dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fabfeeb irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x5fae97d3 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x5fb44a74 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x5fb4a6d8 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5fd92575 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x5fdf6e44 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x5fef305a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x5ff0ad0b pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x5ff0be36 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x5ff11dad irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5ffcd24f crypto_grab_akcipher +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 0x6026adc8 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x60289aa7 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x602d38e9 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604f3a9e fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x60714b17 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x6076efa7 xfrm_audit_state_notfound_simple +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 0x6087db0e pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a36b06 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x60acad88 regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x60add8bc perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b92a38 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x60d80524 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x60db213d wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x60e3d225 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ee889a __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x60ef37e0 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x6100dc18 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x61021c51 kvmhv_vcpu_entry_p9 +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 0x6143acad ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x61453ae0 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x6146c01f hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x614aa8c4 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614fbc06 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x61579b2a iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x6158e8c0 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x61597982 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x616c3251 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x617e7e4d pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +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 0x619eb18e crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x61b3acf7 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x61b913fe sysfs_break_active_protection +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 0x61e35638 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x61ea09ff usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x61f11de7 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x61f1f466 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x62068c75 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x62077a2b lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6231ea93 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6237f958 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x6243caec mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6246c676 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x624c3ef1 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x62542aa9 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x62597a47 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x62713f27 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x627c8410 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x628148be _kvmppc_restore_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0x6282d196 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x6286da7b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x628888e6 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629f47f8 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x62a41010 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x62b3f143 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x62b7b5e7 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c0db48 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x62cb0e30 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x62cbeb67 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x62cc4b71 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x62d7b706 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x62df709b pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6301d795 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x630efe95 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6316515d sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63198a18 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x6330ad87 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x63376a77 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x6345aa5b splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x63496e82 copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x635c439d usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x63672f06 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x636f8fd6 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c47e1c phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x63cdcd8a devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63d7a146 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x63e19449 dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x63e37edd vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x64020972 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x6418789c xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x6428a150 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x642d3cc2 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6436d514 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x643c0e90 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x643d21fa crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x6444a989 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x645b2e04 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x64648ffc irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x646ca6f1 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x647b20b3 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x64819fc5 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x6488b3a1 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x649e2fde devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x649e41e3 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x64a8d765 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x64aafa81 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x64b7c7fc crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x64be6384 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x64d10c3f usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x64d440c6 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x64d4926b dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64ea73b6 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x64efd719 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f66d40 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x64fe90f2 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x65098b9e nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6525d410 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x652e7736 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x652f8f7b cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x6568aea9 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x656e3188 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x657a4549 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x657fabdc pci_traverse_device_nodes +EXPORT_SYMBOL_GPL vmlinux 0x6586eea8 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x659c25ed usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x65a968eb irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x65bb16d4 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x65bd6372 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x65ca8eda regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d72b4e serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x65f135b5 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x65fb3257 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x65fc5b5d of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x65fe60ad pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x660233e4 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x66054e53 mm_iommu_preregistered +EXPORT_SYMBOL_GPL vmlinux 0x6605c112 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x660addb6 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x660b00c2 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x6615caa4 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661acad4 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x6630dba5 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x66317a05 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663b8d96 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x664c8c85 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6657439a ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x665cb661 failover_register +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6670bf47 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668457b0 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x669368aa ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6696796c serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x669e7b98 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x66ad5c96 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x66b32d39 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c58043 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x66cd3f50 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x66cef47a of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x66d28125 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66de7ece __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x66e715f2 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x66e9217b nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x66ed30c6 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x66fcc2dc usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x6702c0a0 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x6707efe8 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x671979c2 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x671f98da driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x6725931f attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x673eebf7 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674a9eea dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x674c6c10 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x67500af5 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x67688692 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x6770b6ea devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x67788c22 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x677a5504 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6782abcd devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0x678ef331 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a97299 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x67b0d469 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x67bf226d __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cc43be event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x67ceae54 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x67d86f1c ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcc7cd xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x67e0defc __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x67e2fed4 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x6821be13 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684dd58d dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x68772e3e nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x68786f2e xive_native_configure_queue +EXPORT_SYMBOL_GPL vmlinux 0x687905ae uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x68827399 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x68884341 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689c202c fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x689ec2fb trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x68c1f8b7 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x68cd4142 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x68d1a79e mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x68ffc3fd ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x6909a38b opal_rtc_read +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6911483a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x6916d3c5 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6928269b xive_native_disable_vp +EXPORT_SYMBOL_GPL vmlinux 0x694cd160 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69786166 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x6992857a bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x6994cb84 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x69a54b4c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x69aeddef atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x69af6b95 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x69b064d3 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x69ce286f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d8b4cb power_supply_get_property_from_supplier +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 0x69fcb53d pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x69fdef6b folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a176ab5 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x6a1ffa58 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x6a2d7e52 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x6a305166 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x6a3510d3 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x6a39f4cb cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x6a3d2876 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x6a3f9755 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a4255d2 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a47075e nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x6a4f4818 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a4f99de mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x6a52b063 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a581f38 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a691a44 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x6a7ec388 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x6a82787e irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8df96b folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x6a99e736 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa85c75 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x6aae36cc kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6ab5d1b3 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x6ab6dfc8 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6ac4bf44 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x6acae462 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x6ad5efab clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ade1279 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x6aec6b4c tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x6afdaf3b regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x6b028443 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6b0bdb8c pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6b112d38 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6b142c4a of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6b1e2fc7 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x6b267fbd __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6b2a681a eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b32f7b8 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x6b364648 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47db24 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x6b49b711 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6b4a26f3 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x6b68a468 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b837281 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x6b8b780a ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba8f4e6 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x6bb8434b ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6bcd8bfa mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd68431 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x6bdcc4d1 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x6be27bcb of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x6bf8e727 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x6bfc3e99 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x6c1c2c9c pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2e3c76 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c42bba6 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c4d0023 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x6c4d0ac9 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6c4e1cce bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x6c58debe lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c79b71c sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c82ec54 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x6c902654 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9b49f2 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb46463 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cb9de86 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6cd0027f ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce442eb pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x6ce8f94b pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x6ceb7ae2 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x6cf1e230 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d14b313 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x6d164d8f thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6d1da581 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2222dd serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3cbbd6 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4fbca8 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x6d5320c4 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d72bcde serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7ccc31 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d7ead14 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6d8293ee thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6d893ed9 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6d8d503d cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6da064a9 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6da31dd4 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6da98cca inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dd3f7a4 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dda51e0 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x6ddeddb9 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6de325f7 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6de55137 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6dee5604 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x6df852cf bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x6dfc42fa icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x6dffcf5c crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e12a791 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x6e1324c9 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6e2aa72f skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x6e3162dd clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3f0bb2 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x6e3fdd42 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e56b454 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x6e62596b thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x6e6d9862 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x6e72f90b crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7e8ce9 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8d2303 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x6e94c294 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x6e950ebd mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x6eaee0d8 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x6ebdf0ba virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec20da6 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x6ec74dfd power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6ed3dd13 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6ede04e2 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x6ef2b85e alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efa33f4 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x6efabae5 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6f0088d9 xive_native_sync_source +EXPORT_SYMBOL_GPL vmlinux 0x6f0a3578 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f14324e devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x6f16a133 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x6f21663b hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x6f2e2d93 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6f342ece kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0x6f617554 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6f659124 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6c0677 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6f6e6bfb power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x6f6fbade ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x6f764654 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7f24c3 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x6f9457cf zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa484af ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fb5c84a sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x6fb6dee8 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6fb9de9f __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x6fbccdf4 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6fbf3547 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe17cb0 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x6fe20be9 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x6fe42e9e vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x6fedff0a blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffa7ae8 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7001a94b backing_file_real_path +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 0x7007eae1 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x700aaf13 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x70180c57 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x701c1319 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x701c3ca6 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x702c476f skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x7030c7e6 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x70336644 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x704f24ae kvmppc_restore_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x7055e740 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x7056fc94 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x705db66a dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x705e37f4 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x70687add ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7098ed6f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x70be9ece seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c3c9d2 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c832eb platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x70cc48c1 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d9ff82 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x70eb2284 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x70efc305 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x70f4d443 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x7109dbe4 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710d0508 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x71138519 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x712063df platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x7133e067 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x713b5a7d ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x715792b3 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719aa730 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71b05394 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x71b3228b pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c41781 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x71e44bec perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x71f40ecb hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x71f476de sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x721038b1 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x72226b9b event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x722736c5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x7228c2a6 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x722f0025 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x723ba742 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x7248540b early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x724b877f bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x72584b19 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7259d589 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x72691a76 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x72762694 platform_device_register +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 0x729327e3 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x729658ff register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0x7297f7a5 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x729d0627 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x72a6e1c0 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x72aab996 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72f6a431 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x72f8a7ba blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x72fe4df7 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x730850df __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x73149a52 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x7317b96d dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x7325381e dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x732a59c7 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x73412316 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x7344d11c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x7348a7b9 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x734dfae6 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x73618e63 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x7369d613 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x737895e7 vas_init_rx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x738191df virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x738d4786 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x7398777b regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x739d900f firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x73a0310c fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73aa31c8 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73cfc06d msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x73d1c7d5 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x73eae496 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x73eee5c7 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x74045081 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x74067b6f xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x74199b26 opal_leds_set_ind +EXPORT_SYMBOL_GPL vmlinux 0x741a3e1e tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x7422f9f0 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x7425631d devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7445168c class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x744db9d9 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x745fd67b register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x7468c331 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x747b0edd cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x74875d7d usb_string +EXPORT_SYMBOL_GPL vmlinux 0x748f81fd dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x74925649 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x74a3e66a rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x74a5e85f gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x74a720c8 pci_host_common_remove +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 0x74ca59e9 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x74cd9813 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x74e1b5da vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74eaa473 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x74eb7350 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x7501659a skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x75017686 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x7504489b ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x750a4d95 mnt_want_write_file +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 0x75279522 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x753b36da mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x754ba823 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x75577426 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x7571cdbb dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x7576a8db dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757cfe35 xive_native_get_vp_info +EXPORT_SYMBOL_GPL vmlinux 0x758c4a7d nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75953c8e rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x75963bca __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x75a2aa5f virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75bda794 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x75c854a7 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x75d357ca rio_del_device +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 0x75e9ee7b tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x75ee99dd dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x75ef88b5 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x75f49010 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x760e0dc9 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x76194e61 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x762518d4 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x7631ebea __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x763dcfac dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x76471005 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76552515 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x76561c44 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765bb603 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x76701f05 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x7679e6af device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768992da put_device +EXPORT_SYMBOL_GPL vmlinux 0x76959f4d device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a622dd adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76b5555e usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x76d64f5b xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dea144 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x76e0a0c0 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x76e24854 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x76e9b42d dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x76ecab9b pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f2abe0 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x76f56db0 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x76f8476d dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x77040f64 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x77056ec7 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7707f6d6 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7711fb73 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x771d2596 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x771f7920 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x77360306 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x77383f60 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x7738bde9 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x773c32b8 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x774b20d3 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x77532372 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x7756332a of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7762a998 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x7766c9c5 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x776798a3 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x77736a24 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x77737c9d vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x7774e397 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x778373fa srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7796b8ba rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x7796ed40 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x77971fee pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77be4ba3 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x77d67fee virtqueue_get_vring_size +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 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f307da dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x77f5d2d4 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x77f9a999 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x77fc83a3 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x780de0a3 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x780dfd77 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x78123371 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x78124d65 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78185f02 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x782526f6 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x783a0e09 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x7842c413 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x7845778f of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7860f0ad usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x78734ae7 vas_tx_win_open +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787d1833 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x7886e3d7 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7886ffe7 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78935660 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78c50d7e power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x78c820a9 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x78cc75d2 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x78d103f8 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x78d1885c dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x78d4c007 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78e4c9e3 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78e58a4e xive_native_has_single_escalation +EXPORT_SYMBOL_GPL vmlinux 0x78ed103c da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x78f16ee6 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791b34c6 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x791e7cc7 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x7920cbef xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x7924c8a8 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x792abbc8 led_classdev_suspend +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 0x795e268c pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x798ba719 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x79a6fb67 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x79bcaab1 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x79ddf335 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e608c1 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79e86348 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x79f3e34f of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x79f64576 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79ff78a9 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x7a0d9c21 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x7a1f498b fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x7a3e8400 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4c27da dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x7a511908 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7a59cc21 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x7a5b6883 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x7a6258ec iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x7a6555c0 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a795b22 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x7a7a7d9b __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7a7eb2ac device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a85fe44 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x7a8837f4 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9d5afe blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa4f6d9 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x7aabd51f clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x7aacb8e9 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x7aae5b7c ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x7abf441b ehci_cf_port_reset_rwsem +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 0x7ad7cdd3 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x7ad9808c regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7addcff5 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x7ae0f1b1 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b0a6f24 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x7b1c2b95 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7b1df89f pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0x7b243bf4 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b396f6d stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x7b41d777 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x7b4ff8f4 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6cb441 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7b783824 ppc_breakpoint_available +EXPORT_SYMBOL_GPL vmlinux 0x7b7c6472 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba6cfe5 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb4d85a set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x7bba2fa4 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x7bc825bd i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x7bc88685 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x7bd0b5d0 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x7bd36680 restore_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0x7bdc85cc dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x7bdf1d8a devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x7be7732c pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x7bf38175 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x7bfd6a10 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x7c0159da ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7c138406 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c1a928f phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x7c1c13bd pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2c9ab3 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x7c2df798 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c5cc4db usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x7c73a9e0 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x7c74f8e0 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x7c867e1c regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x7c897883 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x7c8b8411 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca1215c set_thread_tidr +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7ca741d5 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb35da5 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7cc37d41 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x7cc4d1e2 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x7cc652ca device_register +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd4e051 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cd8d3a1 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x7cd8f5f2 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x7ce19dd0 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cedc031 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x7cf6d077 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x7cfe5a01 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d03bf27 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x7d0c78db crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d117bfd tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1cc97a register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x7d2145b2 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x7d2ac2e0 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x7d2d0638 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x7d2efc6e perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x7d307626 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x7d33e067 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x7d408114 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d717352 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x7d7257a2 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x7d773372 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x7d9e479f pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x7da22179 pci_add_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0x7da5237f devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7dd66b6d of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddd5fd4 idr_find +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 0x7dea9ed6 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x7df6fd89 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x7df95606 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7e01077f xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x7e07f6c7 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x7e085bb1 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7e170dff dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x7e1e1bd3 iommu_tce_check_gpa +EXPORT_SYMBOL_GPL vmlinux 0x7e2aab07 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x7e2cdf92 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3cbc38 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7e4c1b0b dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e637380 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6be748 uart_handle_cts_change +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 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eec5d77 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x7ef2ec90 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x7f114adf ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x7f14856c sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x7f316d38 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7f3e8f7d device_add +EXPORT_SYMBOL_GPL vmlinux 0x7f4ff004 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7f6dbfd0 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f86c24c ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x7f976604 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x7f99c409 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fafe167 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x7fcc165a devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x7fe6a039 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7fe7d2ed mm_iommu_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7fee84dc xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7ffddd01 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x800cc3dd clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x802079e5 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x8027c78b regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x803e659b regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x804496fa uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x8044d8ca __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x806a9da4 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x807249c7 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x80736b63 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808a7af0 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80906f34 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x8095e8d9 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a437df vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x80a964f9 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80af54aa serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x80bc02fc ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d03b7e fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dd7b06 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +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 0x8119df82 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81357715 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8135a35d devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x81398cbd ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x81466116 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x814c20ee debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x814d79ad ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x814d9162 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81581f46 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81674f78 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x8168d710 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816bdb61 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818e2f16 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x81a2a4ee ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL_GPL vmlinux 0x81dc2227 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81ead55d i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8229c748 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x8235a3a4 pnv_ocxl_map_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x8236292a rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x823a7f8c switch_pmu_to_host +EXPORT_SYMBOL_GPL vmlinux 0x82401ef1 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x824bd2c9 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x824f3a03 split_page +EXPORT_SYMBOL_GPL vmlinux 0x826d326c dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x8278dd3c pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x82792489 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x82961575 for_each_thermal_trip +EXPORT_SYMBOL_GPL vmlinux 0x82975bd1 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x8299c7d3 pcibios_free_controller +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82aa2b49 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x82b372b2 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x82c88d12 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d7da9b virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x82dcce12 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x82f895c5 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x82fc75e8 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x830e8e17 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x8323159f housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b5211 mce_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x833fbecd pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x835f5b62 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x8369d2cb __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x836c8441 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83738b5c devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83743837 hash__has_transparent_hugepage +EXPORT_SYMBOL_GPL vmlinux 0x8382cb63 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x839c10cd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x83ac2509 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x83b6b3f1 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83c21aff serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x83c8d5fe iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x83cd6be5 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x83d636a9 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x83e314d6 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x83e5ca45 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x83e82d10 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x83eaab7c ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x83eea588 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x83efd8c2 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x8404626c blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x840b6f96 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84149f21 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x8419dec8 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x8419ee0c devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x8425d944 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f241a regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x84394cda rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x843fa53f inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x844b0b99 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x844ec3b7 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8465b7d4 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x846d107c pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x84806a29 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84fdf797 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x8508c083 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850fb693 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x851421b7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x851a609f iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852ae649 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x852f39d4 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x853f47df devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x8542cf93 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85455500 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x854e9113 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x858715c5 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x85875da1 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x858c2996 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85ca848e nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x85cade2b syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x85cdc93e __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x85d9cd9b of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x85da1632 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x85e7a2d2 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x85ea5b95 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x85f449ae set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x85f64bb8 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8604fba7 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x8614f414 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x8616cb5c gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861fddfe mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86226ae0 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x86259b80 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8631bd47 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86606736 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x8661d43d vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x86640332 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867b4bfe dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x867e691d vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x8683da37 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86948dd6 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x869638f6 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86a4c661 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x86ae79ca kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x86badcf9 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x86c7e3d8 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x86cb1758 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x86ce7ba5 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x86d92836 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f806ab icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fdb5d9 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x86fec742 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x870218de led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x8722784b icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x8724d5e5 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x872bab28 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x8734c6c3 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x8759eea8 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x875c0d4b __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x87691013 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x879675d1 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x879de1e8 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x87a39350 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b5c334 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x87bb9aca css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x87c44290 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x87cd7391 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x87ee11e5 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x880080e6 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x88090fe7 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x8820cd6f kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x88266f3b xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x88277aeb irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x882e2ffe sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x88305b57 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x8841e231 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x88424c4d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x88496a86 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x884a9f0e dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x88524efa ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88591fd4 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x886f0612 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x887fd245 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x88895cf9 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x8896df7d mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x88a07d3e request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x88a30a21 virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0x88a78d6b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88af447b tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88cbcc84 led_put +EXPORT_SYMBOL_GPL vmlinux 0x88d09031 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x88d61da1 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x88d713e2 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x88daccf7 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88dee351 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x88e19bb0 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f169c2 inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893ae157 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894eabd3 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8957670a __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x895a00e5 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x8976babf memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x89922153 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89aead18 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x89b2ce99 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89cbdfda devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x89d2509c netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x89daf18e icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x89ebe6de accumulate_time +EXPORT_SYMBOL_GPL vmlinux 0x89ee9498 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x89fe0277 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8a0d0201 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8a1cdec2 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a2f329f blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x8a36fc3e devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x8a391189 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a4a0a04 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a4fc55f irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8a502f9d dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a616041 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a712c77 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x8a788fcb bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a9dbcad opal_message_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac26304 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x8ac7d80d kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x8acae4be __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x8acd4b97 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x8ae428de dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x8afe33fb crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b212ffd is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x8b25cea4 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x8b25d60f nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x8b4100aa rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x8b484c19 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b487f00 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x8b58ff07 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x8b6c761a __xive_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b7dc0a9 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x8b822001 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x8b8fa6bb ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x8b91ff43 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x8b9dd784 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x8ba05987 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8bacce7e __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bd02ce4 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x8bde429b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8bfe52da platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c04147d led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c25b369 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x8c3d0a51 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x8c41fc32 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c581549 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x8c63f4b6 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x8c64dd79 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x8c6bdc80 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c767f08 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c7f30a1 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8c823444 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c953eaf spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e399d genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca1b69b dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x8ca20266 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x8ca21763 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x8ca68a25 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x8cb37262 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8cd94f86 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8cdd412b crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x8ce0bc03 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x8ce25444 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x8ceaf90c scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x8ced3ba7 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x8cfc9b71 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2b66fb pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d38f555 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x8d3a0f8b extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x8d54942c kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x8d5b618c iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8d648f8f phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8d67056b ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x8d687ca8 pnv_pci_get_slot_id +EXPORT_SYMBOL_GPL vmlinux 0x8d6be369 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8d6dc201 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x8d6dda27 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8d743f97 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d855b5e tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x8d88c3c0 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x8d8a43fb find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x8d8dec75 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da960b9 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x8daa4a2c rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dce284b xas_split +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8df51555 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8e05927e clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8e091989 inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x8e0b7f4b __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1b428b sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x8e1baf48 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x8e238847 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e24c8e7 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8e2b8cc1 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8e2c2002 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8e35e3ad of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e550428 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x8e5a6426 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x8e67e76e spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x8e6b0e35 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e88e66d usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x8e8b1eb3 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x8e8f2add regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8e9ddec9 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8ea5573f genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ed3f9a7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x8ed7c2c0 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eed9731 pnv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef6af9f pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x8efe8c77 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x8effcd9a component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f082f27 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x8f16fa43 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x8f20a56a dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x8f3aa106 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8f3b4bec vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x8f4340d6 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f4f3b34 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f51fdb9 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f761ff0 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7a79c4 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x8fa27ffd perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x8fb04d68 pnv_ocxl_spa_release +EXPORT_SYMBOL_GPL vmlinux 0x8fb79b3c tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x8fbd7922 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x8fbdcb4c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fd3f048 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8fdfca8c pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8ff5b85f bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffc31ce scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x8ffcf2a1 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x90028c6d spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x900aa708 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x9017174b cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9028e942 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x9030371f synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903be42c platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x903c5ab3 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x9051056f hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x90679e19 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9091bf93 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x9094120a mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x90955e0f __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x90976ccf pcibios_claim_one_bus +EXPORT_SYMBOL_GPL vmlinux 0x909b772e __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x909c942f cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x90a446c2 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x90c1330b ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x90c33e2d usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x90e68c60 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x90eac5ea i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x910f47d6 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x911d18ae dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9128c735 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9129a855 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x913a5ce5 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91414ba0 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x91589e09 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91648e39 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL_GPL vmlinux 0x916c44b5 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9174a110 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x9182c692 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x918486d6 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x918bc720 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x9192f30c skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9193a27f mas_store +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c180b0 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d40441 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x91d4e306 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x91e4bfe1 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f0f578 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x91f1c8f0 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x920b3d07 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x921f75ea clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926db9f6 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9278a401 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x927d1a44 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x928d3a8d devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x929b4de0 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a13e8e __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x92aa373b idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x92c05716 find_vpid +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 0x92dc5ed4 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92eb68ab vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x92f0aa28 opal_tpo_write +EXPORT_SYMBOL_GPL vmlinux 0x9301de84 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x931ab84d dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +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 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933cf4e7 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9344119c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x93443db6 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x934a0aee kvmppc_subcore_exit_guest +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9371ea58 sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x93778782 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x9380676f phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x938371ab scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x93886fd2 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x939d5fc7 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x93a4143f regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x93b5f06b crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x93b639bd crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x93bc96b4 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x93c700ce kvmppc_msr_hard_disable_set_facilities +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93ca1f9d crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x93ca32e7 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x93cc15e1 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x93ceefbb dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x93d0ff86 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x93d54a8d usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x93deab0b ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x94081959 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x940e28a0 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x940e6ff2 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941d32b8 gpiod_get_array_value_cansleep +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 0x9439c246 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x943f17b0 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x9449aab9 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9467e389 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +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 0x949dd1a4 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94bc491d of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x94c54f89 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x94c6145a devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x94c7828e fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x94d7ecd4 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x94deea66 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x94eaa8b2 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x94ebf552 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x94f92ac1 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951154af mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x9516e94f usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951ae32a usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x953f56a2 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x95475f6a power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x954c8db3 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955f7adb led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956ac581 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x95708b8a blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95751cb2 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x958031cf xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x9586efc4 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x958dd220 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95917ce2 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x95adb6bb devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x95b6fec4 xive_native_free_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x95bc887d class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cdf89d rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x95d38428 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x95d4621c devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x95ddac5e query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x95e1bf69 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x95fd1a15 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96191ed3 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x96298e71 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x962ccfc0 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x964dea56 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9656e804 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x965dd4bf regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x96788212 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x9679e3df rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x967c0b30 analyse_instr +EXPORT_SYMBOL_GPL vmlinux 0x968d2af0 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x968df0e6 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x96cc48b9 xive_native_default_eq_shift +EXPORT_SYMBOL_GPL vmlinux 0x96de0ea4 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x96e090b9 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x96ea7184 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97053efa smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x970be0b8 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x972c99d7 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x9733ab8b regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9737baff pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974154a0 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97576f77 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x975a8f7d clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x97604fc3 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x97620e81 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x9763c341 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x9775ae2a parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x9783bcc1 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x9785877b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x97895c7f vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x978d1240 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x97cdb893 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e49b43 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x97eefe82 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x97f2bbc8 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x97fcdf92 pci_hp_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x98258218 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9841a940 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984bab00 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98533fe8 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x9853e2f3 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855a697 opal_xscom_read +EXPORT_SYMBOL_GPL vmlinux 0x98640e56 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x98642b75 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x98737267 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9899366c fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x989b6243 srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0x98a95e05 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x98b37d66 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x98b3cbbb irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x98bf5180 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x98ca9682 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x98cd93fa of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x98ce40a8 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x98d04adf vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98fb05df rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x991df0b3 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x99212b59 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x9922ff8a switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x9932833e sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997e28cb pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x9986cabc hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998e01e9 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x9996de58 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99cd89a9 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f0e0b0 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a0432bc misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a16c408 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a1da454 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a1e78cb fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x9a1f1b64 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x9a2858a7 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x9a29fa03 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x9a2bb2a0 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x9a2c1cf6 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x9a573938 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x9a61095a led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x9a96ff6c regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x9a9caa70 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9a9d2125 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x9aa89021 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x9ab7a062 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac31095 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ada7ed2 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x9adbdeb3 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af4f3cb fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x9af6372f dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x9afd4b9a paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x9b12b4d1 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9b130ca5 h_query_vas_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x9b147bc9 save_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b17409d __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9b21cce6 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x9b415502 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9b4bbd3d iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x9b54b329 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b67be34 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x9b6c3e14 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b73094a usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x9b85bbd6 devl_port_unregister +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 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bb49776 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x9bbadff4 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9bc4abea of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9bde79bc xive_tima_os +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be6a6e8 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c07365d devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x9c28b755 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9c580fb4 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x9c585ebe perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9c5c8e30 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x9c6e2b3f of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x9c6e6955 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c738833 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9c75ee99 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x9c7e162a spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8e8aa0 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9c9964a3 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9c9e8318 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cb9429c led_get +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cddeb89 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b1b2f crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9d14132c crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x9d1b105a sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d31aff0 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d5f0af0 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9d66c436 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x9d68b2b6 kvmppc_hpte_hv_fault +EXPORT_SYMBOL_GPL vmlinux 0x9d71c2c1 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9d781c1c get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x9d8598fa dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9ed8fb pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9da34732 eeh_pe_mark_isolated +EXPORT_SYMBOL_GPL vmlinux 0x9dbf9d85 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x9dc8f838 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9dd7f403 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x9ddb9760 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9e097d0b blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9e12f3bd pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e2e643e pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0x9e30a1e4 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x9e33725f raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x9e3d7bf3 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x9e3e741a devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e61cf29 mm_iommu_put +EXPORT_SYMBOL_GPL vmlinux 0x9e6db8d6 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x9e7758ea trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x9e7b3ec3 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9e854d77 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9e8be925 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9e8dd35c component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9e926c80 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x9e982357 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9e99d86a uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea11c6a percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x9ea400b9 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x9eaf4feb of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x9ebc5f12 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x9ec1f364 kvmppc_subcore_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x9ec3789f br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee11af4 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x9ee64aa7 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eedb934 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x9ef22082 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x9f071c24 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x9f072ffa mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0a1471 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9f0af7d2 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x9f1f71d8 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x9f230566 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x9f2906ba tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x9f3ae694 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f3b6825 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x9f508a69 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6e2e50 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x9f86c073 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb41ecc uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbcd341 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9fc407fc of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fcfaffc __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x9fd9e36b mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x9fe5cde7 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffa9c8f regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9fff4ec5 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xa008324a usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa02ac0e4 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xa02c6e88 user_read +EXPORT_SYMBOL_GPL vmlinux 0xa031a68b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xa043b886 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa04a634a get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xa04daba4 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0655484 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa06b3f67 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa0700f22 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08337ed btree_init +EXPORT_SYMBOL_GPL vmlinux 0xa089cd4e devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xa0932902 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xa09900bc crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xa0a1aef1 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa0b9fa4a sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d64af4 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa0d71cff led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xa0db83c2 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa0fc6601 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xa0fe981c kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xa1021b7a vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xa10861df tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa10e9dfc dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xa1194587 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa1197950 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xa127f09d elv_register +EXPORT_SYMBOL_GPL vmlinux 0xa12d4cd3 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xa132cac1 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa13737ff get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xa13b2962 pnv_ocxl_tlb_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xa150e1bc perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xa15b0190 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa15dc5cc crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa184d5f2 mmu_vmalloc_psize +EXPORT_SYMBOL_GPL vmlinux 0xa185b2ea inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1bd6bb1 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xa1be5ed5 get_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1dd843f usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xa1def852 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xa2023b37 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2128c51 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa213e519 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xa219dc9c fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa21f9784 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa260f356 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa26340e2 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26fb3f6 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xa279e946 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xa298af95 xive_native_get_queue_info +EXPORT_SYMBOL_GPL vmlinux 0xa29f5b40 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xa29f65b7 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b844bc __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa2ba1906 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c7f6fd bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f1976c of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa313fbfd sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xa31e390f aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xa3262226 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xa3332d4f fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xa33d91a8 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xa3448427 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xa35edb5b is_xive_irq +EXPORT_SYMBOL_GPL vmlinux 0xa36409b7 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa370cba6 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xa37d3171 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38b5089 pnv_ocxl_get_pasid_count +EXPORT_SYMBOL_GPL vmlinux 0xa38f5df5 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xa3997840 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3ab0194 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xa3b56555 hpte_page_sizes +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c1dc59 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3e636c0 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xa3ea597d tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3ed561c devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1d92e xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xa402b72c device_del +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 0xa419b160 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xa438c36b pseries_eeh_init_edev_recursive +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44e58e4 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xa44f8166 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa465bde1 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xa4692917 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4824ee8 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xa492ccdd tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4947148 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4af6e04 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xa4aff11a rcu_read_unlock_trace_special +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 0xa4cb17fd inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa4dc8ea1 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xa4de362b irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xa4deb8b8 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xa4ef0c92 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa4f02014 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xa50307b4 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa505c0e1 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa534fe65 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xa544115e crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa544e7ff governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5661278 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57f0b09 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa57f6ac5 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa58f405f ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xa5904041 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b8ed32 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xa5c64736 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa5c68d37 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d5ae48 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f30fcc cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xa5f66070 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa5f66c7a regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa606ee54 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xa6150653 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa61753ae usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa61ff0c8 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xa634b8d9 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xa63e45f1 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xa645d9e7 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xa6508a3e tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xa653561e clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xa673cdc9 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xa67f0742 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xa68f5a9c dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa6900728 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa691b28b devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +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 0xa6b67469 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xa6b80bb5 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa6bd200b sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xa6c99840 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xa6d1e06f splpar_spin_yield +EXPORT_SYMBOL_GPL vmlinux 0xa6d47b5d n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xa6dde942 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e96a08 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xa6eb86dd regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6f52aa1 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xa700fc90 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70fbb35 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa7315e36 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xa73c951e pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xa74a07c1 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xa74d36ff ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xa752b85c vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78e71c1 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa79f0bf2 of_css +EXPORT_SYMBOL_GPL vmlinux 0xa7a3401f iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xa7c081c8 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa7c54749 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7d4e287 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xa7d8e6ff max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xa7db4eda vas_rx_win_open +EXPORT_SYMBOL_GPL vmlinux 0xa7e2a0c3 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xa7eed393 eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0xa7fd1dcf pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa81d801c pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xa8299a66 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa84aa6c6 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bfd5c inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xa8601700 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa86e08cb driver_find +EXPORT_SYMBOL_GPL vmlinux 0xa883b835 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xa896b6d2 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xa89748b1 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8b17a0c cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xa8bc8225 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xa8c757d7 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xa8e23054 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa8ed7853 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa8f9ed34 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xa90e3b96 timer_rearm_host_dec +EXPORT_SYMBOL_GPL vmlinux 0xa9223254 eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0xa929a6d3 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa935bacd regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95d93f3 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0xa95f69d6 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xa961b6af devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xa9922aa2 kernfs_put +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 0xa9b00842 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9b82098 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa9c741de lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9d18864 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xa9dd7f24 pci_find_bus_by_node +EXPORT_SYMBOL_GPL vmlinux 0xa9ed231f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xa9f2489b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9f90771 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xaa0cec77 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xaa0e7aa5 setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0xaa16bb95 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xaa170f14 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xaa1758c5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xaa22b68f platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xaa287e05 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xaa40ed43 virtqueue_dma_unmap_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0xaa44e252 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xaa477c10 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xaa594f44 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xaa64a1bb devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xaa6a169d mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa84a31e crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xaa861338 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xaa8acfa1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa96a093 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xaa9d17a3 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xaaa284a7 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaa5ec9 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xaaae7863 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xaaaf5443 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xaab5c915 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaae55bd6 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaaf8639b bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xaafa7183 kvmppc_h_clear_mod +EXPORT_SYMBOL_GPL vmlinux 0xaaffe7de serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xab302c74 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xab3408c8 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xab3ae901 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xab4c234f ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xab51b5f1 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xab59c152 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xab5ac254 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xab68ecec device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab711e81 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xab9e90f5 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xabb96bfb srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabdbdb39 mm_iommu_is_devmem +EXPORT_SYMBOL_GPL vmlinux 0xabe02cb6 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xabe1f130 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xabf59188 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xabfe5ee5 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xabffe6fb __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xac053d41 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xac0cfec2 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xac2ab0e9 device_create +EXPORT_SYMBOL_GPL vmlinux 0xac41b4dd nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xac45592f nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xac648af5 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xac76bbb5 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xac78b7b4 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xac79fc0d dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xaca86edb pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xacae9efa iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xacb19594 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xacb495b9 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb4e299 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xacb4ffbb device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xacc58bc0 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xaccfcd3e __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xacd070ae pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xacd48158 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xacf55b11 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xacf5a989 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad015cf6 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xad118c0a crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xad12bb7a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xad2f6cae blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xad34ddf8 iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0xad3a16c0 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5a264f pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xad60c273 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xad615568 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7cc4aa mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad85d8fe device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xad8732f9 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xad8888fe iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xad911188 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xad95772a platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xad99f97b usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada4b845 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xadb1aeb5 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xade506fc of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadec7baa extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1629fa fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xae17a381 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xae2070a4 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xae24ad67 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3a2006 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xae442152 dawr_force_enable +EXPORT_SYMBOL_GPL vmlinux 0xae502a75 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xae503a4a sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae73f166 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae80a31e scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xae85a4c3 rproc_coredump_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xae87cad0 memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xae91eac5 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xae99e440 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xae9bccee do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xaec571c1 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xaec6afcc perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xaec949e9 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xaec9921f hash_page +EXPORT_SYMBOL_GPL vmlinux 0xaedbf517 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xaedf96f8 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xaee3cffd pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xaef781ad usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xaefc8d29 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf092039 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xaf1e10da opal_int_set_mfrr +EXPORT_SYMBOL_GPL vmlinux 0xaf22bc46 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xaf2baaed __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xaf33a20d bsg_setup_queue +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 0xaf47e348 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xaf685c67 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf730f43 virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf7af212 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf94c8bb regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xaf959ba8 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xaf9de432 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xaf9e0ab9 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xafb54464 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xafbe6c9e kvmppc_hwrng_present +EXPORT_SYMBOL_GPL vmlinux 0xafc37dd4 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xafcdc5c7 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xafd5b20a fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb01d6f36 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xb01da9b1 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xb021e030 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb02228f8 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xb02b1dbd kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xb02e08f2 vmalloc_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb03c60a4 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xb03e0606 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb05ae39b usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb05d0922 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xb06634ec opal_xscom_write +EXPORT_SYMBOL_GPL vmlinux 0xb06671f8 blk_freeze_queue_start +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 0xb08e8fb7 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb09c79e3 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0acecd2 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c383d3 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb0c99a7a devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0ee413b usb_alloc_streams +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 0xb1204e76 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb15be35f virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16ac659 vas_register_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0xb180650f pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xb186de12 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xb18f1b29 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb1965365 cxl_afu_put +EXPORT_SYMBOL_GPL vmlinux 0xb19cbd8b tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb1a56fd1 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb1a74dea iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xb1b44fbc bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c807cf l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xb1cee253 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1dc3321 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f3a4e7 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb213121e fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb228ae99 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb2332289 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb256f53b list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29c00d6 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xb2a653fc confirm_error_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2a749b5 cxl_afu_get +EXPORT_SYMBOL_GPL vmlinux 0xb2aba9c9 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cc650c usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xb2d1e15e virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0xb2debf59 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb306651f devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb317907e bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xb31a2737 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb31c8ba5 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xb31f9cb2 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xb3350cd5 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xb3389dbe irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb33ebaef irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb358a9e8 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xb36ba2b7 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xb37347eb i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xb38360a0 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xb399fe17 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xb39aca9f blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3dc4cf5 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb3e05fbe pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xb3e874fc ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb3fd63e6 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb41a7a26 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xb41c0ef9 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xb4362c81 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xb436e843 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb446e34b rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4593525 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xb477557b pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xb488588e tb_to_ns +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb4a62505 kvmppc_h_read +EXPORT_SYMBOL_GPL vmlinux 0xb4aef328 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb4b7b766 rtas_error_rc +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d5cf7a blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xb4d694fa __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xb4e5b8f0 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4ec99ce bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f295a5 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4fb7197 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb502c3a3 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb519c708 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb521a9b8 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb556fdc1 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb562ff3a regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb57bac32 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xb58690d8 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xb5a04f05 xive_native_has_save_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5c1cc1e pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xb5c8fda3 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb5e644a8 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xb605a9c8 iommu_tce_table_get +EXPORT_SYMBOL_GPL vmlinux 0xb60a1f83 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb618e11b edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xb61dec48 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xb625a141 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6302397 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xb63177ac proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb639c95a tty_port_register_device_attr +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 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb658da44 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xb659d799 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb662952b scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xb667b28c ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xb6701791 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb6765458 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67db746 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xb682bc61 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6902e0e pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xb694d465 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xb6b28514 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xb6ce4ded validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ef4712 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb6f9a28f md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb7246bb6 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb72a2d25 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb733e222 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73d09f5 pnv_ocxl_get_actag +EXPORT_SYMBOL_GPL vmlinux 0xb7456797 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xb7461452 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb74cd722 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xb7681cfd firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb76e43f3 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xb76f5a09 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb774278f devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xb77aa773 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb77bebb0 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb77c1bd2 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xb77dd54a blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xb783fdf1 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb785f023 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78cc0d3 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7ca1e4a usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb7d17fa0 pgtable_cache +EXPORT_SYMBOL_GPL vmlinux 0xb7d358e6 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xb7e3e0a5 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xb7e496da extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xb7ebb886 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb7f8655c sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xb80807a0 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xb80e9636 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xb8119c44 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb81e5279 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xb81e5df9 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xb83231dd spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xb86ca3a3 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xb87d4414 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8b0b730 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb8b14c01 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xb8b65b40 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb8c5fb5f __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xb8c644ab mce_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8cc94e5 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8ddfa6c crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xb8e79dab fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xb8f50c29 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xb90b01b2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9126751 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xb91ba192 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xb920cb77 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb92929fa dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xb92b0ed5 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb948b63c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xb95e366c hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9705106 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9886db7 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xb98caf9b srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99df747 xive_native_has_queue_state_support +EXPORT_SYMBOL_GPL vmlinux 0xb9a25a63 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xb9a5ea80 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb9adbb4e reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9ba5448 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c4abb7 dev_pm_opp_find_freq_floor_indexed +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d0d7fe iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb9d8c33e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb9eed74d inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xb9f10cd6 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xba01ab64 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xba07a9e9 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba1c3b25 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xba2a08e9 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba39d0c6 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xba4b1b3d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba736b06 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xba776cd6 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xba79a2a6 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xba7ec0c8 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xba893323 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbaa66f5f screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xbaa953b2 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac1c6c3 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbacde1af __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xbaf6166a pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf8488c ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb01aa49 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0700f2 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb106fab vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb263f4b securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbb282f59 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbb2fe7a9 kvm_free_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0xbb2ffc93 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb452b74 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xbb4a2da0 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbb635475 skb_defer_rx_timestamp +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 0xbb732614 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xbb764745 vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0xbb789d10 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xbb84fdaf iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xbb8617d1 eeh_iommu_group_to_pe +EXPORT_SYMBOL_GPL vmlinux 0xbbbc220a ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xbbc308ba usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xbbdd52c0 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xbbe1b638 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbeb3994 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xbbebc64b tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xbbebf3cf vas_unregister_api_powernv +EXPORT_SYMBOL_GPL vmlinux 0xbc0f75d4 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xbc12c385 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xbc156e10 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc344562 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4aa9c1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbc4e081c br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xbc67463b bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xbc6b7eba dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc79eb0b sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xbc845d04 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xbc9dd3fa serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbca89769 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccc01a8 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbcd2aae1 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xbcd87713 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce2b02c genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbce37f37 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfedab1 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd093554 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xbd0d4a2a virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xbd0ff8c4 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xbd19f303 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xbd227c65 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xbd24fb32 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xbd292c49 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd2d8f02 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xbd377b9e regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd407ea2 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xbd436292 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0xbd4678de serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xbd66ee0d cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd6d1745 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xbd6f09f6 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8a9b91 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xbd8c04bc umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xbd9d60bf dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdc5bd04 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde2a718 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xbde550a0 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xbdec382a dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xbe00d54b inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xbe0fc739 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xbe10c7f7 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xbe24b6a3 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xbe2dd186 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xbe45ce91 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xbe4cba98 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xbe56b9ed usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xbe5f3d94 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe77bbad rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xbe78229f thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe97ff0d dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe99d24e mbox_client_txdone +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 0xbeb42260 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xbeb46254 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbec50c8f sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xbec898e1 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xbecc0653 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xbecdd6cf nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xbee8fbdf ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xbefdff25 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0d613d dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xbf140205 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf230454 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xbf2dbdf5 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf2ee8fd icc_put +EXPORT_SYMBOL_GPL vmlinux 0xbf314b6a rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xbf45f8ae blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xbf46d2fe pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xbf49760a io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xbf59e2ad xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xbf6020b7 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xbf74eae2 iommu_tce_xchg_no_kill +EXPORT_SYMBOL_GPL vmlinux 0xbf75292e mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xbf781c0d pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xbf9fe3cd device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xbfa5ef24 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xbfa6ab0b devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xbfa82a09 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xbfbae8ba scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc7da33 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xbfe071a8 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xc01451f3 virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xc06198b1 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09b325e serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xc0a0e431 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xc0a2d8fa rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0ac427a __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0c146b6 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xc0d15826 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc0d2fecd clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xc0d75792 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f39ffd dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xc0f49c00 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc0f74f1a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc11186e3 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xc115e0de wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc116592f lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xc126b4fd nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc12cf125 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc134eef3 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xc138b941 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc15259c9 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc152fe33 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc180e7cf mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1891c68 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xc190e1ee class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc1944bcf fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xc1962488 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19dd910 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc1d4cd0c tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xc1dbc51b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc1dd6194 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xc1e5a982 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1ed9c89 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc20c4c43 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xc2140173 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc219cbec ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2502966 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xc25cc0dc pnv_ocxl_map_lpar +EXPORT_SYMBOL_GPL vmlinux 0xc26131d3 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xc268034c fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27ab1b1 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29e725f sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aa97ba usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xc2b7e442 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c275ff opal_poll_events +EXPORT_SYMBOL_GPL vmlinux 0xc2d86063 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2d9d1db __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xc2dd0ec8 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xc2e2fcd7 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xc2f18c96 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xc308719a lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xc309a45c ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34b888e make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc370f4d3 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xc37612c0 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +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 0xc3aeedf2 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b55caf devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xc3bbe9b4 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d24dec devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xc3dc65fa ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xc3dd7145 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e91d70 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f82c3f srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xc412fdf3 radix__flush_all_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc425b865 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc432e979 srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0xc44900e5 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xc44a366a update_numa_distance +EXPORT_SYMBOL_GPL vmlinux 0xc44a93db icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc45208ea proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xc453fbb2 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc455be86 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xc45b1891 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xc45b868c switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xc45be13a bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc4687a38 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xc46b5e00 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4747a8f badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xc4816c23 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc4a300ab serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b2fed6 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xc4b38604 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc4e33b5a usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f26b95 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc4f968af sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc50b93e8 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xc50d6f5f _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xc5211ad4 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc52a61f7 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xc52b1040 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc5487c87 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xc550761d ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xc5585591 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc565e202 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc5697a92 virtqueue_get_used_addr +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 0xc5889608 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58d6ee5 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xc590d83b __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc5a3a566 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a7a036 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc5bc54c3 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xc5c9a4ce lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xc5ca86aa irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xc5cc36d6 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xc5cfd987 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xc5de541c tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xc5ed6b1d irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xc5f14fe8 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xc5f97b9d fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xc6030605 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60ec578 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61e4bf4 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc6251c12 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc6287acb elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xc6299625 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xc62c46f1 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc63b4e8b vas_register_api_powernv +EXPORT_SYMBOL_GPL vmlinux 0xc63e8452 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xc64cfd31 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc651c359 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6554d2e crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xc661dadd devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xc66884ad trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xc66b0e94 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66e3e5e of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc672d3d4 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc67769fd sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6817d58 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xc684f2fd regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc691619a fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xc695e6d9 xdp_return_frame +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 0xc6ae24bc irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xc6b7576a devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xc6c88c6e bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xc6d140ad of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc6d220d1 rtas_busy_delay +EXPORT_SYMBOL_GPL vmlinux 0xc6dd9b3b dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ea2cf6 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xc6ec942e fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xc6f778b2 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xc6fad810 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc6fe72e3 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xc6fee4a4 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc708408e edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xc715c12a __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc726a40a kvmppc_inject_interrupt_hv +EXPORT_SYMBOL_GPL vmlinux 0xc756fd53 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xc7590542 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xc7685b60 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc77beebb dev_pm_opp_find_freq_ceil_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc77e81c3 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xc785c8d2 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc7889a7f devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xc7946f44 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc794ab93 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc79cd80f nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7cb06ea access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xc7d34bd0 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc7e2c363 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xc7e376d4 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7eabb0a regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fe711c pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xc808b544 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xc8090885 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xc80f5241 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xc813fb49 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xc81e9267 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8340997 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc835c2ca crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85fd575 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xc8684537 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc8704cbf wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xc88167ba vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xc889809e ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xc8902618 __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xc89e80c2 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8ac279e ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc8ad339c tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xc8bedbcd devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc8dceb7a pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e3ca1a dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xc8f3b9ed debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xc8f46312 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xc8feab20 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc90eb0ee tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xc91d718f of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc94d7fc5 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc9517f25 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xc955918e sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95ac2fb sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc966a559 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc972dbca ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc975db11 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9ab7604 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc9b05955 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc9c003ae evm_inode_init_security +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 0xc9cf1f68 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc9d7c1f9 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc9e7bc18 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f2dc42 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xc9f33d4f bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca02a7ad pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xca1ea976 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xca2e046a nd_cmd_in_size +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 0xca507d39 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xca51e504 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xca562a5e blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xca636a1c devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca7f96d1 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xca85aa06 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xca94bf41 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xca99cc61 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9ac9a3 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xcaa21925 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xcaa927cd __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xcaab5846 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0xcab9a23f clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac04785 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xcac1eda3 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xcaccb50e i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xcad20ed2 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xcadab7df blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xcae4d043 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xcae68784 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xcaf5a3af trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xcafdea32 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xcb0a83a9 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcb234029 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb40c7c5 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb7ff943 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xcb948f50 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xcb95624d PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xcba74798 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xcba8e331 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xcbb9bd86 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcbd7237c nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf24fd1 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xcbf4763a tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xcc0f7924 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xcc12f7a3 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xcc2837d8 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc421e05 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc653a0b usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xcc731703 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9cd306 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xcca5dcf6 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccad63d6 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xccb0f9d4 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xccc36f87 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xccc77c82 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdb10d9 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xccec1c9a class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xccec5f0a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xccef0167 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd00773a unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xcd05412e xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xcd1a8886 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd364b41 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xcd373d9c pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xcd5a5299 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xcd5d1acf cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xcd5f953a key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xcd62d3b6 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd6f7941 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd94e420 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9c3d27 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbd051c bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd1a841 xive_tima +EXPORT_SYMBOL_GPL vmlinux 0xcde5507c eeh_pe_inject_err +EXPORT_SYMBOL_GPL vmlinux 0xce120e87 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xce197b43 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xce1cae1a pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce21fed1 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xce29c938 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xce3fe985 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xce449196 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xce4e80f3 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5e031d pnv_pci_set_tunnel_bar +EXPORT_SYMBOL_GPL vmlinux 0xce6715de make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xce6819a4 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce78fd98 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xce90c22a ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xceaaad54 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xceb129d3 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb4b99c klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xcec111b5 load_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0xcec637f7 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xcecb8f04 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xced053e9 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xced2d3c5 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceed5364 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcef28e76 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xcef29b25 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcf0883c5 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xcf0e270d device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xcf133159 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xcf1c4a01 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xcf280d95 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xcf3b84a5 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xcf41e327 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xcf4bc72b em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf50f325 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xcf608c30 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xcf704a69 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf73feb5 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xcf7d42c5 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xcf8a1fca pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xcf941743 kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf9b2a14 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xcf9f2011 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xcf9f3465 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xcfaaee75 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xcfac1fc2 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xcfb3cbce pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfefb926 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xcff16a29 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xd0074035 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xd008e745 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xd0180385 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xd0232d31 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xd0263953 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xd02d858b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd055b07d vfs_inode_has_locks +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 0xd06e6763 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd0715bd0 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xd09e3be7 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0b2423a thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0b39ee2 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c2088b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ebc85c dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xd0ebd762 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xd0f98af5 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xd0ff3c69 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xd11d71be of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL_GPL vmlinux 0xd1264b0a free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xd134a65a __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd148740b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd1608a54 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd16c8945 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b50d1a dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xd1bbbd35 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1c5f038 is_pnv_opal_msi +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1db6661 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd1e2d192 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xd1ed6d4f cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f57187 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21af076 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd22a0015 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xd23fdf9b pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xd2434a61 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xd254327e firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xd25609e0 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd287f0b8 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a822c7 pseries_reloc_on_exception +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bb0eea i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd2c6f72a vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xd2c79b3e rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xd2c7a317 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2de8bc2 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd2e5f6fe pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2eb3353 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xd2ed986c devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd2f5dc64 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd2fa5db9 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xd2fc8625 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xd308ad1d irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31a80ec pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3258583 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xd33fe5df attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd340ef29 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xd3421071 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd348c4ef fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36f6b1c xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xd3734e89 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd377e981 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xd37b546c usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd3821566 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xd387dc78 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xd39122da dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xd393a6b1 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3d4b719 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xd3dfcdd0 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f30cdf __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd403f4fb pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xd4041f8e pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xd41055ae devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43aaeec input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xd43c210e pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45006e8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xd46b9e33 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd46bd007 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4aeaef3 decrementers_next_tb +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b88e04 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4be23bd crypto_unregister_rngs +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 0xd4e7a55c ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xd4efba44 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xd501c02d ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xd5182410 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xd5271353 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd57cee67 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xd5937259 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5afa49b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xd5d8348c gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xd5e0342a fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd60e8c11 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd62a2626 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xd62b92a4 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd63aee8a watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xd63e0a8b of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xd64e1fcd dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd64f3a82 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xd660bd65 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xd6653082 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd686c950 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6a5d487 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xd6aaf3f1 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6acb8a8 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6bf625a btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd6e24a93 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd711f6a4 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72b157b tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xd7398d2a vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd73d94de da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd73ef7e9 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd746bda5 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75c4352 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76e4a35 ioremap_phb +EXPORT_SYMBOL_GPL vmlinux 0xd77e9a38 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd7858aea usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd795f6a1 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd79bccc8 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd7a31a9f set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd7a4af34 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b31862 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xd7bc597b usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xd7c18ff6 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xd7c6d10a regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd7c887ce ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd7c8eed4 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd7c9670d of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d0fbf6 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd7d3f8c3 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd80626f5 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd844a565 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8520ef8 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xd8618c0a simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xd87ad349 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8975266 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xd89f0773 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xd8a439b9 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd8a74a3a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd8ab050f crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xd8b05ec2 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xd8bc45d4 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xd8c46ef6 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xd8c52539 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xd8c682ba dwc2_pci_ids +EXPORT_SYMBOL_GPL vmlinux 0xd8e7ce08 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd91980f3 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd923fabb blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xd924bfbd bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xd92b2082 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd958e821 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd961c91c hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xd9666c7f of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd975eaca simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd98156e6 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xd9848239 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xd988afd6 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd988d052 of_changeset_add_prop_string +EXPORT_SYMBOL_GPL vmlinux 0xd9a16a21 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b426b0 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd9bb076e sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xd9d7e06b pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd9e114f4 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f14c74 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9f17281 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xd9f1d11a tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd9f37bbf serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd9fabd52 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda032638 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda27bc01 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3a8068 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xda40ff8a tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xda45095d pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xda4d2c5e of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xda516c87 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xda575bba tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xda745934 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xda75e45b rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xda7d05bf devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda800e4f crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xda83b553 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xda8743f6 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda918585 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xdaaa748f dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac4bb8e l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdacb9bcb sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdacc1773 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xdaf4d09a fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xdb0be416 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb10e9b4 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb1b4946 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xdb220d61 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdb363c4e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xdb3794ce emulate_vsx_load +EXPORT_SYMBOL_GPL vmlinux 0xdb46e51e ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xdb6f01d8 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdb739949 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdb7d3bea wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xdb86d957 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbacc95d wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xdbaf1491 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xdbafc56b usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbb08635 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbb4d907 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xdbb7f7f3 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xdbb97fd7 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xdbbeef07 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xdbc72ac2 xive_native_alloc_irq_on_chip +EXPORT_SYMBOL_GPL vmlinux 0xdbd20dc0 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbded766 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeddd36 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf997d9 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xdbfd3d5e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xdc00683d __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xdc025667 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdc0b2b5b opal_flash_write +EXPORT_SYMBOL_GPL vmlinux 0xdc0f1f47 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xdc10d4aa init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xdc23b32b dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xdc26a04e xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xdc311413 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdc3599db anon_inode_getfile +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 0xdc58663f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xdc5c4237 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xdc5db74b replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xdc5fff36 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc762484 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc84ed4e bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xdc8dc3b1 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xdc92d7e6 nf_defrag_v6_hook +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 0xdca21b12 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xdca43c05 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xdcbcffbf rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdccac381 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xdcf85ebd dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd055d8e mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xdd074dc9 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd133863 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd16cb3b sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd1e1d45 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xdd261095 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xdd398a00 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xdd3e0b24 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xdd57d53e cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd64e806 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda56bf5 inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc3f7b3 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xddcf867a rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddea7034 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddf03846 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xddf8aad7 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xddfbad9a pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde032b71 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde550316 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xde57aff2 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde953d1a pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xde9f6b08 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xdea2a723 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xdebb2ed6 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xdec8a2bd devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xded0e39c cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xded1d6b7 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xded9534a kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xdedc820c bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xdee1e1d4 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeee4b89 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0a34e9 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1e9cfa btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf273f06 bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdf35a229 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xdf522a3e clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf58144f disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xdf60f06f bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdf901fba init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf99f291 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf9c0a7e dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xdfc28511 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xdfc8ae4e devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe090d4 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xdfe5f460 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xdff2d2b3 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xdff568cb klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdffdbf77 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xe00b017c __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe01df53a tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xe02d2ecf sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe047be6b mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe07fc24c sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xe080fc5d fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08e1fc0 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe091a9bf mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0c61c0c fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xe0cb159e xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe0d1090e synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xe0d3d7f1 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xe0ef860b crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xe0f051e4 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xe0f7148b __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe104475a raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe108d302 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xe1119e30 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1122566 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe115f18a bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xe118a0b5 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12fe7ed phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe131d721 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xe134eeee yield_to +EXPORT_SYMBOL_GPL vmlinux 0xe13a5416 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xe13cbf02 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xe13e8a5b crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xe13fc5e7 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe147ba07 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe14a6b4b dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xe14e9948 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xe1534b3d fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe15b361c unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xe161b07b trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0xe1665f1b scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe16b81ef serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xe18007b2 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xe18818c2 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe1966b07 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe1aad97e relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xe1b46530 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d2e12c md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xe1d8c50d list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xe1e0b4b1 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xe1e5e7bb ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xe1eb5381 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xe1fc08d3 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe1ff3a9d regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xe206040f dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xe20baeb3 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe2159396 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe248e3a6 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe265282e screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xe275f014 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xe276ff33 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xe28264ba devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe29244b8 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c6272d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d657da rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2d9f9cf dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xe2e84379 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xe2ef8cb5 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xe2f0611a strp_done +EXPORT_SYMBOL_GPL vmlinux 0xe2f61606 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xe3142891 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xe33d987e dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xe341f905 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xe34da127 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe3538794 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe37504f9 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xe379fd95 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe387332f scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe3886cad nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xe390ae99 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39ad7f9 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xe39b1cc0 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a95f3b nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xe3aeaa03 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b2501e serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe3baf719 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xe3dfe5af firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f6ca98 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xe3fc7d14 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40d1345 pci_remove_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0xe40f7a32 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xe4181d32 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe431566c skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe438cbc3 usb_disable_ltm +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 0xe457b60a fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xe45cf50e skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xe4848d79 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe4929043 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49adfe3 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xe49ce701 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe4a5f345 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4ba9874 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c63a78 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f5265e dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xe519de61 kvmppc_set_msr_hv +EXPORT_SYMBOL_GPL vmlinux 0xe52bbfcb watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe533d31b da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xe53d0532 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xe540dcff gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe54d3893 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe56b47f2 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xe575271c regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58c1a39 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5973736 virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0xe5a928f9 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xe5b03c3e pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xe5b1fbab cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xe5d0d2f0 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xe5dee681 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xe5e246ee regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xe5ec503b __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xe604ade1 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60954a4 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61839b6 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62f277d crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xe639065d crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xe656d373 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe65a5940 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xe663a2fa __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xe6658b50 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xe673ab16 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xe675af7c rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe67da790 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe6857477 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xe697fd48 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xe6a13e7d xive_native_configure_irq +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6c912ff __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e7a11f vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe71960e6 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xe71ed90b spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe71fe38a trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xe723612a cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe72a7cd0 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe72c0af5 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0xe7345ebb srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xe7382e6b vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0xe73be599 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe74bdb53 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe74cbdba __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe768820a spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe7821f35 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xe783241d fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe795cd4e edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7b102dc __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xe7be906b xive_irq_free_data +EXPORT_SYMBOL_GPL vmlinux 0xe7c3b2c4 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xe7d34db2 opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d6f0e6 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xe7efbab3 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe823420b pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xe8288ce1 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe832bf58 dev_pm_opp_find_freq_exact_indexed +EXPORT_SYMBOL_GPL vmlinux 0xe83e665c bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe851a0de zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xe855ce53 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8690c48 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe86c4c4c nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe8937cfd udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xe893fbd4 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xe899d910 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xe8a1b604 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8b1f50d irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xe8b55979 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c727d2 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xe8c9a387 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xe8d2f63d fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe8e42d4f blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0xe8fe2fcd input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe904126b debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0xe90794f1 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xe909eee3 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xe90feacf mas_find +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91a909d power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9202366 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe922a9fc balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xe922cc9a of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe949f125 put_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe95624cd devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xe9692432 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xe972b04f ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xe97344d2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xe9753d1d bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe979cb4b handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xe97a7f6e strp_process +EXPORT_SYMBOL_GPL vmlinux 0xe989cf51 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xe98bd927 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xe98f6872 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xe994c99d usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9aea731 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xe9ce5621 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d46b28 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xe9dc4295 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xe9ee54d9 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fb7441 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea03b5cc __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xea0ded10 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xea0f03f3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xea1190b7 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1b9272 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xea1c41d8 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea3470f3 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea4125ef decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xea4990d8 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xea4d75e5 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xea82f85b dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xea834bf7 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xea8d4543 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xea9cf137 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xeab402b4 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xeabb3890 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xeabd5e2c regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeabee5e8 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xeac6c543 fanout_mutex +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 0xeadf72e1 tm_abort +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae8bac2 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaeb516e folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf5d36f regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xeb0b69df register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xeb0bd4c0 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xeb154408 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xeb1a4f29 opal_error_code +EXPORT_SYMBOL_GPL vmlinux 0xeb1dabae clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xeb296488 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb4436f3 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb456cbb usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xeb71a466 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xeb875579 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xeb9205b6 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xebb79b2d securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xebccb34c irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdaabdf unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xebdc9174 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xebddba7f devres_get +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebead124 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xebf25140 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xec1200b7 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xec134668 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xec2112f9 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xec356c53 msr_check_and_set +EXPORT_SYMBOL_GPL vmlinux 0xec55867c genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5af624 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xec6295d0 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xec696ca0 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec77dd0a __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xec84bfb9 opal_leds_get_ind +EXPORT_SYMBOL_GPL vmlinux 0xec89c175 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xec97edc7 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xeca00284 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xecb46923 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xecc9b58c of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xeccc88ec extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xecd74346 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xece8bcc7 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xecef433f fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xecf606ee device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xecff95ce virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xed04f956 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xed076796 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xed086b8e component_del +EXPORT_SYMBOL_GPL vmlinux 0xed29bc94 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed490406 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xed606b86 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed823c60 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xed8b751e perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xed8bd947 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed8fb48c __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed923426 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xed988592 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xedab94e1 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xedb6f0fd gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xedc4153e extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xedfbf3c4 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xee0c58d4 store_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0xee19096f md_start +EXPORT_SYMBOL_GPL vmlinux 0xee2118f1 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xee2c6105 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee476ca8 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xee4a481a genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee66cafe usb_reset_device +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 0xee6c953f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xee711f9d pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7ed538 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xee8946b7 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xee8b036a tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xee8e641e fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xee9003fc sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xee98583e ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xee9d8b28 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xeec3cf62 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeefed14a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0xef0c4b0d kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef31e7e2 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xef3a9ee7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4b147b tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xef521cce devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xef534cb6 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xef564f6e ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6374ab msi_domain_get_virq +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 0xef6d49ea driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef894c0b devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xef94472a usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xef99e298 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xef9addc8 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xef9dd4a9 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xefa09a8d pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa4e106 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xefbba3cb tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xefbc02b0 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xefcb2d39 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xefd14e5c to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xefd9769b uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xefde0710 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff28bda gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xeff30bb5 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeff99988 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xeffeece2 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf0008d45 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xf03eb88e sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xf049fe28 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0683cec pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xf0726d56 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xf081306e devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf099bfd6 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf0ab6c8f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xf0b06ee9 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0fbdbe9 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xf101f3db dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xf1124597 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf126c4ef synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xf1472c24 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xf151272f perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xf153f903 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xf161f96c regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf16ce96b sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf171c895 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1958cb6 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xf1a035d3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1c2bafe irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xf1e9c47e device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f0bbf3 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf1fccc65 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf2056362 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf20cac2c devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf234eb3e pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23f3237 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xf2546c0f rproc_coredump +EXPORT_SYMBOL_GPL vmlinux 0xf2596a01 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xf25e386b thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xf25f223f soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xf26bcd02 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a28d2c crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bb300c bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xf2bd2b16 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf2ddb62b pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xf2e5cd8c fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xf2e8a43b of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xf2ee6b29 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xf2f0b73a xive_native_get_vp_state +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fb6ad0 devm_gpiod_get_index +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 0xf319c605 vas_copy_crb +EXPORT_SYMBOL_GPL vmlinux 0xf31a1a7a md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31f9274 pci_hp_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0xf32d8492 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33d170c icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf3452538 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xf34e7ad1 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35c4367 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf363137e mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf3650302 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xf3779653 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3908b0a scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a237d8 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf3ad9c4d clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b72e37 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xf3bd2e91 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf3cd455f debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xf3d9f120 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xf3dea5b2 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xf3e68c0a debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xf3e9065d virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xf3ed7376 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xf3f1821d vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xf3fb9633 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xf401bf56 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xf408d039 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4418826 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf44c4c1e usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xf453ee33 pnv_ocxl_spa_setup +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46f7c73 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf482dee8 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf488022b virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xf48bffe7 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf48d3d2d edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xf497aeda anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf49e9b23 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xf4a5cbcc sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xf4a89d27 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xf4ae33f4 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4c51da0 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf50ee15a led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xf5154b85 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf51d56dd shake_page +EXPORT_SYMBOL_GPL vmlinux 0xf5276d1c shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xf528ba7c devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xf52e1aee devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf53421fd percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54ced26 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf56c5a3a tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf579dce0 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xf57c8333 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0xf57d6fae bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xf5845cdc kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xf58c7bdc devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xf599cc4f l3mdev_table_lookup_unregister +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 0xf5aac114 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xf5cd3243 pnv_ocxl_spa_remove_pe_from_cache +EXPORT_SYMBOL_GPL vmlinux 0xf5dcb749 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5dce48a devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xf5f2bcf7 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xf5f35a0a add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f7c261 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xf61227c5 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf61ad5af kernstart_virt_addr +EXPORT_SYMBOL_GPL vmlinux 0xf61cb4a5 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xf6203aa8 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xf62322fe __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xf6249e4c io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xf63961c6 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf63c3293 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xf6407781 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf646da74 switch_pmu_to_guest +EXPORT_SYMBOL_GPL vmlinux 0xf6562488 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xf657083d sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xf658ca45 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xf65d273c fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67ffa75 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf699d1fd devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xf69b61bf devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf69fbc08 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a48e51 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xf6bd0de8 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c58ead vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6e05d25 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f1ae9e __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf7096d29 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xf709e118 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xf711d11c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf726a4ab powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf731816d scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xf7400939 devlink_health_reporter_create +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 0xf77894a3 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf78beb71 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xf79fee38 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xf7a9ff28 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf7b5790c alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf7b71f5b genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c2f272 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xf7cf1f59 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xf7d780fd usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xf7fedaef poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf80a159b gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81cd211 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf8254d87 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8404c53 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf840831d ata_port_probe +EXPORT_SYMBOL_GPL vmlinux 0xf8676587 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xf8689f8a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88e113d crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xf89ec063 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8a33101 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xf8a4aeda devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8aa1c71 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xf8b82a51 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xf8d42bd5 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf9030e2f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xf91316b7 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xf91e20a3 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf927ba6f fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf929bc9b rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0xf9373f6c perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf964d644 pcibios_free_controller_deferred +EXPORT_SYMBOL_GPL vmlinux 0xf97471ef opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0xf976e67b crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xf97c08d8 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a2bbe8 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf9a57656 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xf9b0efbd __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf9b1a5f4 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xf9ba03ba genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xf9c6f8e3 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xf9cee847 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xf9e3657f __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xf9e93b07 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xfa00fa7c ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xfa0b109d kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0xfa0f9c1a inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa47f74e phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa69da2a dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xfa7d2ad8 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfa8613e4 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xfa9e5e9d devm_usb_get_phy_by_node +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 0xfabb6aff opal_flash_erase +EXPORT_SYMBOL_GPL vmlinux 0xfac42db7 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xfacf7a2b bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xfad8937a platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaeb28c8 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xfaefdec3 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xfb080e70 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xfb0beee4 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb2345ac devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb333f45 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb71c1d0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xfb738290 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xfb764407 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xfb778b34 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xfb7f8928 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb85f3d8 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb861df0 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xfb979ba4 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xfba0bddd fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xfbaac5ed __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xfbabde6a bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcb4ee3 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfbdb1a08 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1d0b36 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc234177 _kvmppc_save_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0xfc36b613 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xfc3dc27d skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xfc419e8b filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xfc51b499 mmu_lpid_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc61d3af of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xfc65564d dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xfc683b45 has_big_cores +EXPORT_SYMBOL_GPL vmlinux 0xfc68f5df __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xfc6b4b78 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xfc6bf296 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xfc768088 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xfc7745da __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xfc782d17 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xfcaf49b0 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xfcb95665 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfceec525 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd018a91 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xfd030dd9 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xfd091f27 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd4b8d65 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfd55b477 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xfd6e2964 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfdbab51e gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdcd1ce4 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xfdee47eb ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xfdf64837 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xfe0ce1d3 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfe11f868 devm_pinctrl_put +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 0xfe21cb92 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xfe276f1a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe2c3286 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xfe37bd4f tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5e5e79 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfe677916 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xfe830114 virtqueue_notify +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 0xfea1ead9 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfeaa1558 opal_async_wait_response_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xfebca924 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xfebd5f79 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfec3f7f8 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xfec8ceae dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xfecd36f8 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xfed020cc tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed685e7 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfeebf354 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfeedd1bb pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xfef0c318 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xfef88391 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff091724 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xff0f5923 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL_GPL vmlinux 0xff2320f5 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff3f0efd device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5c0615 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xff6a80de ip_fib_metrics_init +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 0xff857009 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xff8bfbc8 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9f562f ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xffa7dabf of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb703f5 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xffd560ad clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xffe2aa3f devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xfff89623 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xfffe3ca8 usb_anchor_urb +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 0x00085cf5 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0e6d929e cs_dsp_find_alg_region 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 0x1c9e69cd cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1eb11d4d cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x24931176 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x25edc4d5 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x35431e73 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x37d1308c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3924f9fd cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3b844e95 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3c20a53b cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3d1ec09c cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x425e8897 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x45f95bb4 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4c37471d cs_dsp_adsp2_init 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 0x5710ca36 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x580f0926 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x58a48a40 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x58a86b98 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x665c943e cs_dsp_halo_wdt_expire 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 0x7010c544 cs_dsp_power_up 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 0xa3bac583 cs_dsp_init_debugfs 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 0xb761b6c2 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe1be0c3b cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x7de7ab4d hwmon_device_register_for_thermal vmlinux +I2C_ATR EXPORT_SYMBOL_GPL 0x10319bac i2c_atr_get_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x63109546 i2c_atr_set_driver_data drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x86c4742b i2c_atr_del_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0x958e5909 i2c_atr_delete drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0xdc31d635 i2c_atr_add_adapter drivers/i2c/i2c-atr +I2C_ATR EXPORT_SYMBOL_GPL 0xe4ba0a23 i2c_atr_new drivers/i2c/i2c-atr +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 0xbcfbe7c5 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xe765ef0a ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x96d1516b ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xf3b20174 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x3d47bc7c ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xaf340a80 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x2b867197 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xa122ae87 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x188e1d5f adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x85d8ebe0 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1e64d213 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x25e9b084 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x323bf5bb __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4ec89adf __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6d1e02b7 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7bfc7409 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb34d1a2a adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd0afccfa __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xddbc94b7 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe10a5ebd __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x813d0eba __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x66d39062 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xe50b2ef2 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 0xd3246266 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 0xf29a099f 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 0x64f0ff42 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 0x018340b7 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x12a8958b adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x4a493b75 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x013ad82d ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x15fe0d48 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3c55cfa7 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x422c3807 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x85f3ca39 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xabd9a3b3 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc119303e devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc809c575 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd9a4e961 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdd10316d ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x824630fb bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xc1d7fe43 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x1c6d75fc bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x1e3c6509 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xbf344458 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xf767e0f7 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x211f1b03 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x90057d61 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xaaa28e99 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xb405b85c bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x19a8eb67 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x7041be1b bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x0b8a891c bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x3521afc1 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xadcda8ce bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xc9dfd421 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x1ef8fa13 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 0xe7edbb48 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x024900eb bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x079d6b68 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x0c35bc6e bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7b510762 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x83934cd4 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x91bbc7d0 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x9a3fc3cf bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb6f526cd bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xe65ee614 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xed1bb60a bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x4707b492 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xade3ee74 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x04560e3f fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x49b5100d fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xcb8459c5 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x5370e3de fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x5620aa04 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x623ac5ee fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xf1ae771b fxls8962af_i2c_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 0x1cf5aa72 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 0x07aadbe8 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1fc3ca8a hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2477b34b hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x25d4af85 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x2ef9c67a hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5500bf86 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6d188c26 hid_sensor_write_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 0x9a977dd2 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xdd52f1b6 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe052c1d0 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe400c478 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf79fe1e8 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x0e645426 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xa6abaa3e hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xde091710 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf0495020 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x0380ab07 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x048195f0 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xc211b785 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x8e932bfa hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xd40f07ed hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x9e5809df inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xc9ddddb8 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xdf165539 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x4c441c91 inv_sensors_timestamp_init drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0x8f76efe5 inv_sensors_timestamp_update_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xd27a87e4 inv_sensors_timestamp_interrupt drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_INV_SENSORS_TIMESTAMP EXPORT_SYMBOL_GPL 0xf515045a inv_sensors_timestamp_apply_odr drivers/iio/common/inv_sensors/inv_sensors_timestamp +IIO_KX022A EXPORT_SYMBOL_GPL 0x74f508df kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xedfd713f kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x0533eff6 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x33f35726 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xf6ff44c7 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x28247102 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x3dec0860 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 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3f79f699 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 0x4a992eaa ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x5ed720d4 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xaaa21b14 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xbff83685 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd159a455 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdec087f1 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe684ea9f ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf498dfd3 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x158e7fb7 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x34363b48 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x4fa75adc mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0220126b mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0301c7d2 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2d9b5cb1 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x365c6152 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6aa7bc70 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78e1a25b mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7e42a261 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x85c37a79 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x956259c6 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x98708dcf mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xac3f2425 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb4235778 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc2b36724 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc2c179f6 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe7febcf1 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf049f6c3 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x87ca042d mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xedeb7e9a mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xbc967cce inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xc5063423 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x2beb348f ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0xa335baba rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xdf9be19c 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 0xf5dda623 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0xaa052abe scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xe93ab25f scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xe83fa009 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1b8a0a59 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x313c3b1e ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x31a6e25a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x952f56dc ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb6a14e66 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xcc0b70ba ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe7c893b3 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfe5d4848 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x0010c5ec st_sensors_dev_name_probe 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 0x093ab40a st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1cfcbdac st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x203c281b st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2726fd92 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x498b2498 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x49f305e8 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x4f554729 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4f972fa6 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x6ecea86e st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x739f2178 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x74e3e09c st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8d08760d st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x8fee7b54 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x91fdf442 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x92313c8a st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa3277909 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa9fe6d79 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xc13f5eb3 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcd721f11 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd81416ec st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xeb3d7f14 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xefe9d885 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf2616c6c st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xf62d2c88 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfa927875 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x89794512 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x39e40673 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xc708bff9 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x1a86c2d7 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x1d314444 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x4c1dd59a zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6b87cb1a zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa68fecc2 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xdddd5dd7 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x04da96e5 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x1ba9de06 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x36949142 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbbaae081 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc6be4a81 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x0208e83f iommufd_device_replace drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x08f105c3 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2381a461 iommufd_ctx_has_group drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x28e091cb iommufd_access_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4a50e91e iommufd_ctx_from_fd drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x53a52289 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x59c3a613 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5f49f609 iommufd_device_to_ictx drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6acd510e iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x781a4eff iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x78ac526e iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x945466bd iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xaa77f9c1 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xad21f5ee iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb029cc7a iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb5d5e20f iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb6c5e0cf iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbbbfa028 iommufd_device_to_id drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdeb9bd91 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xeb6e87b0 iommufd_access_replace drivers/iommu/iommufd/iommufd +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0x75e5b231 iommu_group_replace_domain vmlinux +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x08669d1c iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x3454c7aa iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xbc52c34e iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x081c2fad iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x096a0400 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x124e4583 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12554ba3 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12d65c86 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x167b6a69 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x16ce830a _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ad59548 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ee1c386 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x21d9de00 iwl_write_direct64 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 0x2cf97d90 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f98fb9c iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x307f7a32 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x30a938c4 iwl_parse_nvm_data 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 0x373e2f64 __iwl_dbg 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 0x3f29a8d1 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40523229 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41d767d1 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 0x4ea9f33f __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x51eefb57 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c84f4fe iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5fa01875 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6274b593 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6316e39d __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x652159a4 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6591ac1e iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6df4f4bb iwl_fw_runtime_resume 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 0x6fe4449a iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7066a696 iwl_poll_bit 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 0x74403a3c iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x763cf8a3 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x773b0cba 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 0x7aa0d0fa iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8155d25e iwl_phy_db_init 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 0x8d8d270d iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8f0556f1 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9215b4a4 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x960377a8 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x98512fdd __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9efb5f26 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f65062e iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f6972bc iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa000887a iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa2b8f941 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa7b68cf1 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac7cc3da iwl_opmode_register 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 0xb5a5bd7d iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc087a944 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc176e7ea iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc9c70948 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcd22ad9d __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 0xd4920a96 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xebaf6cad iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xec55d93c iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef121c64 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xefb6e2f6 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf925428d iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfef88bc8 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x59085489 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf2687fba ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0b160fe0 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x14e80b80 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1f332786 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x27fcfe65 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3112805a mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5386cacf mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x845570cd __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x900273bf mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9ce1bda5 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb59a628c mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcc4aa6f6 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd80ad0f2 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdbf8bea4 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe34f12db mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x04bdbe17 cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x24c5baf1 cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x68c6f465 cs42l43_pm_ops drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x8666f209 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xaa252b25 cs42l43_dev_probe drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xdc397457 cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_OCELOT EXPORT_SYMBOL 0x71610787 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xdf7a5f5f ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xc2a8d35e ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1d79cd94 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1e138b23 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2f76377d nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8824b5f9 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9a7ae112 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa4b80d03 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf7ddf12f nvme_passthru_start drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x1eecd3ab peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2264d011 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x293bc5da peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x46d578fe peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5a9c0a45 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68bbb37c peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6acbee84 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x756b27fb peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x76080d3f peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x81fb7c58 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x82b7e82c peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e1a6a88 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x985112ee peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x99439afc peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9f3ce6d8 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaeaa316c peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb44f8494 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb717a09b __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb9b4d0df peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xba67e36f peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbbdd3dab peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcb08ed40 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd3e1b915 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd426c32d peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xda3e231b peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdb5051b3 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf68fd943 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf74ec7c9 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfc2d7af1 peci_request_data_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x0940de36 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x15e04536 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x9670ef4a peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xc975bade peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xd879f5d1 peci_ep_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0a5ba50e pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0c0c69be pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1213b7c1 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2e2dbfc5 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3e32ba54 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x550e3883 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x570b5be2 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5ede07ce pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x763ab131 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x86f5a93d pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8fe461ba pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91fed9de pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x99dde29b pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9e5090d8 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9fe6c7d9 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbbafad19 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc437b360 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe5ca66d8 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe667c7b8 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf59177ab pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfaec66ff pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x326f7058 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x3443fc23 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x4a15ec09 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 0xad7df36d sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe34e55c9 sx_common_probe drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xbf9def98 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 0x68967a7d cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x89256254 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xca1da318 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd7aea821 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xda0f4429 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xe2e67ffc cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x1e8f579d cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x33f72d4d cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x47f4aea1 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x59028f7e cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq 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 0x09629aa6 cs35l56_wait_for_firmware_boot sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x16efdebe cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x2f99c2d9 cs35l56_runtime_suspend_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x381bc6cb cs35l56_firmware_shutdown sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x43e7fed2 cs35l56_irq_request 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 0x6fd4ec12 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x7a07147e cs35l56_is_fw_reload_needed sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x810124fe cs35l56_wait_min_reset_pulse 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 0x9ed5c93f cs35l56_set_patch sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x9fc7aa50 cs35l56_init_cs_dsp sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa0bad861 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa5e27968 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xa7c8c1a7 cs35l56_hw_init sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xad591ce8 cs35l56_wait_control_port_ready 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 0xce22599c cs35l56_mbox_send sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xffd26123 cs35l56_system_reset sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2a695ede cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3be83088 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x557a9f66 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x780b64bd cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x84605097 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa0083625 cs42l42_resume_restore 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 0xaec69652 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb16541ae cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb3b49660 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbe038908 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 0xc40fa049 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc648426f cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xcec29080 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf0d2fde2 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x8f8742be cs42l43_sdw_remove_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0x9fd193b1 cs42l43_sdw_add_peripheral sound/soc/codecs/snd-soc-cs42l43-sdw +SND_SOC_CS42L43 EXPORT_SYMBOL_GPL 0xd784c794 cs42l43_sdw_set_stream sound/soc/codecs/snd-soc-cs42l43-sdw +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 0x030eaea7 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0cc2e62f dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0fb1b7bf dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x53684812 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x72f32c63 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb9ab71d6 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xeca902de dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xefcbf67a dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfed62587 dw_spi_dma_setup_mfld drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x112d471f usb_stor_adjust_quirks 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 0x200def23 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x290e6116 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x370568b6 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4e8ba7a6 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x53e1b55f usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5408b2e3 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6acde82a usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7209ebc7 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x73226891 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7c0d6af6 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x87221baa usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8ac7c518 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8c85538c usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8ca572e1 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f94be29 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa2047229 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa8477076 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa9655a17 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb1cf6f92 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc4fb9aff usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe3520f7d usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe5465035 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfa8e37f7 usb_stor_clear_halt drivers/usb/storage/usb-storage --- linux-gcp-6.6.0.orig/debian.master/abi/ppc64el/generic.compiler +++ linux-gcp-6.6.0/debian.master/abi/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/ppc64el/generic.modules +++ linux-gcp-6.6.0/debian.master/abi/ppc64el/generic.modules @@ -0,0 +1,6054 @@ +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 +aw37503-regulator +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 +chacha-p10-crypto +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-versaclock3 +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 +cs42l43 +cs42l43-i2c +cs42l43-sdw +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_exec +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 +ds90ub913 +ds90ub953 +ds90ub960 +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 +dw9719 +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-master-i2cr +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-edma +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-ds4520 +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-google-stadiaff +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 +hs3001 +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-atr +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 +i2cr-scom +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 +inv_sensors_timestamp +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 +iqs7211 +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 +irsd200 +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-group-multicolor +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-pca995x +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 +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 +loongson +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-88q2xxx +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 +max5970-regulator +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 +max77857-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 +mchp_pci1xxxx_otpe2p +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4728 +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 +mt792x-lib +mt792x-usb +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_ucs2_utils +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +nps_enet +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-startek-kd070fhfid015 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-r66451 +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-vfio-pci +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-cs42l43 +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-p10-crypto +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_mock +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-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 +rtq2208-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 +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-audio-iio-aux +snd-soc-aw8738 +snd-soc-aw88261 +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-cs42l43 +snd-soc-cs42l43-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-rt1017-sdca +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-classh +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-cs42l43 +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 +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_midi2 +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-cci +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 +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_dma +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-gcp-6.6.0.orig/debian.master/abi/ppc64el/generic.modules.builtin +++ linux-gcp-6.6.0/debian.master/abi/ppc64el/generic.modules.builtin @@ -0,0 +1,262 @@ +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-sifive +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 +pcie-microchip-host +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-gcp-6.6.0.orig/debian.master/abi/ppc64el/generic.retpoline +++ linux-gcp-6.6.0/debian.master/abi/ppc64el/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.master/abi/s390x/generic +++ linux-gcp-6.6.0/debian.master/abi/s390x/generic @@ -0,0 +1,14453 @@ +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x02a7dfb1 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x2584b121 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x546a0e48 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0xb3065bdb pcie_aer_is_native vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x04ab0f51 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3552787f dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3aea28cb dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4ac67982 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x63b47a3e dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x67baaadf dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x69b047ec dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x73be837d dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x831d9ae7 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x84aa3170 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9870a63d dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9c8809ad dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb06b57ec dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb3068e34 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbe9aa102 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc2f8332e dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd31744a8 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe580bdd6 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe8bc8e18 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xea0a6d59 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xea1c1251 dma_buf_attach 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 0x15f62f61 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x2ac20def crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x436716e2 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xaef08057 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xc792bd3f crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xe14a7d25 crypto_nhpoly1305_final +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 0x0050316d drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01aaeac5 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d57d8c drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03156232 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x032f0a92 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x052bd9ee drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05f2a297 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06e4741b drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0704c24f drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07b2e8f9 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f94ae1 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0817bcd5 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0897a225 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08b32bee drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0934f85f drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a33789e drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a94da20 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad7782d drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b180831 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf41a7a drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e53e35a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e71046f drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ed83581 drm_connector_set_path_property +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 0x10a15362 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11467e8c drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11e98a55 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x144ddeee drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14c69f41 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x153d43b7 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15b5bd57 drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15de0e2d drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x168acdac drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c47420 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x173acd8b drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x187429c9 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x187c10fe drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196f0095 drm_is_panel_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a6a99df drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b206358 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b286c1b drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c51e353 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ce7040f drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e20b0b9 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e375ec8 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef92e2a devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9747cb __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fa6b63c drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ff8ab4c drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x206af7d1 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20998c9d drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21296c6e drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21a24239 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22fa74fb drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x244536ed drm_add_edid_modes +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 0x24df7c5b drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x250bcee1 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25199779 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2540bdb8 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25ea791d drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26017833 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2649e41f drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26d627ac drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27db9ebc drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288ab496 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x295e7fb1 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2973e1d1 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aa1f46c drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba714bb drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bd945bc drm_debugfs_gpuva_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cac1507 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d4def1a drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d6b8c8f drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d7d848d drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dcdc02a drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e058424 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fedd111 devm_drm_panel_add_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30415316 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3091e69f drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x309ac074 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30c22ff1 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31023d4e drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3118426a drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3124f3da __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x314d4c18 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x317a84b0 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d9160c drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x323df65c drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x324f9941 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3278d881 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32846124 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33d5d7b6 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3421925d drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34b3942b drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x353c3aee drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37928f86 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x382999c0 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38691daa drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x394ec22c drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39917bc4 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bfcfd7 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39f372e0 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a0f8fe6 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a40085c 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 0x3b3039fc drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c24a069 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c68fd0b drm_connector_list_update +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 0x3d378031 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d41de9b drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d8bf8a7 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e5e8297 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f2817ce drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40106741 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40fa5218 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429fbb49 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x432c343a drm_atomic_get_old_bridge_state +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 0x4571fddd drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4610dbbd drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e5b57c drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x480ac7e8 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48b134d4 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x493df958 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49571b57 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49caeb76 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a2041fd drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a342c87 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab3f8c9 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c618092 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f570853 drm_atomic_state_clear +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 0x51a0a2e0 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52765a24 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52e11ff8 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x531219b3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a09231 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5551cd51 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56fda2d6 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5724fe9d drm_mode_plane_set_obj_prop +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 0x57e26267 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x588889bc __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x592f3723 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x598b3684 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b72e0d drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a6525e8 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a7ed225 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ac7cd64 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5acc6afe drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c6e6074 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cbfee79 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e29253f drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e437b75 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f86ba04 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6059bbc7 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60fe70ae __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6164e963 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x637ce2fd drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63bddfb5 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x642809a8 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64d73269 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65ce580e drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d39934 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x682fbda3 drm_vma_node_is_allowed +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 0x6a3e0910 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b601fb9 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c18a9d5 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c46fc86 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cb4e689 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6eadbdfa drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f13f5d6 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fc1cc22 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ffc0aa7 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7042ff52 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70a6a221 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70cce16a drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70d25bd5 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73cfdec7 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74090f22 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x747d6dde drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75ebb293 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75fbc128 drm_sysfs_connector_property_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x771cdaeb drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77450c71 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a6ea31b drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac250c6 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2b434b drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b67880d drm_plane_force_disable +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 0x7d01472a drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d6f8f11 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d9b3370 drm_vma_offset_lookup_locked +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 0x7f0c4962 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x810532c1 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x810bca46 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8147e985 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81bec73a drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81bee09a drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e891d7 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8223e77e drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82d11959 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86498467 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86cc07c3 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f19089 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f7db79 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x882c43dc drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x894d6855 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x895a0fa1 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a91d1d drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a55f56c drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a5e1bd5 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7eeb07 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b0aa17f drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bdc84f2 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0def01 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd1f61b drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd289b2 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfca0e7 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e879230 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f0bec3d drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x911c035b drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92109a64 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x924f53fe drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92565154 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9358df9c drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x949a31af drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94b17643 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94e73440 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x951ffb5b drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95504d86 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x961e7016 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96498cd8 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9817e717 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x983797d0 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98680479 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98929736 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c7d096 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9954d58c drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99db1e0a drm_connector_init_with_ddc +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 0x9c2e9671 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cff73b9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d073eec drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d254414 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dc4e4d5 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e26945d drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f8a1646 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ff7e6b2 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa145c5b2 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1ee2443 drm_debugfs_add_file +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 0xa3ffbb93 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4098ab3 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5ec2523 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa64deeb8 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6943fc6 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6b1a547 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7af3f13 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7ff050f drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa86c56d9 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d0210f drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2621a8 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac8b1bba drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad7809e4 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaddd5710 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf0c9128 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf1cbcfd drm_panel_remove_follower +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf3c4542 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf8b45b3 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafee9bd8 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb09f17da drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0e04115 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2128f5e drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb25beab8 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2a6101b drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e12f44 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4fe0501 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb60fac38 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb61f64ad drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb64de04b drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8b89844 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb99ad340 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba15b4f3 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc50fd1f drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcc4d624 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd980b3d drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe3c7338 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe7862c7 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0371560 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc132311a drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc168df1f drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4a643d2 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc50b0073 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc540889e drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc55c78f8 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc72bea34 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8c5cbe7 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9c076c3 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca221071 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca455690 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca4c979b drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca951443 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca9764c8 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbe8877e drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcef43d5b drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf2a4c7a drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf59a861 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfb44ce4 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd069dfb8 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1604e62 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1c63283 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1edc3ab drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ee3fd3 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b360ed drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c6ce10 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd432c2fc drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4b7b4c0 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5be8e6c drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6063263 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd60d3a32 drm_atomic_add_encoder_bridges +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 0xd871ad90 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9444bc0 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9e5ed4c drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda3099e7 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda635be1 drm_mode_put_tile_group +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 0xdb762404 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf0b4633 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf48d030 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfb7b0db drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe02c79e1 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0596339 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0aaf6d9 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe12ce455 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe15a4ac1 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1a523c7 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1f1d787 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe29d1d87 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2a7b08b drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ee1a39 drm_set_preferred_mode +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 0xe3e26ead drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe540c57b drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe58c3e50 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5ea7848 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe77734a1 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7898657 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7906b52 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8911e16 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9da4fa3 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea29c2d4 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea5a5594 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea7d1ac2 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb41bfbc drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb4e4242 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebb8c44e drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf1044a drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec2f9907 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec7f9709 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecaf0590 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecdc0722 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf3234a drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed607cf8 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed9ca21d drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedd61342 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeebd9da7 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeebf2dc9 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeec923e7 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef4338b3 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefb547b7 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf02c685c drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf03718f5 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf03dfba9 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0505045 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf06981c8 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf092af45 drm_vma_node_allow +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 0xf1b58594 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1f625f9 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf257f55c drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf25a9bb2 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2aa781e drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf613092d drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf717c996 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf71e476e drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf73f3ffc drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7849000 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8ab28d4 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8b31ca1 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc283583 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc68b398 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd010252 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe64f858 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe7dafca drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffe6ada3 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfffac59a drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00c9c069 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00ee3853 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04c1d692 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x052e853b drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08d501a3 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08edd0de drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0902311f drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bdd5b45 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10026229 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11a1a007 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12a3f3d1 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15a36f40 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16528b7f drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1828f77a drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18461d15 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bdff4d4 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d1d55aa drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d993723 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ecfceff drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f6dd0ad __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ff00a09 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23cbf5a7 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24a1c3cf drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24fb0156 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25b7c3cd drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25ce17ce drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26441954 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27ae7773 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29bb9a4c drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2babad9a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2bd2723b __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ed7aff3 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fbb1ee8 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3162eba1 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x321732a8 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32725685 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x338a3176 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x345b143a drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3548cd6a drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3572b5c3 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3818cae8 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38233f31 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39f34c3e drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ab44374 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b7a2e34 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ca63585 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d60c047 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dd7871e __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e058c20 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e964ac8 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3eb5f7cd drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ff177f3 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x403717e1 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x403d2aee drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x414040b2 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x486190c7 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48726979 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ab68158 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b7a69ea drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c448a39 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d8de687 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f23e623 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f513326 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fe3f9ec drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50346491 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52e4bb0b drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53a9ca6d drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53f829ab drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5458214e drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5633f75a drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57e584db drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aa2b037 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c5df1d6 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f5b2ba9 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f907f3f drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x602ebf2a drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x618d5c6a __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x622de597 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6415c799 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x646b6c83 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ef6179 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x695922c5 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b7af2fb drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b94a8e4 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d23358c drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6df9a043 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e4ede45 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ff0e17f drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70ef7c0e drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73ca3e86 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73e3186d drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74a0f4ec drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74dd6a34 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x753f4f99 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7556bfd4 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7653a715 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x771634c7 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77de5b69 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78cf4943 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7964f9dc drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79aaadfb drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a2ce275 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a9b815d drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7aba0939 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b013c24 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b8a8294 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d351336 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dc2e008 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f6638c8 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81421602 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82112732 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x824ee202 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8398effd drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84339590 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e3fdc6 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86511b31 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86f35e1b drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87f09732 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8900f78d __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d58acec drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f046b85 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f10b051 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f6d63f1 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9041aa41 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90eaec24 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92270a6e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9346c474 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93cec5c7 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95da5bee drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9752d146 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97c1dc9b __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x994c2f6f drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a4f79ca drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d27f5d0 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d5fd5c6 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0b468da drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa229407b drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4dc438e drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5a58b04 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa63bc6d2 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa694e368 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77654a0 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7e9fb51 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8effd80 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9a900ce drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaad9b777 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab4dcb11 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac4bda9b drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf9e194c drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0276299 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb17a1f3b drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb49f7606 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb5e05311 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb720b16f drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8a1f035 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8b0c621 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbcd8227f drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd216101 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc20e6a15 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc223caf2 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2947138 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2d83d7f drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc460392a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc654bf93 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6986d22 drm_self_refresh_helper_alter_state +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 0xd4160f96 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd566ecd8 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd613c07c __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6d26549 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7691b4b drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8fc1f28 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd936cbc7 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda003858 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda28f73f drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdac9db81 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd53cbac drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddb4ddba drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdeaf1bcd drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf4d344b drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe132ba54 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe15e5d5c drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe18e5334 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1c2db5c drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe237234c drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3aba995 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4d0943a drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe50cb305 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8920194 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe89c3067 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea1670fe drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb05fb6e drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecd803ff drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedf8b031 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeec49d7f drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2c773fa drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2f7b82b drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf374d271 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf873290e drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf90cd825 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa9b6631 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb83e406 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbdb8427 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1aea3051 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x34355050 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3b8e8998 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7ae577cf drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8cef4ee5 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xae3130b9 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc6478219 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc95e22f0 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x111de0c7 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb12a53b8 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb83a888c drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xdcffb73f drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xedffdcd4 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2563f115 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3177a4fe drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4ac76d02 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4f609eed drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4ffc3f44 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7630b39b drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x84def7a6 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa542c12a drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xaa25b4ab drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc92a4dfa drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcacb0c43 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe5fdc94b drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xea7654ab drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xefd9db84 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf974cac7 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf9c313ca drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x058b8a4c ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c16fbfb ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cd0ea69 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x10a0b09a ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1531ba32 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x156a7a8e ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18b5bc4b ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20b0565b ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27d069d4 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ad7758a ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e6ac69c ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x30191064 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x36ce52a4 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x36f9c376 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x392e8852 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cf20706 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45e9b826 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48b5f0f1 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fe21d92 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51d1bad8 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5289dc63 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x572fbcd9 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b0cbf7d ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5dbae8eb ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f263760 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6000c728 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6065fd4b ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c71ca24 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d8f7f03 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70263a52 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x745603b8 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74e243b3 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75e2a53f ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77193a5a ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b47a561 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x840828fb ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bc24d7f ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d3676bb ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x908a23a9 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9109f7d1 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93edd6d6 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x96398b98 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c44c7bd ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ffc845d ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa29e02a6 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa99b85f5 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa2127ae ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0ef5aef ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb82486d8 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc93b95a ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbec2f496 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc811d420 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca76e021 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc005eb2 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd47648e7 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb609993 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd61183c ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8aba0ea ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf40ac402 ttm_pool_free +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x36aa16d4 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x3fc4778f i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x626b382f i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/i2c-core 0x00a22887 i2c_smbus_write_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x07568a9f i2c_verify_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x0ad0f65b i2c_smbus_write_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x0c3fcc1e i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x1901c30a i2c_register_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0x1a7c008d i2c_smbus_write_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x1af98437 i2c_add_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x2d0a35ec i2c_find_adapter_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0x2ed71786 i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3491d1ae i2c_smbus_pec +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3492d6ec i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3ad3b355 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0x490b00b3 i2c_get_match_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x51a50dc8 i2c_verify_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x578c6208 i2c_smbus_read_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x77974f16 i2c_del_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0x7dd41fec i2c_del_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x821ea894 i2c_smbus_read_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x90805a5a i2c_transfer_buffer_flags +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9c6bd478 __i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9e05be7d i2c_smbus_read_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xa3db1b3c i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xaa8fadfc i2c_get_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xae4fcc4c i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL drivers/i2c/i2c-core 0xae6a470f i2c_find_device_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0xb3348c83 i2c_clients_command +EXPORT_SYMBOL drivers/i2c/i2c-core 0xc2befd70 i2c_smbus_read_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xd0168924 i2c_smbus_write_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xd5648446 __i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0xda916b69 i2c_put_adapter +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12ec3f8c ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2fcc1a42 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f41d833 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x403f3bee ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x56c95564 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x832b7fb1 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x84dce987 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98dcceb5 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9fce8c07 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaf1000a0 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc0e580e6 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc71fb96e ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xca642ca0 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd50587b3 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdb7a42de ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00f1f09d ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02f31ee2 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x039e72a4 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03d33642 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06830b9a ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0841f3ed ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09e8b866 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c14cffd rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cf86e88 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10f7d3b6 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x119b2e9a rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1347eba0 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x136cfa8c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14e7a5a5 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14f46837 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x162495dc rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16aab55e rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a94c477 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c657a81 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e0ee2c8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e8b4e02 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20354720 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21a6a128 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2380ff0b ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2395caab ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24ed56ee rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25820e2f ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2668213a ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2748cd4b ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28738dbe __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x289de0e4 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x297b0e9c ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34b83a9b rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x384ee0d1 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ce747f3 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d340dc5 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x414f7947 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42212bdb ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43c8a7bb ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44044ee7 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x457919ea __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47eceeeb rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48d0051a rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48d0488a rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a83fa48 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b8b6c38 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bb594ff ib_unregister_client +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 0x4f85c51b rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50f47881 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x531c1c0d ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x540dfab0 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54e2da02 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x566fd4a3 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57a7666b rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x591ce244 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59220afc rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59590836 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5996f690 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c8474d7 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d16fe39 ib_qp_usecnt_dec +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 0x622f29e4 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63374aee ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6393b55f ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x658ab3da ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x659d6608 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69ba48ad ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ad7a901 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6adc24ba ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d8cb0db ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e0c3b77 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f9c3c03 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71487412 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x731c2d27 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73706f8c rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74314c39 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x755000aa ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7596eeff ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787fec62 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78a3c483 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78e7cb73 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79787750 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7af9628f ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bdb3aaa ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e1b4fbe ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80e8ea55 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81f13ba6 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82dbb843 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86df0f48 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88d9a0de rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89113e82 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89d06493 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a888bdd ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dcd3504 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ff25bc2 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x907f6f08 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90805ea2 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91051097 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9119c814 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9209f40a ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92213732 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9481b409 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9573ffe4 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97dcbbf6 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9888a779 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x990e5d31 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99c09618 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a633419 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cf4a110 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9db0fca2 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e809964 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f8de2e4 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa00e3676 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa27b7980 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa28911d5 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa30d9e33 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa52f2706 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5b84d2e ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5cdd141 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6dbda96 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa7e71b3 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa89a628 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabfd0904 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf7ca15c ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaffe4243 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb002f871 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb090d47a rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb11bdb98 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1951942 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb22e1b61 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3437fd5 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c9a1e1 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb58ad828 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb73eb557 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7a9fafc rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7d4a2bc rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9b3f28d rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe1728f0 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc057ce37 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0be171b rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0e36334 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0f69b1b ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc25c8985 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc265237f ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc34d5159 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4dba8ec ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc53be1c2 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc54b234f ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7e06a21 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc823ad05 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc828da47 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca1d0473 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca3a6ade ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca66612a ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaf3715f ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb169c99 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb79dfc7 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce8467eb ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf48eabc ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf4bd9df rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0d30dbd rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd15900b2 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd528fe35 ib_mad_kernel_rmpp_agent +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 0xd6b87e92 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8f24c99 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9525c1a rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdad12c13 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc5c1668 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd6e5e66 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeda39c4 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf88dafa rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2a1d439 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe40a430a ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe41258f1 rdma_restrack_del +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 0xe9194096 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea9a6274 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeaf6c95e ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb27fa57 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed9cc737 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeebef9f2 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeec29ee2 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0fba773 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1a51309 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf29790d3 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2dd5e53 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31ee67a ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf351e71b ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3e9bc59 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6e68f48 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf73d6822 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf96fc9de ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa5f962f ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa86997f rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbc3a9a8 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0a524e85 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0e08c86e uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0e1a9b35 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0fd1c86b ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x179a6614 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x181f26cf flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1fabb3a4 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2225cbfa uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x27babdbe ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2e9a4140 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x31d3625a ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x32bafdab ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x39934115 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a91a90c ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b33b2cf _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x460cc7df uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c59c8b0 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4d37b97a ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x56f897e5 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x629aec7d flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x685a21bd _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8c0207a2 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9c07d3a5 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d2140e3 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb03a5b79 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0bcb599 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc21bba8f uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc6652ef7 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd7c5881b uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc94cf76 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xea254b4a uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xef0edf5d ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf1f9277c ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x20523509 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3fac2e0e iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x51525234 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7102aa6a iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9ba7a492 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa55cd3ed iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbd3c5eb2 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe19e2467 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02eea1b1 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x062cc446 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1926eca6 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x196589be rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x198ab145 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a7b9469 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2261608a rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2447e311 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2ab16f27 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e6c6b42 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x44f161ec rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5409db4a rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5aa5a0cf rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x604995e0 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x657ab792 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6808d9b1 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6d07207b rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6dd477d4 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f1cd5d7 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9c684c4e rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3f53b96 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xadd41da6 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4f9d3b2 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5c0f8c9 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb6078573 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbead2063 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc08a158e rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc4ab2fb8 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9e8f08e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcf669eba rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe1f5283c rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2c3f485 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf71e019f rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf9ca8e1b rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x1fd3ba74 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2aa15a38 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2ee4d69d rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2ffaa168 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x48f87f31 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7f26ed6d rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc7b13b6a rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5cc818a0 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5e767eb7 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 0x9dff61f0 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb32ab596 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc28750dd rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xd1dc48db rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3f823ac8 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x44b42bb0 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x89a19902 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9ed5156a rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb15a811e rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe44cf996 rtrs_srv_open +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x05b9bd41 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1a52eb11 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1be52dc4 recv_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 0x2ad58a14 mISDN_ctrl_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 0x48119d83 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4a17f756 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4ddde45f mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50f5abfe 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 0x7084d124 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79d49846 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x836fea69 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9f10c638 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa18aeaae mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa2d10d82 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xab634218 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8d664d0 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc04d89b mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc59a4a72 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcb6338f1 recv_Bchannel_skb +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 0xdd31619a mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdd475d50 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdf0ed93b create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfbc775a5 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/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x18cee3a7 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x2569d41f dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x887582f5 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc51ee817 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0edc0829 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6991f0f5 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x958bfc60 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbad78f7f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc761b898 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe4a856ff dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0xa37c7755 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xaa2253c6 raid5_set_cache_size +EXPORT_SYMBOL drivers/mfd/mfd-core 0x16074d31 mfd_remove_devices +EXPORT_SYMBOL drivers/mfd/mfd-core 0x4e239855 mfd_add_devices +EXPORT_SYMBOL drivers/mfd/mfd-core 0x5b3df299 mfd_remove_devices_late +EXPORT_SYMBOL drivers/mfd/mfd-core 0xe6434d11 devm_mfd_add_devices +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02024a75 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x041464d9 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04a82ac8 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c4771fa mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1740de2d mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x198b249d mlx4_register_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27430fe0 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f5fe846 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f8c3ee7 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f9b3c99 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31396f0d mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x348b6bc3 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38913da2 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a2fe78a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a5c2eca mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b8169c3 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ae0ac37 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bd9bd0d mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59887ab3 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab409de mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dfeda87 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68977ed9 mlx4_unregister_event_notifier +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x776d10de mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77e37b5e mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c6bc452 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f3a53f4 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 0x86adbd4a mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95dda0e8 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a50cdca mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dbef344 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e23d2cd mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3495c31 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac94506e mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xada134f7 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaea28f5c mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1ebebc4 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6b9af6a mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb86273dc mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcaaad05d mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc7c9d79 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0513193 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe25725b0 mlx4_queue_bond_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb3348d7 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee18e5b8 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf609a42c mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf67f91e2 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfda52961 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02accc7d mlx5_core_create_mkey +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 0x0878bf4b mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ae36fa1 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c765c86 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c8ebfe3 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e32770c mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e979738 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e9ae5ff mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x108fe900 mlx5_core_query_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 0x12d3072f mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1591160b mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x175a3189 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c02d5be mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cfcf85b mlx5_comp_vector_get_cpu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1df51e4e mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fc23dbe mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20188748 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2032cc2d mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x224ba6a8 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22511aec mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x232705ff mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23748aed mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2519f4dc mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x253a5184 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a252f2a mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ef1e38a mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f0ce043 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fd3939a mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33eb29aa __traceiter_mlx5_fs_del_rule +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 0x347e97f9 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38e36816 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c027427 mlx5_lag_mode_is_hash +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 0x452fe607 mlx5_core_roce_gid_set +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 0x45d0a6f4 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47654b3e mlx5_core_dealloc_transport_domain +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 0x51371a99 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52218685 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5383d835 mlx5_fpga_sbu_conn_sendmsg +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 0x574c67aa mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5df3f7af mlx5_comp_vectors_max +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eab1123 mlx5_eswitch_get_core_dev +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 0x61747e09 mlx5_lag_get_next_peer_mdev +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 0x6427b279 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x649a3965 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x652b8848 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65bb7055 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x661b627d mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x678d6817 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x695385ca mlx5_lag_is_roce +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 0x6e1b7738 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f6d6f45 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71065f6b mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71872b4e mlx5_vf_put_core_dev +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 0x7285fc64 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7347ff55 mlx5_qp_debugfs_cleanup +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 0x744b9457 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x745ffb3a mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75eebf5c mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77114750 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x775b7deb mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7810f981 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78d99ac7 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79adfbc7 mlx5_core_destroy_psv +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 0x7bbc902c __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cae0991 mlx5_eswitch_get_vport_metadata_for_match +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 0x7f6e4077 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80754ea4 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8465e599 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x896c4782 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b8879e3 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d30db0d mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d88f879 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a9f297f mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c34234c mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c3887ac mlx5_fc_destroy +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 0x9e5267b4 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f7a4b2c mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3f50f22 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7bb37dc mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9884969 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9d946ac mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa72191b __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabf54943 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaccffbc1 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacd518f6 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad384710 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 0xaf22de84 mlx5_blocking_notifier_register +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 0xb0a77ffd mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb19ff541 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2a31514 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2a43d2a mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2b5ecbe mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2ed3e3a mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb30e9599 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb49c4ed1 mlx5_fs_remove_rx_underlay_qpn +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 0xb5f404af mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb652bf3c mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb860e2ab mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba68027c mlx5_cmd_cleanup_async_ctx +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 0xbcc2aca3 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc17ade99 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1aac802 mlx5_core_destroy_mkey +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 0xc34c2e46 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc53cf8e1 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5539242 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7c32eef mlx5_comp_eqn_get +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 0xc9ceab45 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca71bf26 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc45598b mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd621b58f __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9468734 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd94f5c3f mlx5_debugfs_root +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 0xdaf5bd74 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbe8c8af mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfda4631 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2ba66c9 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3587acb mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe374a5a9 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe59c49f8 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6b9cb01 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7a83960 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7dd90d3 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8045e56 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe82c37b7 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe86bed41 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8bd07da mlx5_rdma_rn_get_params +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 0xec69da0c mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef2e336f mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef4d2879 mlx5_core_modify_rq +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 0xf1360967 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2de44e2 mlx5_create_cq +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 0xf5f20c72 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7c02897 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7f7b67a mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf83c9f5a mlx5_fpga_sbu_conn_create +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 0xfa1a0c52 mlx5_fpga_get_sbu_caps +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 0xff7be215 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffd3e040 mlx5_eswitch_register_vport_reps +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 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 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 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x125ba176 mlxsw_core_rx_listener_unregister +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 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 0x1be5d2c9 mlxsw_afa_create +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 0x2b610219 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c53a96f mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2d7fbb11 mlxsw_core_traps_register +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 0x33e16dfa mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x348845f4 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x36e632ea mlxsw_core_port_netdev_link +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 0x3d279269 mlxsw_afk_key_info_subset +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 0x462f760e 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 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 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 0x5bb5e041 mlxsw_core_traps_unregister +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 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 0x61ec249a mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x62c6fc24 mlxsw_core_driver_unregister +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 0x643530af mlxsw_core_trap_unregister +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 0x6af79b95 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6bc6adb7 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f49e682 mlxsw_core_res_get +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 0x77532431 mlxsw_afa_block_append_ignore +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 0x7d1ae86c mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7ded8b62 mlxsw_afk_values_add_u32 +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 0x8384a5da mlxsw_core_res_valid +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 0x8e1cbb09 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x94621adf mlxsw_afk_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 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 0xb656d73a mlxsw_core_skb_receive +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 0xc1cf52a3 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc530eb82 mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc87a7a04 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xca410b6a mlxsw_afa_block_append_mirror +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 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 0xd9a03e0c mlxsw_core_bus_device_register +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 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 0xebd5ee4e mlxsw_env_reset_module +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 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_pci 0x23ffea47 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x8196095b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x2177545d mscc_miim_setup +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xf868edcb bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/team/team 0x180bb59f team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x1dfd734f team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5251b673 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x8ccec749 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xbf2ae865 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xcb4dbd27 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xe1b06e73 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xe72aa911 team_option_inst_set_change +EXPORT_SYMBOL drivers/ptp/ptp 0x1d01bbe1 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x221be6dc ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x2d38dd13 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x483c24b2 ptp_find_pin_unlocked +EXPORT_SYMBOL drivers/ptp/ptp 0x745bba54 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x99d6865c ptp_schedule_worker +EXPORT_SYMBOL drivers/ptp/ptp 0xac1b0227 ptp_cancel_worker_sync +EXPORT_SYMBOL drivers/ptp/ptp 0xf975e8eb ptp_clock_register +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x072b1e9a dasd_default_erp_postaction +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x14652bf0 dasd_log_sense +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1d3f518a dasd_schedule_requeue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x25303c8d dasd_ffree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x26f43ba4 dasd_device_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3206fc93 dasd_add_request_head +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x351072a4 dasd_block_clear_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3acc95ff dasd_block_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3b89a19f dasd_eer_write +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3f2ab260 dasd_sleep_on +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x4292fecb dasd_path_create_kobj +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x449d49cc dasd_debug_area +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x49f51ce5 dasd_path_remove_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x503fb701 dasd_int_handler +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x5ad10d97 dasd_schedule_device_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x69f60e4c dasd_free_erp_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x6b08dab0 dasd_add_link_to_gendisk +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x70b72f44 dasd_set_feature +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x7698408b dasd_enable_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x925692bf dasd_sleep_on_immediatly +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x94605e88 dasd_add_request_tail +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x995bfbef dasd_device_clear_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x9978f77b dasd_term_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xa173eb9c dasd_schedule_block_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xacd981f5 dasd_diag_discipline_pointer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xaec7261a dasd_default_erp_action +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb03b8760 dasd_kick_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb094564a dasd_sleep_on_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb4dcb5de dasd_sleep_on_queue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb76bb999 dasd_fmalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc134caac dasd_sleep_on_queue_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc20e0dd8 dasd_reload_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xcafeaec3 dasd_log_sense_dbf +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xde7bb292 dasd_smalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xe3fa8fc6 dasd_start_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xeb09329a dasd_sfree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xefcf9c07 dasd_path_create_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xfcdf16e1 dasd_alloc_erp_request +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 0x06446cb5 tape_std_read_backward +EXPORT_SYMBOL drivers/s390/char/tape 0x09839177 tape_generic_online +EXPORT_SYMBOL drivers/s390/char/tape 0x0cbd6e20 tape_std_unassign +EXPORT_SYMBOL drivers/s390/char/tape 0x150173d1 tape_std_mtbsf +EXPORT_SYMBOL drivers/s390/char/tape 0x15b3b005 tape_std_mtcompression +EXPORT_SYMBOL drivers/s390/char/tape 0x172caf03 tape_std_mtfsr +EXPORT_SYMBOL drivers/s390/char/tape 0x23d72693 tape_std_read_block +EXPORT_SYMBOL drivers/s390/char/tape 0x2546c415 tape_state_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x2e1b757b tape_generic_offline +EXPORT_SYMBOL drivers/s390/char/tape 0x3b4b7965 tape_std_mtweof +EXPORT_SYMBOL drivers/s390/char/tape 0x3bab278d tape_free_request +EXPORT_SYMBOL drivers/s390/char/tape 0x46222e93 tape_do_io +EXPORT_SYMBOL drivers/s390/char/tape 0x524c6322 tape_std_display +EXPORT_SYMBOL drivers/s390/char/tape 0x55aa58a5 tape_std_write_block +EXPORT_SYMBOL drivers/s390/char/tape 0x590fee5d tape_std_mtreten +EXPORT_SYMBOL drivers/s390/char/tape 0x5dd9c197 tape_generic_probe +EXPORT_SYMBOL drivers/s390/char/tape 0x5fdb8bfd tape_std_mtrew +EXPORT_SYMBOL drivers/s390/char/tape 0x61107831 tape_mtop +EXPORT_SYMBOL drivers/s390/char/tape 0x633b0e7e tape_std_mteom +EXPORT_SYMBOL drivers/s390/char/tape 0x66deb66c tape_op_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x69b6b8d8 tape_alloc_request +EXPORT_SYMBOL drivers/s390/char/tape 0x6bb8abaa tape_do_io_async +EXPORT_SYMBOL drivers/s390/char/tape 0x6d84e11f tape_std_mtbsr +EXPORT_SYMBOL drivers/s390/char/tape 0x6e4bab02 tape_std_mtload +EXPORT_SYMBOL drivers/s390/char/tape 0x6fa93dcd tape_std_mtfsf +EXPORT_SYMBOL drivers/s390/char/tape 0x71046120 tape_cancel_io +EXPORT_SYMBOL drivers/s390/char/tape 0x7e281c55 tape_do_io_interruptible +EXPORT_SYMBOL drivers/s390/char/tape 0x8318345e tape_std_mtbsfm +EXPORT_SYMBOL drivers/s390/char/tape 0x8757c46b tape_std_read_block_id +EXPORT_SYMBOL drivers/s390/char/tape 0x87d5e3dd tape_std_mtreset +EXPORT_SYMBOL drivers/s390/char/tape 0x88bf72b7 tape_std_mtunload +EXPORT_SYMBOL drivers/s390/char/tape 0x9763c05f tape_std_mtfsfm +EXPORT_SYMBOL drivers/s390/char/tape 0x9a5249a8 tape_std_mterase +EXPORT_SYMBOL drivers/s390/char/tape 0xa025a017 tape_std_mtnop +EXPORT_SYMBOL drivers/s390/char/tape 0xa3c6eaa5 tape_std_mtsetblk +EXPORT_SYMBOL drivers/s390/char/tape 0xa9563c48 tape_std_mtoffl +EXPORT_SYMBOL drivers/s390/char/tape 0xaab73868 tape_dump_sense_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0xb8cc9a50 tape_state_set +EXPORT_SYMBOL drivers/s390/char/tape 0xbdf6cc56 tape_generic_remove +EXPORT_SYMBOL drivers/s390/char/tape 0xc4c290bc tape_std_process_eov +EXPORT_SYMBOL drivers/s390/char/tape 0xcaeace52 tape_put_device +EXPORT_SYMBOL drivers/s390/char/tape 0xe2e80820 tape_get_device +EXPORT_SYMBOL drivers/s390/char/tape 0xe6c4183e tape_med_state_set +EXPORT_SYMBOL drivers/s390/char/tape 0xee768d01 tape_core_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0xfbdcd69d tape_std_assign +EXPORT_SYMBOL drivers/s390/char/tape_34xx 0xc501574d tape_34xx_dbf +EXPORT_SYMBOL drivers/s390/char/tape_3590 0x08dca11f tape_3590_dbf +EXPORT_SYMBOL drivers/s390/char/tape_class 0x2a7f0352 unregister_tape_dev +EXPORT_SYMBOL drivers/s390/char/tape_class 0xe4507210 register_tape_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x1f61db32 ccwgroup_create_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x3b1191ed ccwgroup_set_online +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x48f65445 dev_is_ccwgroup +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x56f92baa ccwgroup_remove_ccwdev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x86cf1e1c ccwgroup_driver_register +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x908c3d57 ccwgroup_set_offline +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xcc9c13d9 ccwgroup_driver_unregister +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xe36195e8 ccwgroup_probe_ccwdev +EXPORT_SYMBOL drivers/s390/cio/qdio 0x1bf8ee99 qdio_start_irq +EXPORT_SYMBOL drivers/s390/cio/qdio 0x49d624ec 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 0x02bb5e66 ep11_check_ecc_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0327b454 zcrypt_send_cprb +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0513850c zcrypt_card_free +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 0x18db2f1c zcrypt_queue_free +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x21792434 zcrypt_queue_unregister +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x274ee02a ep11_findcard2 +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 0x31bdd629 zcrypt_queue_get +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x339234d7 zcrypt_card_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x3b546022 zcrypt_card_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x3d22f708 zcrypt_queue_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x404502d2 __traceiter_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x4aad03c0 cca_gencipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x52190334 cca_sec2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x5e050fdf cca_genseckey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x67cedaeb zcrypt_rescan_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x70b87325 cca_check_secaescipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x72035ffb ep11_check_aes_key +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x7e707cf0 zcrypt_card_get +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 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 0xafa72ac1 zcrypt_queue_alloc +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xb06e429a ep11_check_aes_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xb37d31e0 cca_check_secaeskeytoken +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xb902ec93 zcrypt_card_alloc +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc0c976b6 ep11_get_domain_info +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc1c9e4d2 zcrypt_card_unregister +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 0xdaba360a zcrypt_msgtype +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xdb0adadb ep11_kblob2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xdc2e6aa0 zcrypt_queue_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xe5d42fd0 cca_check_sececckeytoken +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 0xec693119 cca_ecc2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xee077284 ep11_get_card_info +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 0x11ef2593 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1fcba2f2 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2236a9b0 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x36be83f1 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4c1cb459 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x58c91e38 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x82ada12b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x946e5d3b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc3e7ff33 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf350b895 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf3d23681 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03ca4521 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x07ebf81c fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ce69be5 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0dec4125 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f9c8dbc fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x165c99ca fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x16d02697 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1883773a fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1aa030f1 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1dff580d fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22a86f63 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2b837435 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ea8f510 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x386468bf fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3de9bc3f fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3dfcbfde fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41e04e11 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x558eb172 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55ba073a fc_eh_host_reset +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 0x5ab23ec1 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5abfe129 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d74b550 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f5ca9b9 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x603129d9 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x640952f9 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64a8a52a fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65be4f55 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x67d566a1 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b44771e fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x707cd295 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74b6c26b fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7552283f fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7da0d272 fc_lport_set_local_id +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 0x832eacb7 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d203086 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c542d1a fc_elsct_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 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb11da2ea fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb96b962d fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9946cf2 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9cfa8b9 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba0ae5d6 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbac07eb1 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc25bc30a fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce0657f7 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfec8141 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd078ec4c fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd097dc84 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0b66baa fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd149fe7b fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd8af7e73 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd917e2b4 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdfb0e8ea fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5521767 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe989c52a fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea872f76 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1e0571d fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa762a5a fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x44d5f404 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7bbc4958 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe60035be sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe836c3db sas_resume_ha +EXPORT_SYMBOL drivers/scsi/raid_class 0x2286b14b raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xda345ead raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c312983 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38bd31e0 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x45577bb2 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5096f4dc scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x68433c1e fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x70dee23a fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8b1e6e5b fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8fd3c142 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xac96e5df fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbcc824c7 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc0af6b83 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xce514cc0 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcf8fe971 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe1d70356 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe4ec9999 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf1555ae6 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf159bd59 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x163b2138 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x237dd51f sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x29732773 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ad18cab sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2f23e6af sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x39511dc0 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x406208ea sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b927512 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5e7706b4 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x619a2837 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x62125af1 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x63f37368 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7144ac56 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8a515c3e sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98679e03 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa84d2e02 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa9953c2e scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xae8da65b sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb972c3b5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbfde8359 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda848ecf sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdc71603a sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xde4db2f2 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe85ac375 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe92a2553 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf5a7bde5 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf6c928a2 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8384043 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfab3b6c7 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x16134b3e spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x51a22c7f spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x73b64ab6 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd9591224 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf981f155 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x64b42b9a srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x781d47a8 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9118426f srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xdab97ac1 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe44de67d srp_reconnect_rport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05fb7b90 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b6b862f iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0db6a79d iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ddcefc9 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ecdfaf3 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1041b121 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x116773b2 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1a90c3f4 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d5cbec9 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23cae774 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a24f18c iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x36172c05 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cb7d8fb iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3fd2bf65 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44490ed8 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49aef91d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c2cfd2d iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53ca1dff iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5bff7c3e iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65bdda29 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6642af4c iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6a923cc6 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7164eb70 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7412de8b iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75165ed3 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a27f03f iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7c500ce1 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x81511387 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84a87afe iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x860d48a1 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x936d32ef iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95149c5e iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9c9fa587 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9cb1a0f9 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f33b609 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0209fc8 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8039607 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab5d4b50 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb52fd076 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd28a9c6 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe79be549 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee93cb1f iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeee5b97b 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 0xf91b738c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfae31718 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/target_core_mod 0x03d9d004 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bc0f69f sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bdbe3f7 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f657e84 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1091a526 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x15369398 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x16615488 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x19ce7dcd target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c612391 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e211f89 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x251cd8d8 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x39527b86 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3cbd91a1 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x4080978c sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x44e71dab target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x455852d0 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x46ea934e transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cbbc10d target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x59806bae core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c999a72 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cc748e9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e7f06d4 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x5eb76722 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x606e1be3 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x64479ce3 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x65c3f1a9 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x6715b809 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a915aa1 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x6edec836 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7005d63d transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x776bd726 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e2461d8 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f3a3a33 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ff3d30d target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x82ca219c transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x849bd987 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8724c10a target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8cc57cb7 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x8daaadf5 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x90dfed47 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x94eec9bb transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x950e7817 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x956e5163 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a9aeff5 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9caac508 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e957c47 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f955810 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8b4c20e target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa72ced7 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xac3020c4 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb36442ac target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9dd9260 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9e11ab1 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xba8d29e2 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc29c439 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xc00392c7 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7ee56f6 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8ee2db6 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd586e24 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd470a6cd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd75165e3 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd81295b2 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xe00db39b sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xe070e6cc __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe64e3812 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8ca1a2c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xed870d6f transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf28933d5 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8c9cb4b core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf926dbd9 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9d360d0 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xfaf980e4 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb687e49 transport_deregister_session +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x5f07a851 uart_write_wakeup +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x63a1a065 uart_resume_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x656ed8ed uart_suspend_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x7cfcf0aa uart_match_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x7facaf63 uart_get_divisor +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x8dbc164a uart_remove_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x93021083 uart_update_timeout +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x9685811a uart_add_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xd31e12ff uart_register_driver +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xe6fa21f3 uart_unregister_driver +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xe8e80210 uart_get_baud_rate +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x7c2be989 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x8423e1e7 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb9b51573 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xbd3d869c mdev_register_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x2b051405 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x4232a0c3 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0xaf8a4a7f vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xc5067952 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xe0689b3a vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xf3411eb8 vfio_info_add_capability +EXPORT_SYMBOL drivers/vhost/vhost 0x707e7260 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x8715ed9d vhost_chr_poll +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x04560052 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xc8643bba virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xcf525117 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xf6e437c4 is_virtio_dma_buf +EXPORT_SYMBOL fs/fscache/fscache 0x096a132c fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2a6c1599 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x2aad47de fscache_acquire_cache +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 0x309ab02e fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x33de35c4 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x34764960 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x3ebf4d1b __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x467991a8 fscache_cookie_lookup_negative +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 0x51dbc56d fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x55f975eb __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x59dfe232 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6391415d fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x641c8b8f __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x652febe6 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e4f11d4 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x75178dc1 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x7708552c __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7e557ffb fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x855f5260 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8d39e28b __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa332c99e fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa4b0d165 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xada79d19 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf04f938 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc32e907b fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd83bb987 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xeec45736 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xf5b38add fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xf68b44dc fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0xff20eabd fscache_clearance_waiters +EXPORT_SYMBOL fs/netfs/netfs 0x0306a498 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x72040fbc netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x81803557 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x879a8dab netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xa78c09bc netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x02d3c604 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x55e736ef qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x62430756 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6a3eb73b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x785d79a1 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xebbe542b 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 0x82d556b7 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa902b96f lc_seq_dump_details +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 0xc8be0226 lc_seq_printf_stats +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 0x24500c0e register_8022_client +EXPORT_SYMBOL net/802/p8022 0xbd5759da unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x289ba49c register_snap_client +EXPORT_SYMBOL net/802/psnap 0xf3216211 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0d4b0500 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x12b3c274 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x145b2378 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x16df3f8e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x1c0854a1 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x28a5abe1 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x2c1c654a p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x2c900a59 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x340c78b7 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x34177bfe p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4bb518b4 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x5031fd36 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x504f1c39 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x522efd45 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x59ddba86 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x63363008 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x6957a10a p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x6f8ebaf4 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x704565de p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x7a4d6f23 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7ef0b48d p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x82b6ebed p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x89228684 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x95c3ff84 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x96481674 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x97da2dac p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9e100baf p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa6986aeb p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xaa70f609 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xb1e7b89a p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb8ce7b85 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xbdf48fdd p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xbe5d0ad1 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc1af4036 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xc1d9a724 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xc2d88635 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xc5f700c6 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xc6f30497 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xc7bad4fc p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd7aa3c1e p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xdd75d427 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xde10eb1e p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xdeeaaf93 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xdfc5c7ce p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xe38309f1 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xed30217c p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf3cf184e p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xf8fb843e p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xfeee302e do_trace_9p_fid_get +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x199dd988 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3ca1910b ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4cf0d8bc ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7d4e903b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb1a69f95 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb6490049 ebt_unregister_template +EXPORT_SYMBOL net/ceph/libceph 0x04f1e6ec __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x057a1e09 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x05b17565 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x07a4c5bb ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x091a5702 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0a97d1dd ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x0b16f0f9 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x0ce74839 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0d0a985b ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x0e776b7e ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x0f29949e __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x136286cf ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x170ca81f ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x18fa1f06 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x1af66203 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x1b4df27e ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x1b7b2ec4 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x1c8a8a8e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x226803ce ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x22e608ed ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x269762c1 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x2bc45cee ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x2bf86176 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x2c6bb806 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2d8ca937 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x2f0cc6e7 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x2f9bfa51 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x312afd85 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x34674f03 ceph_osdc_flush_notifies +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 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x390b4eb9 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x394f9601 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x413c2f12 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x475969a8 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x481ed1ee osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x4893357a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x4acc5639 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b54d077 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x4c7f6c5d ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x4d756f15 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x5001cbde ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x5150efe4 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x51a1d471 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x52e131f0 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x54ad9c44 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x56625aa3 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x56c97c08 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b906844 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x61c16bf1 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6d9ed5f8 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6f095ca8 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7790a91c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x77a26127 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7b1971f3 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x7d294859 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x7d333ccd ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x7fe1cbe8 ceph_auth_verify_authorizer_reply +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 0x81f42be5 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x8375650f ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x85b06965 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x8680d110 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x883e2777 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x90324416 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x90ecea41 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x91c857ff ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x980f9abc ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dc2ae4e ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x9f56c472 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa079c861 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xa1e86d6c osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xa376f5df ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xa387fe94 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xa4372d29 ceph_monc_validate_auth +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 0xa6c0c843 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xacf179d3 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb00d34ec ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xb1231f54 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb2ab95b6 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb594365e ceph_cls_break_lock +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 0xb92e7060 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xbaea6664 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xbbc8bc0b osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xbc98cee2 ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbddb0287 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc19af241 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xc1a152cf ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xc3a36bb2 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xc6e5c18e ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xc8657f35 ceph_wait_for_latest_osdmap +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 0xccd945f2 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xcf4369f2 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd3a728f2 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd53b85be ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xd5a328c6 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd5f8d8b6 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd921ede3 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xd9d5684b ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xde26f3d5 ceph_monc_stop +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 0xe4ba2c4c osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xe85108a4 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefa366b2 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xefa8fcae osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xf0e78450 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf26351b2 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xf4838c63 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf61e1fb0 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xf6bc0dd9 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xfb234b52 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xfcd1612c osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xfd746732 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xfe4dc914 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x982a22a7 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe4aa9021 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ipv4/fou 0x3899cd11 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xa0043c14 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xdef70806 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xee931afa __gue_build_header +EXPORT_SYMBOL net/ipv4/gre 0x233fd519 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x150a3501 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x17e69c8e ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3bff2b96 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdddeef58 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xfaa5d438 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x53f665e7 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x60b988df arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x8d8fe549 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe8b80ded arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x09cb0da9 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x30874676 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x42d23172 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe73051ad ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x2763db06 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa9e5a122 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x2bd60625 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x21e42bab ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x22bdca22 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x986c21ab ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa2292ef0 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb1a6c1d0 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb9ee6d61 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc990b80d ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcfa0120f ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe344fa21 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4df2b1dd ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x93e6c6cc ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc9bf45ba ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xee60dafe ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x3d265c1b xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xfeb4855e xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x45b0c149 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xba2b4a00 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/llc/llc 0x152b8879 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x1959b8df llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x24b53daa 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 0x864dab8d llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xaf27e79d llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xc7ca2610 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xffa2f0af llc_set_station_handler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x06a3491b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0bb05b1e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0e7305b1 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x251195dc ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x25fbf897 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5b53f9ac ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x61c4fa7d ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x759c1a2a ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8e7538bb unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb3d893fe register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd56e48b1 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe44b3414 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe4975d9b register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfafd0227 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfbed0ee0 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2661adcd 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 0x371588a6 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x7a34806c __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x99a03269 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe47deacc 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 0x155173d3 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x1f03bb29 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3ad3e44b xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x446237f7 xt_find_table +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 0x7b5095c8 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x8482d81d 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 0xb6e47c9b xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xc28087a8 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc3252ec8 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xccc241e2 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 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/rxrpc/rxrpc 0x02902907 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x139f47bc rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x217203d9 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x42fe51f6 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4707a841 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5493e34b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x590ce7b9 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7b24efd8 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9fea37e5 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb2920174 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb445f59e rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbcd67a05 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc292a61e rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc56956c7 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe250d538 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xedf6f18a rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf1250745 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfabfbf28 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfd258a88 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/sctp/sctp 0x601794e7 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x2cd104d7 __traceiter_smc_switch_to_fallback +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 0x89029c66 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8a306bc7 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x8f066110 __traceiter_smcr_link_down +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 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 0x372c1cd5 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4603d458 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x665f0bc7 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2ab734eb svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x43b470b8 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xd859fec3 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xfbbd539c xdr_finish_decode +EXPORT_SYMBOL net/tipc/tipc 0x06cccf1c tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x2c35965f tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xb0a70e61 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xe18e6999 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0xbcfdf085 tls_get_record +EXPORT_SYMBOL vmlinux 0x0023f686 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x0027b955 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x0029a606 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x0045b0c9 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x0047eca1 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x004ad4a5 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x005d98a3 bio_copy_data +EXPORT_SYMBOL vmlinux 0x006e114b __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x0080a825 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x0093ab23 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x00afcc3c __f_setown +EXPORT_SYMBOL vmlinux 0x00affdd6 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00d54ba0 dquot_operations +EXPORT_SYMBOL vmlinux 0x00e4c875 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x00f42dca pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x00f4a223 _ebc_toupper +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01015afd tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x01053266 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x01200a70 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x0123f144 iterate_fd +EXPORT_SYMBOL vmlinux 0x013ec0c4 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x014716eb hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01585ca5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017c3eff block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x017c5fe9 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x017dc647 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x017e96ba reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x0180636d inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x019ea5b6 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x019f780d udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x01a20ede radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x01aae8d7 input_allocate_device +EXPORT_SYMBOL vmlinux 0x01b563e5 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x01ba422b inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c1ef18 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x01ccc478 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x01d07022 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x01d161e2 pci_select_bars +EXPORT_SYMBOL vmlinux 0x01d47917 _dev_warn +EXPORT_SYMBOL vmlinux 0x01daedf5 tty_check_change +EXPORT_SYMBOL vmlinux 0x01eba6b0 dma_set_mask +EXPORT_SYMBOL vmlinux 0x01f93459 _dev_info +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020c5041 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x020c6669 get_inode_acl +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021ded83 del_gendisk +EXPORT_SYMBOL vmlinux 0x024b1166 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x024fe711 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x0255bb90 __register_nls +EXPORT_SYMBOL vmlinux 0x025da8d9 ap_get_qdev +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0278cc89 import_iovec +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02aa5653 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x02ac9994 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x02b2178b dquot_drop +EXPORT_SYMBOL vmlinux 0x02ba5895 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x02bba6bd rtnl_unicast +EXPORT_SYMBOL vmlinux 0x02c3e257 vfs_mknod +EXPORT_SYMBOL vmlinux 0x02ca22a8 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x02cb2ea7 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x02d5e314 unregister_nls +EXPORT_SYMBOL vmlinux 0x02dd5be2 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x02e8ea5e scsi_remove_device +EXPORT_SYMBOL vmlinux 0x02ec3e8c dentry_open +EXPORT_SYMBOL vmlinux 0x02f034a1 xz_dec_run +EXPORT_SYMBOL vmlinux 0x02f0d616 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x02f4d77f __SCK__tp_func_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x030c20c0 skb_pull +EXPORT_SYMBOL vmlinux 0x0312509f dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x0312ddb8 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x032de740 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x0332c029 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034a7afe idr_destroy +EXPORT_SYMBOL vmlinux 0x034bbb5a generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362a2c1 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0366b8c1 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037dd65d scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x037fb07b dcb_getapp +EXPORT_SYMBOL vmlinux 0x038762c8 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x0398c06b ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x039daa5e do_clone_file_range +EXPORT_SYMBOL vmlinux 0x039ed7c9 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03cfa6a8 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x03d2240c add_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0x03df686a input_register_handle +EXPORT_SYMBOL vmlinux 0x03e65bb1 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x03e7c16e pskb_extract +EXPORT_SYMBOL vmlinux 0x03f975c0 iterate_dir +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fdea9f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x0416a652 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x0431dbbd pci_get_device +EXPORT_SYMBOL vmlinux 0x04377c9b __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04444662 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x046ea130 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x046ec6c2 set_disk_ro +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047c956d filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x049ea0a4 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x04d3df2c blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x04da03e9 sg_miter_next +EXPORT_SYMBOL vmlinux 0x04f6c42b posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x04ff4167 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x05153345 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x051af66b flush_signals +EXPORT_SYMBOL vmlinux 0x051b32a8 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x051c64b4 ap_send_config_uevent +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05248087 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0535a41d tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x053825e6 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x053d84e5 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x056fcdc1 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x0576c6c7 debug_set_level +EXPORT_SYMBOL vmlinux 0x0584d4ac __traceiter_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x058f786a f_setown +EXPORT_SYMBOL vmlinux 0x05abef56 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x05b2679c bio_uninit +EXPORT_SYMBOL vmlinux 0x05d13f39 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x05dd0f91 __lshrti3 +EXPORT_SYMBOL vmlinux 0x05df0730 kobject_init +EXPORT_SYMBOL vmlinux 0x05f6a7d1 proc_create +EXPORT_SYMBOL vmlinux 0x060b3e66 seq_putc +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0617f17e pci_enable_atomic_ops_to_root +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 0x06509775 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066e58f1 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x067f135b rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x0685a80f inode_set_flags +EXPORT_SYMBOL vmlinux 0x06c4a548 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x06ce98f2 raw3270_read_modified_cb +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06f54bab get_pgste +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0716d480 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x071d7afa xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x071f0ecc _dev_crit +EXPORT_SYMBOL vmlinux 0x07297511 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x0736c3ff fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x073e3ef2 cdev_device_add +EXPORT_SYMBOL vmlinux 0x07924161 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x07965889 nla_put +EXPORT_SYMBOL vmlinux 0x079f99ed set_page_dirty +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ca7f3f __mdiobus_register +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +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 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082e9970 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x083b357b sync_blockdev +EXPORT_SYMBOL vmlinux 0x08433e05 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x08456553 match_string +EXPORT_SYMBOL vmlinux 0x084f5aaa sock_init_data +EXPORT_SYMBOL vmlinux 0x0870b8b3 bio_reset +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08733236 intlog10 +EXPORT_SYMBOL vmlinux 0x08762158 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x08763ec5 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x0877f292 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x0880bfe0 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x088c96f6 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x088fee32 thaw_bdev +EXPORT_SYMBOL vmlinux 0x0896d7d3 vc_resize +EXPORT_SYMBOL vmlinux 0x08b15c32 _dev_notice +EXPORT_SYMBOL vmlinux 0x08b46b46 sync_file_create +EXPORT_SYMBOL vmlinux 0x08b5aaf1 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x08c2931c pci_disable_msi +EXPORT_SYMBOL vmlinux 0x08c67da5 mount_nodev +EXPORT_SYMBOL vmlinux 0x08cf8e1f vfs_llseek +EXPORT_SYMBOL vmlinux 0x08cfc1a8 param_set_invbool +EXPORT_SYMBOL vmlinux 0x08d55f1f iunique +EXPORT_SYMBOL vmlinux 0x08e12fff simple_open +EXPORT_SYMBOL vmlinux 0x08f3a47d tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x0907e8af param_get_ushort +EXPORT_SYMBOL vmlinux 0x0914edc6 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x091f76b1 netif_rx +EXPORT_SYMBOL vmlinux 0x091fc708 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x0920b173 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x09241eae ns_capable +EXPORT_SYMBOL vmlinux 0x092d3f9d skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x0935a178 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x093adcce __percpu_counter_init_many +EXPORT_SYMBOL vmlinux 0x093f74ef finish_open +EXPORT_SYMBOL vmlinux 0x094effa5 __iucv_message_receive +EXPORT_SYMBOL vmlinux 0x096e758d qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x0970102e zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0978c394 thread_group_exited +EXPORT_SYMBOL vmlinux 0x0985e863 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x0988150b napi_enable +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09be9145 sock_wfree +EXPORT_SYMBOL vmlinux 0x09ccab40 pci_find_bus +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a164f02 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x0a235df8 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x0a355a8a fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x0a3b0d94 raw_copy_from_user +EXPORT_SYMBOL vmlinux 0x0a6faf55 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7bd967 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x0aa2a36e xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aacd352 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x0ab6cdaa ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x0ac403e8 dump_emit +EXPORT_SYMBOL vmlinux 0x0ad357d9 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x0af1c233 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x0af7aac2 ap_driver_unregister +EXPORT_SYMBOL vmlinux 0x0b06f909 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x0b107e79 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x0b19ca25 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b5d5b54 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x0b6cc5f2 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b79c77f register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x0b7d9df0 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x0b92b3a2 debug_register_view +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb6b5ab pci_remove_bus +EXPORT_SYMBOL vmlinux 0x0bbd5190 from_kgid +EXPORT_SYMBOL vmlinux 0x0bc15ccd inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc4911e nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0bc93326 class3270 +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd98757 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x0bdfac1f path_is_under +EXPORT_SYMBOL vmlinux 0x0befa253 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x0c17a68e zlib_dfltcc_support +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c333a7f radix_tree_insert +EXPORT_SYMBOL vmlinux 0x0c47c358 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x0c78ed46 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x0c7cf7c6 zero_page_mask +EXPORT_SYMBOL vmlinux 0x0c83ae18 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x0c904c5b mempool_exit +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb4798e dump_page +EXPORT_SYMBOL vmlinux 0x0cc0f4c5 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d09a263 sock_i_uid +EXPORT_SYMBOL vmlinux 0x0d17fee6 touch_atime +EXPORT_SYMBOL vmlinux 0x0d2345de seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x0d326ba0 register_qdisc +EXPORT_SYMBOL vmlinux 0x0d53dda7 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d570a0e raw3270_request_reset +EXPORT_SYMBOL vmlinux 0x0d5d468d simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x0d739bd5 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x0d97c9a1 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0da36500 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x0dd45efa configfs_depend_item +EXPORT_SYMBOL vmlinux 0x0ddf155b skb_trim +EXPORT_SYMBOL vmlinux 0x0df4abb2 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x0df8fb6e iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x0e1114e1 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x0e13598c watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e199e15 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x0e1e8f99 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x0e1ee435 _copy_from_user_key +EXPORT_SYMBOL vmlinux 0x0e2976c9 deactivate_super +EXPORT_SYMBOL vmlinux 0x0e516217 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x0e56b80a __SCK__tp_func_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x0e57ded1 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x0e7d3969 nf_log_trace +EXPORT_SYMBOL vmlinux 0x0e7e3b56 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0e809fa9 mdio_device_create +EXPORT_SYMBOL vmlinux 0x0e8a3c06 tcp_filter +EXPORT_SYMBOL vmlinux 0x0e97bd37 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea763c3 sclp_sync_wait +EXPORT_SYMBOL vmlinux 0x0eab56fa __kfifo_max_r +EXPORT_SYMBOL vmlinux 0x0eb66f7d sk_capable +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ecb288e proto_register +EXPORT_SYMBOL vmlinux 0x0ed3fdf8 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x0ee0a520 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x0ee61a9b airq_iv_free +EXPORT_SYMBOL vmlinux 0x0ef04113 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x0ef699cb scsi_done +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1417b1 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2b4020 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x0f4b79de lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x0f4f9478 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x0f5c468e phy_config_aneg +EXPORT_SYMBOL vmlinux 0x0f68c0f0 path_put +EXPORT_SYMBOL vmlinux 0x0f701df4 xattr_full_name +EXPORT_SYMBOL vmlinux 0x0f75423b dev_add_pack +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb6c3c9 seq_dentry +EXPORT_SYMBOL vmlinux 0x0fb7dd40 brioctl_set +EXPORT_SYMBOL vmlinux 0x0fd49e7d netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe30538 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10010385 inet6_protos +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x1003209e nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x1008a81b ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x102198e0 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103bafd6 down_read +EXPORT_SYMBOL vmlinux 0x10497616 memweight +EXPORT_SYMBOL vmlinux 0x105586fb handshake_genl_put +EXPORT_SYMBOL vmlinux 0x1056cfcd truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x105d1333 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x1065f909 debug_dflt_header_fn +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107284a4 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x10776fb9 xa_extract +EXPORT_SYMBOL vmlinux 0x1077c3c7 param_ops_long +EXPORT_SYMBOL vmlinux 0x107aaf57 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1098aecc ccw_device_resume +EXPORT_SYMBOL vmlinux 0x10bd42ee posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x10bfe3d8 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x10cb1026 phy_init_eee +EXPORT_SYMBOL vmlinux 0x10cb60f1 __alloc_skb +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e0194d sg_miter_stop +EXPORT_SYMBOL vmlinux 0x10e4a9e3 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e9c452 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x10fcbb61 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1118c7ec skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x1119773f netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x112121f7 __traceiter_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x11242b89 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x112a2fa6 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x113f02ee fb_validate_mode +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11767de6 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x118a0239 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x118b96af generic_listxattr +EXPORT_SYMBOL vmlinux 0x1191bea6 param_ops_string +EXPORT_SYMBOL vmlinux 0x11a2f93b noop_qdisc +EXPORT_SYMBOL vmlinux 0x11bbe5f8 block_write_end +EXPORT_SYMBOL vmlinux 0x11ce91e1 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1213b233 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1239fc2d sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x12427462 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1251a12e console_mode +EXPORT_SYMBOL vmlinux 0x12641250 get_phys_clock +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12824fb4 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x1287b47f vfs_rename +EXPORT_SYMBOL vmlinux 0x12a23852 skb_dump +EXPORT_SYMBOL vmlinux 0x12a5b3fa __register_binfmt +EXPORT_SYMBOL vmlinux 0x12aa8983 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x12b6b8b4 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x12bed915 ccw_device_clear +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12ced793 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x12e49384 pci_enable_device +EXPORT_SYMBOL vmlinux 0x12f05087 generic_write_end +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12f8b235 raw3270_request_set_cmd +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131bbd81 finish_swait +EXPORT_SYMBOL vmlinux 0x131e7858 generic_hwtstamp_set_lower +EXPORT_SYMBOL vmlinux 0x1327ebdb tty_write_room +EXPORT_SYMBOL vmlinux 0x138a7cb4 would_dump +EXPORT_SYMBOL vmlinux 0x13994106 block_write_full_page +EXPORT_SYMBOL vmlinux 0x139c6058 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x13ac3a2d xfrm_state_add +EXPORT_SYMBOL vmlinux 0x13b8dcab folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x13ccee37 write_cache_pages +EXPORT_SYMBOL vmlinux 0x13cf5cb8 kernel_write +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13d929a0 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x13fa3a0c from_kuid_munged +EXPORT_SYMBOL vmlinux 0x140c6bde tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x143e730e flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x144686e8 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x144b6a6f elv_rb_find +EXPORT_SYMBOL vmlinux 0x1457fa46 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x147d7290 xor_block_xc +EXPORT_SYMBOL vmlinux 0x1488d6d5 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x148aa321 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x149b65e7 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x14ac705d param_ops_ushort +EXPORT_SYMBOL vmlinux 0x14b25b66 scsi_print_result +EXPORT_SYMBOL vmlinux 0x14c1442c genl_unregister_family +EXPORT_SYMBOL vmlinux 0x14c5e5b3 segment_warning +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c9ec8a tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14d891f3 cdev_init +EXPORT_SYMBOL vmlinux 0x14dff84c flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x14e9dffe netdev_change_features +EXPORT_SYMBOL vmlinux 0x14ec89fe fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x14f79e0f generic_fillattr +EXPORT_SYMBOL vmlinux 0x15041bf2 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x150ce9dc skb_queue_purge_reason +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1535c5a3 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1554e43d console_start +EXPORT_SYMBOL vmlinux 0x155afcb9 dquot_destroy +EXPORT_SYMBOL vmlinux 0x156f00f3 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x1580a052 tty_port_close_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 0x15c17c08 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x15c513ad locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x15cb1297 device_add_disk +EXPORT_SYMBOL vmlinux 0x15cc5e9a dentry_create +EXPORT_SYMBOL vmlinux 0x15cfb2b3 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0x15d85a57 down_trylock +EXPORT_SYMBOL vmlinux 0x15e0d6ec mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x15e99720 kset_register +EXPORT_SYMBOL vmlinux 0x161ee37b ccw_device_set_online +EXPORT_SYMBOL vmlinux 0x1627beb8 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1642de3a jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x16511e6c inode_permission +EXPORT_SYMBOL vmlinux 0x16538184 param_set_bint +EXPORT_SYMBOL vmlinux 0x165d15e2 down_interruptible +EXPORT_SYMBOL vmlinux 0x166dd159 fb_blank +EXPORT_SYMBOL vmlinux 0x167ee200 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x16aae509 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16f0dcdd __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x171b9f92 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x17351cf1 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x174c3090 get_vm_area +EXPORT_SYMBOL vmlinux 0x176568b3 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x1770a430 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x17717400 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x177c878f genphy_update_link +EXPORT_SYMBOL vmlinux 0x178073f8 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x178e15d1 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x17c1c055 can_nice +EXPORT_SYMBOL vmlinux 0x17c5e99a inode_update_timestamps +EXPORT_SYMBOL vmlinux 0x17c7c000 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x17d2f53a xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x1808d0e0 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x1813113d __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x18206c7e _dev_alert +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1838830e rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x1854ed8e deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189b6bac memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x18b87cca sclp_deactivate +EXPORT_SYMBOL vmlinux 0x18c43968 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x18c74252 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x18e17ba8 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x18e34949 key_invalidate +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18ed7f81 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x18eef65c blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x18f593b7 param_get_short +EXPORT_SYMBOL vmlinux 0x1902dd26 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x1946696a mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x196a51f6 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x197f000c lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198d15f6 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x1991ae26 bio_put +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a5c57b security_path_mknod +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2a9c0 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x1a08d2ba VMALLOC_START +EXPORT_SYMBOL vmlinux 0x1a1b88cb unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1a3e6096 pci_release_resource +EXPORT_SYMBOL vmlinux 0x1a4840be dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x1a4a9fe5 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1a538ec0 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x1a55137d gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x1a6d3ead page_pool_destroy +EXPORT_SYMBOL vmlinux 0x1a7fbf6c truncate_setsize +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa7fb28 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x1ab35927 __debug_sprintf_exception +EXPORT_SYMBOL vmlinux 0x1aba9a4a devm_register_netdev +EXPORT_SYMBOL vmlinux 0x1ac20301 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1ac4c5d4 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x1ad8e172 phy_device_free +EXPORT_SYMBOL vmlinux 0x1ae84d57 simple_empty +EXPORT_SYMBOL vmlinux 0x1af10e12 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b07db54 init_special_inode +EXPORT_SYMBOL vmlinux 0x1b08400f ilookup +EXPORT_SYMBOL vmlinux 0x1b148067 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x1b22e987 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b363d7d icmp6_send +EXPORT_SYMBOL vmlinux 0x1b37d254 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x1b59b51c tls_handshake_close +EXPORT_SYMBOL vmlinux 0x1b5b4b12 gro_cells_init +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b75519b end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1ba04458 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1ba2e4a9 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x1bab845b dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1be0e249 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x1c02b95c flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x1c1340cc inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x1c1cf3de md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x1c26a000 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x1c43fe7b jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x1c47479e fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x1c59625b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x1c664434 __write_overflow_field +EXPORT_SYMBOL vmlinux 0x1c8e4aeb kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x1caf8fa1 inet_offloads +EXPORT_SYMBOL vmlinux 0x1cb12c9b filemap_check_errors +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc4d667 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x1ce26a63 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0x1cee8da2 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x1d0b8ac7 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x1d13524b dev_mc_flush +EXPORT_SYMBOL vmlinux 0x1d1c904e read_cache_page +EXPORT_SYMBOL vmlinux 0x1d1d390c crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x1d216a6b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x1d232cb6 pci_request_regions +EXPORT_SYMBOL vmlinux 0x1d271246 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x1d3e2765 iucv_path_quiesce +EXPORT_SYMBOL vmlinux 0x1d449b90 dfltcc_can_deflate +EXPORT_SYMBOL vmlinux 0x1d45d163 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x1d5009e7 padata_free_shell +EXPORT_SYMBOL vmlinux 0x1d6f37bc ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x1d771501 dev_mc_del +EXPORT_SYMBOL vmlinux 0x1d78429a generic_block_bmap +EXPORT_SYMBOL vmlinux 0x1d7d35cc tcf_action_exec +EXPORT_SYMBOL vmlinux 0x1d8673ab sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x1dac7890 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x1dadd920 __kmalloc +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dc8836e scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x1dd20d32 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de33120 give_up_console +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de5127e kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x1ded25c6 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x1df691d2 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e1ac0de pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x1e243936 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1e334da8 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x1e416643 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x1e4b0179 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x1e63fe69 vcalloc +EXPORT_SYMBOL vmlinux 0x1e6608bb skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e78b8a0 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x1e8055d5 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x1e8a161a crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1e9c5bab dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb4b2d2 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x1ec4a0f6 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee930ac eth_type_trans +EXPORT_SYMBOL vmlinux 0x1ef20e6c dev_load +EXPORT_SYMBOL vmlinux 0x1f07f226 __check_sticky +EXPORT_SYMBOL vmlinux 0x1f1b4f62 noop_fsync +EXPORT_SYMBOL vmlinux 0x1f21b76e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x1f304a05 vfs_get_link +EXPORT_SYMBOL vmlinux 0x1f36c9b2 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x1f476254 __bread_gfp +EXPORT_SYMBOL vmlinux 0x1f4ff144 unregister_netdev +EXPORT_SYMBOL vmlinux 0x1f50823c set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x1f678f26 vfs_link +EXPORT_SYMBOL vmlinux 0x1f6d6237 freeze_bdev +EXPORT_SYMBOL vmlinux 0x1f7f7a17 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x1f8686d0 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x1f8b44ab tty_lock +EXPORT_SYMBOL vmlinux 0x1f95657b mempool_resize +EXPORT_SYMBOL vmlinux 0x1f9a2235 nf_log_packet +EXPORT_SYMBOL vmlinux 0x1fa9ce34 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x1fbc3cd4 udp_read_skb +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbf9e9e mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x1fc55728 poll_initwait +EXPORT_SYMBOL vmlinux 0x1fcb720d tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x1fd72b46 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x1fda8755 __memset32 +EXPORT_SYMBOL vmlinux 0x1fe48a0f fget +EXPORT_SYMBOL vmlinux 0x1fef1674 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x1ff8239c inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1ff98c03 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2004893a security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x20050ce6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x2007afec tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2014a246 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x2018a6d9 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x20214e3d jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x2033d671 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20592c6f arch_write_lock_wait +EXPORT_SYMBOL vmlinux 0x205e192c ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x2071c038 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x2079a5f9 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x20973b94 segment_unload +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20c38dde __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20ee076e itcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x211df412 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x213c9954 tty_register_driver +EXPORT_SYMBOL vmlinux 0x214179b7 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x21417fab inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x21690538 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x2169db88 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x217649f6 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x217a3f86 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x218861cc phy_get_pause +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x219ada89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x21a20d8e free_task +EXPORT_SYMBOL vmlinux 0x21a44762 d_rehash +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c3cf81 proc_remove +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ea83bc zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x21ed1a08 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x220a904c kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x2210642c sclp_ap_deconfigure +EXPORT_SYMBOL vmlinux 0x221567e6 __traceiter_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x221ba04a tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x2225b1b2 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22322cbb proc_create_data +EXPORT_SYMBOL vmlinux 0x2233a9f6 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x225d43e0 tcp_check_req +EXPORT_SYMBOL vmlinux 0x226317fb fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x2265d1f2 sget_fc +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x226989c1 release_pages +EXPORT_SYMBOL vmlinux 0x2279f300 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x227f6cd1 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x22840d3e kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x228f96c9 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x229715dd from_kprojid +EXPORT_SYMBOL vmlinux 0x2298a0b3 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b79269 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x22b839eb blk_integrity_register +EXPORT_SYMBOL vmlinux 0x22bafb4f slab_build_skb +EXPORT_SYMBOL vmlinux 0x22c396cb __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x22cd610c simple_pin_fs +EXPORT_SYMBOL vmlinux 0x22d1665d add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x22f89fdf skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x2306a12e fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x232a9fca ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x23318cca send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x233829f5 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x234c6ccd textsearch_unregister +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236c8c64 memcpy +EXPORT_SYMBOL vmlinux 0x23924a48 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x23973aa4 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x23b255ee xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bbda05 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x23e232e6 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2405ddb4 locks_delete_block +EXPORT_SYMBOL vmlinux 0x240a5ac4 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x241d1391 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x242f3562 irq_subclass_register +EXPORT_SYMBOL vmlinux 0x2450cb23 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246ec3ea tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x247a3fe4 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x247b2b86 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x247c1b8b file_remove_privs +EXPORT_SYMBOL vmlinux 0x247e3c7a tty_kref_put +EXPORT_SYMBOL vmlinux 0x248fed38 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x24962712 lowcore_ptr +EXPORT_SYMBOL vmlinux 0x249d7ffc kbd_ioctl +EXPORT_SYMBOL vmlinux 0x24a0a554 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x24a7ee2c __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x24ad2bd2 dev_set_alias +EXPORT_SYMBOL vmlinux 0x24b04300 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x24b8528f mutex_trylock +EXPORT_SYMBOL vmlinux 0x24bc53b0 __traceiter_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24da1ac4 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24ea038b sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x24f5deab vfs_readlink +EXPORT_SYMBOL vmlinux 0x24f80e71 input_register_device +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252957fc fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x252cf375 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x252fe7e4 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x253a2884 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x257a9cc0 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2586c8f0 netdev_alert +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a0e82b tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x25a4f150 tty_hangup +EXPORT_SYMBOL vmlinux 0x25a76fe4 register_service_level +EXPORT_SYMBOL vmlinux 0x25ab8018 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x25bad3e5 phy_attach +EXPORT_SYMBOL vmlinux 0x25bf466b submit_bh +EXPORT_SYMBOL vmlinux 0x25c3525b ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x25cfb0ba xfrm_init_state +EXPORT_SYMBOL vmlinux 0x25dad4a4 __find_get_block +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ec1b28 strlen +EXPORT_SYMBOL vmlinux 0x25ed4c8a ip_frag_init +EXPORT_SYMBOL vmlinux 0x2605e14e __mdiobus_write +EXPORT_SYMBOL vmlinux 0x2609182f netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x260c5a3a jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x261c30c5 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2641a1c6 diag224 +EXPORT_SYMBOL vmlinux 0x265c88db vm_mmap +EXPORT_SYMBOL vmlinux 0x265f574f __ip_dev_find +EXPORT_SYMBOL vmlinux 0x26760528 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x268176b8 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x26878e34 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x2687c8ec dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26a5b938 sclp_pci_configure +EXPORT_SYMBOL vmlinux 0x26aee08d skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26fab4db mdio_device_free +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271d9b6f scsi_register_driver +EXPORT_SYMBOL vmlinux 0x272810d4 dma_map_resource +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272a9930 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2742c714 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274b7ae2 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x2751e3b3 abort_creds +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 0x276a3976 __breadahead +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 0x27a81f84 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x27a8f51b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x27a9b767 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd17d6 mdiobus_read +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d0cb9e wake_up_process +EXPORT_SYMBOL vmlinux 0x27d15b22 dcb_delrewr +EXPORT_SYMBOL vmlinux 0x27dda68f dquot_free_inode +EXPORT_SYMBOL vmlinux 0x27e207aa fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x27eb9cd1 tcw_set_intrg +EXPORT_SYMBOL vmlinux 0x2803deee input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282a4fb8 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x28378917 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x285b8be2 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x2863d188 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x286a3661 airq_iv_scan +EXPORT_SYMBOL vmlinux 0x286fc708 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2876f379 set_page_writeback +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28906c84 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x28b381ce pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x28b9d4e9 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x28cae424 phy_connect +EXPORT_SYMBOL vmlinux 0x28cbb61e kmalloc_caches +EXPORT_SYMBOL vmlinux 0x28eb6b9b netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x28f1fa40 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29030722 audit_log_start +EXPORT_SYMBOL vmlinux 0x2903ece5 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x291165e8 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x29391e7d vm_munmap +EXPORT_SYMBOL vmlinux 0x294b72da tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x2956cf37 sclp_remove_processed +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x2969e080 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x29789394 empty_zero_page +EXPORT_SYMBOL vmlinux 0x29970881 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x2999e3d1 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x29b7e001 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x29bff172 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x29e0716b mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x29e8dab6 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x2a04ebc3 simple_lookup +EXPORT_SYMBOL vmlinux 0x2a0eb5c1 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x2a23be62 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x2a3295c5 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x2a41d203 dql_init +EXPORT_SYMBOL vmlinux 0x2a47ab40 fs_bio_set +EXPORT_SYMBOL vmlinux 0x2a5b829c xfrm_register_km +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a739120 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x2a866ad1 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x2accde98 param_array_ops +EXPORT_SYMBOL vmlinux 0x2adda5ce udp_pre_connect +EXPORT_SYMBOL vmlinux 0x2af3f454 ssch +EXPORT_SYMBOL vmlinux 0x2afa181a _copy_to_iter +EXPORT_SYMBOL vmlinux 0x2b1d7e6a padata_free +EXPORT_SYMBOL vmlinux 0x2b2bae1e __brelse +EXPORT_SYMBOL vmlinux 0x2b343232 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x2b3c2f7c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2b473af9 copy_splice_read +EXPORT_SYMBOL vmlinux 0x2b47be1d dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x2b4d7d5f dev_close +EXPORT_SYMBOL vmlinux 0x2b5ecbc6 __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x2b81c877 dst_discard_out +EXPORT_SYMBOL vmlinux 0x2b96ad05 __nla_put +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bbe76f4 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x2bc8c28d nf_reinject +EXPORT_SYMBOL vmlinux 0x2bcbedff iov_iter_npages +EXPORT_SYMBOL vmlinux 0x2c1c3a65 param_get_string +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2cb06512 vm_map_pages +EXPORT_SYMBOL vmlinux 0x2cb28850 open_exec +EXPORT_SYMBOL vmlinux 0x2cbd23af trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2ccdee18 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x2ccee189 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x2ce46ff1 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cf92cd4 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2cfd5aac mdio_device_reset +EXPORT_SYMBOL vmlinux 0x2d02f803 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x2d082b77 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d16dbde xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x2d206c53 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x2d20b8cd genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x2d2870d5 skb_queue_tail +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 0x2d4d6cdd scsi_remove_target +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d55d179 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x2d6af579 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x2d7b4506 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x2d832cbf utf8_casefold +EXPORT_SYMBOL vmlinux 0x2d89a2ee clocksource_unregister +EXPORT_SYMBOL vmlinux 0x2d916bb0 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9ef170 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x2da9d481 iucv_bus +EXPORT_SYMBOL vmlinux 0x2ddb834b __xa_alloc +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2e05db44 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2e05fe16 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x2e3c5950 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x2e467d76 tty_port_open +EXPORT_SYMBOL vmlinux 0x2e48fd75 fget_raw +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e93e2e6 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x2e943309 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x2e96a726 phy_device_remove +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed67d13 raw3270_start_request +EXPORT_SYMBOL vmlinux 0x2ee6d635 dm_io +EXPORT_SYMBOL vmlinux 0x2ef3879b dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x2ef5661d segment_modify_shared +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0888b5 kbd_keycode +EXPORT_SYMBOL vmlinux 0x2f196d8a __scsi_add_device +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f30c2ce bio_init +EXPORT_SYMBOL vmlinux 0x2f641977 raw3270_deactivate_view +EXPORT_SYMBOL vmlinux 0x2f67fce3 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x2f6e161e folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f8bd88b key_task_permission +EXPORT_SYMBOL vmlinux 0x2f8f9db4 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x2fa5a500 memcmp +EXPORT_SYMBOL vmlinux 0x2fbe143e invalidate_bdev +EXPORT_SYMBOL vmlinux 0x2fc913f1 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x2fd00dea simple_link +EXPORT_SYMBOL vmlinux 0x2fd09944 blake2s_update +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff3e377 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x2ffffb6f _ebc_tolower +EXPORT_SYMBOL vmlinux 0x30058362 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x300d6be4 __irq_regs +EXPORT_SYMBOL vmlinux 0x3020920c dev_set_threaded +EXPORT_SYMBOL vmlinux 0x30233889 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x302ac4b0 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x30314f25 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x303bae85 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x30412844 cred_fscmp +EXPORT_SYMBOL vmlinux 0x307d7dea blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x3086b584 phy_init_hw +EXPORT_SYMBOL vmlinux 0x30956885 d_drop +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b3bb5b __sock_create +EXPORT_SYMBOL vmlinux 0x30d078c3 dquot_resume +EXPORT_SYMBOL vmlinux 0x30d5d555 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x31248c4a inet_frags_fini +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3134ed20 blk_put_queue +EXPORT_SYMBOL vmlinux 0x313f88d1 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x31500158 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x3163ece4 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x3178d047 skb_store_bits +EXPORT_SYMBOL vmlinux 0x317c09b9 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x31975099 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x319fec32 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x31b0ced4 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x31e06dfd dquot_acquire +EXPORT_SYMBOL vmlinux 0x31e61067 dst_destroy +EXPORT_SYMBOL vmlinux 0x31e7b349 key_create_or_update +EXPORT_SYMBOL vmlinux 0x31fb0a94 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x320252a3 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x321a7a14 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x325ad0c9 input_set_keycode +EXPORT_SYMBOL vmlinux 0x3268a588 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x3271f939 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x32805b8d mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x3281e25a mdiobus_free +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3292a4cc kobject_get +EXPORT_SYMBOL vmlinux 0x32a03650 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x32c6a2d8 _ebcasc_500 +EXPORT_SYMBOL vmlinux 0x32ccf2fc secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32da4b48 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x32f32264 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x331de0b9 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x33569e6f nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3362a5ac udp_table +EXPORT_SYMBOL vmlinux 0x337fb714 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x33866b56 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x338d41db iptun_encaps +EXPORT_SYMBOL vmlinux 0x339829bc jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x339849a0 ccw_device_set_options_mask +EXPORT_SYMBOL vmlinux 0x33abc722 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x33b0d8d1 scsi_host_get +EXPORT_SYMBOL vmlinux 0x33d92c0e sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x33e7a193 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x33f74de3 _ascebc_500 +EXPORT_SYMBOL vmlinux 0x33fa677f rename_lock +EXPORT_SYMBOL vmlinux 0x33fe46c8 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x341b9879 generic_permission +EXPORT_SYMBOL vmlinux 0x3423dfa5 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x3442c9a4 scsi_print_command +EXPORT_SYMBOL vmlinux 0x3445ef3f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x3446d9dd phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x3456980d mt_find_after +EXPORT_SYMBOL vmlinux 0x34572ffc scsi_done_direct +EXPORT_SYMBOL vmlinux 0x345b5595 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f8821d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x350656e4 __tracepoint_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x351220c2 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352fa27a sock_no_accept +EXPORT_SYMBOL vmlinux 0x3537ad16 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x3549953f dcb_getrewr +EXPORT_SYMBOL vmlinux 0x354f5d8e xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x357280a5 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x35767f2e inet_put_port +EXPORT_SYMBOL vmlinux 0x3583cb20 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x358b059e bmap +EXPORT_SYMBOL vmlinux 0x3590a0bb skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x3590b729 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b6f7be cdev_add +EXPORT_SYMBOL vmlinux 0x35b9c7ed vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x35c581f6 generic_file_open +EXPORT_SYMBOL vmlinux 0x35d11514 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x35eeaaca inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x36000942 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3602aba9 raw3270_register_notifier +EXPORT_SYMBOL vmlinux 0x3605c0ad register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x36088710 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x361605de netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365beebc dev_mc_sync +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x3664c16c security_path_rename +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x369735da register_console +EXPORT_SYMBOL vmlinux 0x36b967f8 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x36b985d2 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x36bb80d6 reset_guest_reference_bit +EXPORT_SYMBOL vmlinux 0x36dc0755 input_open_device +EXPORT_SYMBOL vmlinux 0x36e5bae7 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x36eb7f53 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x36ec6777 request_key_tag +EXPORT_SYMBOL vmlinux 0x36ef5f35 genl_notify +EXPORT_SYMBOL vmlinux 0x36f28dfe dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x370756ff bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x3718968b inet6_bind +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3736d025 down_read_killable +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3748a765 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375ac910 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x3774ceb8 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x377d0436 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x379ea35b __do_once_done +EXPORT_SYMBOL vmlinux 0x37b31553 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x37b8684c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cd311f seq_open +EXPORT_SYMBOL vmlinux 0x37d35333 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x37de9e57 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x380cecf0 netif_device_attach +EXPORT_SYMBOL vmlinux 0x380ec283 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x381814bf tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3832522f __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x384d259f tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38863654 neigh_xmit +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38a4ade7 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b8e50a inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x38cff5bf user_path_create +EXPORT_SYMBOL vmlinux 0x3903287a param_ops_uint +EXPORT_SYMBOL vmlinux 0x3904af28 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x391c7265 ptep_xchg_direct +EXPORT_SYMBOL vmlinux 0x391d1a6d netdev_features_change +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3931255e vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x393c1f2c pci_match_id +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x397661c8 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x398c5988 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x39a60edb sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x39bf4717 bio_free_pages +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cd691d __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x39d5936b dev_trans_start +EXPORT_SYMBOL vmlinux 0x39fd2b63 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a1733d0 dfltcc_inflate +EXPORT_SYMBOL vmlinux 0x3a17e45d elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a2f6742 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5fdaf3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3a742d45 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x3a7b3ae9 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x3a8f22ce gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x3a9f59a0 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x3aa54331 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acb14da flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x3acc7dee mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x3ad07ef1 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x3adcc512 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x3b176ce7 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x3b1da182 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3b375c39 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3b481260 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x3b5bf0c8 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b65a6f9 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b756f6a crc32_le +EXPORT_SYMBOL vmlinux 0x3ba5a128 peernet2id +EXPORT_SYMBOL vmlinux 0x3ba8084b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x3bd9346c dev_mc_add +EXPORT_SYMBOL vmlinux 0x3beb2fc4 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x3c01637a dquot_alloc +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 0x3c217be5 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x3c2e9219 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x3c3af15f __tracepoint_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c413228 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x3c4a70b7 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x3c531813 zstd_is_error +EXPORT_SYMBOL vmlinux 0x3c659006 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x3c6a3d8c pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x3c6b3c2d fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x3c768b51 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x3cac4b42 key_revoke +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3ccea570 kill_litter_super +EXPORT_SYMBOL vmlinux 0x3cd0d593 qdisc_reset +EXPORT_SYMBOL vmlinux 0x3ce49f52 pcim_iomap +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d117a60 itcw_calc_size +EXPORT_SYMBOL vmlinux 0x3d2981fa utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x3d2af214 elv_rb_add +EXPORT_SYMBOL vmlinux 0x3d4cb9d1 airq_iv_create +EXPORT_SYMBOL vmlinux 0x3d561f11 inet_shutdown +EXPORT_SYMBOL vmlinux 0x3d6b3755 empty_name +EXPORT_SYMBOL vmlinux 0x3d9f6308 finalize_exec +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 0x3db5df21 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x3dc2e8da tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x3dc564af mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3de186cf ilookup5 +EXPORT_SYMBOL vmlinux 0x3de5c46d netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x3def3bdb notify_change +EXPORT_SYMBOL vmlinux 0x3df12ccd d_alloc_name +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0597ee inc_nlink +EXPORT_SYMBOL vmlinux 0x3e32f907 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x3e33e13d __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4de480 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x3e55ffef mtree_store +EXPORT_SYMBOL vmlinux 0x3e5d90bf fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x3e7ab0a0 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x3e7e4d97 commit_creds +EXPORT_SYMBOL vmlinux 0x3e8d48a5 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x3e9bdf1e remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x3ea54dd9 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x3ea62292 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x3eb0c491 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x3eb0dc69 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x3eb67021 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x3ec907d9 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed4c87a __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x3edd3212 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f051fef fc_mount +EXPORT_SYMBOL vmlinux 0x3f0d3828 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x3f13cc31 try_module_get +EXPORT_SYMBOL vmlinux 0x3f3962a8 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f62f354 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x3f6f303b netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x3f801011 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa913da strspn +EXPORT_SYMBOL vmlinux 0x3fd54f12 raw3270_request_set_data +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3febb46c dquot_quota_off +EXPORT_SYMBOL vmlinux 0x3ff9f204 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x401c31a1 ip6_output +EXPORT_SYMBOL vmlinux 0x402a960a jiffies_64 +EXPORT_SYMBOL vmlinux 0x40436985 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x4052b559 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x40614a38 elv_rb_del +EXPORT_SYMBOL vmlinux 0x4069302c inet_add_protocol +EXPORT_SYMBOL vmlinux 0x408602ab bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b26b83 ap_driver_register +EXPORT_SYMBOL vmlinux 0x40be7d61 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d78390 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x40d7f999 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x40dbcf4b pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x40ecbb09 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x40f2d75f phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x41096e88 md_write_start +EXPORT_SYMBOL vmlinux 0x4122fac9 nla_reserve +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4138da98 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x4138daa2 bio_split +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4154a64d simple_transaction_release +EXPORT_SYMBOL vmlinux 0x41563d51 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x4171c7e2 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a965fd ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x41b2b84f fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x41d7bc04 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x41e1828c mark_info_dirty +EXPORT_SYMBOL vmlinux 0x4204c257 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x422d0405 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x422f4268 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x42308130 seq_read_iter +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x42373f47 skb_ext_add +EXPORT_SYMBOL vmlinux 0x423a54d7 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x423de76a mpage_writepages +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x425794bf read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x425c396c seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x426c9609 init_net +EXPORT_SYMBOL vmlinux 0x4277e994 vmap +EXPORT_SYMBOL vmlinux 0x428ff575 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x429dcdc0 xa_find_after +EXPORT_SYMBOL vmlinux 0x42ae6d99 xa_find +EXPORT_SYMBOL vmlinux 0x42c4050a zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x42cbb096 filemap_flush +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42fbcd1b skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430bd6d5 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x4311b350 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x431b5b2a page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x431e41ed qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437d277b pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438a96a4 d_delete +EXPORT_SYMBOL vmlinux 0x438aa930 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x438ae33e nf_log_set +EXPORT_SYMBOL vmlinux 0x4394fb8f tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x439c06cc fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x439dc33c end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43bdfa20 console_irq +EXPORT_SYMBOL vmlinux 0x43c2cd59 d_invalidate +EXPORT_SYMBOL vmlinux 0x43c67446 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x43cf3bc3 dql_completed +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d9ba52 fault_in_readable +EXPORT_SYMBOL vmlinux 0x43f267c3 load_nls +EXPORT_SYMBOL vmlinux 0x43f45499 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x43f82c0f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x43fcff80 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x4404c2ba free_buffer_head +EXPORT_SYMBOL vmlinux 0x440af38b qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x44204452 netlink_capable +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44635a58 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x446a0580 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x447a4327 posix_test_lock +EXPORT_SYMBOL vmlinux 0x448c19b6 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x449a162b netif_receive_skb +EXPORT_SYMBOL vmlinux 0x44a305d9 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x44a83ff6 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x44b30fb5 csch +EXPORT_SYMBOL vmlinux 0x44b799e1 tcp_mmap +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44e9b7d0 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x44efa063 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x44f074d2 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x4508a19a pci_dev_driver +EXPORT_SYMBOL vmlinux 0x4510bbee __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452e522d kernel_listen +EXPORT_SYMBOL vmlinux 0x45313163 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45603e70 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x45651013 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x4566d161 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x456e292e configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458b1d93 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x4592ca00 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x45952bc5 dget_parent +EXPORT_SYMBOL vmlinux 0x45954fe1 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x459b2dba generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x45b3f4ae blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x45b5a979 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x45b9877f prepare_to_wait +EXPORT_SYMBOL vmlinux 0x45d3c773 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x45e0112a sk_free +EXPORT_SYMBOL vmlinux 0x45f0d192 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x45f17fb6 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x464aa452 tso_build_data +EXPORT_SYMBOL vmlinux 0x4665f8e0 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4676586c key_move +EXPORT_SYMBOL vmlinux 0x46907c73 padata_alloc +EXPORT_SYMBOL vmlinux 0x4695e60b pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x469e4fe4 ip_output +EXPORT_SYMBOL vmlinux 0x46a95e80 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46cd8fce iucv_message_send +EXPORT_SYMBOL vmlinux 0x46d59f7d smp_cpu_mt_shift +EXPORT_SYMBOL vmlinux 0x46e319aa tcw_set_data +EXPORT_SYMBOL vmlinux 0x46ecb39a jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x46effacd pci_enable_msi +EXPORT_SYMBOL vmlinux 0x471eb291 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x4726892d blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x4732b8c0 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x47392e76 sclp_ocf_cpc_name_copy +EXPORT_SYMBOL vmlinux 0x47448681 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x4763033b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x4766d22e softnet_data +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4774aabe inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x4791c6ea gen_pool_create +EXPORT_SYMBOL vmlinux 0x479b099c d_set_d_op +EXPORT_SYMBOL vmlinux 0x479c42e8 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ec1d49 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x47f62f53 simple_fill_super +EXPORT_SYMBOL vmlinux 0x48076dad security_path_mkdir +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 0x483d53b4 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x484e8474 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x487370a2 fault_in_writeable +EXPORT_SYMBOL vmlinux 0x4879d206 d_instantiate +EXPORT_SYMBOL vmlinux 0x4888bf3b prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48aa9bac pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x48b9dad5 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x48c531ed ccw_device_get_id +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48dd3d75 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x48ef1289 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x48f6905b zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490dddac dq_data_lock +EXPORT_SYMBOL vmlinux 0x49114df6 devm_free_irq +EXPORT_SYMBOL vmlinux 0x4932011e gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x4948db47 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x49533c1c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x49553f07 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x495990f3 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x496091b1 pudp_xchg_direct +EXPORT_SYMBOL vmlinux 0x49672828 node_states +EXPORT_SYMBOL vmlinux 0x496dbce3 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x496ff51e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0x49737ae2 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49b602c8 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x49b829b5 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x49d7aff1 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x49e5e7f3 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x49fa9b0e bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x49fb84cb get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x4a2675ae get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x4a42a2cd sock_gettstamp +EXPORT_SYMBOL vmlinux 0x4a572e3a swake_up_all +EXPORT_SYMBOL vmlinux 0x4a83d67d ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x4a8a6c53 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9d2a7b tcp_child_process +EXPORT_SYMBOL vmlinux 0x4aa13d3d __icmp_send +EXPORT_SYMBOL vmlinux 0x4aaa9fe5 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x4addf94d dmam_pool_create +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afa4d9a phy_drivers_register +EXPORT_SYMBOL vmlinux 0x4afe893f netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x4b04c0df skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x4b08ff02 mt_find +EXPORT_SYMBOL vmlinux 0x4b0b019e add_device_randomness +EXPORT_SYMBOL vmlinux 0x4b0d2c74 eth_header_cache +EXPORT_SYMBOL vmlinux 0x4b369167 __SCK__tp_func_s390_diagnose +EXPORT_SYMBOL vmlinux 0x4b379b31 from_kuid +EXPORT_SYMBOL vmlinux 0x4b751cc6 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x4b772b90 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x4b82519c phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x4b8afee3 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x4b8f4e7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x4bb33473 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x4bd018e2 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x4bdae7f2 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4bdbe330 blkdev_put +EXPORT_SYMBOL vmlinux 0x4bedf652 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x4bf0db89 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x4c03a563 random_kmalloc_seed +EXPORT_SYMBOL vmlinux 0x4c0de954 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x4c27bdb0 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c42f60c generic_file_mmap +EXPORT_SYMBOL vmlinux 0x4c4c956e nla_memcmp +EXPORT_SYMBOL vmlinux 0x4c6346a0 param_get_invbool +EXPORT_SYMBOL vmlinux 0x4c661ac8 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x4c70093c input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x4ccc5204 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4cf0f019 phy_stop +EXPORT_SYMBOL vmlinux 0x4d2ef8d9 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x4d370c5b generic_fadvise +EXPORT_SYMBOL vmlinux 0x4d5b1839 follow_down +EXPORT_SYMBOL vmlinux 0x4d5fe525 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x4d60ea7d ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x4d71ce5a param_ops_bool +EXPORT_SYMBOL vmlinux 0x4d769fc7 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x4d7ebbb0 param_set_long +EXPORT_SYMBOL vmlinux 0x4d839ff9 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x4d968e4d inet_addr_type +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da11f07 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dabf493 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x4dd5451b phy_error +EXPORT_SYMBOL vmlinux 0x4dda726b match_strlcpy +EXPORT_SYMBOL vmlinux 0x4de1afca input_flush_device +EXPORT_SYMBOL vmlinux 0x4dea1053 memchr +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df54d58 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x4dff8dd6 make_kgid +EXPORT_SYMBOL vmlinux 0x4e05d79b security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x4e0b2da8 arp_xmit +EXPORT_SYMBOL vmlinux 0x4e14fb7d __traceiter_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x4e2119da __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4924ea init_virt_timer +EXPORT_SYMBOL vmlinux 0x4e52b578 locks_free_lock +EXPORT_SYMBOL vmlinux 0x4e539f61 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x4e65a86c tcp_req_err +EXPORT_SYMBOL vmlinux 0x4e65d542 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e83b1bb pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4e83c448 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x4e89ce10 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x4e8e2703 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0x4e95521c unlock_buffer +EXPORT_SYMBOL vmlinux 0x4e961c95 sys_copyarea +EXPORT_SYMBOL vmlinux 0x4e9e6a05 downgrade_write +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb9bc43 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2cd1b5 __cpcmd +EXPORT_SYMBOL vmlinux 0x4f5aa411 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x4f6a17e4 raw3270_del_view +EXPORT_SYMBOL vmlinux 0x4fb0c4ec unregister_quota_format +EXPORT_SYMBOL vmlinux 0x4fb3a28f tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x4fbc15cb netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x4fc2e8d0 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x4fd4a2c2 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x4fdba92a mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x4fe143bd __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x4fe48417 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5003d52a ap_perms_mutex +EXPORT_SYMBOL vmlinux 0x50052736 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x50085248 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50143f9c bdi_put +EXPORT_SYMBOL vmlinux 0x5015a34c mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x501b2caa netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x5031b485 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x503f4fc6 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x503ffbf1 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x50511e77 __netdev_notify_peers +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 0x5080764c find_inode_rcu +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509c7c0b vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x50a389c5 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ac2194 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c4d963 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x50cbe524 neigh_for_each +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50e087dc radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x50e7c406 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x51202308 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x513930e7 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x5139833b seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x514923a9 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x515e2f40 skb_put +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51675221 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x51694088 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x516ce814 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x5184b5a0 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x518bb9e6 diag204 +EXPORT_SYMBOL vmlinux 0x519e0bc4 do_SAK +EXPORT_SYMBOL vmlinux 0x51ad31d9 inode_init_always +EXPORT_SYMBOL vmlinux 0x51b2000e input_unregister_handler +EXPORT_SYMBOL vmlinux 0x51bc3bd5 get_watch_queue +EXPORT_SYMBOL vmlinux 0x51c23a94 unix_get_socket +EXPORT_SYMBOL vmlinux 0x51ce56d9 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x51d6bd83 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x51f4ba38 import_single_range +EXPORT_SYMBOL vmlinux 0x51fb8620 blk_rq_init +EXPORT_SYMBOL vmlinux 0x520a617d tso_start +EXPORT_SYMBOL vmlinux 0x52162687 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x52236cea simple_unlink +EXPORT_SYMBOL vmlinux 0x52386955 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x524839f5 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x52525b24 kset_unregister +EXPORT_SYMBOL vmlinux 0x525a58cc security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x526975eb sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x526d8daf __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x528404f4 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x52990df6 ptep_reset_dat_prot +EXPORT_SYMBOL vmlinux 0x52ae3257 devm_ioremap +EXPORT_SYMBOL vmlinux 0x52d6afc4 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52d9833f mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x52db1a14 zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x52fbd4f1 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x530bbc96 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x5315b68b sock_edemux +EXPORT_SYMBOL vmlinux 0x531625b6 wait_for_completion +EXPORT_SYMBOL vmlinux 0x5325d6f3 dfltcc_reset_deflate_state +EXPORT_SYMBOL vmlinux 0x532744f8 kobject_put +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534231ea register_shrinker +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535380dc kernel_getsockname +EXPORT_SYMBOL vmlinux 0x53577e64 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x535e008a noop_llseek +EXPORT_SYMBOL vmlinux 0x5369bf33 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x5399dc48 __skb_pad +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a5fbd6 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x53c24b01 mutex_is_locked +EXPORT_SYMBOL vmlinux 0x53e43822 register_md_personality +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53fb054a neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5400cb76 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x540862e2 diag14 +EXPORT_SYMBOL vmlinux 0x542a1e1b tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x5437a685 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54651a37 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x5468cda7 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x5473e174 mount_bdev +EXPORT_SYMBOL vmlinux 0x548d03f5 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x548d17c4 airq_iv_alloc +EXPORT_SYMBOL vmlinux 0x548d72e0 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x54919e03 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x54ac6e13 skb_split +EXPORT_SYMBOL vmlinux 0x54adacdc thaw_super +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e4bf3b elevator_alloc +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54eec8cd parse_int_array_user +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551668bc kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552556a8 gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x553b4816 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x553b8480 kbd_free +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554b16f9 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x555ccb97 up_read +EXPORT_SYMBOL vmlinux 0x556f6e5c xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x55716454 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a3f3e0 sclp_add_request +EXPORT_SYMBOL vmlinux 0x55bb9a8b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x55c56e66 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x55cbfb7a netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x55d3b15f locks_init_lock +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 0x55fbaf1d smsg_unregister_callback +EXPORT_SYMBOL vmlinux 0x5614784a send_sig_info +EXPORT_SYMBOL vmlinux 0x56173ce4 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x562b9be5 ap_test_config_ctrl_domain +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5643efbd neigh_ifdown +EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564ab27f nla_append +EXPORT_SYMBOL vmlinux 0x566a3cff tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x566ac265 dquot_file_open +EXPORT_SYMBOL vmlinux 0x56718c33 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x5674b8e5 udp_seq_start +EXPORT_SYMBOL vmlinux 0x567e4fbc register_sysctl_sz +EXPORT_SYMBOL vmlinux 0x56801290 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56839410 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x56a8ec46 inet_add_offload +EXPORT_SYMBOL vmlinux 0x56c63fa3 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d0b299 param_get_int +EXPORT_SYMBOL vmlinux 0x56d78870 chsc +EXPORT_SYMBOL vmlinux 0x56dee61f ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x56dfd14f kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x56f52161 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x57213576 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x573fadc9 param_ops_charp +EXPORT_SYMBOL vmlinux 0x57432eb5 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x5751d1b8 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5778279d fqdir_exit +EXPORT_SYMBOL vmlinux 0x579c9aba mdio_device_register +EXPORT_SYMBOL vmlinux 0x57b4b9a1 register_external_irq +EXPORT_SYMBOL vmlinux 0x57c7bd10 dev_activate +EXPORT_SYMBOL vmlinux 0x57dc6c13 kill_anon_super +EXPORT_SYMBOL vmlinux 0x57ecc345 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x57f18433 swake_up_one +EXPORT_SYMBOL vmlinux 0x57f45913 console_stop +EXPORT_SYMBOL vmlinux 0x57f9d7cd unregister_key_type +EXPORT_SYMBOL vmlinux 0x580a0ff0 phy_aneg_done +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 0x58315d23 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x583e416b phy_attach_direct +EXPORT_SYMBOL vmlinux 0x584bfc8d flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x586578e1 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x588be542 shmem_aops +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a4f3c6 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x58a512cc d_add +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b6ecf1 sock_register +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58cd1b54 string_escape_mem +EXPORT_SYMBOL vmlinux 0x58e1d0b9 seq_path +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58eae9ec gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x58f57b01 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x58f6a317 __tracepoint_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x590efade kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x59173762 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x592e8fda phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x595a3c8c proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x5970794e sock_no_bind +EXPORT_SYMBOL vmlinux 0x597dafe8 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x598f0a95 udplite_table +EXPORT_SYMBOL vmlinux 0x599d7b2b param_set_hexint +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59d18cdd dev_get_flags +EXPORT_SYMBOL vmlinux 0x59d8708b input_grab_device +EXPORT_SYMBOL vmlinux 0x59e4ea0a device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x59edc4c1 iget5_locked +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a10f98e del_virt_timer +EXPORT_SYMBOL vmlinux 0x5a13ceb0 simple_setattr +EXPORT_SYMBOL vmlinux 0x5a187427 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x5a1eef9a xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5e7ea3 simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x5a6141a3 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x5a630934 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x5a88c883 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x5a8a4ee5 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x5a94d1e3 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9cfca2 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x5ab27d7c __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x5acc4131 drop_nlink +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b0036ae netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5b1014df d_alloc +EXPORT_SYMBOL vmlinux 0x5b1bd7e3 udp_disconnect +EXPORT_SYMBOL vmlinux 0x5b1d231f jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x5b2b28ab tcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x5b373035 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x5b479641 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x5b4d29b7 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x5b5dd68c bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x5b604bd1 segment_type +EXPORT_SYMBOL vmlinux 0x5b72e81d pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x5b745a3d xa_load +EXPORT_SYMBOL vmlinux 0x5b8a4c37 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x5b8f9a68 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x5b8fca2d kmem_cache_free +EXPORT_SYMBOL vmlinux 0x5bced458 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x5bd10fd8 km_report +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 0x5bde197c fb_io_read +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5becfca8 free_netdev +EXPORT_SYMBOL vmlinux 0x5bf0c8b9 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x5bf9772b dcache_dir_open +EXPORT_SYMBOL vmlinux 0x5c0e7fca bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x5c113d74 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x5c31cafd phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c3df3bc mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x5c513a58 clear_inode +EXPORT_SYMBOL vmlinux 0x5c671e5e iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x5c7b7b8e follow_up +EXPORT_SYMBOL vmlinux 0x5c931f13 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5c96c560 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x5ca0a4fc sg_miter_start +EXPORT_SYMBOL vmlinux 0x5ca6ea6a scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x5cc32bdc bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x5ccf5fa8 module_put +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd6f99b completion_done +EXPORT_SYMBOL vmlinux 0x5ce52a70 datagram_poll +EXPORT_SYMBOL vmlinux 0x5ce71691 xp_dma_map +EXPORT_SYMBOL vmlinux 0x5ce8471f tcp_make_synack +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d06d40c __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x5d0cbad7 fasync_helper +EXPORT_SYMBOL vmlinux 0x5d16d8cd radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x5d219918 handshake_req_private +EXPORT_SYMBOL vmlinux 0x5d21dd37 cad_pid +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d7dee6b strscpy_pad +EXPORT_SYMBOL vmlinux 0x5d9a32ab fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x5daff18b input_get_keycode +EXPORT_SYMBOL vmlinux 0x5dc58518 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x5df29fbf proto_unregister +EXPORT_SYMBOL vmlinux 0x5df756d7 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e0f6089 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x5e11ee94 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x5e278d1b unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e5374d8 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x5e70c0ce tcf_em_register +EXPORT_SYMBOL vmlinux 0x5e803fe6 proc_set_size +EXPORT_SYMBOL vmlinux 0x5e86171d raw3270_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5e92066b vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea1893e ihold +EXPORT_SYMBOL vmlinux 0x5ea31004 arch_spin_trylock_retry +EXPORT_SYMBOL vmlinux 0x5eacad89 security_sk_clone +EXPORT_SYMBOL vmlinux 0x5eb166d8 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x5ec057fb jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec79af4 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x5ec950b1 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x5ece6820 is_subdir +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 0x5efea492 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f11c748 nmi_panic +EXPORT_SYMBOL vmlinux 0x5f2b1d95 intlog2 +EXPORT_SYMBOL vmlinux 0x5f2b550f tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x5f319db3 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x5f36974e migrate_folio +EXPORT_SYMBOL vmlinux 0x5f406996 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5fb3c644 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x5fb7739a md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x5fcddab3 __ashlti3 +EXPORT_SYMBOL vmlinux 0x5fd2298e strnstr +EXPORT_SYMBOL vmlinux 0x5fe447a9 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x5ff0416f make_bad_inode +EXPORT_SYMBOL vmlinux 0x5ffb1d05 tcp_conn_request +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 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603c084c set_nlink +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a92163 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x60cca8ce kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x60cf0d39 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x61003daa netif_device_detach +EXPORT_SYMBOL vmlinux 0x6107d005 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x6108288f complete_all +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6139fefb scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x61472bcc scsi_host_put +EXPORT_SYMBOL vmlinux 0x614e9e1f zero_fill_bio_iter +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x61a809e7 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x61aaf5f7 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b9945e unregister_service_level +EXPORT_SYMBOL vmlinux 0x61c39af0 file_ns_capable +EXPORT_SYMBOL vmlinux 0x61c72011 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x61d953a7 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x61ddc716 kern_unmount +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6227e4ba dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624c45c1 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x625edcb2 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x62616787 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x626dfd06 fd_install +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6274ab1f arp_send +EXPORT_SYMBOL vmlinux 0x627bc1c4 smp_ctl_set_clear_bit +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629a1fcf tcp_time_wait +EXPORT_SYMBOL vmlinux 0x62a4b366 dev_addr_add +EXPORT_SYMBOL vmlinux 0x62f1a500 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x63076a68 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x6311e40f balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6316908d block_commit_write +EXPORT_SYMBOL vmlinux 0x631f8acd pcim_enable_device +EXPORT_SYMBOL vmlinux 0x63235c81 file_path +EXPORT_SYMBOL vmlinux 0x63366f69 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x6358de03 eth_header +EXPORT_SYMBOL vmlinux 0x6359da39 simple_rmdir +EXPORT_SYMBOL vmlinux 0x635b7787 seq_pad +EXPORT_SYMBOL vmlinux 0x6371e098 cio_irb +EXPORT_SYMBOL vmlinux 0x6375b3fe kthread_stop +EXPORT_SYMBOL vmlinux 0x638e6369 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x6397d2d7 param_set_ushort +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 0x63c36b87 unpin_user_page +EXPORT_SYMBOL vmlinux 0x63df982b gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f1b250 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x63f5a59a fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x63f94dea __skb_checksum +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6433a48a dump_align +EXPORT_SYMBOL vmlinux 0x6447f735 complete_request_key +EXPORT_SYMBOL vmlinux 0x644a9c36 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6458f1e7 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649d0f3f passthru_features_check +EXPORT_SYMBOL vmlinux 0x64a22993 unregister_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64a9ca74 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x64c59708 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x64c82bdc mtree_destroy +EXPORT_SYMBOL vmlinux 0x64dec432 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x64e1ad5f pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x64f4e696 __register_chrdev +EXPORT_SYMBOL vmlinux 0x64f915fc mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x64fd341b xsk_tx_release +EXPORT_SYMBOL vmlinux 0x65006f25 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x6502d074 jbd2_journal_clear_features +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 0x6520e970 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x653b992c raw3270_activate_view +EXPORT_SYMBOL vmlinux 0x653b9c16 seq_release +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65514aff dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x655f1fa4 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6561454e sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x6589baed readahead_expand +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65970154 vm_map_ram +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a20516 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x65bdfb67 __bh_read +EXPORT_SYMBOL vmlinux 0x65c42524 page_mapping +EXPORT_SYMBOL vmlinux 0x65c74f70 sock_i_ino +EXPORT_SYMBOL vmlinux 0x65d74cbd truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65dfab52 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x65e694ca km_policy_expired +EXPORT_SYMBOL vmlinux 0x65e83a3a unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x6623f2e3 vmalloc_array +EXPORT_SYMBOL vmlinux 0x66322358 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x663bde07 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x6660382e blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x66650fea tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x66673f89 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x666f18cf md_cluster_ops +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66847994 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x6685cf0b dev_open +EXPORT_SYMBOL vmlinux 0x66987888 dma_fence_init +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a291c7 param_set_byte +EXPORT_SYMBOL vmlinux 0x66ad5545 write_inode_now +EXPORT_SYMBOL vmlinux 0x66e69897 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x66e82836 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x66ecf0d6 tty_port_put +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f23b5a phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x66fe865b zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x67091ce8 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x671438f5 get_tree_single +EXPORT_SYMBOL vmlinux 0x6720249d __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x672144bd strlcpy +EXPORT_SYMBOL vmlinux 0x673d5c42 sync_filesystem +EXPORT_SYMBOL vmlinux 0x6749aafe key_alloc +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x676155ff dotdot_name +EXPORT_SYMBOL vmlinux 0x6766c76d kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x6770fbc5 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x6777508e md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x677f7d55 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x6787acdb devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x678fc863 tty_unlock +EXPORT_SYMBOL vmlinux 0x679365dc hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x679ed9bf generic_setlease +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b4dc2a blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bd5449 set_pgste_bits +EXPORT_SYMBOL vmlinux 0x67df8a80 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x67e2272e refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x67ee8b9f pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x67f7f243 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x6811b70c __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x68180ca4 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x683359e4 __free_pages +EXPORT_SYMBOL vmlinux 0x6885c13a tcp_seq_start +EXPORT_SYMBOL vmlinux 0x688809d1 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x688bafe4 pci_get_class +EXPORT_SYMBOL vmlinux 0x68a6e191 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x68a8a977 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x68cb33c0 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x68d6c591 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x68dca017 dquot_commit +EXPORT_SYMBOL vmlinux 0x68fe9e66 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x69070583 sk_error_report +EXPORT_SYMBOL vmlinux 0x69097457 crc32_be +EXPORT_SYMBOL vmlinux 0x6913208e fqdir_init +EXPORT_SYMBOL vmlinux 0x69253636 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x69523951 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6975d1db tty_port_close +EXPORT_SYMBOL vmlinux 0x69795d7f logfc +EXPORT_SYMBOL vmlinux 0x69bd92e7 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x69c82e54 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x69f0a35a netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x69f19cc2 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x6a0238b8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0f1d0f jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x6a1f394b blackhole_netdev +EXPORT_SYMBOL vmlinux 0x6a233272 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x6a23cce2 config_group_init +EXPORT_SYMBOL vmlinux 0x6a26deaa pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a692885 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a7a07b4 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x6a8e555a sock_no_mmap +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6ab23aa1 load_fpu_regs +EXPORT_SYMBOL vmlinux 0x6accff30 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x6ae008d3 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x6aed995f inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af14f8e capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3fe4df udp_ioctl +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b639e6a block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x6b6c8bc1 sk_ioctl +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 0x6bac671b __crc32c_le +EXPORT_SYMBOL vmlinux 0x6baeeb81 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x6bbc9ea4 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bda37cb inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x6bdd4063 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x6bf1bfac noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x6bfe1653 iucv_message_receive +EXPORT_SYMBOL vmlinux 0x6c041e19 __xa_insert +EXPORT_SYMBOL vmlinux 0x6c17b3e4 phy_suspend +EXPORT_SYMBOL vmlinux 0x6c1d62ea vfs_fsync +EXPORT_SYMBOL vmlinux 0x6c1ec16b tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c759869 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x6c775c93 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x6c98b39f phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x6cb10ec1 page_pool_create +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb4de63 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x6cb61109 __debug_sprintf_event +EXPORT_SYMBOL vmlinux 0x6cc8c48c phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x6ccc34dd sort +EXPORT_SYMBOL vmlinux 0x6cd19222 get_user_pages +EXPORT_SYMBOL vmlinux 0x6cda0f5f fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x6cf192df kvrealloc +EXPORT_SYMBOL vmlinux 0x6d0c48dc ip_defrag +EXPORT_SYMBOL vmlinux 0x6d16cd1a bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x6d1ea6ec strlcat +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d33f95a fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x6d3639a3 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x6d67762b tccb_add_dcw +EXPORT_SYMBOL vmlinux 0x6d6c8a2b nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x6d6e4213 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x6d72aca7 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x6d7ba81e sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d917046 iucv_root +EXPORT_SYMBOL vmlinux 0x6dad3549 phy_disconnect +EXPORT_SYMBOL vmlinux 0x6daea280 crc32_le_shift +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbc6580 napi_complete_done +EXPORT_SYMBOL vmlinux 0x6dc29b97 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd1e50c security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x6deb7bc1 ap_flush_queue +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e00b8cb _ebcasc +EXPORT_SYMBOL vmlinux 0x6e02017d netdev_state_change +EXPORT_SYMBOL vmlinux 0x6e2da197 arch_read_lock_wait +EXPORT_SYMBOL vmlinux 0x6e336be7 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x6e3e0776 ethtool_notify +EXPORT_SYMBOL vmlinux 0x6e573521 raw3270_reset +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e737b0e t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x6e928dc9 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x6e98d7f1 md_done_sync +EXPORT_SYMBOL vmlinux 0x6e9ad290 cpu_have_feature +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ec9c04b prepare_creds +EXPORT_SYMBOL vmlinux 0x6ed89c15 udp_prot +EXPORT_SYMBOL vmlinux 0x6ed8a016 raw3270_request_free +EXPORT_SYMBOL vmlinux 0x6ee5ad90 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x6ef84303 kvmalloc_node +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f1fefa9 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6f20e8a0 nla_strscpy +EXPORT_SYMBOL vmlinux 0x6f35a06d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x6f39043c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x6f3c73dd md_flush_request +EXPORT_SYMBOL vmlinux 0x6f3fac34 xp_can_alloc +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 0x6f764b92 read_cache_folio +EXPORT_SYMBOL vmlinux 0x6f78bb57 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x6f79375c mempool_free +EXPORT_SYMBOL vmlinux 0x6f80d56e __bforget +EXPORT_SYMBOL vmlinux 0x6fa700ba seq_write +EXPORT_SYMBOL vmlinux 0x6faa4a3a zpci_report_error +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fd52d3d xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7021eab8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x70336943 xa_set_mark +EXPORT_SYMBOL vmlinux 0x703be32f misc_deregister +EXPORT_SYMBOL vmlinux 0x704b8ace ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x705d48ef tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x70667f89 __tracepoint_s390_diagnose +EXPORT_SYMBOL vmlinux 0x70692b72 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x706d0413 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x7070fc1b udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x70842d1d inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x709f0f99 register_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x70a26ffb inet_listen +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70b8f397 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x70c1319e tty_devnum +EXPORT_SYMBOL vmlinux 0x70c66ea9 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x70d77cfb pci_choose_state +EXPORT_SYMBOL vmlinux 0x70ead51a tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x70ec3800 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x70f23aed inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x70f81b56 ap_max_msg_size +EXPORT_SYMBOL vmlinux 0x711242ab qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x711e1491 ap_perms +EXPORT_SYMBOL vmlinux 0x711f5de6 path_has_submounts +EXPORT_SYMBOL vmlinux 0x7120f9bd LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71337718 register_cdrom +EXPORT_SYMBOL vmlinux 0x71344df0 ccw_device_get_ciw +EXPORT_SYMBOL vmlinux 0x7145aef0 segment_load +EXPORT_SYMBOL vmlinux 0x714763e2 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718f5e17 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x7194769d sock_setsockopt +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b97567 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x71d9719b flow_rule_match_ipsec +EXPORT_SYMBOL vmlinux 0x71e6e429 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x71e758fa genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x720964e0 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72297f25 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x7230caca skb_push +EXPORT_SYMBOL vmlinux 0x7242e96d strnchr +EXPORT_SYMBOL vmlinux 0x7263cf8a sock_no_getname +EXPORT_SYMBOL vmlinux 0x728a8d5c put_ipc_ns +EXPORT_SYMBOL vmlinux 0x7298b82f blk_start_plug +EXPORT_SYMBOL vmlinux 0x72a72049 init_pseudo +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c75491 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x72da70e2 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3ec41 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x7302b2d7 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x730a4b01 __neigh_create +EXPORT_SYMBOL vmlinux 0x730b096c ap_apqn_in_matrix_owned_by_def_drv +EXPORT_SYMBOL vmlinux 0x7318002d md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x73245f11 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x732a65e3 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x733bcbd8 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x733d23fd scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7389706a __memset16 +EXPORT_SYMBOL vmlinux 0x739501d8 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x739efd0d seq_release_private +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73bf20c6 _ascebc +EXPORT_SYMBOL vmlinux 0x73e0fbcf __block_write_begin +EXPORT_SYMBOL vmlinux 0x73e37e0a __getblk_gfp +EXPORT_SYMBOL vmlinux 0x73ef19e4 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x73fe9dcd dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x741f70a9 debug_stop_all +EXPORT_SYMBOL vmlinux 0x742132df netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x7422e076 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x744c529e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745ed34c key_link +EXPORT_SYMBOL vmlinux 0x7470b01a tsb_init +EXPORT_SYMBOL vmlinux 0x747a6354 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x74819541 raw3270_request_set_idal +EXPORT_SYMBOL vmlinux 0x7483a8ac dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74b055ed pci_disable_device +EXPORT_SYMBOL vmlinux 0x74b07f99 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cd55eb remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x74d858a7 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x74dae967 proc_dointvec +EXPORT_SYMBOL vmlinux 0x74e59993 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7512f935 scmd_printk +EXPORT_SYMBOL vmlinux 0x7539802d netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x754c13df vfs_iter_write +EXPORT_SYMBOL vmlinux 0x755ff145 input_set_capability +EXPORT_SYMBOL vmlinux 0x7561d24a debug_register +EXPORT_SYMBOL vmlinux 0x75630968 bdi_unregister +EXPORT_SYMBOL vmlinux 0x756904d8 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x756b5611 d_path +EXPORT_SYMBOL vmlinux 0x758267fa sock_create_kern +EXPORT_SYMBOL vmlinux 0x759a0416 __memset64 +EXPORT_SYMBOL vmlinux 0x75b26b58 pci_clear_master +EXPORT_SYMBOL vmlinux 0x75b9cf29 hsch +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c174a8 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x76067ced netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x76099d09 sock_no_connect +EXPORT_SYMBOL vmlinux 0x7609e386 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7632fd3e netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x76426845 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x76475b7f vlan_for_each +EXPORT_SYMBOL vmlinux 0x7663d753 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766db434 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x767124e9 redraw_screen +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x76989d4f truncate_pagecache +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a2bb33 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x76adf971 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x76c6ceba generic_file_llseek +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d94bfd sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x76ed3a6e nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x76ee4369 param_get_ulong +EXPORT_SYMBOL vmlinux 0x76f612f0 bpf_map_get +EXPORT_SYMBOL vmlinux 0x77015c8e folio_alloc +EXPORT_SYMBOL vmlinux 0x770494fa input_register_handler +EXPORT_SYMBOL vmlinux 0x7707ce3f __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x770e8a99 __seq_open_private +EXPORT_SYMBOL vmlinux 0x77247c5e ap_bus_force_rescan +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x7740a8bb __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x7743b4c8 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x77480ea8 ap_queue_init_state +EXPORT_SYMBOL vmlinux 0x776af70d _dev_printk +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77799e01 ccw_device_is_pathgroup +EXPORT_SYMBOL vmlinux 0x7784d016 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x77955a7b setattr_prepare +EXPORT_SYMBOL vmlinux 0x77a64e43 input_match_device_id +EXPORT_SYMBOL vmlinux 0x77b2c15c neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce5c17 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x77dfe67b seq_hex_dump +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x78055a3a pci_set_master +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7819aea9 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x781a280e __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x782acba5 crc_t10dif +EXPORT_SYMBOL vmlinux 0x78569adf ida_alloc_range +EXPORT_SYMBOL vmlinux 0x78941431 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x78986af3 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c32bd0 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x78c5e213 pci_request_irq +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f1475a __traceiter_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0x79066491 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x790a4163 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7938a20f blk_sync_queue +EXPORT_SYMBOL vmlinux 0x794aad69 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x7975b9e4 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x799660a0 vfs_unlink +EXPORT_SYMBOL vmlinux 0x799a234f dqget +EXPORT_SYMBOL vmlinux 0x79b1a8cc generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x79c8e1b2 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x79cd6498 down_write_killable +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79da057d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x79e44a7a inode_io_list_del +EXPORT_SYMBOL vmlinux 0x7a00a722 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x7a03f035 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x7a1b99f6 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a25e195 get_cached_acl +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a386893 bio_endio +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5826b9 pmdp_xchg_direct +EXPORT_SYMBOL vmlinux 0x7a73361b nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7a7d60e6 iucv_register +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab6c5c4 may_setattr +EXPORT_SYMBOL vmlinux 0x7ac00d4d ip_queue_xmit +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 0x7adf2c49 generic_write_checks +EXPORT_SYMBOL vmlinux 0x7aecd2e3 diag8c +EXPORT_SYMBOL vmlinux 0x7afe0f4f reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x7b0fe8f5 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x7b10ba97 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x7b11156e try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7b13220a fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x7b167d79 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b55256d tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x7b5a7137 strncat +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b7020ca register_netdevice +EXPORT_SYMBOL vmlinux 0x7b7584b0 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x7b7a45b9 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x7b9b606d neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x7b9d9306 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc74af5 dev_add_offload +EXPORT_SYMBOL vmlinux 0x7bd7dfd0 ap_test_config_usage_domain +EXPORT_SYMBOL vmlinux 0x7be46357 simple_rename +EXPORT_SYMBOL vmlinux 0x7bf2d1ce sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x7bf6295f scsi_dma_map +EXPORT_SYMBOL vmlinux 0x7c14f503 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7c15e8fe seq_puts +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2324d0 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x7c2ac00b __skb_ext_del +EXPORT_SYMBOL vmlinux 0x7c3f940b __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x7c49e935 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x7c50c279 audit_log +EXPORT_SYMBOL vmlinux 0x7c5532d2 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x7c5d4a3a sclp_reactivate +EXPORT_SYMBOL vmlinux 0x7c66a616 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x7c6f79aa tcp_poll +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7caa4463 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x7cac7902 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf66281 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d056b98 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d178561 proc_dostring +EXPORT_SYMBOL vmlinux 0x7d20b6a9 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2cf313 phy_find_first +EXPORT_SYMBOL vmlinux 0x7d3252c9 fput +EXPORT_SYMBOL vmlinux 0x7d346323 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x7d39f06a pagecache_get_page +EXPORT_SYMBOL vmlinux 0x7d48495d pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d522361 mempool_create_node +EXPORT_SYMBOL vmlinux 0x7d5dc9c4 key_type_keyring +EXPORT_SYMBOL vmlinux 0x7d5fd566 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x7d6743f6 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7d677a2c tcp_read_done +EXPORT_SYMBOL vmlinux 0x7d6bc608 __napi_schedule +EXPORT_SYMBOL vmlinux 0x7dacb690 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dd6fed8 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x7dec65ff mempool_init +EXPORT_SYMBOL vmlinux 0x7df2cd43 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x7e06eca8 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7e0ef557 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e32aa4a md_update_sb +EXPORT_SYMBOL vmlinux 0x7e436601 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x7e48579a bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x7e48f1ff generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x7e59b202 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7e7a342d xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x7e821ba1 crc_ccitt +EXPORT_SYMBOL vmlinux 0x7e947592 filp_open +EXPORT_SYMBOL vmlinux 0x7e96c657 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x7e97069a vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x7ea5c50f d_move +EXPORT_SYMBOL vmlinux 0x7eb83031 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x7ec9a413 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x7ecb14b9 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x7ee3179f ccw_device_set_options +EXPORT_SYMBOL vmlinux 0x7ee55589 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x7ef7a180 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f03e181 devm_memremap +EXPORT_SYMBOL vmlinux 0x7f0dc5da posix_lock_file +EXPORT_SYMBOL vmlinux 0x7f10ccd9 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x7f1149de fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f4c565b add_wait_queue +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f632b6d path_get +EXPORT_SYMBOL vmlinux 0x7f6697f5 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f801c54 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x7f948686 seq_read +EXPORT_SYMBOL vmlinux 0x7fa9cabd jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x7fb4943c dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe823cf file_open_root +EXPORT_SYMBOL vmlinux 0x7ff43160 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x7ffc5ecc dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x802c3205 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x80318b30 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x803cc5dd skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x803e010c unregister_qdisc +EXPORT_SYMBOL vmlinux 0x803e30c6 udp_seq_next +EXPORT_SYMBOL vmlinux 0x8043c426 dev_get_stats +EXPORT_SYMBOL vmlinux 0x8053525a sclp_register +EXPORT_SYMBOL vmlinux 0x805485ab __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x80796b09 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8094c234 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb825e inet_bind +EXPORT_SYMBOL vmlinux 0x80cf02eb __sk_dst_check +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d7f717 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x80d9c670 phy_driver_register +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ff4fe1 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x8105a1ed dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x810bef7e sg_free_append_table +EXPORT_SYMBOL vmlinux 0x810cab64 d_splice_alias +EXPORT_SYMBOL vmlinux 0x810e4952 lookup_one_len_unlocked +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 0x812f78eb xxh64_update +EXPORT_SYMBOL vmlinux 0x813c732b jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x81596e19 simple_getattr +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81620944 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x81746896 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81844c9d vmemdup_user +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a25aed mtree_load +EXPORT_SYMBOL vmlinux 0x81a3f691 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x81a58001 mempool_init_node +EXPORT_SYMBOL vmlinux 0x81a5f9c3 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x81a7eff6 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x81b433f2 down +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81eebca8 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x81f80814 kill_pid +EXPORT_SYMBOL vmlinux 0x82001e13 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x821dc76d pipe_unlock +EXPORT_SYMBOL vmlinux 0x823be5af ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x823f4e3d dst_alloc +EXPORT_SYMBOL vmlinux 0x824191c2 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x82656421 ccw_device_get_path_mask +EXPORT_SYMBOL vmlinux 0x827dd2ac neigh_update +EXPORT_SYMBOL vmlinux 0x829e3903 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x82a0a118 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x82b3e701 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82e70196 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f798b6 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x83046d78 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x832477bc netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x8325e216 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x83267153 secpath_set +EXPORT_SYMBOL vmlinux 0x833a02e4 bio_chain +EXPORT_SYMBOL vmlinux 0x834b18b0 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x83528e70 register_netdev +EXPORT_SYMBOL vmlinux 0x83538ba9 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x83844e11 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83938e16 netdev_update_features +EXPORT_SYMBOL vmlinux 0x83b2a953 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x83b37c5f simple_write_begin +EXPORT_SYMBOL vmlinux 0x83bdb3e1 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x83c584bc cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x83c8c769 skb_errqueue_purge +EXPORT_SYMBOL vmlinux 0x83fdbf30 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x840c7e8c cont_write_begin +EXPORT_SYMBOL vmlinux 0x84145c54 mntput +EXPORT_SYMBOL vmlinux 0x8422c6c2 _dev_err +EXPORT_SYMBOL vmlinux 0x84261548 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x84475dca tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x844f6c3d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x84511d4c done_path_create +EXPORT_SYMBOL vmlinux 0x845bd63f request_firmware +EXPORT_SYMBOL vmlinux 0x84631721 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x847e037a rw_verify_area +EXPORT_SYMBOL vmlinux 0x84872f7a dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8499b061 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a33210 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x84acb907 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x84ae8c6d tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x84c39c58 inet6_getname +EXPORT_SYMBOL vmlinux 0x84cb2765 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x84cdf3a5 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x84d4c8cc crc16 +EXPORT_SYMBOL vmlinux 0x84db43cf inet_register_protosw +EXPORT_SYMBOL vmlinux 0x84ee345e kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x852136f1 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x85460672 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x854b3035 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x854fbe28 task_work_add +EXPORT_SYMBOL vmlinux 0x8553cf98 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857709d9 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x859bfed9 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x859e07b2 param_get_long +EXPORT_SYMBOL vmlinux 0x85abc85f strncmp +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85d14264 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x85d31c92 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x85d80d12 sys_fillrect +EXPORT_SYMBOL vmlinux 0x85d872c9 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e9a04d alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f77ea9 __tracepoint_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0x86035ac5 ap_queue_message +EXPORT_SYMBOL vmlinux 0x860efa2c mutex_lock +EXPORT_SYMBOL vmlinux 0x86216acd __xa_set_mark +EXPORT_SYMBOL vmlinux 0x86248e62 set_posix_acl +EXPORT_SYMBOL vmlinux 0x862a3fe5 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8631c0c0 debug_register_mode +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x865731a1 make_kuid +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8676d131 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x8676db46 get_random_bytes +EXPORT_SYMBOL vmlinux 0x867b8594 get_phy_device +EXPORT_SYMBOL vmlinux 0x867b993e napi_gro_receive +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868bde1d down_write_trylock +EXPORT_SYMBOL vmlinux 0x86915736 iput +EXPORT_SYMBOL vmlinux 0x869d1307 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x86a34793 _copy_to_user_key +EXPORT_SYMBOL vmlinux 0x86a8fb71 mutex_unlock +EXPORT_SYMBOL vmlinux 0x86bbbfa2 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x86bd2780 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x86d2335e mempool_create +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e72ba2 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8702451a xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x87100526 start_tty +EXPORT_SYMBOL vmlinux 0x87139bcd vfs_getattr +EXPORT_SYMBOL vmlinux 0x8724715f file_modified +EXPORT_SYMBOL vmlinux 0x87268af4 __tracepoint_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x8730a904 current_in_userns +EXPORT_SYMBOL vmlinux 0x8750433e param_ops_ulong +EXPORT_SYMBOL vmlinux 0x875f35b6 pci_free_irq +EXPORT_SYMBOL vmlinux 0x8760afb0 pps_event +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876fa4e2 percpu_counter_destroy_many +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87aac2de ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x87ac6a18 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x87b67f66 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87fcab48 hex2bin +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8833bc7e __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x886e9e4f __quota_error +EXPORT_SYMBOL vmlinux 0x88782676 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x88999894 utf8_validate +EXPORT_SYMBOL vmlinux 0x88c30ab6 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x88c61647 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x88c61a72 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x88cca652 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e52cdb idr_for_each +EXPORT_SYMBOL vmlinux 0x88f5ba3e dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x88ff22df raw3270_start_locked +EXPORT_SYMBOL vmlinux 0x8914585c napi_consume_skb +EXPORT_SYMBOL vmlinux 0x8918eb7a unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x89361a58 kobject_set_name +EXPORT_SYMBOL vmlinux 0x89409bd8 param_set_bool +EXPORT_SYMBOL vmlinux 0x89475c10 empty_aops +EXPORT_SYMBOL vmlinux 0x894da78e generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x894e67b9 netdev_warn +EXPORT_SYMBOL vmlinux 0x894f9b4f debug_unregister_view +EXPORT_SYMBOL vmlinux 0x895845ed pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x895b5e8b fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x89621b96 __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0x89713b07 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x897878b0 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x897d0a2d param_set_ulong +EXPORT_SYMBOL vmlinux 0x897d9fba build_skb_around +EXPORT_SYMBOL vmlinux 0x898b19cc utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x89938a7a inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x89a09837 ioremap_prot +EXPORT_SYMBOL vmlinux 0x89a0fdea __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x89a6e050 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x89a996df dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x89c80aa2 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x89ca2d73 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x89e0c6eb __skb_get_hash +EXPORT_SYMBOL vmlinux 0x89ec359d ip6_frag_next +EXPORT_SYMBOL vmlinux 0x8a07d50f pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x8a0971de pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x8a1cef20 keyring_search +EXPORT_SYMBOL vmlinux 0x8a259a4d submit_bio +EXPORT_SYMBOL vmlinux 0x8a44d8df fb_pan_display +EXPORT_SYMBOL vmlinux 0x8a45bd5c bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x8a65338b percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a864f7d sock_release +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9ede28 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x8abd37bd seq_open_private +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8acd6838 pci_iomap_wc +EXPORT_SYMBOL vmlinux 0x8ad50ab5 module_refcount +EXPORT_SYMBOL vmlinux 0x8ad5260b jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x8ae3b1be blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x8ae86242 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0c0b71 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x8b0df57c fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x8b127fb8 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x8b21f42c generic_perform_write +EXPORT_SYMBOL vmlinux 0x8b29c0b6 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x8b3a0482 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x8b40dc35 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x8b55fd4f hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8b591fba pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b697b96 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x8b6d8c9e pid_task +EXPORT_SYMBOL vmlinux 0x8b76ec38 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8ba39e12 is_bad_inode +EXPORT_SYMBOL vmlinux 0x8bb82ffd __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x8bc37fa6 get_ccwdev_by_busid +EXPORT_SYMBOL vmlinux 0x8bc9cd6b input_close_device +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be62aef km_new_mapping +EXPORT_SYMBOL vmlinux 0x8be6ce71 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x8be99946 cdev_alloc +EXPORT_SYMBOL vmlinux 0x8bf044a6 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x8c02e07c vfs_rmdir +EXPORT_SYMBOL vmlinux 0x8c072710 param_get_charp +EXPORT_SYMBOL vmlinux 0x8c1824ee blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x8c20fce7 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x8c25d57a security_sb_remount +EXPORT_SYMBOL vmlinux 0x8c299b8a folio_mapping +EXPORT_SYMBOL vmlinux 0x8c2b1de0 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x8c4db4c0 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x8c6dd27f genl_register_family +EXPORT_SYMBOL vmlinux 0x8c72e3e1 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x8c7c8f7b netlink_set_err +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c875be0 tcw_init +EXPORT_SYMBOL vmlinux 0x8c89dbd1 set_create_files_as +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb062a8 iucv_message_reply +EXPORT_SYMBOL vmlinux 0x8cdf3102 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x8cdfc002 sclp_unregister +EXPORT_SYMBOL vmlinux 0x8ce04f43 bio_add_folio +EXPORT_SYMBOL vmlinux 0x8d05364a param_set_uint +EXPORT_SYMBOL vmlinux 0x8d0fd4ef idr_replace +EXPORT_SYMBOL vmlinux 0x8d1c609f vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d38106d padata_do_serial +EXPORT_SYMBOL vmlinux 0x8d3fa98f __alloc_pages +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d61f517 override_creds +EXPORT_SYMBOL vmlinux 0x8d64a8e8 skb_append +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8fdd97 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x8db9052b from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x8ddb561c __netif_napi_del +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8df7496b dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfffb1f dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8e1d42d0 debug_event_common +EXPORT_SYMBOL vmlinux 0x8e2688d7 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x8e4f793b tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x8e509170 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x8e6d6c04 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea60bb6 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecd2b04 init_task +EXPORT_SYMBOL vmlinux 0x8ef7adb5 dev_mc_init +EXPORT_SYMBOL vmlinux 0x8f2e8039 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x8f35f4e4 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x8f467c01 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x8f4e5897 skb_copy_header +EXPORT_SYMBOL vmlinux 0x8f51daa4 dquot_release +EXPORT_SYMBOL vmlinux 0x8f7c043f skb_dequeue +EXPORT_SYMBOL vmlinux 0x8f844d07 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fb32e82 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x8fb925b9 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x8fc31b34 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x8fc65586 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x8fc87cab pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x8fd0849b utf8_normalize +EXPORT_SYMBOL vmlinux 0x8fde37f6 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x8fe0471d jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90162c67 __tracepoint_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0x903a4077 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x905e846c jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x9060d189 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x9075a13c disk_check_media_change +EXPORT_SYMBOL vmlinux 0x907faabf zstd_compress_stream +EXPORT_SYMBOL vmlinux 0x9081ba68 set_user_nice +EXPORT_SYMBOL vmlinux 0x90ab19a7 config_group_find_item +EXPORT_SYMBOL vmlinux 0x90abb542 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x90d9a875 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x90dc8507 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x910c7a0c alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x91104aad jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x91150976 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x9116b417 save_fpu_regs +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9194445a seq_lseek +EXPORT_SYMBOL vmlinux 0x9197d7e6 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x9199ce0b vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919f6940 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x91a18b27 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x91a36c63 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91d52d9e skb_expand_head +EXPORT_SYMBOL vmlinux 0x91ee10b8 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x920fde1b cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x9219f789 dst_release +EXPORT_SYMBOL vmlinux 0x922dc757 md_check_recovery +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x924030ae tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x9242abab netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x92662424 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927e2955 xa_get_order +EXPORT_SYMBOL vmlinux 0x92a16af7 lockref_get +EXPORT_SYMBOL vmlinux 0x92a74699 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x92b52a06 devm_release_resource +EXPORT_SYMBOL vmlinux 0x92b55d43 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d6ea76 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f3a2c6 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x92f7659b dm_table_event +EXPORT_SYMBOL vmlinux 0x92fc7d02 proc_set_user +EXPORT_SYMBOL vmlinux 0x930f5362 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x93145f53 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x932c5877 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x93381c7c qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x933afd98 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x93413c8e __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x935454e7 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x935da1e9 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x9369c41c raw3270_request_alloc +EXPORT_SYMBOL vmlinux 0x9369de81 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x9371cef2 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938e8cbb dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x9394e77f simple_transaction_get +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bcf09f dm_put_device +EXPORT_SYMBOL vmlinux 0x93cebb37 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x93dcfd59 tty_port_init +EXPORT_SYMBOL vmlinux 0x93ddd4d1 __memset +EXPORT_SYMBOL vmlinux 0x93e76671 ip_frag_next +EXPORT_SYMBOL vmlinux 0x93f5393e pci_scan_slot +EXPORT_SYMBOL vmlinux 0x93f9988c mr_table_dump +EXPORT_SYMBOL vmlinux 0x93fd2142 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x941d569e sock_set_priority +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94298a79 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x942a652d netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x942f4c5c iucv_message_reject +EXPORT_SYMBOL vmlinux 0x94341305 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x943da580 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x944e37a7 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x945775a5 segment_save +EXPORT_SYMBOL vmlinux 0x945abe28 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x945b76f0 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x946429c2 lookup_one_len +EXPORT_SYMBOL vmlinux 0x9469e0a2 dcb_setapp +EXPORT_SYMBOL vmlinux 0x947605d4 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9497112c dm_register_target +EXPORT_SYMBOL vmlinux 0x94a03715 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x94a1dec0 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x94b1b39c copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94bf0dc2 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x94f3b080 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x94fb147b phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950b4c44 md_error +EXPORT_SYMBOL vmlinux 0x951a2dfe iucv_path_accept +EXPORT_SYMBOL vmlinux 0x9530365d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x9538d7e4 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x953ac692 ccw_device_dma_free +EXPORT_SYMBOL vmlinux 0x953bcc78 swake_up_locked +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95582889 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x9575ced2 skb_condense +EXPORT_SYMBOL vmlinux 0x95852200 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x95b38ccc resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x95b6a80e padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95ceb864 key_update +EXPORT_SYMBOL vmlinux 0x95e63ced prot_virt_host +EXPORT_SYMBOL vmlinux 0x95ef3853 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x95f10abb __put_user_ns +EXPORT_SYMBOL vmlinux 0x95fa933a padata_do_parallel +EXPORT_SYMBOL vmlinux 0x961c81cc __ip_select_ident +EXPORT_SYMBOL vmlinux 0x961e920e flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x9627c354 sock_set_mark +EXPORT_SYMBOL vmlinux 0x963eade0 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x96404e39 itcw_set_data +EXPORT_SYMBOL vmlinux 0x964724d9 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x9659f5fb generic_delete_inode +EXPORT_SYMBOL vmlinux 0x966c07f4 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x96874680 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x968c4fe6 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x96b353fb sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x96c00ed9 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96ee2438 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x97023e8f security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x970f17a7 ap_parse_mask_str +EXPORT_SYMBOL vmlinux 0x971084a3 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x9712a624 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x9720ff82 bdi_alloc +EXPORT_SYMBOL vmlinux 0x97308ba7 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x9743e6d7 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x975d3b21 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x979dfe9f param_ops_hexint +EXPORT_SYMBOL vmlinux 0x97aa544b genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b38b21 mtree_insert +EXPORT_SYMBOL vmlinux 0x97b9f68d vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d091e3 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x97de21e2 single_open +EXPORT_SYMBOL vmlinux 0x97eac0e3 unload_nls +EXPORT_SYMBOL vmlinux 0x9809ed49 tty_do_resize +EXPORT_SYMBOL vmlinux 0x9821d3da __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x9834fbdd netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x983a9f15 filemap_fault +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985adba9 bdi_register +EXPORT_SYMBOL vmlinux 0x985bd00a __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x9864ff92 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x98678981 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x9871c1f7 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x9883eaba dup_iter +EXPORT_SYMBOL vmlinux 0x9899e336 pci_pme_active +EXPORT_SYMBOL vmlinux 0x989b2d72 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x989e1516 xa_destroy +EXPORT_SYMBOL vmlinux 0x98b72d63 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x98bb1b75 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x98c5d891 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cdc452 __bio_advance +EXPORT_SYMBOL vmlinux 0x98dbb5f0 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x98de1c15 snprintf +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ea5bef inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x98ec8fb5 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x9900761a zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x992cb68f inode_update_time +EXPORT_SYMBOL vmlinux 0x9942ec77 itcw_finalize +EXPORT_SYMBOL vmlinux 0x994df0a3 find_vma +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99529e1e devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x995b07e0 xp_free +EXPORT_SYMBOL vmlinux 0x995c4daa udp6_csum_init +EXPORT_SYMBOL vmlinux 0x9964c16c blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x99660f56 tty_register_device +EXPORT_SYMBOL vmlinux 0x996bf5d2 inet_ioctl +EXPORT_SYMBOL vmlinux 0x9984bb83 bioset_exit +EXPORT_SYMBOL vmlinux 0x999ae127 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x999e4fa5 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a9e7b8 netlink_unicast +EXPORT_SYMBOL vmlinux 0x99acc40c genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x99b296ff __ip_options_compile +EXPORT_SYMBOL vmlinux 0x99b93991 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x99bb469d unpin_user_pages +EXPORT_SYMBOL vmlinux 0x99be08b7 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x99c1fa9c mtree_store_range +EXPORT_SYMBOL vmlinux 0x99ca74a6 xa_erase +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d636cb close_fd_get_file +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f5ad9f ccw_driver_register +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fd051d irq_set_chip +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a53f361 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x9a57bc89 tccb_init +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a684448 do_wait_intr +EXPORT_SYMBOL vmlinux 0x9a906daf memscan +EXPORT_SYMBOL vmlinux 0x9a944a47 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab4f14b scsi_ioctl +EXPORT_SYMBOL vmlinux 0x9abd7c47 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x9ac498e1 debug_sprintf_view +EXPORT_SYMBOL vmlinux 0x9adc9c67 vsnprintf +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b04cade ccw_device_start_timeout_key +EXPORT_SYMBOL vmlinux 0x9b161833 mtree_erase +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b300551 seq_vprintf +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b65a7e9 kernel_read +EXPORT_SYMBOL vmlinux 0x9b79d79a cdev_del +EXPORT_SYMBOL vmlinux 0x9b7f5470 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x9b8d07aa strnlen +EXPORT_SYMBOL vmlinux 0x9bb1a59c vm_insert_pages +EXPORT_SYMBOL vmlinux 0x9bc7bc5f phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x9bdfd86d qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x9be6d5ba submit_bio_wait +EXPORT_SYMBOL vmlinux 0x9bee0681 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x9c072e6b udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x9c47b8f3 md_handle_request +EXPORT_SYMBOL vmlinux 0x9c4c337b genphy_suspend +EXPORT_SYMBOL vmlinux 0x9c4ddd95 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9c57816c sock_from_file +EXPORT_SYMBOL vmlinux 0x9c5d5a64 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x9c721f80 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x9c75cbc5 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c993ce9 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x9c9b91b9 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x9cadbd3b __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x9cbd0184 pin_user_pages +EXPORT_SYMBOL vmlinux 0x9cc566c2 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x9cd6fd46 ccw_driver_unregister +EXPORT_SYMBOL vmlinux 0x9cda9190 fb_io_write +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cf9f6f4 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x9cfcde10 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d10b61f flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d3bf886 generic_read_dir +EXPORT_SYMBOL vmlinux 0x9d3e3a66 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x9d509dca init_opal_dev +EXPORT_SYMBOL vmlinux 0x9d5e44ef qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x9d69d431 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x9d6afab2 itcw_add_dcw +EXPORT_SYMBOL vmlinux 0x9d6c55a7 security_path_unlink +EXPORT_SYMBOL vmlinux 0x9d745c62 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x9d74c73e ip_setsockopt +EXPORT_SYMBOL vmlinux 0x9d7d6944 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x9d8dd392 __lock_buffer +EXPORT_SYMBOL vmlinux 0x9d8e6658 sk_net_capable +EXPORT_SYMBOL vmlinux 0x9d940251 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x9da41d4f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x9dbf5d84 phy_print_status +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de027b3 km_query +EXPORT_SYMBOL vmlinux 0x9de18227 input_setup_polling +EXPORT_SYMBOL vmlinux 0x9df1c087 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x9df5300c udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x9df6976e raw3270_add_view +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0106f1 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0c7e97 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e35af39 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x9e366840 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e65d30a pci_find_capability +EXPORT_SYMBOL vmlinux 0x9e68a3b3 input_reset_device +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea2724b ram_aops +EXPORT_SYMBOL vmlinux 0x9ec34d9d iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec8ba01 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x9ed0b017 filp_close +EXPORT_SYMBOL vmlinux 0x9ed120d7 bioset_init +EXPORT_SYMBOL vmlinux 0x9ee75f5e sock_bind_add +EXPORT_SYMBOL vmlinux 0x9eedb754 dev_uc_init +EXPORT_SYMBOL vmlinux 0x9f062259 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x9f0cb753 __tracepoint_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x9f1d1878 config_item_set_name +EXPORT_SYMBOL vmlinux 0x9f1e221f kmalloc_large +EXPORT_SYMBOL vmlinux 0x9f367cdc con_is_bound +EXPORT_SYMBOL vmlinux 0x9f3c8a49 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x9f3d443a dma_resv_init +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 0x9f754f9a pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x9f78153e xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x9f86cc39 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x9f943a8e tcp_disconnect +EXPORT_SYMBOL vmlinux 0x9f965778 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa090be __nla_reserve +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9faed4c8 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbd65ce md_write_end +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe5218b param_get_uint +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0089c7c input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0488daa skb_copy_expand +EXPORT_SYMBOL vmlinux 0xa054e8ed iucv_unregister +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa06413e4 load_nls_default +EXPORT_SYMBOL vmlinux 0xa066d89f xa_store_range +EXPORT_SYMBOL vmlinux 0xa066fd6c __wake_up +EXPORT_SYMBOL vmlinux 0xa06e587a release_firmware +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a15b49 smp_call_function_many +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c1b003 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xa0d19688 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xa0d3d560 ksize +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 0xa0f199cb inet_frag_kill +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10f4ce9 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa11e3067 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa16b0c53 ccw_device_get_mdc +EXPORT_SYMBOL vmlinux 0xa16fdb77 single_release +EXPORT_SYMBOL vmlinux 0xa189c2c2 uv_info +EXPORT_SYMBOL vmlinux 0xa18a5381 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xa1954bc2 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa1a8cc6c crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xa1b87900 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xa1d5979b find_first_bit_inv +EXPORT_SYMBOL vmlinux 0xa1db4063 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xa1dfe327 con_is_visible +EXPORT_SYMBOL vmlinux 0xa1e3b83b tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xa1e60d30 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa1e930a0 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xa1eaa3c4 folio_unlock +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 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa240ce23 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2534521 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xa2569c4d vfs_get_tree +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26cf7bd sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xa289ce18 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28e1b49 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xa294c938 md_write_inc +EXPORT_SYMBOL vmlinux 0xa29bfaba sk_dst_check +EXPORT_SYMBOL vmlinux 0xa2a100bf vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xa2a2bf52 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa2aaec44 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f4d9d5 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xa2f7ede2 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xa2fba7cb neigh_lookup +EXPORT_SYMBOL vmlinux 0xa2fc75e7 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa30522f7 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa31d1dea __xa_erase +EXPORT_SYMBOL vmlinux 0xa32428ab xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xa33b8cd9 kobject_add +EXPORT_SYMBOL vmlinux 0xa34e705e block_write_begin +EXPORT_SYMBOL vmlinux 0xa35010e1 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xa3509ddc dev_base_lock +EXPORT_SYMBOL vmlinux 0xa350c1f3 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xa362dc2e inode_needs_sync +EXPORT_SYMBOL vmlinux 0xa37ad4b0 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xa37bd376 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xa387621a sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xa388a852 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xa3a0cc12 raw3270_wait_queue +EXPORT_SYMBOL vmlinux 0xa3a35344 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xa3a5be95 memmove +EXPORT_SYMBOL vmlinux 0xa3b5007e eth_mac_addr +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c1411f fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xa3c207b4 lease_modify +EXPORT_SYMBOL vmlinux 0xa3d372d9 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xa3dfcbf9 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xa3e9886f simple_dir_operations +EXPORT_SYMBOL vmlinux 0xa3ec4f2c sock_recvmsg +EXPORT_SYMBOL vmlinux 0xa3f0525a ccw_device_start +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4051bf6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xa413d0b0 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xa4216d0e set_binfmt +EXPORT_SYMBOL vmlinux 0xa438cfeb genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xa43c1cef dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xa444ea57 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xa44b520a __scsi_format_command +EXPORT_SYMBOL vmlinux 0xa45c59bd __SCK__tp_func_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0xa462415e inet_frag_find +EXPORT_SYMBOL vmlinux 0xa462a5a5 qdisc_put +EXPORT_SYMBOL vmlinux 0xa48c8dc8 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xa4d9a6d9 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xa4e188e7 strscpy +EXPORT_SYMBOL vmlinux 0xa503dd04 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa504e421 vma_set_file +EXPORT_SYMBOL vmlinux 0xa50cfc97 sget_dev +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa51aba22 stream_open +EXPORT_SYMBOL vmlinux 0xa53c8305 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa58b31da __wait_on_bit +EXPORT_SYMBOL vmlinux 0xa5a039a7 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xa5a927b5 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa5d94fd5 netif_skb_features +EXPORT_SYMBOL vmlinux 0xa5e2bd7d phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xa5eeed02 param_get_byte +EXPORT_SYMBOL vmlinux 0xa60b10a7 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xa60c2813 poll_freewait +EXPORT_SYMBOL vmlinux 0xa60f9ced unregister_cdrom +EXPORT_SYMBOL vmlinux 0xa619b259 pci_save_state +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa61dc7bb iov_iter_discard +EXPORT_SYMBOL vmlinux 0xa635ce7f dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xa63f24b6 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c1028 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6591388 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xa66055f4 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6adb383 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xa6cc5ac8 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xa6cef37d clear_nlink +EXPORT_SYMBOL vmlinux 0xa6e9c670 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0xa70bd959 pci_iounmap +EXPORT_SYMBOL vmlinux 0xa719e32b kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xa7293eb5 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xa74065be get_tree_keyed +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75c345e netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xa7691d14 xfrm_input +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa77de17e mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xa788d3f1 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xa79cbed9 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xa7a77ae6 __kfree_skb +EXPORT_SYMBOL vmlinux 0xa7a9cfe0 iucv_message_send2way +EXPORT_SYMBOL vmlinux 0xa7e32b49 raw3270_start +EXPORT_SYMBOL vmlinux 0xa7e77814 configfs_register_group +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fccd53 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xa80b393e vlan_vid_add +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa846f675 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa874ee15 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xa87c1d62 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xa8812fb5 pci_dev_put +EXPORT_SYMBOL vmlinux 0xa89a863f ip_options_compile +EXPORT_SYMBOL vmlinux 0xa8cfee43 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xa8e3fe19 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xa8f2fcf1 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8feea87 napi_build_skb +EXPORT_SYMBOL vmlinux 0xa8ffa37c gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa90adb0e netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa9178cce configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91a2148 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xa92568ef tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xa92681d3 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xa92c9f8d __traceiter_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0xa9392430 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa93ca4d6 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa97496a7 invalidate_disk +EXPORT_SYMBOL vmlinux 0xa975de1f __folio_lock +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa978a8a2 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xa9854b78 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xa991d105 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xa9a2a5e3 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xa9a5ec9d skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1e246a xxh32_update +EXPORT_SYMBOL vmlinux 0xaa3212b1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xaa4b9598 pgste_perform_essa +EXPORT_SYMBOL vmlinux 0xaa53b33c gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0xaa5bc0ff tty_port_destroy +EXPORT_SYMBOL vmlinux 0xaa6eb161 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xaa78ad0a mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xaa7a1f77 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa91e528 ether_setup +EXPORT_SYMBOL vmlinux 0xaa995fc0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa5ec49 make_kprojid +EXPORT_SYMBOL vmlinux 0xaaa66739 ap_wait_init_apqn_bindings_complete +EXPORT_SYMBOL vmlinux 0xaacf772d ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaad8ccd3 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xaae3bec7 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab14f075 pci_release_regions +EXPORT_SYMBOL vmlinux 0xab199c51 proc_mkdir +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 0xab61f71a inode_init_once +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab722432 proc_dobool +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab92430d page_symlink +EXPORT_SYMBOL vmlinux 0xab9dfe87 tty_name +EXPORT_SYMBOL vmlinux 0xabaefd8b inet_protos +EXPORT_SYMBOL vmlinux 0xabbc4000 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xabc30f4f md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xabd4c404 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xabe1431b trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xabe28e88 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac179cae dma_fence_get_status +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac46e34f vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xac470a99 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xac4744cc __memmove +EXPORT_SYMBOL vmlinux 0xac4a5cdb tcp_read_sock +EXPORT_SYMBOL vmlinux 0xac5cf636 kobject_del +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac699396 rt6_lookup +EXPORT_SYMBOL vmlinux 0xac9fa62b __SetPageMovable +EXPORT_SYMBOL vmlinux 0xaca0aef0 complete +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc6440a csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xacd77aee end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacea318c zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xacf1c184 pci_release_region +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf5a66d setup_new_exec +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf964ef gro_cells_receive +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1441f0 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xad35ae02 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xad417f48 simple_statfs +EXPORT_SYMBOL vmlinux 0xad4aee39 strncpy +EXPORT_SYMBOL vmlinux 0xad6c3f78 dqstats +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad89b8e4 dst_init +EXPORT_SYMBOL vmlinux 0xada09ad2 dfltcc_can_inflate +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade2510f netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xadec536a vfs_setpos +EXPORT_SYMBOL vmlinux 0xadef5b7b tcw_get_tccb +EXPORT_SYMBOL vmlinux 0xadfd3675 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xae020d30 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae06002a kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xae13c679 sget +EXPORT_SYMBOL vmlinux 0xae15c990 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae304191 inet6_release +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae3d69de udp_seq_stop +EXPORT_SYMBOL vmlinux 0xae44bf3e page_get_link +EXPORT_SYMBOL vmlinux 0xae5139ef hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xae536e3f ping_prot +EXPORT_SYMBOL vmlinux 0xae7237d8 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xae8ade8c tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xae97697b remap_pfn_range +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaebdf85f refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaed233a1 put_watch_queue +EXPORT_SYMBOL vmlinux 0xaee3c4e9 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xaefca964 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xaf0f51ee skb_checksum +EXPORT_SYMBOL vmlinux 0xaf10506f __phy_resume +EXPORT_SYMBOL vmlinux 0xaf1d55cd vmemmap +EXPORT_SYMBOL vmlinux 0xaf1f9069 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xaf1fba63 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xaf20ddc8 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4602b4 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xaf552f9d blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xaf65b48f dcb_setrewr +EXPORT_SYMBOL vmlinux 0xaf9ebda3 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb7c090 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xafe82e10 strcspn +EXPORT_SYMBOL vmlinux 0xafec4651 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xb00f5daa pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xb0165f88 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0251795 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xb02b5959 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xb02d6785 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xb03210ee netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb032cf13 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xb042f26f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xb0436fbf __hw_addr_unsync_dev +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 0xb08d4631 input_free_device +EXPORT_SYMBOL vmlinux 0xb09438a5 update_region +EXPORT_SYMBOL vmlinux 0xb0965a2d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xb0967c5b dfltcc_reset_inflate_state +EXPORT_SYMBOL vmlinux 0xb0bdaafb fs_param_is_path +EXPORT_SYMBOL vmlinux 0xb0ca61f9 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xb0db86ae security_sock_graft +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0eda7e7 iucv_path_sever +EXPORT_SYMBOL vmlinux 0xb0f0d887 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xb0f0f4a7 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xb0f9e138 lookup_one +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb10f5c9b input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xb110da46 ap_send_online_uevent +EXPORT_SYMBOL vmlinux 0xb1176e59 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12fcfac dev_driver_string +EXPORT_SYMBOL vmlinux 0xb14073ff put_fs_context +EXPORT_SYMBOL vmlinux 0xb1454556 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15cf523 dquot_get_state +EXPORT_SYMBOL vmlinux 0xb16092dd tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xb188391c dquot_disable +EXPORT_SYMBOL vmlinux 0xb18cf720 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xb19cc3b7 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xb1a1e09c neigh_seq_start +EXPORT_SYMBOL vmlinux 0xb1aac5fb d_lookup +EXPORT_SYMBOL vmlinux 0xb1b91ece tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xb1c29feb __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e8126c down_timeout +EXPORT_SYMBOL vmlinux 0xb2067054 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xb20ff1ae fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xb222e6db dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xb2251eee __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb26b12df fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xb26ebe7c scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb27093ab ccw_device_start_timeout +EXPORT_SYMBOL vmlinux 0xb274531b inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xb2b0d772 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0xb2ced222 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xb2e23ce1 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xb2e395ba phy_detach +EXPORT_SYMBOL vmlinux 0xb2eaaa92 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb30845f4 skb_tx_error +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30e5c84 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0xb312a98d pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb3302e33 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xb348cc2d fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xb35cf113 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb368cb6e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xb36f064d sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb381ff9e ida_destroy +EXPORT_SYMBOL vmlinux 0xb3a7ff68 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d6b192 input_unregister_device +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fc64b8 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb3ff1f69 free_pages_exact +EXPORT_SYMBOL vmlinux 0xb40be7dc fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xb42300c6 registered_fb +EXPORT_SYMBOL vmlinux 0xb4232a0c release_sock +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb435e3fe neigh_destroy +EXPORT_SYMBOL vmlinux 0xb4677ed7 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xb47da2e8 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xb4896d00 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49a048e mr_dump +EXPORT_SYMBOL vmlinux 0xb4afb043 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xb4fe324f __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xb50aa4b5 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xb512814b proc_symlink +EXPORT_SYMBOL vmlinux 0xb534f61f __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xb5371de1 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xb5469dfb mod_node_page_state +EXPORT_SYMBOL vmlinux 0xb547bc49 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xb563834e netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xb566a2f5 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xb57df2a5 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c3ff42 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xb5d3119d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5efb85c rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xb60d0597 set_cached_acl +EXPORT_SYMBOL vmlinux 0xb621e26e configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xb6227109 netlink_ack +EXPORT_SYMBOL vmlinux 0xb6308446 __load_fpu_regs +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63be777 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb692395e neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69d08f3 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b7d4b5 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xb6b8408f md_finish_reshape +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6dda1e5 sk_wait_data +EXPORT_SYMBOL vmlinux 0xb6e1e246 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f19d49 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xb6f4dbfc ___ratelimit +EXPORT_SYMBOL vmlinux 0xb6fbeefe xxh64 +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb7160a17 mount_subtree +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb720b3f0 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xb721c979 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xb721cda3 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xb7305bbf do_splice_direct +EXPORT_SYMBOL vmlinux 0xb75351c2 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb7553eda sock_kmalloc +EXPORT_SYMBOL vmlinux 0xb774c493 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xb78700c3 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a5ee2c crypto_sha3_init +EXPORT_SYMBOL vmlinux 0xb7b688a0 dump_skip_to +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ee2a2c diag26c +EXPORT_SYMBOL vmlinux 0xb800b929 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xb802107f setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xb8072b19 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xb80c397f phy_resume +EXPORT_SYMBOL vmlinux 0xb817cb69 diag_stat_inc_norecursion +EXPORT_SYMBOL vmlinux 0xb826e186 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xb827d331 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xb8303a4d splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xb836ded3 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xb8412e75 eth_header_parse +EXPORT_SYMBOL vmlinux 0xb85abaff d_tmpfile +EXPORT_SYMBOL vmlinux 0xb867a10f security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xb872144b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xb87e4f7a dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xb87f5b9d tcw_set_tccb +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89ce24c tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xb8a69f08 iget_failed +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b27e06 __sie64a +EXPORT_SYMBOL vmlinux 0xb8dc2393 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xb8f93f16 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xb8fd7628 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xb9066b1d genphy_loopback +EXPORT_SYMBOL vmlinux 0xb909dc41 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb915ceca itcw_init +EXPORT_SYMBOL vmlinux 0xb928aa45 netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xb92cbbf4 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb9341e65 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb94f4d5d __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xb95cfff9 trace_event_printf +EXPORT_SYMBOL vmlinux 0xb95e14c7 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xb96752df xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xb96af63b set_groups +EXPORT_SYMBOL vmlinux 0xb96b9a5c iget_locked +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97924bc raw3270_find_view +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb983978b pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xb9c0ddc7 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f438e9 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb9f553c7 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0f04e9 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xba39c73f ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xba458f59 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xba46a344 __tracepoint_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0xba47b452 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4b51b8 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xba6af682 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xba7c8b84 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xba8f905c dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xbacfec48 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xbad65852 scsi_add_device +EXPORT_SYMBOL vmlinux 0xbaf02726 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0a7338 set_blocksize +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb25b0f1 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xbb38ef2a input_inject_event +EXPORT_SYMBOL vmlinux 0xbb5934be __wake_up_bit +EXPORT_SYMBOL vmlinux 0xbb5a76cf cdrom_open +EXPORT_SYMBOL vmlinux 0xbb7d9155 netdev_err +EXPORT_SYMBOL vmlinux 0xbb9d0dc5 bin2hex +EXPORT_SYMBOL vmlinux 0xbba39f05 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0xbbb0218f kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xbbce5d6a nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xbbd39c6e tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xbbf4103a unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xbc0621be input_event +EXPORT_SYMBOL vmlinux 0xbc11f1cc tcp_parse_options +EXPORT_SYMBOL vmlinux 0xbc1f7905 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xbc1f7c96 skb_eth_push +EXPORT_SYMBOL vmlinux 0xbc2e75d5 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xbc439d5c dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xbc4da952 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xbc595dac md_unregister_thread +EXPORT_SYMBOL vmlinux 0xbc70c043 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xbc76641a __SCK__tp_func_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0xbc937384 param_get_hexint +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcd89c96 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbcf676dd __netif_schedule +EXPORT_SYMBOL vmlinux 0xbcf86fcf flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xbd03de73 dns_query +EXPORT_SYMBOL vmlinux 0xbd058dfc sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xbd09f226 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xbd130911 phy_write_paged +EXPORT_SYMBOL vmlinux 0xbd21234e netdev_printk +EXPORT_SYMBOL vmlinux 0xbd31581b bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xbd329111 I_BDEV +EXPORT_SYMBOL vmlinux 0xbd55db6a tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xbd5ae5b3 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xbd8a99e4 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xbd979129 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xbd995799 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xbda33d8f t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xbdaf11c2 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xbdb344b4 _dev_emerg +EXPORT_SYMBOL vmlinux 0xbdb9a9bd netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xbdbda4c3 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xbdc2f365 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xbdff700a iucv_if +EXPORT_SYMBOL vmlinux 0xbe0ddcaa set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xbe139365 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xbe15ca42 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xbe1c2451 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xbe315941 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xbe339f17 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xbe33fa5b phy_device_register +EXPORT_SYMBOL vmlinux 0xbe4bb6d0 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe4fed8c __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbe56f05e fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe60063f lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xbe63748d key_payload_reserve +EXPORT_SYMBOL vmlinux 0xbe815751 ap_queue_init_reply +EXPORT_SYMBOL vmlinux 0xbe836b1d input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xbe8d9412 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xbea25f01 follow_pfn +EXPORT_SYMBOL vmlinux 0xbeb15d60 keyring_alloc +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef53f33 scnprintf +EXPORT_SYMBOL vmlinux 0xbf03f0b9 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xbf10f0af mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xbf185f1d kern_path +EXPORT_SYMBOL vmlinux 0xbf35cecc dump_skip +EXPORT_SYMBOL vmlinux 0xbf49aafa percpu_counter_set +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf8c28dc __fput_sync +EXPORT_SYMBOL vmlinux 0xbf9a5a1e __init_rwsem +EXPORT_SYMBOL vmlinux 0xbf9b4cdb fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xbf9d7daf sock_wake_async +EXPORT_SYMBOL vmlinux 0xbfa00b41 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xbfa6de7a inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xbfc28b90 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xbfc3923e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xbfc75f60 has_capability +EXPORT_SYMBOL vmlinux 0xbfd1bc0c jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xbfd5b9fa sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xbfd9f046 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xbfe6d753 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xc00bef31 framebuffer_release +EXPORT_SYMBOL vmlinux 0xc0207e84 kbd_alloc +EXPORT_SYMBOL vmlinux 0xc04cc40e mdio_bus_type +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 0xc0890933 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xc0a2b3eb phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xc0bd9d45 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xc0bfb9d4 VMALLOC_END +EXPORT_SYMBOL vmlinux 0xc0c77a23 debug_hex_ascii_view +EXPORT_SYMBOL vmlinux 0xc0e4dbdd napi_gro_frags +EXPORT_SYMBOL vmlinux 0xc0e5e4e6 itcw_get_tcw +EXPORT_SYMBOL vmlinux 0xc0e5f52b pneigh_lookup +EXPORT_SYMBOL vmlinux 0xc0f746ec qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xc0fc3004 kthread_bind +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 0xc10dbd68 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12c4efe phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xc1394dbd mod_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1585124 kill_fasync +EXPORT_SYMBOL vmlinux 0xc15aa0e9 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xc15e0ee3 register_key_type +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16fe12d __memcpy +EXPORT_SYMBOL vmlinux 0xc1b851c9 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1f1dd6d fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xc21aac8c vfs_symlink +EXPORT_SYMBOL vmlinux 0xc22bf634 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc23372df set_anon_super +EXPORT_SYMBOL vmlinux 0xc23459b0 pci_bus_type +EXPORT_SYMBOL vmlinux 0xc2365f87 pci_iomap_wc_range +EXPORT_SYMBOL vmlinux 0xc237c64e config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xc23e048e phy_write_mmd +EXPORT_SYMBOL vmlinux 0xc250590f strnlen_user +EXPORT_SYMBOL vmlinux 0xc27ee138 __SCK__tp_func_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xc2c22671 netdev_crit +EXPORT_SYMBOL vmlinux 0xc2c53fb6 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e9bf50 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xc2f725cd configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30ea33d compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xc313a958 ccw_device_halt +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc345da28 tcp_prot +EXPORT_SYMBOL vmlinux 0xc34ec2f4 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xc3551955 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36d67c1 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xc37efea5 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xc37f4fe8 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xc383f764 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc38dd45a nonseekable_open +EXPORT_SYMBOL vmlinux 0xc39f26ce filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xc3ac88ce arp_create +EXPORT_SYMBOL vmlinux 0xc3b76ff3 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xc3c941e5 __devm_release_region +EXPORT_SYMBOL vmlinux 0xc3c9cd4c netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xc3e45457 down_killable +EXPORT_SYMBOL vmlinux 0xc3e558fa reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xc4335f0f file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc433a088 __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xc45d29a0 drop_super +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4a83cc3 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xc4ac5c4a page_readlink +EXPORT_SYMBOL vmlinux 0xc4d04dee kbd_ascebc +EXPORT_SYMBOL vmlinux 0xc4e61125 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xc4f43370 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0xc4fe216c sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xc50c2bef dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xc512cc60 fb_show_logo +EXPORT_SYMBOL vmlinux 0xc513dce5 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xc5184fb5 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xc52ab312 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xc52e6773 __module_get +EXPORT_SYMBOL vmlinux 0xc5369aa2 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xc53c4e62 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xc544b898 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xc54c50df skb_find_text +EXPORT_SYMBOL vmlinux 0xc5623b78 pci_map_rom +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57b8611 diag210 +EXPORT_SYMBOL vmlinux 0xc57e4c79 sock_no_linger +EXPORT_SYMBOL vmlinux 0xc5807ce0 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59d407c platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xc5ad93b8 sie_exit +EXPORT_SYMBOL vmlinux 0xc5b0d06f lockref_put_return +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c2d638 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xc5c8b56c raw_copy_to_user +EXPORT_SYMBOL vmlinux 0xc5e31080 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc604dbff pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622ea97 stsi +EXPORT_SYMBOL vmlinux 0xc62357ff netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xc62ab2bc mempool_destroy +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc64d5d89 generic_hwtstamp_get_lower +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc664376c udplite_prot +EXPORT_SYMBOL vmlinux 0xc66c17a0 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xc66c65ca tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xc67900f1 napi_pp_put_page +EXPORT_SYMBOL vmlinux 0xc679e81b input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xc6833f52 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xc6a61a01 inode_insert5 +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6df4696 get_fs_type +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 0xc7265ca0 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xc72a6f22 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xc72f7279 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xc7325e99 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc733767c blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xc73d07e1 zap_page_range_single +EXPORT_SYMBOL vmlinux 0xc75ecbd1 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xc7636eef t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xc76eeda4 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xc77c5c22 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xc77cb8d0 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xc77d0041 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79b1a6e config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xc7a1634b bio_add_page +EXPORT_SYMBOL vmlinux 0xc7a24d76 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bad742 unlock_rename +EXPORT_SYMBOL vmlinux 0xc7bbd323 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d2cf1a kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xc7e57d61 dput +EXPORT_SYMBOL vmlinux 0xc7e6204e n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xc7eb5106 tcf_register_action +EXPORT_SYMBOL vmlinux 0xc8005205 vfs_create +EXPORT_SYMBOL vmlinux 0xc8106878 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc817c504 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc818ffc6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc82a81ac rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86a6174 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc877455c udp_poll +EXPORT_SYMBOL vmlinux 0xc878652c setattr_copy +EXPORT_SYMBOL vmlinux 0xc87e5406 get_guest_storage_key +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a42726 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b4485d tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xc8b9f25c __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc8bc1491 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xc8d51437 d_add_ci +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc8edd08d pci_iomap_range +EXPORT_SYMBOL vmlinux 0xc8f8c876 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc8fb647c file_update_time +EXPORT_SYMBOL vmlinux 0xc90ed09f md_reload_sb +EXPORT_SYMBOL vmlinux 0xc9126c47 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91a0287 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xc92345a9 ap_cancel_message +EXPORT_SYMBOL vmlinux 0xc9277be4 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xc94fdebf __genradix_ptr +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc969967b debug_unregister +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97ab6e7 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xc97da659 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xc97f0a42 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0xc9993ea2 handle_sysrq +EXPORT_SYMBOL vmlinux 0xc9b33468 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xc9b507ab kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xc9bc0ef1 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xc9d6b906 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xc9def2c5 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e029f1 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xca0e9abf dev_uc_flush +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1f3fee param_get_bool +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca233f3f genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4a2e5a alloc_fcdev +EXPORT_SYMBOL vmlinux 0xca815fd2 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9cec43 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xcaa53882 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xcaa66b8c tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xcaa6dc0f dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xcac66a7b __destroy_inode +EXPORT_SYMBOL vmlinux 0xcaca0697 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xcacb0ce8 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xcad426d3 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xcadc70f4 __devm_request_region +EXPORT_SYMBOL vmlinux 0xcae3a07a sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xcaef1063 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xcaf8f5f0 raw3270_start_irq +EXPORT_SYMBOL vmlinux 0xcb017c6b _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xcb12c916 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xcb19579d tcp_peek_len +EXPORT_SYMBOL vmlinux 0xcb196b9d __vcalloc +EXPORT_SYMBOL vmlinux 0xcb34a6e7 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb63dc15 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xcb6c7679 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xcb7cf43a _copy_from_iter +EXPORT_SYMBOL vmlinux 0xcb99127b mount_single +EXPORT_SYMBOL vmlinux 0xcba6550b __SCK__tp_func_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xcba9ae86 fb_find_mode +EXPORT_SYMBOL vmlinux 0xcbb48e96 __inet_hash +EXPORT_SYMBOL vmlinux 0xcbbc4bcd inet_del_offload +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbd4a0a7 phy_read_paged +EXPORT_SYMBOL vmlinux 0xcbf3ce8b sock_no_listen +EXPORT_SYMBOL vmlinux 0xcbf430dc mdio_device_remove +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc54af9d blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xcc5a5971 param_ops_int +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc92aad0 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xcc9450d9 send_sig +EXPORT_SYMBOL vmlinux 0xcc9bbbd4 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xcca70a0b unregister_console +EXPORT_SYMBOL vmlinux 0xccaa4d86 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xccb491e8 bsearch +EXPORT_SYMBOL vmlinux 0xccc951da netdev_info +EXPORT_SYMBOL vmlinux 0xccca425c textsearch_register +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccda9922 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xccdfcaf5 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xcce8bea5 gnet_stats_start_copy_compat +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 0xcd39712c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xcd534a3b sock_pfree +EXPORT_SYMBOL vmlinux 0xcd71b8ce gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xcd8d76ed jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcdb8603e pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xcdb89bf4 md_integrity_register +EXPORT_SYMBOL vmlinux 0xcdba6564 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf30774 ccw_device_tm_start +EXPORT_SYMBOL vmlinux 0xce06dc57 ccw_device_start_key +EXPORT_SYMBOL vmlinux 0xce0c1f34 dfltcc_deflate +EXPORT_SYMBOL vmlinux 0xce0f5876 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xce11ca56 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3b1d9c keyring_clear +EXPORT_SYMBOL vmlinux 0xce4be846 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5f6d76 sock_create +EXPORT_SYMBOL vmlinux 0xce8a777c sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xce8b41eb mem_section +EXPORT_SYMBOL vmlinux 0xcea3ef6b pci_read_vpd +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebe3bd9 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xcedf4238 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xceed4226 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xceee96b3 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xcef10fdd xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xcef68cf9 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xcf12aadc __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf32f23b pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3eeedd pci_set_mwi +EXPORT_SYMBOL vmlinux 0xcf5cbdd5 sys_imageblit +EXPORT_SYMBOL vmlinux 0xcf5f3687 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xcf75acc9 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xcf9a7db1 kernel_accept +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9f3919 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xcfc71d14 param_get_ullong +EXPORT_SYMBOL vmlinux 0xcfcbfedc devm_request_resource +EXPORT_SYMBOL vmlinux 0xcfd65220 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xcfe16dc5 key_create +EXPORT_SYMBOL vmlinux 0xcff573a8 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xcffe9549 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xd00555ee tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xd0061a04 sock_rfree +EXPORT_SYMBOL vmlinux 0xd015d686 mdiobus_write +EXPORT_SYMBOL vmlinux 0xd0214972 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd059e14c reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xd05a1d65 param_ops_short +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0a251dc scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd0b6de9f genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xd0e58741 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xd0eace47 simple_get_link +EXPORT_SYMBOL vmlinux 0xd0ecad37 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xd1084a4d inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd10a00f1 pci_get_slot +EXPORT_SYMBOL vmlinux 0xd11bac17 check_zeroed_user +EXPORT_SYMBOL vmlinux 0xd1262a39 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xd12b8d2f tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xd1375d84 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xd1453ac9 __tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xd14584b8 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xd148e69f kernel_connect +EXPORT_SYMBOL vmlinux 0xd169f11e inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xd1728f8c __netif_rx +EXPORT_SYMBOL vmlinux 0xd18c32b6 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xd19d4553 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xd1a29068 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xd1b4b419 tcw_get_intrg +EXPORT_SYMBOL vmlinux 0xd1ba3855 scsi_device_get +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1f2a96f tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xd1f90480 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xd209e848 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xd20a87c4 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xd219d727 inet_select_addr +EXPORT_SYMBOL vmlinux 0xd224d731 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xd2260096 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xd2273180 md_register_thread +EXPORT_SYMBOL vmlinux 0xd248f448 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xd24cb2f2 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xd2504a8c arch_spin_lock_wait +EXPORT_SYMBOL vmlinux 0xd2510a63 up_write +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd26c68eb d_make_root +EXPORT_SYMBOL vmlinux 0xd272c1f0 neigh_table_init +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2802d09 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xd2931a64 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xd2a0570d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xd2a5cbd5 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xd2c367a5 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2ee5efc tty_unthrottle +EXPORT_SYMBOL vmlinux 0xd2eea282 seq_file_path +EXPORT_SYMBOL vmlinux 0xd2f53686 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xd307cbb9 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xd3089c96 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xd32087f4 single_open_size +EXPORT_SYMBOL vmlinux 0xd338c690 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xd339d540 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xd341d416 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xd34d860f __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35dfeb4 __d_drop +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd39b4154 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xd3af979c memdup_user +EXPORT_SYMBOL vmlinux 0xd3b5d5e0 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xd3cf1c01 down_write +EXPORT_SYMBOL vmlinux 0xd405ae79 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd412dac2 tcp_close +EXPORT_SYMBOL vmlinux 0xd43c0678 phy_start +EXPORT_SYMBOL vmlinux 0xd43fab2b pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xd440a8e7 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xd45132aa xp_alloc +EXPORT_SYMBOL vmlinux 0xd452f2dd revert_creds +EXPORT_SYMBOL vmlinux 0xd45a06b0 may_umount +EXPORT_SYMBOL vmlinux 0xd45a4237 devm_iounmap +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd4787bfc genphy_read_status +EXPORT_SYMBOL vmlinux 0xd48b7a10 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xd48f69c8 tcw_get_tsb +EXPORT_SYMBOL vmlinux 0xd49059b3 seq_printf +EXPORT_SYMBOL vmlinux 0xd4a2a745 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c7de61 mntget +EXPORT_SYMBOL vmlinux 0xd4e01c96 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xd4f35e6a seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xd4fa3638 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5288f10 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xd530cfc5 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xd55d0384 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xd566933c up +EXPORT_SYMBOL vmlinux 0xd5678c2a unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5e1a469 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xd5e90454 ap_domain_index +EXPORT_SYMBOL vmlinux 0xd5f9b9ad phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xd600e214 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xd6028ccc ccw_device_tm_start_key +EXPORT_SYMBOL vmlinux 0xd60640d4 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd6068bfb fifo_set_limit +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6086ad2 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xd6106385 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xd6400c82 d_exact_alias +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 0xd64dc6db dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xd653ea8f dquot_transfer +EXPORT_SYMBOL vmlinux 0xd656d77f pci_iomap +EXPORT_SYMBOL vmlinux 0xd65bd988 sock_alloc +EXPORT_SYMBOL vmlinux 0xd65ee7a7 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xd66079df inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xd6742a28 vm_event_states +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6bf3f5d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6eda206 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd6fe57c3 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd727acc2 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xd72fe961 __folio_put +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd736d2a2 inet_pton_with_scope +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 0xd74f9503 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xd7510010 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xd770ad96 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xd78c4f81 __folio_alloc +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7b7f3f9 bio_init_clone +EXPORT_SYMBOL vmlinux 0xd7c24d0f jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xd7c327f1 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xd7cc48ea get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e1c5e1 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e9346f xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f16e01 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xd7feba0a lock_rename_child +EXPORT_SYMBOL vmlinux 0xd80511d6 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xd811afeb seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xd827fff3 memremap +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd84ca0bc may_umount_tree +EXPORT_SYMBOL vmlinux 0xd878c3f6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xd8796be5 pipe_lock +EXPORT_SYMBOL vmlinux 0xd87eb8a5 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd88dbbf4 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a55587 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xd8a95093 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8ab1729 freeze_super +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8ccca5a tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xd8cf48e1 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd8d8af22 tcf_block_put +EXPORT_SYMBOL vmlinux 0xd8e41cc6 utf8_strncmp +EXPORT_SYMBOL vmlinux 0xd8fcda72 cpcmd +EXPORT_SYMBOL vmlinux 0xd8fea321 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xd8ff1108 follow_down_one +EXPORT_SYMBOL vmlinux 0xd903caa9 user_revoke +EXPORT_SYMBOL vmlinux 0xd906b81f misc_register +EXPORT_SYMBOL vmlinux 0xd91ab874 inet6_offloads +EXPORT_SYMBOL vmlinux 0xd92c2afb zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xd9384c41 fb_set_var +EXPORT_SYMBOL vmlinux 0xd9434f7b genlmsg_put +EXPORT_SYMBOL vmlinux 0xd96de8cb __sysfs_match_string +EXPORT_SYMBOL vmlinux 0xd97f5c58 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd980422a md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99c363e ccw_device_set_offline +EXPORT_SYMBOL vmlinux 0xd9b3f97d console_devno +EXPORT_SYMBOL vmlinux 0xd9b7623f kill_block_super +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9cabf53 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xd9d1bb4b folio_add_lru +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9daafd7 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xda019dc1 kernel_bind +EXPORT_SYMBOL vmlinux 0xda36343d flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda5230ab ip6_xmit +EXPORT_SYMBOL vmlinux 0xda6fa05c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xda86ad75 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xdab7ccd5 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac67f1d param_set_charp +EXPORT_SYMBOL vmlinux 0xdad8a72a dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xdae162cb string_unescape +EXPORT_SYMBOL vmlinux 0xdb263b6a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xdb3407fa d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xdb4c6ebf input_copy_abs +EXPORT_SYMBOL vmlinux 0xdb6d5319 rtnl_notify +EXPORT_SYMBOL vmlinux 0xdb6efb50 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb79cfca dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xdb95ecb0 lock_rename +EXPORT_SYMBOL vmlinux 0xdba14635 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba618b9 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf89af6 sclp +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1c18b0 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc557674 dst_dev_put +EXPORT_SYMBOL vmlinux 0xdc7edc1e finish_no_open +EXPORT_SYMBOL vmlinux 0xdc872691 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xdc96f398 __SCK__tp_func_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xdc9fb367 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xdca422cc napi_get_frags +EXPORT_SYMBOL vmlinux 0xdcad24c1 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xdcc7663a tcp_shutdown +EXPORT_SYMBOL vmlinux 0xdcdd4592 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xdcdd5bdc ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xdce0e0dc security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xdce13cde udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xdce4bb87 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xdcf7d11e kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xdcf84646 sort_r +EXPORT_SYMBOL vmlinux 0xdd1fb12d put_disk +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd364338 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xdd3c2c49 stop_tty +EXPORT_SYMBOL vmlinux 0xdd5077ca netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xdd5d9a4e ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd741a03 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xdd7ddf03 dev_deactivate +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd9833ff node_data +EXPORT_SYMBOL vmlinux 0xddb20209 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde00ba9d rtnl_create_link +EXPORT_SYMBOL vmlinux 0xde068b47 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xde0bdcff memset +EXPORT_SYMBOL vmlinux 0xde1371ce radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xde28e0b6 set_guest_storage_key +EXPORT_SYMBOL vmlinux 0xde2e8843 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0xde308c3a fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xde4f589e __scm_destroy +EXPORT_SYMBOL vmlinux 0xde4fcc1e dev_uc_del +EXPORT_SYMBOL vmlinux 0xde5f7a54 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xde7fbac9 fb_get_mode +EXPORT_SYMBOL vmlinux 0xdebb8a67 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xdec2ed80 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xdec37efb scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xdec7f8d2 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0xdec8a352 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xdecbe17e pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xdecd2691 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xded1181b generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded5285f vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xdeda2ae2 tcw_get_data +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef84f9f radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xdf17a0d0 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf322a77 inet_getname +EXPORT_SYMBOL vmlinux 0xdf511b8e xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf552c38 vif_device_init +EXPORT_SYMBOL vmlinux 0xdf75a80a neigh_parms_release +EXPORT_SYMBOL vmlinux 0xdf7c9f9b filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfa9acca smp_cpu_mtid +EXPORT_SYMBOL vmlinux 0xdfafa1f3 raw3270_buffer_address +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd6898f dcache_readdir +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00797f0 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xe00b36f2 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xe017be5e __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe01c7630 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xe02762b4 component_match_add_release +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04ef82b vc_cons +EXPORT_SYMBOL vmlinux 0xe0589fe3 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xe05b2f8b bpf_link_put +EXPORT_SYMBOL vmlinux 0xe068a91c gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xe07c4513 dma_pool_create +EXPORT_SYMBOL vmlinux 0xe07df4be kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc4fb2 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xe0bfead7 tls_alert_recv +EXPORT_SYMBOL vmlinux 0xe1109254 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe13af26f sclp_pci_deconfigure +EXPORT_SYMBOL vmlinux 0xe14eced9 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xe1580129 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xe16b9a59 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xe1a30113 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0xe1a4c272 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xe1c24a31 sk_alloc +EXPORT_SYMBOL vmlinux 0xe1dcd58a qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e72a4f sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xe1ee6f1d crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xe20909c2 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xe20aabd0 ccw_device_is_multipath +EXPORT_SYMBOL vmlinux 0xe2258e30 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xe236934c xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xe23e2fa5 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xe254f4f8 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe27269f2 inet_frags_init +EXPORT_SYMBOL vmlinux 0xe272df02 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xe27d87a4 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xe2922242 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xe29d2d02 __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0xe2a83f39 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xe2c4e835 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2db8d3e register_framebuffer +EXPORT_SYMBOL vmlinux 0xe2dd3d10 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xe30be315 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe35fb609 kmemdup +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a6c979 cond_set_guest_storage_key +EXPORT_SYMBOL vmlinux 0xe3acbeaa unlock_page +EXPORT_SYMBOL vmlinux 0xe3ba5d4a jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xe3da65e6 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xe3db40cb insert_inode_locked +EXPORT_SYMBOL vmlinux 0xe3dd6a99 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xe3e5f128 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xe3e8a5a9 netif_stacked_transfer_operstate +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 0xe40cb89e inode_init_owner +EXPORT_SYMBOL vmlinux 0xe40d0783 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xe40e3581 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xe43d9ab2 slash_name +EXPORT_SYMBOL vmlinux 0xe4530921 simple_release_fs +EXPORT_SYMBOL vmlinux 0xe475e405 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xe49a82b1 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xe4b17fe2 pps_register_source +EXPORT_SYMBOL vmlinux 0xe4c56b3c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xe4df9aec hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xe4e643a2 current_time +EXPORT_SYMBOL vmlinux 0xe5091c69 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xe5094832 page_table_allocate_pgste +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe524e3e2 bcmp +EXPORT_SYMBOL vmlinux 0xe555c7ab radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xe557913a netif_tx_lock +EXPORT_SYMBOL vmlinux 0xe55a0ea0 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xe56b0d0f stsch +EXPORT_SYMBOL vmlinux 0xe56ca89a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xe573ae31 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5a56ecd idr_get_next +EXPORT_SYMBOL vmlinux 0xe5a580b7 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d86a02 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xe61528e6 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xe624be56 add_to_pipe +EXPORT_SYMBOL vmlinux 0xe63d1fd8 pmdp_xchg_lazy +EXPORT_SYMBOL vmlinux 0xe662da9c unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xe68bb94c arp_tbl +EXPORT_SYMBOL vmlinux 0xe68f0df1 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xe698e01f sock_create_lite +EXPORT_SYMBOL vmlinux 0xe6990964 phy_attached_info +EXPORT_SYMBOL vmlinux 0xe69965f5 request_key_rcu +EXPORT_SYMBOL vmlinux 0xe6ae7c8d skb_pull_data +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e5d3fb __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe6ec8c3e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xe6f1486d dql_reset +EXPORT_SYMBOL vmlinux 0xe6ff882f security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xe701697e crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xe70e184a xa_store +EXPORT_SYMBOL vmlinux 0xe713234c skb_unlink +EXPORT_SYMBOL vmlinux 0xe713a97a irq_subclass_unregister +EXPORT_SYMBOL vmlinux 0xe71a3bae __break_lease +EXPORT_SYMBOL vmlinux 0xe736a5c6 discard_new_inode +EXPORT_SYMBOL vmlinux 0xe75c1dce netlink_net_capable +EXPORT_SYMBOL vmlinux 0xe777e808 sclp_ap_configure +EXPORT_SYMBOL vmlinux 0xe796f19a hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe798236d jiffies +EXPORT_SYMBOL vmlinux 0xe79eae68 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xe7a313dc input_get_timestamp +EXPORT_SYMBOL vmlinux 0xe7b9867a register_sysrq_key +EXPORT_SYMBOL vmlinux 0xe7bcc482 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xe7c61d76 __tracepoint_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xe7d05028 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d5c897 mpage_readahead +EXPORT_SYMBOL vmlinux 0xe7df702a dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xe7fea535 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xe804ebd6 phy_device_create +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe835eda4 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xe83b626f in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe863ea03 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xe883387a tcp_ioctl +EXPORT_SYMBOL vmlinux 0xe88559e1 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe89a7fd3 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xe8a4eb51 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xe8ba125d kmemdup_nul +EXPORT_SYMBOL vmlinux 0xe8cca771 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8df5e10 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe8f78ec0 dm_get_device +EXPORT_SYMBOL vmlinux 0xe90062b9 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe9020709 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe917168c ipv4_specific +EXPORT_SYMBOL vmlinux 0xe91e7729 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xe948aac7 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xe94ac30f seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xe94f6f18 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe97b4d2c file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xe97cb840 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xe98b09e1 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xe9939192 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xe994130a __xa_store +EXPORT_SYMBOL vmlinux 0xe995eee3 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe99f15dd pci_enable_wake +EXPORT_SYMBOL vmlinux 0xe9aac57d xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xe9b2c1a9 sk_stream_error +EXPORT_SYMBOL vmlinux 0xe9b4b07d key_unlink +EXPORT_SYMBOL vmlinux 0xe9b63218 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xe9c58a09 tcw_finalize +EXPORT_SYMBOL vmlinux 0xe9cd8fdb phy_loopback +EXPORT_SYMBOL vmlinux 0xe9e061c7 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xe9f2b964 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fcb616 mempool_alloc +EXPORT_SYMBOL vmlinux 0xea15e4b6 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xea1c5c1a blk_get_queue +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea3edd85 alloc_pages +EXPORT_SYMBOL vmlinux 0xea4adb1f dev_alloc_name +EXPORT_SYMBOL vmlinux 0xea50c02f kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xea5e57aa debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xea643c61 eth_get_headlen +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 0xea93faad __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xead17906 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xead3e1e6 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xead58fb9 print_hex_dump +EXPORT_SYMBOL vmlinux 0xead7dfa7 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xeae79642 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xeaf4d3b5 tcp_connect +EXPORT_SYMBOL vmlinux 0xeaf5dbb7 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb094c8e skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb42552b mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xeb4a9a29 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xeb5df400 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xeb6241c4 km_state_expired +EXPORT_SYMBOL vmlinux 0xeb666734 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xeb699c5b tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xeb792e39 folio_set_bh +EXPORT_SYMBOL vmlinux 0xeb915f93 put_cmsg +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 0xeba532e4 __scm_send +EXPORT_SYMBOL vmlinux 0xeba55551 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xebafb39a flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xebba91f5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xebbc8935 kvmemdup +EXPORT_SYMBOL vmlinux 0xebbf1dba strncasecmp +EXPORT_SYMBOL vmlinux 0xebc02277 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xebc14e62 pci_dev_get +EXPORT_SYMBOL vmlinux 0xebc363e8 param_ops_bint +EXPORT_SYMBOL vmlinux 0xebcb8bdc kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xebd83283 d_obtain_root +EXPORT_SYMBOL vmlinux 0xebddef25 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xebfdd2ca security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xec132583 ccw_device_clear_options +EXPORT_SYMBOL vmlinux 0xec1fe2ef genphy_resume +EXPORT_SYMBOL vmlinux 0xec20e04b vfs_iter_read +EXPORT_SYMBOL vmlinux 0xec51d54a input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xec5482d3 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xec5eb23a xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xec690325 devm_memunmap +EXPORT_SYMBOL vmlinux 0xec6db6ba fiemap_prep +EXPORT_SYMBOL vmlinux 0xec7eec08 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xec821032 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xec86f239 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xec8a3f5f starget_for_each_device +EXPORT_SYMBOL vmlinux 0xec8d512e pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xec9d7c8a __traceiter_s390_diagnose +EXPORT_SYMBOL vmlinux 0xeca29525 ccw_device_dma_zalloc +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecbb89c2 ccw_device_tm_intrg +EXPORT_SYMBOL vmlinux 0xecbee536 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xecde9f1e ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xece0dc90 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xece2e51a phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xece4b454 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed059867 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xed406259 key_validate +EXPORT_SYMBOL vmlinux 0xed539994 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed83008f tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xed9a9e34 udp_set_csum +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 0xedd6b79e pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xeded3e9f param_set_short +EXPORT_SYMBOL vmlinux 0xee08cada iucv_message_purge +EXPORT_SYMBOL vmlinux 0xee1a53dd ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xee2a5d08 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xee2b1fa0 module_layout +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee4de4fb __traceiter_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xee4f165c skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xee52f724 set_capacity +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5b72ee flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xee62f60e end_page_writeback +EXPORT_SYMBOL vmlinux 0xee6433c7 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xee6b387b jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xee7387c0 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xee7e6690 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee97e5b4 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xeea36d5f dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb10688 retire_super +EXPORT_SYMBOL vmlinux 0xeec0c4ea inet_release +EXPORT_SYMBOL vmlinux 0xeed3b35e copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xeef1bbe7 begin_new_exec +EXPORT_SYMBOL vmlinux 0xeefef861 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xef2904a3 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xef38cb15 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xef45d32c __kfifo_init +EXPORT_SYMBOL vmlinux 0xef51ea15 diag_stat_inc +EXPORT_SYMBOL vmlinux 0xef589015 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xef63528b generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xef6b0684 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xef82a410 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xef9b71b5 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xefa874b3 input_release_device +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefd3813a security_binder_transaction +EXPORT_SYMBOL vmlinux 0xefec6b61 param_set_copystring +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff16680 regset_get +EXPORT_SYMBOL vmlinux 0xeff39aad flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xeffe13b3 param_set_int +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0166183 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xf01f5ea9 nf_log_unset +EXPORT_SYMBOL vmlinux 0xf03fa4cf skb_clone +EXPORT_SYMBOL vmlinux 0xf05c64f8 iucv_path_connect +EXPORT_SYMBOL vmlinux 0xf05f5ed0 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xf06482e0 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf065e999 scsi_device_put +EXPORT_SYMBOL vmlinux 0xf084505c vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xf0851462 sk_common_release +EXPORT_SYMBOL vmlinux 0xf0867594 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xf086d8c9 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xf08ed13c __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xf08fddee vm_insert_page +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0cc64e1 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf0e8feed zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf0ea2318 __mutex_init +EXPORT_SYMBOL vmlinux 0xf0ebc2c6 config_item_get +EXPORT_SYMBOL vmlinux 0xf0f6bbe5 __tracepoint_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xf0fc9aa8 sclp_cpi_set_data +EXPORT_SYMBOL vmlinux 0xf1007e57 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xf1027730 block_truncate_page +EXPORT_SYMBOL vmlinux 0xf10dbd50 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xf11aa4c5 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf13bd8f1 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xf162b475 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xf1690224 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0xf176e7c0 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xf185bf00 iov_iter_init +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 0xf19faf74 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xf1a1cdff flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xf1a59a87 ccw_device_tm_start_timeout +EXPORT_SYMBOL vmlinux 0xf1a5ff1b ptep_xchg_lazy +EXPORT_SYMBOL vmlinux 0xf1b30b0a register_quota_format +EXPORT_SYMBOL vmlinux 0xf1bd4c17 igrab +EXPORT_SYMBOL vmlinux 0xf1d992eb radix_tree_delete +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1eb0014 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf1f57613 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xf1f7c371 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf219bbca seq_bprintf +EXPORT_SYMBOL vmlinux 0xf220d8aa xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf258142c radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xf25ed853 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf2630ef4 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xf2646c95 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xf27ab579 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf291115b mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xf299c748 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xf2a84423 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2bf86b7 tcf_block_get +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c4f2a4 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf2de7b04 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f34066 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xf2fcacde tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0xf32ded31 km_state_notify +EXPORT_SYMBOL vmlinux 0xf3398eb8 kill_pgrp +EXPORT_SYMBOL vmlinux 0xf33a4775 phy_attached_print +EXPORT_SYMBOL vmlinux 0xf34490b1 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34dd8cd __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf354da16 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xf35813fb netdev_emerg +EXPORT_SYMBOL vmlinux 0xf35cbdf3 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xf3688a24 cdev_device_del +EXPORT_SYMBOL vmlinux 0xf374e001 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xf37acaba __inode_sub_bytes +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 0xf3a85675 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xf3b74f79 __iucv_message_send +EXPORT_SYMBOL vmlinux 0xf3b939f8 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xf3c7f2ca ccw_device_tm_start_timeout_key +EXPORT_SYMBOL vmlinux 0xf3ca0798 key_put +EXPORT_SYMBOL vmlinux 0xf3ca733b hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf3cc7511 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e70d4b __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xf3f81725 get_task_cred +EXPORT_SYMBOL vmlinux 0xf404b38c kern_path_create +EXPORT_SYMBOL vmlinux 0xf427037a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xf4365a9c napi_gro_flush +EXPORT_SYMBOL vmlinux 0xf43725fb s390_arch_random_counter +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf45a9c64 dev_change_flags +EXPORT_SYMBOL vmlinux 0xf4662736 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf49bba6b xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xf4bb992f inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xf4d6142c bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f1d73f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xf4fdc9bd vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xf510336c netdev_notice +EXPORT_SYMBOL vmlinux 0xf51bee14 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xf520927a pci_find_resource +EXPORT_SYMBOL vmlinux 0xf527cc3b grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xf538c1ea vfs_statfs +EXPORT_SYMBOL vmlinux 0xf53b9aa1 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xf53d11ad set_security_override +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf560f521 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xf573e78d __vmalloc_array +EXPORT_SYMBOL vmlinux 0xf5859348 config_item_put +EXPORT_SYMBOL vmlinux 0xf586cf5c dev_addr_del +EXPORT_SYMBOL vmlinux 0xf58b961e flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xf5a1d8f0 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xf5b1ed6f dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf5bc28a4 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xf5db2e47 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xf5dfcba0 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xf5e3f1a8 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xf5e7804a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60550fe no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xf6150cf3 pci_request_region +EXPORT_SYMBOL vmlinux 0xf6257f37 km_policy_notify +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6551483 d_find_alias +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf665fcba tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xf670d936 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xf67cb8d3 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xf67eb602 pci_restore_state +EXPORT_SYMBOL vmlinux 0xf67f1de4 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6937607 default_llseek +EXPORT_SYMBOL vmlinux 0xf694a547 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xf6b0e94a request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf6c3e4aa wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xf6db1c31 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xf6e807b6 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf71b924b cdev_set_parent +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 0xf74c9d17 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xf755c28d inet_csk_accept +EXPORT_SYMBOL vmlinux 0xf777d787 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xf77e9c3a inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xf782e470 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xf79faab3 ip_send_check +EXPORT_SYMBOL vmlinux 0xf7d71918 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0xf7dbdcc2 zstd_end_stream +EXPORT_SYMBOL vmlinux 0xf7f11ad8 inet_accept +EXPORT_SYMBOL vmlinux 0xf80835f4 scsi_partsize +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81914e6 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xf81d87f0 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xf81fd636 arch_spin_relax +EXPORT_SYMBOL vmlinux 0xf82e1a89 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf835449a __mdiobus_read +EXPORT_SYMBOL vmlinux 0xf83ed53b skb_seq_read +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84c6c49 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xf87adf3d tty_vhangup +EXPORT_SYMBOL vmlinux 0xf87fb229 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf8916b19 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xf891ff5c new_inode +EXPORT_SYMBOL vmlinux 0xf8bd43aa locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xf8cabfc1 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d9ad64 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xf8e1ed73 dev_uc_add +EXPORT_SYMBOL vmlinux 0xf8f09662 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fa6c39 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xf920bc53 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xf9353c25 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf943baab mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xf9619e7d tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xf9686140 debug_exception_common +EXPORT_SYMBOL vmlinux 0xf96a60d7 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xf96cbcb5 __fs_parse +EXPORT_SYMBOL vmlinux 0xf9a06e0e ida_free +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b231c1 param_ops_byte +EXPORT_SYMBOL vmlinux 0xf9c756a5 generic_update_time +EXPORT_SYMBOL vmlinux 0xf9d0664d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xf9db7da8 napi_disable +EXPORT_SYMBOL vmlinux 0xf9f0c1a3 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0xf9ff6785 pci_irq_get_affinity +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 0xfa247ec0 register_filesystem +EXPORT_SYMBOL vmlinux 0xfa24c855 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa63272e phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xfa87cb2a scsi_host_busy +EXPORT_SYMBOL vmlinux 0xfa8ac400 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac19588 __clear_user +EXPORT_SYMBOL vmlinux 0xfac2490a inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xfac33c0a wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaf9cffb truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xfb20f97c scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xfb34fad4 __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb411ae8 netpoll_setup +EXPORT_SYMBOL vmlinux 0xfb482dd1 __traceiter_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +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 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd15ed9 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xfbdeb8fd phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xfbfe7986 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xfc08c942 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xfc0eb5e3 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xfc29db19 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xfc30cfda jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4904e3 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xfc553911 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xfc7b34f2 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xfc862bf6 skb_queue_head +EXPORT_SYMBOL vmlinux 0xfc94632d touch_buffer +EXPORT_SYMBOL vmlinux 0xfc9714b7 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xfcc3c048 __put_cred +EXPORT_SYMBOL vmlinux 0xfcc80ff5 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfceccb4c __sock_i_ino +EXPORT_SYMBOL vmlinux 0xfd1caccb tcf_classify +EXPORT_SYMBOL vmlinux 0xfd2620b0 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xfd2d6227 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xfd4c2914 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xfd653799 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xfd6bf6c6 dqput +EXPORT_SYMBOL vmlinux 0xfd76f166 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xfd7bd09e __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xfd81cb79 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xfd9a9866 stfle_fac_list +EXPORT_SYMBOL vmlinux 0xfda960d0 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xfdb7f6a9 finish_wait +EXPORT_SYMBOL vmlinux 0xfdc2fe02 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4d682 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xfdd7e216 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xfe008e21 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe131252 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xfe1a1d50 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0xfe1ede71 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfe2bd980 cdrom_release +EXPORT_SYMBOL vmlinux 0xfe3d3ed1 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xfe3ff396 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xfe403715 nf_log_register +EXPORT_SYMBOL vmlinux 0xfe414082 sock_efree +EXPORT_SYMBOL vmlinux 0xfe42ef26 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe524436 dma_fence_free +EXPORT_SYMBOL vmlinux 0xfe5491d7 tls_get_record_type +EXPORT_SYMBOL vmlinux 0xfe5860af inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe830869 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xfe8cc31f xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xfe8e38f9 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xfea97137 skb_copy +EXPORT_SYMBOL vmlinux 0xfeab734e xfrm_state_update +EXPORT_SYMBOL vmlinux 0xfedccaa0 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfef3df3b gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xfefb7c5b device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xff03de6b build_skb +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff1f0ae2 add_virt_timer +EXPORT_SYMBOL vmlinux 0xff2aee4f generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xff33724b dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xff3cb3a6 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff4cd137 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7ad1b5 krealloc +EXPORT_SYMBOL vmlinux 0xff8a311b scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xff8b56a9 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xff95e0c7 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xffa3a6a5 consume_skb +EXPORT_SYMBOL vmlinux 0xffbf5a41 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xffef93cd flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xfff8e3c4 pci_request_selected_regions_exclusive +EXPORT_SYMBOL_GPL arch/s390/net/pnet 0x42df8a0c pnet_id_by_dev_port +EXPORT_SYMBOL_GPL crypto/af_alg 0x1ae28ca6 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x1f6696db af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x48189840 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x6079813c af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x60d3b32a af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x6d0e6afe af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x6f354c47 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x812d5743 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x9195edb3 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x9321f91b af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xa0424805 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb984d37c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xc243e226 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xc8b741af af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xcf341eed af_alg_register_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x3d8cf0cb async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x3954a971 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xf07d09b6 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x35fe9e23 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x7da1f487 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x833547a5 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8aca1836 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc956c2fc async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x195c9864 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x2a3c2b04 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa7dab81e async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd10aee51 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xf4754321 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x879bc4b3 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 0xb08fdca4 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 0x0c4281c9 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x15dfa9d5 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x1eec12b4 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x2fed97ae cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x4a6c2084 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x5f3da4c4 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x7bbce309 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x834f63ed cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x888c6d3e cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xb262706a cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb29e3ef5 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc71b0976 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xc81a5b5d cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x114ea7e7 crypto_engine_register_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x144e006c crypto_engine_unregister_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x21b348c9 crypto_engine_register_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x242176f9 crypto_engine_unregister_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2875adfc crypto_engine_register_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2d80b2e5 crypto_engine_register_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x47df738c crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4ff6f03c crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5cff4891 crypto_engine_register_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6116b319 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6d5f8740 crypto_engine_unregister_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x70689ec9 crypto_engine_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7906b104 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7c732b8c crypto_engine_register_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7fd6de71 crypto_engine_register_akcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8ae21a98 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x93411d34 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xab39c45c crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xafca4e0f crypto_engine_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb36872e4 crypto_engine_unregister_ahashes +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb44cfb40 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb4bbefde crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb8045caa crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc6a6ca4a crypto_engine_register_kpp +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xca1c2229 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd7954289 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe762b5dc crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf50875b0 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf61143a8 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf9f0249e crypto_engine_unregister_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfb15731d crypto_engine_unregister_skcipher +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 0x9a4d8775 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 0x4672ca0a 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 0xbb399985 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0x167df61b __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0xb33a8b91 __regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x104097a2 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x5f42ab6c regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x6f7cc5d3 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0xad61945a __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xed8ee9e7 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x017a0c1b fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x055fdce5 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0adaf949 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x14de8be3 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1b9d0e61 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5ad957c2 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5d8744e9 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbb26a992 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbc7e5d97 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc1921f43 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc773a02d fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd5414a3d devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xefb549da fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x0a5352b0 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x842c8109 devm_idio_16_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x497101bd devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xd169fe83 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x073fece4 drm_gpuva_ops_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x08b4b494 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e84fc1f drm_gpuva_sm_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x163551fb drm_gpuva_find_next +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x313d2f85 drm_gpuva_find_first +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x34884283 drm_gpuva_insert +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x352e3f79 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x39cd94c1 drm_gpuva_map +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4216a6ec drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x46555f96 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5d842d39 drm_gpuva_gem_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x63269808 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6f7d08a8 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7387fac4 drm_gpuva_sm_unmap_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77440b42 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7ca2b6ea drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x962520e9 drm_gpuva_find +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9be25dd3 drm_gpuva_prefetch_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0f4917d drm_gpuva_sm_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xac5577d8 drm_gpuva_remap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb0c143c6 drm_gpuva_unmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb37c629f drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbfa89fb3 drm_gpuva_find_prev +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xca5a4e44 drm_gpuva_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd2b8dc4d drm_gpuva_manager_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdb5e5116 drm_gpuva_sm_map_ops_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe6ad11bb drm_gpuva_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xecb067ea drm_gpuva_interval_empty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeef035ad drm_gpuva_manager_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf400a219 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf4379582 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfcf85419 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfde32630 drm_gpuva_unlink +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x041dd800 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3944af05 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x46c1c7a6 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4fb93ac4 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x58c04c3d drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7bd270e0 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x971a4724 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xaff450fa drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x29d1cb11 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2c99f570 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x42b4963e drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4867e954 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6ae5ff9c drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x77d3cc9c drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x813d7f96 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x902f20f1 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x286724bf intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x557c4c9a intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5f3689fa intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x71b19a2c intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7e6b14b7 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xad9cbbf2 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xbd2fd4da intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdf71e904 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xffb3ca6f intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa28d41e1 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xe93c68a6 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf130c579 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2621c230 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x48d63174 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7f228583 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9365a814 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x94d3af6e to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xacf22b13 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbaf6aad9 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc9859f96 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf1a18337 stm_data_write +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x0a4e2974 i2c_bus_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x14ba3acd i2c_for_each_dev +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x1728d3d0 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x22694a52 i2c_client_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x29bafb98 i2c_adapter_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x32b2d275 i2c_recover_bus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x4165ae23 i2c_new_ancillary_device +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 0x508cd448 i2c_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x621f272a i2c_new_scanned_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x631612a0 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6d16bcb5 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x7ab0d5d4 i2c_new_client_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x9b5d8a2f i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xa340f6b2 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xaa7c12a7 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xb05b915e devm_i2c_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xd085a466 i2c_adapter_depth +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xd89d0673 i2c_client_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xe0a32995 i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xeb4f61ac i2c_match_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xf3ae75f6 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xfb52173d i2c_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x633bb27c i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6d079540 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xae286ffe i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xaff7c2e4 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1ae6825d rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2651d461 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x27e2d1ab rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x828f3596 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa10a2562 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa517992c rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbd898679 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xccc72901 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd54576fd rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd6c7a068 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe84e99bf rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf5b79306 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x01684b65 __traceiter_bcache_read_retry +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 0x0a1b63d4 __traceiter_bcache_write +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 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 0x2f0ab4a3 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2f1c35eb __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x371169d9 __traceiter_bcache_btree_node_alloc_fail +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 0x5464337f __traceiter_bcache_btree_node_compact +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 0x68b0a6e7 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6af30a7d __traceiter_bcache_gc_end +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 0x759944f7 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x76ea4036 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79363f13 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c0fa11e __traceiter_bcache_journal_write +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 0x93fea5e2 __traceiter_bcache_btree_insert_key +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 0xa3838c11 __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 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaabc179a __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb2892c4a __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3737240 __traceiter_bcache_btree_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 0xbf8e87b6 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1948f3b __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5f2b276 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xca81edbf __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcde62cc5 __traceiter_bcache_bypass_sequential +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 0xfc2da070 __traceiter_bcache_btree_read +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 0xfec7e584 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x03778d28 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1e27a5ff dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x225e06aa dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2d95e5be dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x38b06b1c dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4aed6e9f dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5060b91c dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x675a5cbc dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7097f7c9 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x778b1965 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x78f5db27 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb3df1242 dm_get_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 0xc5aea673 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc673db1f dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd9ffbfee dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdee9b4c5 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe61ace03 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 0x93f17784 dm_bufio_client_create +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 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 0xa89e3d83 dm_cache_policy_register +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 0xd4693734 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x5caad54c dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xdc924d28 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 0x0af9d9e3 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 0x663b1b42 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6e8cc276 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 0x7ae01053 dm_rh_mark_nosync +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 0x8a97ffad dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x95c3a5c9 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 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 0xa08cb467 dm_block_manager_create +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 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x7f05e67e tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xcc52a4d4 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x43e60923 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x51484462 st_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00ed26f8 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x012b0a38 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02a10c7d mlx4_unregister_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0348eadd mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07ce4584 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08d27aee mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a0466a0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0be82c3d mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d0628ae mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dae6d98 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x111f98b0 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18f820ab mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19f123a0 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c3488fe mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eb581a2 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21ea10c7 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x235a507e mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23d4f6ee mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2458c20e __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2823fe0b mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28664221 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a0883a5 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x322aa705 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32830c25 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3659e86b mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3683eeae mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3895b175 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a2a8507 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c6488ad mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41691c8f mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4506ef60 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x461f82a8 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46fb6936 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47a1b91c mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49d1dd01 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f1fdc1f mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5044ae37 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5415f0df mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54edb867 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x550b72cf mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5abed107 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b598a68 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x647c6ab2 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65792d66 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65e6d5c4 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x686e951a mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6906aa83 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69cf5824 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b9a6b0d mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bfdc4f3 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x706d120b mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71f19652 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7462460e mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x752d0ee2 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7553bf07 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x758ec206 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x765e32be mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dd11f72 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x805686b3 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80f5ff61 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x862116eb mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88fd26ee mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f540b84 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f5fcf5d mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x910865c5 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95610393 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9868c938 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9abd2c48 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f308fb8 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fdeff30 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa815d51c mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa957c772 mlx4_register_auxiliary_driver +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9a445cc mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabe82c7e mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafbdd68e mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb585cdec mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6b9a947 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba42b456 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7e285a7 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9554e01 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcac96ab1 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcad77160 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcba39a7d mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc1736b0 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc946e18 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd04080f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce1d6885 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcffd2606 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd549e89e mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd787c3b6 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9326d6b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdce65074 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd1347fb mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf0da0fa mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf1b470f mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf6470db mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf733623 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0ffb894 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe21e9966 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2618f50 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe568f8a3 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7b01b3c mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7b31cda mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe80a81df mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe81a2a3c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec5f32b5 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed05bd3e mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed9ab6ce mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee0743f6 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef15e217 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf08455ec mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf33af360 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3de87a6 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf64ca62b mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa3d202a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc719eff mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd2dc2cb mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfefcd54d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05f74048 mlx5_query_port_ets_rate_limit +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 0x07cb6c16 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07e3d2e7 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bd25e0d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x103b7a7d mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x120f27bc mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d96f05 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14555285 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x176dbf3d mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a56c48a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d44f8cb mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1dcebc62 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24aa662b mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26b14f4a mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bb4360b mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c407fc0 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ce5cddc mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d89a912 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ebfeb7d mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31fb4958 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390b982c mlx5_macsec_del_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08fdcc mlx5_macsec_add_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42b43a38 mlx5_macsec_del_roce_rule +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4721c8d6 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49566105 mlx5_macsec_add_roce_sa_rules +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4afa6bab mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bca5950 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fd53cc8 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x543bcaf2 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x568ece7f mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56b88d6b mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5de79aaf mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x600eb0fa mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a5c36f6 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b4b6e55 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dea9447 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x722c7911 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75786aa2 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7da613bb mlx5_query_nic_vport_qkey_viol_cntr +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 0x8f3853b5 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d55e6b2 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa19db36b mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa29ecc09 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3762e07 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9091efe mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf20824a mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0e52fc8 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5ef9853 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb63725bd mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb74399d0 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7ffb67a mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8b007e2 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0fbd073 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8eb3db4 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc97e5bf2 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9d630d0 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca06f018 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbdbc0fc mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0135ff8 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5d2c82c mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9f75595 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb16d6b6 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdce55193 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe611977e mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7259101 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaf7b470 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeee78d57 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0a178ae mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2c1cb2e mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf566310b mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9d32324 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/geneve 0x9f5d5722 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x103afd77 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2d209384 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5c12f196 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x61bdd07a ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7699019a ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0x0daf9a72 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macsec 0x1cbb0add macsec_netdev_is_offloaded +EXPORT_SYMBOL_GPL drivers/net/macsec 0x5d1f3aa8 macsec_get_real_dev +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x79c350da macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x98ba4f3a macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa7d573dc macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc7464120 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x9089107a mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x06eed6c1 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2101d3d4 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x240aec3a __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x25f96fdd bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x34a0a41c bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x497e27fe bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x49bf346e bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5275c2c8 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x52e44350 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5385900f bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x59257881 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5c0602b6 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5d4378c7 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x705a9a1f bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75f76987 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7d570d76 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7f6c2010 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x86fd1890 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x88a8a0a0 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x89350ff9 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9410f8bb __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x94e15de1 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x951984b7 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x95f72b61 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c85cf47 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa4396282 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb0c4dfaa __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc4ffeae7 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccf9f5e7 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce70d443 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcfa4d915 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcfcafe9a bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd538fbbd bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe319840b bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeb5fda39 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeb70fe04 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeddad9e1 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x4cd6b17f bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x5a4aefbc bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x02c99802 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x0ee89310 phylink_limit_mac_speed +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x150d4bee phylink_validate_mask_caps +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 0x229419b3 phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x287c9595 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x49997567 phylink_decode_usxgmii_word +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 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x69fb67d5 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x768c4c83 phylink_create +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 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x982fa253 phylink_pcs_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa981936d phylink_generic_validate +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 0xd42b858d phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd66ac52e phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xda9f4b17 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe2ff27dc phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe7886e33 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe89ee57d phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xed971769 phylink_mii_c22_pcs_encode_advertisement +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 0x62712429 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x89b8fe74 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x953de330 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb6e9459f smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xbcb570df smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc54389b1 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xd9cf7d59 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x03616514 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x06971e25 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x2db43caf tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x3daed0b7 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x6780807c tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x8441b169 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xafe92ffe tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xb4505314 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xca46b201 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x303e5775 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3b6b2817 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x8158d073 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb4b22caf vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3898cd06 nvme_auth_augmented_challenge +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 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 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 0xdf4cb700 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xe8dd55d4 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf04da0e8 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 0x013e3174 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x17f21d28 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1b28a0d3 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x226c1330 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x23c22d92 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2445dc33 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x306983ae nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x31d33412 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3444dd78 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3e4d3adf nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3ff2254a nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4eb3917a nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5320b406 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5329e913 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x550e882d nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6351dadc nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6ada96df nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e0b849c nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7aedbdbb nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7b6ed534 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8330ae9f nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x89d39caa nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c43cbfd nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c53ed96 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8fd7b270 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8ff0c7f3 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94e7e03b nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa24fd0b1 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa5a00c1c nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa7bcd781 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa827e5a1 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xade294eb nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb70c91ed nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbcb6eb0f nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbe35db53 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbe6045a3 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc04398d2 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1402ce6 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9c78c05 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcaf816b1 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce2f1e87 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd468adfa nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd96917e3 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xda9f70dc nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdfdffc62 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe4535679 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8c58ec6 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8d5fb5a nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9570f29 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeac8c073 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xed467b5f nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeea40f0e nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf1aa248b nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf6c74304 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2011da27 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x34824af1 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7a7ceb75 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8aa81e0f nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8e53425f nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9a58b2ce nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9b9de974 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa53fe35c nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb5c64c6b nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbc2e1e41 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc61eef95 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd50848b4 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xff9ec1c8 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x25788123 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 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x01f43482 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1f6071fa nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x280117f5 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2e9457cc nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x98bf5169 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa54516c1 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa59e7c7c nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb9f25a4b nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcd9a1b00 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xef5c1a84 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf5a94c80 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 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 0x4e27e1f8 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 0xcd76ec70 switchtec_class +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x27350df5 mock_phc_index +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0x728eab20 mock_phc_destroy +EXPORT_SYMBOL_GPL drivers/ptp/ptp_mock 0xc1c87d50 mock_phc_create +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x06a5b4a7 dasd_devmap_set_device_copy_relation +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0a0c6d19 dasd_generic_set_offline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0b5495f4 dasd_device_set_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x19227556 dasd_nopav +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x1c928805 dasd_generic_probe +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x2470821c dasd_generic_space_exhaust +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x3f83d5f1 dasd_alloc_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x50e62bb8 dasd_put_device_wake +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5a95fab2 dasd_get_sense +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5b966c21 dasd_generic_shutdown +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5e40910e dasd_generic_free_discipline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x61a60686 dasd_generic_read_dev_chars +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x666a424f dasd_generic_handle_state_change +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x79033ed1 dasd_generic_space_avail +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x7be773d1 dasd_device_is_ro +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x8d96905a dasd_generic_last_path_gone +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x979c3603 dasd_device_remove_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x9a331f41 dasd_flush_device_queue +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x9eba53e7 dasd_generic_path_operational +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xa9310c6b dasd_wakeup_cb +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb099daf2 dasd_generic_requeue_all_requests +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb38fe028 dasd_page_cache +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xc58bfc16 dasd_generic_notify +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xc6c42900 dasd_generic_path_event +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xc9074156 dasd_generic_set_online +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xcba94abf dasd_free_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xcc2b034f dasd_dev_groups +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xdd2aa314 dasd_generic_remove +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xe4c17db6 dasd_biodasdinfo +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf1158e29 dasd_generic_verify_path +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf15784f5 dasd_nofcx +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xfb2150eb dasd_generic_uc_handler +EXPORT_SYMBOL_GPL drivers/s390/cio/eadm_sch 0x85d9d140 eadm_start_aob +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x22a1fdc5 qdio_shutdown +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 0x2be6b68f qdio_allocate +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x328f6d56 qdio_inspect_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x53ae955c qdio_free +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x6640443f qdio_activate +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x748125b4 qdio_add_bufs_to_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x9bd8abbf qdio_establish +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xa04bb255 qdio_free_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xa78a88c5 qdio_add_bufs_to_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xac3c7b8d qdio_inspect_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xf09a3f7d qdio_get_ssqd_desc +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0x05d0897d ism_move +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xaccc35f0 ism_unregister_client +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xc2516516 ism_register_client +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xd1303d25 ism_get_smcd_ops +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xdf4264d7 ism_register_dmb +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xe7fc02a2 ism_unregister_dmb +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xff2d22b7 ism_get_seid +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0436a6d3 qeth_get_setassparms_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0ae30d0f qeth_vm_request_mac +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x194b71cc qeth_threads_running +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x2315d4b4 qeth_stop +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x25389764 qeth_configure_cq +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x334b9f65 qeth_get_stats64 +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x38887178 qeth_poll +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3b65d638 qeth_send_simple_setassparms_prot +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3b9671e6 qeth_do_ioctl +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3eed3946 qeth_setadp_promisc_mode +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x474c15e7 qeth_dbf +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x48089589 qeth_get_diag_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x772c5304 qeth_osa_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x7bb5c4b9 qeth_siocdevprivate +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x81f7c836 qeth_setadpparms_change_macaddr +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x856795a3 qeth_send_ipa_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8a49cef6 qeth_iqd_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x95383423 qeth_features_check +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9b4d7f02 qeth_setassparms_cb +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9d08808c qeth_set_real_num_tx_queues +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb0225e49 qeth_ipa_alloc_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xbc62e18e qeth_set_allowed_threads +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc6cb7d95 qeth_xmit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc8c66dd5 qeth_enable_hw_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xcf7f183e qeth_dbf_longtext +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xde3409ec qeth_set_offline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xdfab972c qeth_open +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe3821460 qeth_resize_buffer_pool +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe4071dec qeth_tx_timeout +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf2df7ad0 qeth_fix_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xfbcb82ba qeth_set_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l2 0xa731394a qeth_l2_discipline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l3 0x2e8565aa qeth_l3_discipline +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1cf0b342 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2945a618 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x311efd35 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3e1a1869 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x438efdb2 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x517ce610 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6ffde883 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7abf3b3b fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x85e3908b fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb51d0554 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb6dfc93b fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbca0e263 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xca51df40 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf03a8724 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf5df0dfb fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf822b08d fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x02fda2db iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x439a0b24 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x89bb9ad2 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x92923de2 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9c58f73a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xabb647d9 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd7571282 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x17a6fea4 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0267ee48 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x138785de iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17126f92 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1733ac82 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17b62166 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18455ddf iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b34ef05 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d2b7390 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25243c1e iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25c247dc iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31e7f509 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40bfd927 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43d413ad iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48f478e6 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d06fd93 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53c922ae iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5578d5c1 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5cc0db48 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61dad216 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6877a453 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6bd07f59 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70f3aeaa iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7aeca37c iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80dd7899 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87f63e87 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e84efd0 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x929d2fb5 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9706e2fb iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b7a60b1 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3cd7acd iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4a92777 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafd4cd9c iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0870c51 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8e8f8c2 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbbb01e5c iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc6674f7 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7002fd3 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc80ab99b iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd08984ac iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7059c6e iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7325a65 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7b3bf57 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb2e0791 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe076854b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5036e8b iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf036933b iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5cd9c9e iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffdaa1bd iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x05cf5f64 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1fd465c1 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x26d94c71 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x429c507c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x53cd1dbf iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x59e7cf67 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x660ac1f6 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6ea1edcb iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x71ffffc4 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b34b512 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96a52281 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3dbc465 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb858ca95 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbb33dc29 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd5f34b7c iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe6fc3faa iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf651e078 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x080cf5e4 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f15df95 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d9f1853 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x22ab284a sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x243f91ab sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x313d0a88 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3934c971 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x496e86f6 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5081302c sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x56cf8674 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x57db9645 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5eaba13d sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6da6196d sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6f6b51d2 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x741f77f8 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7608b2c2 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7d228751 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88283f4c sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89771d87 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x99c86bbd sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa898616a sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb1af5bd3 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb44c74b5 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc0033109 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc455897c sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xee596255 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf2af8c57 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf4592980 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf51d0460 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf7ba6ab0 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf875e552 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xffbd2b68 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x0ccfaefd fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x053712db iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x093851f9 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0b0b47bd __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x117de4ef iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1226c0fa iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x179e72bb iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1861f054 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e64ec11 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x317cde65 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a67be5d iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e47c85b iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x431fe467 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x449ccf27 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45dc4122 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46dc0fb8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58f783bf iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d52f71e iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6118f053 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x683bca0d iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68a0e33f iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7142b195 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b407c1e iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8105a077 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82611944 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 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f6bbb66 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa69d0ec2 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9b4b2b7 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa603d69 iscsi_force_destroy_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 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5d040ba iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb84bbf31 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2af5b5a iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc47e5cfc __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6ade3a3 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcc2b042c iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd91770e iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd355daae iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda86e308 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdcfe884d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde5b320b iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe027878b iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1ff5a8e iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef0d85f3 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1dc6790 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf63f17a8 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb588d50 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc371e32 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc8642c0 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfcd7782b iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x13641215 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x655035d5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8805096f sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x944ae65c 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 0xabf87fe6 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 0x03b3d846 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1b1da40f srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x90659303 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa6674973 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xeaef3e93 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf6539ec5 srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x08507d89 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x12db8297 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x81c1cdc8 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8789aa5a siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x97ac1107 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd6aaaf67 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x04307747 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1a66c668 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x284644ce of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28526886 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x388ca7f5 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x43b0df60 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x46adf2bc slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4f7953ca slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5cb61607 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e1ca3bc slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x614d5c79 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x798175e1 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8594cbd2 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8963dae1 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa0bbcac5 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8049c9e slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb2b0e238 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb4d4ee68 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbd198e72 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc5b8ce6a slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd23ba2e8 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdc6c99a7 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe2294138 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeab64d4d slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeb29936b slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeda71175 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x0bd52de0 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x15325af8 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x4334453c target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x4a3f097a target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8af7d82c target_wait_for_cmds +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 0x0b3cebc3 uart_console_device +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x21475512 uart_get_rs485_mode +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x34ee0fb9 uart_handle_cts_change +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x36d5960d uart_insert_char +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0xb1592860 uart_xchar_out +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0xb258256f uart_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0xe52955f2 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8663bfba uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xdfac4ffb __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf20c8b7c uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xffc19122 __uio_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0c981a70 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x11c4b187 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x407ba8fc vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x46d01649 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x485b1bc5 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4ad919c4 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x50f11f5b vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5197ae49 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x641c2bee vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x851cce93 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa3416daf vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xae0b8186 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb0cc0fd0 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb13324c9 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc8cd455e vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc8ee6be1 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc95b8727 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdd04ec1b vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde0e193b vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x250ec6a0 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x347c4ca2 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x529db99e vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x52ad1ab9 vfio_file_is_valid +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f602dc7 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x645b95cb vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2aa0f0 vfio_combine_iova_ranges +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x83734b83 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x877db0a0 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8c7d4dc3 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa05b1783 vfio_find_device_in_devset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa86f5f7e vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb0d5fd69 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb65fb9b1 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc6984055 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc8427f53 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xccf56480 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdd4f3f76 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xeefff135 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf4b0e8cc vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf9b5fef6 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00fabdc9 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x048664c3 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x060cfd33 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0d46d420 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10232822 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1548bdfb vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1549db08 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1bf05ce2 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x252eddae vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29d195c0 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c3f0df7 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x307aee2a vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x34a2ca66 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3774ca17 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x37afddf2 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3adbb6c2 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d3a6eb9 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x43f9c2fb vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4eedafbf vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4fd0644e vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5bf1e171 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c1cfe5c vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x677d9d0e vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b05ab65 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d674794 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6e07368b vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74e95b9e vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a53c8c1 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x922ae7b4 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x949b743e vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x983de685 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa07b9a14 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa9fb22ee vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xac1e5687 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcadca37d vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd0415a12 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdd43af47 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe7c52a22 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed2d6008 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeec1bd77 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb3e85df vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbf63958 vhost_dev_reset_owner +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 0x45dc258e dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcbf14300 dlm_posix_cancel +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 0xe162d780 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe96b7839 dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x127e62c1 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x31a98710 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3f869db3 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9c01391e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd761bec2 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe601e9a7 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xecdd0418 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf762e82c nlmclnt_init +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x985e182c netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00028a05 nfs_commitdata_alloc +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 0x0423dc38 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04f268d1 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x050c2e9b nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x071c108d nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cc08f25 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0de579f9 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11dcfcd3 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x121fce8c nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x166f9c78 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16af7708 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1795bb75 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x182aba9a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19e115ad nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a0bf9a4 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e0c2920 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2059aca4 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20af6ef9 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21d3d6bf nfs_file_llseek +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 0x26ba11ac nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27375d11 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ad016f1 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2adfefd2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d044e26 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dd79166 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e9136da nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ea97d7f nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f4360aa nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fd296f8 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31eaccad nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x326c5f96 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x339e5c4f nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x368c62b7 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37f3414b nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a5e5b97 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ae713a0 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ce70bdf nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d66b3e4 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3edb8852 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f8b024d nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x405e782a __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40962798 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43114ca2 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43f9a71d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44ebdb87 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4572bb84 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46917470 nfs_wait_client_init_complete +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 0x534841ed nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x543003e4 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54a14b83 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55368b85 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56ca05bc nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c41bf74 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d09a7de nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d3fb12f nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64a14238 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67e82bf1 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a1838a7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ba04f3e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ffed645 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7206fe15 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72b9c3e7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x767cb460 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7751cfe9 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79fffff3 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7be62b10 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eec5061 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x810d8d52 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8283ceee nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x890a31d8 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x899753fb nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b3ac03b nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x903e5a3f nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a83d94 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92c91ab0 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x931565c3 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9352537f nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93b17bb8 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94214a60 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x944a1ca4 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94f8f68d nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94fdd1a5 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x957ea4e3 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97121998 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97414122 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98a9ef0a nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a517d65 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b22885b nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d2b13f2 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2755e73 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3d55081 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3e119dd nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa535a5d1 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5d69de8 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5f62954 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa693b9e0 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8845f72 nfs_access_add_cache +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 0xac5df20d unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac9bbc42 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae8197cb nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaff0a3ea nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb01351d5 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb49301c4 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6bd59ae nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc298ed0 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc02dfd26 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0dd213e nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1d0f41b nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc23e8e4b nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6199375 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf5c332d nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd02bc5ef nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd03708fe nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd45c4145 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb6a23c3 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbfe5f1e nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdde0ffcf nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe04d23ac get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1c7eaf7 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe39f1887 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6fcab10 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7bfb35c nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7c634ad nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea41d038 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec1dbfd0 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefca87ca __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf014a4e7 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf13197b2 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1b5b7bd nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf220a660 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3347588 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf33d99b6 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf47a5619 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf71bcea1 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9ac3c02 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb356b48 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe10bd53 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfea0eac1 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff0bb96e nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff19ce2f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xa78b2281 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01b1d59f nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03853cc0 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x039e9469 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03b37a8d pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05b2b7b7 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05fbf938 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x070c341e pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08f2ed69 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0a544d88 pnfs_generic_commit_pagelist +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 0x0e5cb42b __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0eb5951b pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16a987ac __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17425edc __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19c3b9b1 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19da1feb __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b7accd2 pnfs_error_mark_layout_for_return +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 0x22eb53a6 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26fa649f pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28e7af27 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ab77ea4 nfs41_sequence_done +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 0x30d908d1 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x322dcd7c pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3567e413 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36b34f75 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a5df215 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3bdfc7f8 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c33ae31 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f500819 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4229945f nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x445710a4 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45fbde25 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4636f812 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c1a8452 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d77ca3a pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5375d8b8 nfs4_test_session_trunk +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 0x5ac33c85 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ec93984 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x620e6acb nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62cdb529 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63a28a34 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x655ff425 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x685ada70 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ca41781 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6d6a0cee nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6da663dc pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6eb9e78a pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73296326 pnfs_generic_pg_writepages +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 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81aa1c05 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b51e190 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e91efc7 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8eb17462 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x90b2cf13 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x90b6c5fe pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94856459 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98dcc94d pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b2f709e __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d30deba nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e2b5ae7 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa78ed62c __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xabd9e95f pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac93b79f pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb502b0db pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb56c52a3 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 0xbb5c773a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf5f41ae nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3331772 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xccac2431 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4a7445a pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd66a3b9f pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd86063ce nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd94853b4 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd5b043b __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdde6e347 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf66d1e4 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3c6fa3d pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebb3368b nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf00321bc __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1664dc3 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf63ec178 pnfs_generic_ds_cinfo_destroy +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 0xfbcd6d81 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x213fd7ed opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x4a611464 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbc7ba464 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x33fd3330 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x6d894a8d nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x95a5821b nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd502f497 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xc53539ce nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x4c81e490 NlsUniUpperTable +EXPORT_SYMBOL_GPL fs/nls/nls_ucs2_utils 0x9aedbfd8 NlsUniUpperRange +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x07694cc3 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2a6a7fb1 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x35626d4a o2hb_register_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 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x88f98f61 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 0xb8c9f234 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 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe90e5c54 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf3c68a26 o2nm_get_node_by_num +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 0x0918c783 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x277949d4 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4563e8a9 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4fc48317 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 0x7b4317be dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8b89eff3 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 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 0x165b0ce7 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 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa59f783c ocfs2_stack_glue_register +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/ocfs2/ocfs2_stackglue 0xe7eb2b8b ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf6453725 ocfs2_stack_glue_unregister +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 0x54278069 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x5f974f35 notifier_err_inject_init +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 0x0c1561c0 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x4283c8c4 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x8f28cff9 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xd1859f4e garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xd3c0cee5 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xd8325b9e garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x2ff18b35 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x5a45f15e mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x7d1a971a mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xc506fe28 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe1d26b05 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xfab801c6 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x98c1fb32 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xdee049b0 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x593d4c6a p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xce008863 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/bridge/bridge 0x05366ad5 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x09e6d731 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x150f90f3 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x157bc3d8 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x194f47f2 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1de68352 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x38d6c0f6 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3d6779bd br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4ec257f3 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x52417119 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x566226fd br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x60d1585b br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x64846235 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x883f1583 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99e1a70a br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9e738c09 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa3adc4c0 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa4cc9369 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa99bd370 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xafaddf78 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb44339c6 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc0ec0246 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcc144fee br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe538c201 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf82551aa br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/dccp/dccp 0x120ceeae dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b0fdb6b dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x366ee79e dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3afacd38 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3fba54e0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x465fb464 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x50f47025 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x52364b7c dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x53f16cdd dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x545e16bc dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x574b7291 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x58afdf9d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d234cdb dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6612fdac dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6dfff922 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e4da810 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7f1ebef7 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7f21fe03 dccp_destruct_common +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 0x964b2f21 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9911ca90 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c05fe0b dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xabb0c8c6 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xae926578 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb4a00c43 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb64c6ee9 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc217eb48 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9cca287 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9fe9ad6 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb11b86b dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef3c7fc7 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf28b70bf dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf9cab1b4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdbde9e8 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff2ab2a6 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4368c015 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4b61a6e9 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5eae7320 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5ffa0490 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xac908b48 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd57507da dccp_v4_request_recv_sock +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 0xdfe406eb ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe69b336e ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5dfc42b2 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5f5c6049 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe6fd96ec esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2854cab4 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xaa19ea2a gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x133cb4bb inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1a017089 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x24b1f53f inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x91631548 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x961e5204 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa07ca881 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe2cc329d inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf3fbb934 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf83403b1 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x982c2803 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0cca3afb ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f771b2b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x185e97c3 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1f1993fe ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1fcada9f ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x20210157 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x301fd8f2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6b5e37fe ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x91d837a9 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaef21a39 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb2ee6627 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcdd4d310 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd2ac1530 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdb1fe14c ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf2812307 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf6ba6b02 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf816673a ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xe0dc5d3a arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xe8db2739 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x1dad8b25 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x5b85d528 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xfc7538ab nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x029b30ea nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x03d58e52 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6c74474d nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9a1764ca nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb16ab232 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd0749a62 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf48c7c37 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xb0c473d7 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x88ea62cc nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x9667a1d8 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xbe8b13b8 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x1b9bf762 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x55743e8e nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x156911fc tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1e944e18 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9b6b7553 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbcc688fa tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc447fb73 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x08200a9b udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x160d4ce5 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x19aaa94c udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5990176a udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7e0a40b9 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x84655558 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb309cdd7 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb95fbc40 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x124a851d esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb455bab5 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xd7ce5724 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x491fc85c ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5420f747 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x97dfc815 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x69421451 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xbf1e9d2d udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xb7b95712 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3ccad5a6 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4627867c nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xca2b525f nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xc766534c nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2b969675 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7501d988 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x75828fa1 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x97354b64 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa244d200 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdebe9bd3 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xff4f6b0d nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x37a3d2be nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x18d9fe47 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2236b43a nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x993f4543 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x804f03b3 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x935207f9 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x044cc694 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x11d7a74e l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12308b57 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x133c5fc8 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2d628116 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x304f42ee l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3117e396 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e019c6c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50956aab l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x528b2d75 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a4305f2 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x61696df9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7af00e19 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9269eb2e l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa628ebe7 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc725d437 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce35bf02 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe7904064 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeaac053a l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf37b5cdf l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf99b4fb7 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xe446f825 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xdd4d9ec1 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x0af40301 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1191e557 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x6d1eedc0 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd8a82ccc mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe0b6b193 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x03196614 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0b2310aa ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0c6de430 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x26723c4e ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x346e9cea ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x37c8d2c3 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 0x4d53ebc0 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5c2fd5c3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6487ab98 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x656f0a23 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6812e7a3 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x781829fd 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 0x82ea96c1 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 0xad0723a5 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaf2d11e7 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc5601f12 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7a71ef2 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdd83703a ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf65e7025 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xff6fb434 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1708e14c unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa2a3835e ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd0f10aa8 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xea377ad2 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3484ac21 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x419ab422 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4cb65da4 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa5317f4b nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc90739b0 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc9f7aad6 nf_conncount_count +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 0x04c66f71 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b02e185 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bb1bfc7 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cf054fe nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1091c21f nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11614397 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x193a927c nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x194511ad nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19922966 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ac85987 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24f94ab2 nf_ct_helper_expectfn_unregister +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 0x28fd2256 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2979ea46 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x299c5311 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3046ab02 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x334782c6 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3514207a __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38ed9169 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39be7901 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ac1fec9 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c68a4b7 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ddf6566 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4142f693 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49b9db3a nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a8aee5a nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c84ac73 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d11ba3f nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ff87fdb nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x50921bee __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x50d0ef44 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51d9c04c nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53edbda7 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57a22d58 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59153de0 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59615bec nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ab19f21 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e5f2bc0 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61341361 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x619a11da nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61e33e32 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x622c1ff5 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62ffcd09 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65abd785 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7808102f nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78496695 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c447274 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81c9d839 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x845ac38a nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85e53861 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86952f6c nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x892aca1d nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d71c01a nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8fc661d0 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90556f8a nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x966c8d5c nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96c7e3bf nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9811bc11 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e7867b3 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fc2562c nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa12afea6 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1675c47 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2e484d2 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa66b7933 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab4899ac nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaeac93f6 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaec283a1 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb28c5cc1 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2a49b24 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8b3d79c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc37c9a62 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7ff5e19 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce5d393a nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceaaac37 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf90886a nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3bcd202 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd779bcdd nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9c73b14 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9cc99d7 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc1d2bef nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1611d7e nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1f836c6 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9f385c5 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9f95e20 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf24e79d8 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8b37496 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfaa94476 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcc2f3ec nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe72547f nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x9c28fffe nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xea03261a nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x2d413398 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x13143f62 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x44e391e6 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa8fdc060 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6d2d957b nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1c8165c3 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x229202a6 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x25356e80 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6f9be5e4 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8e98dd07 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaf611dd7 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbb544724 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x285e9dda nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x3f1d4537 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x26ec49a9 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x4b4d80c7 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xeacb36dc nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x235ab2a0 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2e36df54 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3242142b flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5b5be669 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7209e455 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x76ae3662 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x81bc4f60 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89534a6e flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9f6f3f5c flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb8c29bb9 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc13e04ef flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcbd143cd nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe28fbdf8 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xede7d301 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf27f66df nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf3a77039 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf9fc2c05 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x157c19cf nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2201aa5a 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 0x5aa8a894 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5b936582 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5c6b07ea nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5ea1e9f2 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x66857191 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6f1440b8 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7c808da2 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7d3c1ac7 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f7ab0d7 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa1dd7c07 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xaf84bae0 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb65b1e33 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc00165aa nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdcd94bea nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe2f09db8 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xea581251 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x23969b4b synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x25e95397 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x347ae09d ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6c4a3958 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x70ea9516 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7a6a2bcc synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa22bf102 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb2e5da25 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb36df9ae synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc90843b2 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfb46b0ea nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09147c93 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b46fe5b nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x173cbc4a nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17965563 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17e0da51 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x253b4a7d nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2a9ccf6b __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 0x3994fd03 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x40fffedf nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x419274fd nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42516fa3 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4c03b0a6 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x505a54ef nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x53e969ca nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x546532d4 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55c68454 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55c74b44 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5974dc33 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d3da6d8 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x603384a4 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x655f56f2 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7021cb90 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7460ed11 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7933f579 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x944a4c22 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb001a1b1 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb118a5ea nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb1d467e0 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2f118f2 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7f9452f nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7fbf865 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbb0dc01b nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd0d32fa nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc57d354e nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xca470701 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd0f8bd0d nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1fac6df nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2be5865 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde02b3ff nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe25b4aec nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe8e4594f nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea0302b7 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf06017f4 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc54a0be nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2c296917 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4dbe02cf nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7e9c0fff nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbaf80b79 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbbb92115 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd7ca37a8 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe4b0967a nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x28fbcafd nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6ed4f6d0 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd1a85d00 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x9129b7e4 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xaad8d8f6 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x03fe468e nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x13ffb3ee nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x343be4d0 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x4ace8d0d nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa9644698 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x077447b1 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x27f23131 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x46cca009 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 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x09fe5f88 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x16b5a8f8 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1d234481 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1e528fbc xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1f6be985 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x22411bf3 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x395d5c6e xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a687278 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55cde28a xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7420417b xt_unregister_table +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 0x81ebcedc xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8286a3f7 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87c89e13 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x88fdb301 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94aed346 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9f9f1851 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa080ad61 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb2854ec1 xt_request_find_match +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 0xd2e02b7c xt_unregister_template +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 0xdf21ee62 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe1852744 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5bef248 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf9c8143a xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd8e78659 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf9e47bf3 xt_rateest_put +EXPORT_SYMBOL_GPL net/nsh/nsh 0x92e80325 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xe2113273 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2a579a6d ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd0ded20e ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe50a91fd __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe8f77446 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf27797cd ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf2f19620 ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x1e3048b5 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x87c1237e psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x8b642bad psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xcf4f22c2 psample_group_take +EXPORT_SYMBOL_GPL net/rds/rds 0x0063df6d rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0f99b03c rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x1e5706bb rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x26fe7939 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2e587a24 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3d862bc0 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4d2f0738 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x550ac866 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x55f8f7fa rds_atomic_send_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 0x58b53aca rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x5ff33462 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x71d72fb5 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x785f1062 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x7fc4cd4c rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x7fe70b3d rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x89b364dc rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xbd48ef94 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc39e8b86 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xcaecd60c rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xd949fdff rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xdf8eb181 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xe41427dd rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xe53542fa rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xe94397d0 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe9f5eefc rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xf1bbab74 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xf398566c rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xf3caf172 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf4121f29 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xfadeb392 rds_send_xmit +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x5a42f6bc mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xad747c22 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x01565c9b pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x658e0e11 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +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 0x4e580571 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x59b081dc sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8f0f2fb2 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf864e789 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x004b4b44 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x8adbfe9e smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xa750fbc1 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xe2c91f2f smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0105f3eb 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 0x6a61564b 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 0xd7ab2e65 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xdac39944 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0123a585 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x028792a8 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02e81167 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x034a7540 svc_max_payload +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 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bd9c5cc svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c7851bc rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0da3e798 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e437bff gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e54f8ca rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ef80f6f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ef960ef rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0faaf8fb svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103944c1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x108b158f rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10bcac16 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10f7cd08 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12a024a6 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1391a10f cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14196249 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1617abcb svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1627f326 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x165e9e85 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19b71e66 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a2cb5d3 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a842afe xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f0873ca rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f8d84a1 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fa30a48 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2017dcd0 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20840b23 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20eb470b xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24f3017a rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257a6e4c xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x266466ce xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26be4aad xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a536d29 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b7655f4 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c35fabe xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c941d0f xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c9a9464 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cc930bb xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ce6ac5b svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319b8fb9 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33d3fbfc svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35364531 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35be4b1b xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35efeecc sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36b6ede3 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3988d016 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39b8162d rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e41d30 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a071717 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3afc7b91 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b074b85 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b56afaa rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bbdacb4 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cc259c1 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ccf2cd6 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40203f66 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4287099f svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d55a77 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44078517 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44521a59 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45e3f2e1 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4658ab2b xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48ea5316 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d287ed0 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9b0608 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4de536dd read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e6e62e1 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e7b5b55 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fa08354 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51a0c025 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51b2efe8 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5323f8e8 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53c7ec6b rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54c89fbe sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5566d03a rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x558ae435 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a91102 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5613921e svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x598a7f2d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59b1f02b rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a020da5 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf7372b rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5daf7ac7 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e3b2777 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5edb4041 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x627b008f rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63a4a44d rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65a7bec7 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x662494f1 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6863e4ad rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x689a219c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69035ada rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69576f34 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69971813 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a2a4264 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a72cbc9 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aec3654 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b0c39dc rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d575ecc rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d880b5d xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc7c12b xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e8f3a98 rpc_killall_tasks +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 0x6fb13fcd rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x700082cc rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x708f9c01 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70c9c27a xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71a5bfb2 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x720c3de5 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72540c7c bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x725d0b31 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72734a94 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f98eec rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74377515 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x744d02e9 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75d13050 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7828ccf9 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7909f8e9 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x797e7011 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79e8fae5 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7be55475 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d0ed3bd cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dbb104d xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ded3f8a rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f61c33a rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a1eba6 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83f66a58 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84d03490 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x857ca690 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85cc37ad rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x877f7c14 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8840eb5c rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a6325b8 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c0f3ba8 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c293f79 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d4e4f67 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d9793c2 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8db01454 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f84aee9 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x902481dd sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90ddbda1 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918d408b sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91e318b7 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c5a548 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97361c28 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97830a0f rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98fe47ec xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9aa3add9 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b2e95ef rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d190e1b xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e9afff9 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0029415 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0aea532 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0faf2be rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2d2b6ee xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3409ed8 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b2c2d2 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa66a9a91 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6c06081 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa82f4642 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4f52e2 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa635478 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa877bf3 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaab531c2 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaacf7ce1 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac7d1bcb xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaca1dbfc svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad2216af unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad2484ac xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad36a73a rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad68f465 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae740680 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf0b46fa rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0dc1ef6 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb27e72b3 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb46c9b9e rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4febff3 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5754f14 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb63667cc svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6df73ac rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb73ed929 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7bff652 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9bd942e svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba6e91ea xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb715146 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbba6b3a7 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc7f0dd9 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc8b575d cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbde260a3 sunrpc_init_cache_detail +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 0xc2d98b49 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a8f05b rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc454edd4 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ddb439 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6be04b5 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca4ba9c5 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd17c331 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcea1c142 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd066f984 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d83150 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3583d3e xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48b7f9d svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48f522a svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd59945b9 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8702316 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda2cbadb xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdaa48b03 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb5ee358 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdedd66c8 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe25741e5 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b8b565 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3cd99b5 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe437fbd1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4f1a9be rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe50eccf7 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe56f1728 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe613c447 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6df5d97 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7438d5c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7eab734 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe925b938 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe96f642e xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9a7a361 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeab620e9 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebd19f9f rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebdb4350 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed7391fd rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee10eefa rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee82bd41 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee901044 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef929af2 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0f99234 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1612d1d cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1e4032c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf408862f rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4c66f31 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7fca26f rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe6b4da9 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/tls/tls 0x96d6a1ec tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xa11b3a38 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xa4d64517 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xf62313cc 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 0x0ca33bab virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x125d179c virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1a3a8b9a virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1b78f5d8 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x29a27cd1 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c0a396b virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x34eac4de virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x41fd33ec virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4942ca25 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x557b3b39 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5976bfa1 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5c21c44b virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5d51e0c5 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x686e38f7 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x721f54d2 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x73eacfd1 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x744a2a90 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x756e6bc5 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x819dd51b virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e649bd6 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x933c430d virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95470bbe virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95e55aa2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa664dc81 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa84ccbf4 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb5a7e625 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 0xc0fde268 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc3561839 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc714f200 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xca07829a virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8e62201 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xddb7200f virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf1ec829f virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf39849f9 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfa26fe1c virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x01ba59e2 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0824da78 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x132e6179 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1659b545 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1cf6ae33 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1dee82a6 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x21b2d61d vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x234c9042 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27dad533 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3535fac5 vsock_connectible_has_data +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 0x6dd55ca3 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8144b771 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8932ff0a vsock_deliver_tap +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 0x9ee306f1 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa234afb8 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xad904e02 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0ee47ee vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd00a591 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc0b37e19 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd062d131 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd484dcce vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd992b5bd vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe080a8e0 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xefc2c45e vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf0f67cfe vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfc8891f6 vsock_data_ready +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 0x29359b78 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x989ee8c0 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd9944abc ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfee06e16 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 0x0027b6d8 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x009f54fe devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x00ae15bc sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x00c42185 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x00ccd70b css_sch_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00d9b3b1 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x00fe4a80 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x011849c3 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x01257a7f skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x012d8e52 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x013608f7 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x01413c5f css_schedule_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x01501795 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x01564368 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x01622cce device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x016d8704 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x01891680 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x01a68f37 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x01d286a4 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x01ff455b smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x020b8632 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x0230d121 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x023354e9 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x0234d15f tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0265c6be subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x02796600 s390_pci_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x027d63f2 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x02869b8a __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x0287dcf6 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x029013da fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x02e0723d regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x02ec7a20 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x02f5211e __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x032d5d2b pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x033e62f5 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x036855a2 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x038134bd kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03af455d device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c36b93 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x03c7e016 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d119e8 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x03f63933 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x03fb1262 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04148973 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x0414d647 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x0418cc8c sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x04251abd dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x04387177 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x044c2928 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046a8738 regcache_reg_cached +EXPORT_SYMBOL_GPL vmlinux 0x047e8d27 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x04870cb4 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x0496ebdc tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x04a6fee6 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0x04b44e08 kvm_s390_pv_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x04b64d47 skb_mpls_pop +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 0x04e8923a watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x04ea8706 __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x04ed9301 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x04f52812 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x050afb1f init_pid_ns +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 0x053488f1 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0560b931 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058bf0ee badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x05a32a87 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x05a56f39 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x05a8d76e pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x05ba1979 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x05c13f85 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x05cc592f crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x05cf1220 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x060eb065 gpiod_to_chip +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 0x06361d7c sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x0637f8b4 gmap_put +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06571b9d devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x065a7a23 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x066baf57 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x0692e045 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x069ea366 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x06b307d3 appldata_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x06b9a81e kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cf9ff1 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x071406cf cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x07161ded blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x07172566 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0717e16d regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0730493a phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x074419fd sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074cb410 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x07511c3e regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0757eede stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x076c27ad iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x076fe1ab get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x079fe7a0 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c045a8 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x07cb7afb sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0x07d3de9a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x07e430a2 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x08028282 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0815a0fc phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x081deae4 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x0828087d device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x0838fa8a tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x08436119 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0849a749 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x085191e2 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x0873c406 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x089b43b7 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x08b2e9aa hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x08bd12da irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x08bd9caf dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08fb2299 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0930b2f5 class_create +EXPORT_SYMBOL_GPL vmlinux 0x0949a9eb irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x095fc29b gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0978d237 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x099e2efa vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bcae93 __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x09be9574 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x0a0f5712 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x0a14322b register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x0a1b905c ping_err +EXPORT_SYMBOL_GPL vmlinux 0x0a2f73a7 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x0a6184d3 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0a8a2fa5 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a8f6aa7 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x0a960fbd msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0ac0d4eb __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x0ae152ff kick_process +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b11a171 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b5e4b64 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x0b6a350c netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b713fef relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x0b731def device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x0b750c06 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba2f9ac dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x0ba4dac0 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0bab3d91 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x0bb6c5ee ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc5481b clock_comparator_max +EXPORT_SYMBOL_GPL vmlinux 0x0be5d5c0 ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c04e985 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0c217202 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0c26bdd5 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x0c2abd07 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c3171c4 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x0c340469 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x0c38b625 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x0c638028 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0c7eeecb gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9d7f16 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x0caa9816 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cebec79 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x0d0018f9 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x0d2e6ccf sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d79c986 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x0d948672 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0d94a861 gmap_shadow_page +EXPORT_SYMBOL_GPL vmlinux 0x0da2ac1a serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de7ba58 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e103559 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0e1ef432 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x0e3f6f50 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x0e41b8c5 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e429e83 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e43684c synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x0e541f71 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7a68b8 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x0e7de0ed pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x0eb0529d component_add +EXPORT_SYMBOL_GPL vmlinux 0x0ec027a2 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x0ec10d70 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f3b8882 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0x0f3d4738 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0f41d96e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0f663526 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x0f6b59f9 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x0f7432fa xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f77b9b4 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x0f78043a pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x0f8d898a driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x0fa77c54 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x0faa1d51 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0fb2fa05 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fc4ba29 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0fcf8042 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0fd2a7de unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x0fd3c140 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd82ec1 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x0fda660a do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x0fec5891 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x1011c5be put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x102c83f2 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x105db8ab tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x106d9d3e serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1073d952 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x107819de __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x108c6218 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x10a0701e nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10da4fb5 device_register +EXPORT_SYMBOL_GPL vmlinux 0x10dc9de9 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x11001dd1 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x1100273e genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x11285325 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x11321b81 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x1148d3fd pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x1156f689 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x11606eea blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x118406e1 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x11aad9ac backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11de9a75 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e161bb gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x120f828e lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122b11ab mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1239d230 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x123b6c37 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x127ad537 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x127db6be vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1297d500 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x129ccce4 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x12b2acb2 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x12cdbd51 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f1f15c ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x12f60a07 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x13027dbc fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x130c0dd0 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x130c3ce9 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131a68aa ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x131b7cb7 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x131f391e mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13435880 fs_holder_ops +EXPORT_SYMBOL_GPL vmlinux 0x1347b76d shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x13501197 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1365856b is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x137b93d6 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x1389f9bd tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13948a91 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x139b7865 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x13d04cf6 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x13e7fd83 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142d5e69 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x1431c41e dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x1447e4b9 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x1462f071 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x147471f4 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x147651dc __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1481ceb5 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x149fa210 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x14d8c536 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x14f1b578 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x15186a54 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x15346b4c iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153c4d98 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x15420a96 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x157bc422 s390_enable_skey +EXPORT_SYMBOL_GPL vmlinux 0x157d2fdf pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x15aaff71 gmap_enable +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c8aae0 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x161a1e26 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x1623343f xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x16299432 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x165776e0 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x16755917 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x1678f30c crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x16b69bc8 zpci_store +EXPORT_SYMBOL_GPL vmlinux 0x16bb647f poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x16d3764e register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x16d4fbc4 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16fefba8 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x170a9f70 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17149987 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x171fd4de sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x17263a17 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x172e161c device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x172e8cdc irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1770fdc1 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x178060bd blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x17b54080 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x17ce302b cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x17f66f92 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18100ca7 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x181015da ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x1819b856 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x181c05ab ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x18240947 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x1826090f register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x18267cbd regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x1848214f driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x184d4571 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x184e4e9f dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x185751f1 ccw_device_get_util_str +EXPORT_SYMBOL_GPL vmlinux 0x185c1f04 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x1864813c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x186bd4aa iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1870c9b5 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x1899e2cb ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x18a50731 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x18ae24ff rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x18b0cbf2 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x18b84553 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x18c2b8b3 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x18caed7f ccw_device_get_cssid +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f5bc2a register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1923b3dc folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x19358f7b pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x1935d433 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1948d173 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x19808dda unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x199ac7c3 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x19b62ec4 gmap_destroy_page +EXPORT_SYMBOL_GPL vmlinux 0x19bf17f9 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d42fff tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f3d2ed ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x19f91637 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x19fa8531 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x1a020e64 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x1a05087e kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1a0c5b94 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a19bac0 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1a210c53 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1a51b4c8 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x1a5ec1a0 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1a6528bf devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a922ead perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x1aa1d12e virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x1aac6df6 blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x1ab0c5ad __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x1ab89289 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ae89c56 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b094bab devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b0f70f3 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x1b1f5ad0 gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x1b21f0ed cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b317382 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1b32a076 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x1b3dd9fc __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x1b6c5a67 chsc_error_from_response +EXPORT_SYMBOL_GPL vmlinux 0x1b70b9ab mas_store +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9ccf2c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x1bb14f82 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x1bbe9bb2 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x1bda3f58 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x1bdf4846 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bfad06e mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x1bfbfca4 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x1c04fcd6 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x1c37872e virtqueue_dma_map_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1c41cd3f __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1c45feee xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c798e26 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1c7ce4ae crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1c876bf8 import_ubuf +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8df04e skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c91696c gpiochip_get_ngpios +EXPORT_SYMBOL_GPL vmlinux 0x1c924dfb devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x1cab172a trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x1cb364b7 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cbefa53 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x1cbff361 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x1cc8a7d5 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x1cd94a08 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1cdef5e9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x1ce5592f __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x1cfc6b71 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x1d024b4c __gmap_zap +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2cfaa0 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x1d411990 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1d4589d4 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x1d5285dd pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x1d67a886 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1d75b91a evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x1d7e6afe bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1da550ad devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x1dca8012 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x1dd60c82 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x1ddc9933 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e1cb148 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x1e20f13f freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e3ff501 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5f435d platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1eaabc88 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebbef81 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x1ebd395b crypto_unregister_scomp +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 0x1eea4c9d fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x1eec1238 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1ef07285 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef359bd devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f073d2f sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x1f15e667 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f1ed181 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x1f2ad235 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f2d801a alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x1f2f68b9 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x1f354372 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f436eaf hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x1f4509d9 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f454773 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x1f55430b input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f88b2a5 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200c88d4 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x20134a98 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x20172704 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x204fdc27 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x20548c50 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x209ea887 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x20a2b91c switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x20a8b96a raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x20a9b804 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x20bf6b1d bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x20c7c731 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x20dc217a devlink_dpipe_match_put +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 0x20f75069 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x2110d561 kvm_s390_gisc_register +EXPORT_SYMBOL_GPL vmlinux 0x211637a6 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x211e118a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x211e3caf sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x212b5fcb trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x2136c5f4 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x2138b7a5 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x21536ee2 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x21621b3a crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21bc8141 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d4dbc4 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x21e5c880 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x21f17e90 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x21f2bcca device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x21fafcf0 virtqueue_dma_dev +EXPORT_SYMBOL_GPL vmlinux 0x22213239 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x222fead2 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x22338190 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x22439ba2 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x227cbbe9 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x2288aaeb iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x22a50f5e zpci_mod_fc +EXPORT_SYMBOL_GPL vmlinux 0x22b8146b __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x22d0e56f devlink_resource_occ_get_register +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 0x22e37965 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x22fa3ca4 register_net_sysctl_sz +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230bca5e key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x23109b97 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x23147ed2 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x231d0347 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x231dc182 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x2320bd3d gmap_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2325d687 md_run +EXPORT_SYMBOL_GPL vmlinux 0x233f5316 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235098a9 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x23605252 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x237397c2 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238ac249 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x238d6a9c net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x23bf439c scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x24050b0d iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x24142ca3 pci_proc_domain +EXPORT_SYMBOL_GPL vmlinux 0x241efca5 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24670dc8 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x247b94ef crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2488ccbe gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248bcc8d bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x24be3641 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x24c89228 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x24c8d5b1 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x24d46457 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24dfe301 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x24ed9c66 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2509b294 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x250b43b5 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x25284add list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x253a863d devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2545a8f3 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x2547f31c bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25b13f95 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25cb5d9f screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x25eb35d8 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x260bea24 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x2616ef87 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x26364f68 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2637d2ee kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x2640d3d0 gmap_pmdp_idte_global +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 0x267dd8e8 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2690df3c pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x269e9602 devlink_region_snapshot_id_get +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 0x26d198e9 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x26d9e6aa skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x270c5206 zpci_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x2745ca8a sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x27471070 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x2749baf6 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x2759e91b serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2762a96c dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x277cdf3d crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x279450f1 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x27b54ad6 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x27ea9ad3 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f59642 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x280264af ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x2808b2db iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x280f57b9 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2819e9ba iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x281b8e66 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x281c00a1 virtqueue_reset +EXPORT_SYMBOL_GPL vmlinux 0x2829fd56 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x28399d7f sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x2849c663 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x285c2a20 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x285d6fec tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x288fe0ed filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28d0285c rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x28d8b49a chsc_scm_info +EXPORT_SYMBOL_GPL vmlinux 0x28e520b8 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x28eb9eba pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x28ebae4a __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x28ec8d80 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x290dff1a fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2921074c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x295c9a0e irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x2970ae80 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x29918ee3 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x2991c6a6 cio_start +EXPORT_SYMBOL_GPL vmlinux 0x2993c4a6 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x29d27e6a dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x29d73a00 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x29da25ad virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x29deb0ac add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x29e8695b simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ed2a30 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x29f38ef1 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x29f4b3c9 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x29f57ebc kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x29fadf7f gmap_shadow_r2t +EXPORT_SYMBOL_GPL vmlinux 0x2a1538ca lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x2a181b9b blk_status_to_str +EXPORT_SYMBOL_GPL vmlinux 0x2a257bca udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2a46aac1 cpci_hp_register_bus +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 0x2a80402b pci_epc_set_msix +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 0x2acafaf9 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x2acf4800 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x2af3cfe4 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x2af52521 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x2afefd49 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2b18b4a7 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x2b2c5a42 gmap_unmap_segment +EXPORT_SYMBOL_GPL vmlinux 0x2b2eac06 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x2b3e0721 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x2b3f04f8 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b59f984 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x2b6f19bf __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x2b6f432a irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x2b73b870 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x2b99ee7a pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x2bd2915e kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bf67041 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3ae5d4 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c529aae fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7256dc synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2c7d13e2 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c7f4438 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c86a09e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x2c949dba task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x2ca02e9f scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x2cb0c565 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2cd20172 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2ce0be07 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x2ce56bab rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf3900f crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x2cf4adc5 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x2d03d296 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2d043400 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d203d7b __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d310eed net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d50e1e8 dw_pcie_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d624215 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x2d7a370d crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x2d7d51b7 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2d8f6753 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x2d8ff371 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x2d9501aa blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x2ddc75b1 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x2df1dfc9 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x2df62894 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e030f0b fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x2e0ebcc4 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2e1d43cf lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e5fef51 pci_generic_config_write32 +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 0x2e7f0499 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0x2e942348 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x2e9aecc5 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2eb7ce26 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec03907 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2ec0e124 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ecff89d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2f046f0b vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x2f0bdfce vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x2f120b6d netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f3886cd pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f64be23 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2f7c27a0 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2f853726 cio_tm_intrg +EXPORT_SYMBOL_GPL vmlinux 0x2f884cef raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x2f8af9c6 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x2f94dec9 gmap_shadow_sgt +EXPORT_SYMBOL_GPL vmlinux 0x2fb49776 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc26249 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2ff74340 virtqueue_dma_sync_single_range_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2ffa8cad perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x304bb23e io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x305f0333 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30696079 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x30698a2f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x3071c8f8 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3075ccd2 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x308a88aa sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x30aea569 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x30d860a5 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x30d96448 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x30e90810 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3112058d kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x314d318f blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x315e50e4 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x319d1d16 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31c3f560 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x31d288c7 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x31d3199b rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x31d55530 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x320f21d8 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x322c95e1 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x32457bad watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x324a3db6 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x324f6cb2 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x3275d359 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x327623a3 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x3280943b md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ab65b5 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32e6847c irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330f5121 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3367bf05 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x3376690f subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x33832f47 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3398bd94 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x33bec839 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x33e64307 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f90753 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x33fc7798 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34826263 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x349843d1 scm_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0x3498bac3 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x34b4c0dc devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x34b574d6 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x34b8b9b9 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x34c69396 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x34d51e32 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x34d79467 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e72fe5 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x34eba676 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x34f8688f vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3547eb13 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x355558d3 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356e2a1a dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3577212e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x3584114e alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x3595525d fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x35d1eafd devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x35dedaa3 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3607c5d7 sthyi_fill +EXPORT_SYMBOL_GPL vmlinux 0x360c7de6 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x360cc8ca crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x361de034 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3632be94 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x363c4bcc dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x363d089f look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x364354ba rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3647b910 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x364dfec0 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x364e1fc5 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x366dc63d pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x367c3224 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368c4f29 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x3697429c pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x369bc35a genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a8a345 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x36be398f dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x36c06ade lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x36c80c36 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x36ceadbc xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x36d51c50 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x36f02bab gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x36f761e8 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x36fa6263 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3703aafb gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x372899f2 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x374b10d5 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3756c298 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x3761d215 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x3769107f sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x376fc6d6 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x37796798 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x379c2175 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x37b26cef platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x37b3777e iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x37b738bb gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x37b81cc2 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37e29079 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x37fef2f2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x37ffb2be devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x38103dca akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383b6af9 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x38493a8b idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x385e9a38 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x386076a3 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x38679e76 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x386d6eff crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x38846835 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38da5c87 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x38daa346 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x38dcc8ca scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38f3998a crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39035ed2 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x3914d178 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x3923e312 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x393b9158 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x393ffa6f asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x394b2c89 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x39579087 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3968ac84 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x39732828 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x3978e5f5 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x397c1e66 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x398a1af6 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a045366 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x3a1bc800 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a481b3b ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x3a4e6aaa ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a812f61 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x3a91f034 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x3a941d4b regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa69ce4 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x3aacb6f0 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x3ae03d40 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af47b02 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x3b132295 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x3b325c03 gmap_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b8cfbd4 zpci_aipb +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3ba0192c sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba146d8 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x3bb25356 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be2ed08 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfea8a2 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x3c07f62d ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x3c0b2cab init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x3c1a09da make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c1f1e83 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x3c2db5f5 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x3c2fb8a5 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x3c302768 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4594bf devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c71dbd6 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x3c804f0a phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x3c95d9d2 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3cb9eaa0 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3cc60807 evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x3cc68d61 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3d0d1dd1 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x3d32c9a6 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d514fe2 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x3d7be600 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3daf3c7d scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee5317 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x3df40eb0 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3e0e9a41 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x3e17de6e xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3e51fb15 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x3e5cff80 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e827aa1 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e96947f pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3eae74b5 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x3ecd59c7 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f0209a0 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f025c14 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x3f32f936 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3f3ce3cf nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x3f40c16c regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x3f8455d8 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8e9be1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3f902c66 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f9a400f netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3faece89 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x3fba26f9 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3fc1d469 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x3fd852d7 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4002f9e9 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x40054e92 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x400637f4 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x401a7d6f class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4078623e inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x40795746 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a13568 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x40aae6c9 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x40cb6f8b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x40cc2c11 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x40f2625f pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40fbb8b7 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x410f47ef scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x415751bb handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x415bff2b device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x417c8b70 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x417d8076 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418e3fdf regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a0942f blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ce60cc bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x41d2948d property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x41e017fd __gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0x41eaa8e0 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f4acf7 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x41fb68cb copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x42204f54 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x42342f90 tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0x42468543 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a00277 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x42afd6fc __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x42c00d62 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x42c63936 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x42dbecfb debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x42f11f91 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x4305512d folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430fa18b cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x4340bc9c kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x43493a1c bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x435a4de8 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x435d1b43 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436dc50c perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4388497f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x43a59c0e sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b796fa pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x43b81db2 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x43bc9295 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x43bce556 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x43c33665 isc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43ca4409 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d5a816 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x43dd3e8d tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x43f26ef4 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4408fca3 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x440be4b9 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x442dd8fa device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442f8e18 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x44782c7d driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44908897 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x44933ef4 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x44a985a6 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x44aae93d set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x44b1fa5f x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bed114 fscrypt_get_symlink +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 0x450fca37 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x451ac2cd debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x455b636e fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4569dd9b blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x456a918b __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458ac13a genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x45ae9f6e iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x45b1f9fd exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x45c04efa user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x45c0bdf2 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x45d5d58a __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x45e37ca0 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x45e6a160 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46199e95 __mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x4620d4e3 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x462a0f5a devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x4649f216 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x46569e37 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x4665bd04 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468ef2d5 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x46915c64 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4694f74a fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x46db4925 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4749591c dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x476488f5 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x47784d3c ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4793cb46 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4796b029 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x47d1a211 disable_cmf +EXPORT_SYMBOL_GPL vmlinux 0x47db6f3f add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x47ddee9f register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x47e7fa3e device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x47f7ea67 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x481458a2 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x4816cf72 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48224ae8 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x48492aee inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x486b6e7a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x486bdf1a strp_done +EXPORT_SYMBOL_GPL vmlinux 0x486ed9c3 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x48a09202 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x48ac4d86 ncsi_register_dev +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 0x48c7db8d fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x48cf2dac rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x48df17d6 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x48e5eb7b blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x48f85852 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x490014d3 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493bc700 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x495f70c5 cmf_readall +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49659f69 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x496d88f4 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x498f321a nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499227f2 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x49a0d758 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x49b55301 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49bc9aeb crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49e0b1dc unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f594d9 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a291215 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4a38f06e devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x4a3fabee device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4a41ac05 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x4a4bdec3 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a88b506 dw_pcie_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4a951371 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x4a9f5702 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x4ac68032 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x4ac713c6 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x4acdd3d2 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x4ad9e266 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x4adc9a66 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x4ae6aa32 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x4b0721ff crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4b0c1ab4 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x4b65d71c gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x4b84bd0d gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b9a8815 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x4ba358a6 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4ba88dcb chsc_sgib +EXPORT_SYMBOL_GPL vmlinux 0x4bc88932 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x4bd2b0a8 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd7d5ef pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4bd89c5a css_chsc_characteristics +EXPORT_SYMBOL_GPL vmlinux 0x4bd8cb38 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bde5556 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x4c07ac38 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c290190 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c56bd15 stack_type_name +EXPORT_SYMBOL_GPL vmlinux 0x4c800f37 css_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4c948d3c device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x4c986ef7 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x4caf4582 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x4caf9fec pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc3c2c3 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x4cde0d2c gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x4ce91483 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d333e99 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x4d3f5014 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x4d4a808d msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x4d5a813c ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x4d673708 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x4d6b1e20 get_user_pages_fast_only +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 0x4d901b8b iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x4de00aa9 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x4de4a184 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4dec1810 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x4defcd0a kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x4e006d0b mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x4e2b5212 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x4e3df54e scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e422acc aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4e6009f7 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4e61f7f4 gmap_shadow_pgt_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4e96b0ed mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x4ea020dc preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eaff2b2 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x4ec774cb __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4ed8a451 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4eeadb1e ip_fib_metrics_init +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 0x4f02f9d4 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x4f0fcc79 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x4f17e43d input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4f29c835 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x4f32f91c __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4f3e0de3 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x4f4ae6d1 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x4f673aa4 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f885019 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x4f91fd51 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x4fa9b5f3 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb6ac80 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x4fb7d62f iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x4fbbb4df dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x4fcfcf22 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x4fd78f9d crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe629cb fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x4ff32aac debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x4ff3725d kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x50172f17 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x5022530a blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x5037027e crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x504036c6 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x50439133 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x50809358 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x50812697 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x5090cc72 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5096bf11 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x50dad21a gpiod_enable_hw_timestamp_ns +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 0x51056a8c umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x5123d501 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x5155719d blk_mq_end_request_batch +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 0x519b76d9 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x519d5a97 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x51b46cd7 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x51c83555 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x51dcffe3 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x51e0e9f1 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x51ed3532 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x51fc50f2 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x5215eaf5 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x52429d5a skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52659e60 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x5271811d free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x52767b1b sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x527daee6 s390_sha_update +EXPORT_SYMBOL_GPL vmlinux 0x52886609 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x529ab7e2 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ccf337 nf_defrag_v4_hook +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530f820c virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x533364b4 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x53531fcd balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5374f90a irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a85463 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dc44c3 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x53e62e73 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x53f893a4 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x540345c8 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54307e3e account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x5431887b pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x54457629 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x545add04 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x54614fd7 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x54889a9c bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x548a61b1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a92ef8 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x54b1c133 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x54c09ccf espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x54c8b790 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x54e31e5c blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x54ea3a46 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5504f872 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x55141763 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x55188caf exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554b9e21 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x556a9ead xas_split +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55a3b8a9 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x55a8a3d2 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x55b90898 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x55c807b2 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x55da9fb0 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x55ebffd8 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f2580b __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x55f4f367 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x55f88314 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x55f91924 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x55fd8b6a pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56180918 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x5620d455 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564ffee9 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x565ae59c fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x56671755 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x56730eb3 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x567bb782 cio_enable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0x56a28bfa blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x56c58ec9 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x56c89d81 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56f83c24 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570e5619 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x5741836f kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x574d20ee find_asymmetric_key +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 0x57d4abb7 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x57dfb37b debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x57e8e715 get_device +EXPORT_SYMBOL_GPL vmlinux 0x57ea843b xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x57eaa92f trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x589412c6 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x589d5ca3 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x58a4514e pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x58a942dd vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x58bd0814 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e9ec5a trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x58f211aa bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x58f31f10 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58f78b80 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x59145e63 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x592f5226 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5941eac3 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x594fe160 tod_clock_base +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x59875036 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x599e9015 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x59ae7018 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59d09724 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x59e1acd8 regmap_get_raw_read_max +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 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a173e0a virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x5a1a882d pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a586941 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5a60de90 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x5a6100e7 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x5a639741 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x5a658bb2 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x5a67a0ed regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a839dd0 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x5a8d0919 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x5a8f502a invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x5a92a0f0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x5aa823da __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x5aeee1fb kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b1b6576 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b5ef907 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x5b61bb3d fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x5b6c8e93 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x5b777264 sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b886371 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x5ba63bef property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x5ba8ab39 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb8c8b3 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x5bbadee5 __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +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 0x5be01974 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x5be5546f tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x5beebacc pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x5bf94039 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x5bfe9e4b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x5bffb5d6 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x5c07aa18 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x5c0ecca9 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c60d0e7 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c7bfe13 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c852ebd bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x5c8f8460 scm_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5ca7e8a5 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x5cae236a md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x5cafa68f sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x5cb588c5 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5cc7863e kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfb9185 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x5cfd86c3 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x5d316f4b folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x5d72f7db genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x5d777648 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5d78eb4e kthread_unpark +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 0x5dc09275 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x5dc59b87 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5dc83ac3 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x5dd76e44 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x5df828bc skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x5e0bb53a tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e2a2b7c tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e556646 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x5e71bf52 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8c15fc __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5ea26707 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb64f47 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5ecb465d ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x5ee372b7 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5f0dbb8e irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x5f1b2d13 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f3d9b19 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x5f3de6ab fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x5f46f1c2 cio_start_key +EXPORT_SYMBOL_GPL vmlinux 0x5f58525c fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5fa4ce72 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb24599 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc056a8 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x5fc59b90 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x60011181 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x600d56d9 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x600fc5d5 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x6016fc51 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x601b3ddd irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x6021142b xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x60217e9b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x6029efd5 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x60424ac7 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605016a5 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60896dfe dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x60899067 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fbbf21 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x610399cd cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x610967ed iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x61127716 cio_tm_start_key +EXPORT_SYMBOL_GPL vmlinux 0x611af038 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613fef36 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x6152d688 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x6175b58a serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6177373f rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x617a730a tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61acf72f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x61ad8659 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x61b401e4 perf_event_addr_filters_sync +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 0x61c868c7 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x61dcc679 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x61dfb882 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x61e338b5 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x61f6457b dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fd4893 mmput +EXPORT_SYMBOL_GPL vmlinux 0x62090c71 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x620e55f9 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x6213e66c devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622cfc09 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x6233438c tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x6233b3b6 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623ef40b unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x625b37cd vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x625def03 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x626886bd __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6289f432 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x62970b99 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x62a4ca2b device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62d7a104 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x62fcaf48 virtqueue_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x631ba529 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x632cd412 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x63411123 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634c6082 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6365b59d irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x636eb5f9 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x6370701a devres_add +EXPORT_SYMBOL_GPL vmlinux 0x6379a695 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x638e26f3 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6392c0a0 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x63a44600 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x63c1694a netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x63e1e188 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x63e4c0ea dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x63e7b26b crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x6406d170 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x641a14eb dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x641f029c bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x642d54bd bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x643aded1 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x643f1881 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x6442a07b tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x6447cb16 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x64786375 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x647f45ac pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x64a41cb0 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x64c3ad06 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x64d0f3fe vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e35602 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x64f5dfad fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x65017c5b crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x6506a8ef housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x651b251c iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x651b658f wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652b31a8 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653efff0 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x65455789 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x655c0607 md_start +EXPORT_SYMBOL_GPL vmlinux 0x655e30ac sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x657214b2 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x658058fb crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65de3021 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6649bcd6 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x666b7fa9 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6695b030 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x669f83fa dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c6925d device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x66d71c12 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66df0d36 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x66f88b8f dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x66fd1422 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x670e8998 mas_next +EXPORT_SYMBOL_GPL vmlinux 0x6718152a virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x671ad9cb dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x671ca782 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x673889e4 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674b422e component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x674e714f tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x675376aa tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6758fac5 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x6765bebd gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67bf3d8f trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d45b58 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x68291e3c tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683911a5 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x685d09ac __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x68851c4e __phy_modify_mmd_changed +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 0x68f8a985 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6909a5b2 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6917c284 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x691f0053 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x6932f8b7 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6978fec2 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a2654 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0x698c2721 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x69925d0e sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x69a0e2ed serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x69aa8f46 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x69bc2a77 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x69c5138b nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x69c5ffb0 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d04826 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69f2fe8e vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6a003890 virtqueue_dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x6a059d75 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x6a0b01ed iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x6a172d31 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6a1736cb tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x6a1d5606 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x6a218610 put_device +EXPORT_SYMBOL_GPL vmlinux 0x6a2763d2 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4b9f75 s390_replace_asce +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a6fa343 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x6a82a2ed l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8ba8f0 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a8fbb95 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6aa576df phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x6ab6db72 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6ad46562 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b564f0a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6b721837 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x6b8056ca pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x6b88844d crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x6b91ed0b devl_register +EXPORT_SYMBOL_GPL vmlinux 0x6bb7d115 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x6bbb8de4 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbdb9b4 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce8264 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6c007c70 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4725a2 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x6c593089 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca40e03 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cce2c26 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ce07904 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x6ce1bcf5 virtqueue_set_dma_premapped +EXPORT_SYMBOL_GPL vmlinux 0x6cf9e64c gmap_pmdp_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d464c2b kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d6beeb5 tpm_transmit_cmd +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 0x6da64082 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x6daa764c cmf_read +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbb99fc dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x6dd5175a blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd80288 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x6dee932f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0x6e083b75 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0e5373 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6e161591 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x6e25d56a crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x6e30a4cb subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e4f4ed2 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e79f343 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8b1ac0 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x6e8c771c ccw_device_get_iid +EXPORT_SYMBOL_GPL vmlinux 0x6eac5ef4 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec7b94c gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6eee023f kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x6ef24bb1 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0b5a96 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x6f0f8dc0 gmap_unregister_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f140782 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x6f51a144 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6bd5f6 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x6f753847 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f81a9d3 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x6f93b9fa ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x6f94c32a sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6f9980dc ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x6f9e33a3 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6f9fd896 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x6fb96d6c crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x6fbcee0e synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x6fc52009 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +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 0x700d208b __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x70286565 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x702a567a d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x70445f43 gmap_disable +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7087c1eb cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x70be4a92 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x70be882d free_uid +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c628e6 gmap_register_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0x70c94da3 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x70f89d53 rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0x7101d356 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710d195f __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x713a4064 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x714c5718 kvm_s390_pv_cpu_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x7153a1c9 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7179c31c zpci_iomap_start +EXPORT_SYMBOL_GPL vmlinux 0x71838e27 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7191a4a3 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x719a09a7 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x719bbcf3 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71adccaf scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c18387 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x71d88e91 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x71ddb29c dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x71e2dbb2 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x71f69a66 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x721296c7 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x7212f45a cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x72221758 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x723265b7 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x7242d800 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x7259a120 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +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 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b4815c security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x72c69659 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x72c9ff00 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x72d83d45 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x73082d8b devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x7334483c s390_uv_destroy_pfns +EXPORT_SYMBOL_GPL vmlinux 0x73413741 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x737aebb2 gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0x738f73c4 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x738ffe61 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x73a51538 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x73acd916 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x73c93090 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73cdf2c0 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x73d28ce3 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x73e346bb fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x73f8f2b8 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x73fc751c driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74123708 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x741d5e72 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x7448b819 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x7459430b __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x74817ac6 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x74901998 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x74980443 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b741d5 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c4d263 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74fe3f1a __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7509425b gmap_fault +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75230828 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x752da378 arch_make_page_accessible +EXPORT_SYMBOL_GPL vmlinux 0x753fc661 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x7545b26e irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x7548c346 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x7554b896 zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x755addd5 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x7566d654 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x758c6d03 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x75a30d0c crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x75a6874c bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x75ad11cb __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x75b29695 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x75b77079 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x75d90e2e pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x75ddfbe7 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x75e20e13 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75edf7b3 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x75f48cda crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7604ab91 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x76057f07 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x761640f2 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x762183ac vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x76307a33 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x764cd3b1 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x764ffefa page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765642af trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x76632df6 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x76802972 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a43302 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x76b93f84 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0x76c92802 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x76d1735d regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76fb86d3 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x7705878c bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x771a25e7 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x7724477e kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7735cdd4 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x775c316e debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x7781c800 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a584fd _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x77c79229 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x77cff3b0 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x77e3a5a0 gpiod_direction_input +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 0x77f9eabd iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x77fe215f sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x7807f82e tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x78297856 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x782f481a crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x7853576f sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x78697876 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x78700668 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x7883563b fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788de76d cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x78972d37 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x789ad7b7 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78ac3790 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x78b20c0b blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x78c400ab raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x78d5236e genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x78fe9e75 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x7901369c tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x7912b0d7 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x79470fe9 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7952f3d8 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x79658d99 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x7969438b dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x7970bf13 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x798ce245 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x79925386 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x79bedae9 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x79d17278 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e64e3d pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x79ed0ad1 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x7a0555bf clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x7a0f6e7c vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7a38724a gmap_pmdp_idte_local +EXPORT_SYMBOL_GPL vmlinux 0x7a38eea4 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a5cd58f __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x7a69f019 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7a76000a tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8ea9ea pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x7a8f7622 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x7aa4b0b7 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x7aa56243 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7ab6549b fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x7abb79f8 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x7abe6751 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x7ac4a6e2 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acbb552 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad254ca mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x7ad30a82 smp_yield_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ad3ca4f device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0f6afe pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x7b13c204 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x7b524c91 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5f8cba blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7b7fda90 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7be224da blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x7be53c72 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x7c143e2b devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c1db707 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x7c1f24f7 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2bbc5b __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x7c2d392d trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x7c330d99 inet6_lookup_run_sk_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x7c9392da irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cbaf461 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x7cbaf4b9 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x7cc0afc4 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x7cc42618 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cdf44fb xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7ce8492e fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d0ae6b4 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d0fcc5f css_sched_sch_todo +EXPORT_SYMBOL_GPL vmlinux 0x7d3bc7fc lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x7d87e742 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d9bc803 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x7d9cedc9 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7dae17e3 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x7db57c98 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +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 0x7deeb734 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x7df3fa39 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7df7742c virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x7dfcf2fb debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x7e036788 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x7e0b95c9 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x7e25dc1d devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e58ff25 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x7e6219cb tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x7e6f4473 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7f59bc crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e9c3d8a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7e9c45f2 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecdc6ac regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ee56b6a devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x7eed7ca8 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x7efbf9e5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x7efd2546 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x7f291183 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x7f3b3462 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f52dd7b pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x7f665ace do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f9d5177 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x7fbfd6d9 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x7fc1eb22 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x7fd4ef36 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x7fe7f219 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x7ff9272c pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8019cea5 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x80222b9b iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x8037f041 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x806610b8 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x806a41c2 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80e981b6 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x80fb44b1 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x812ea476 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x81469a0f msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816af915 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81bef5e7 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x81c86f14 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x81d3b65c ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e5b802 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8201ac93 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x822adea3 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x8237e975 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x82623708 gmap_shadow +EXPORT_SYMBOL_GPL vmlinux 0x827118fd __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x8281cf9e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x8281f3fe dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x828661fa fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x829c66e2 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x82a481ec dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b28939 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82fb0204 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x8300fa47 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x830f0c5b __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x831457e1 device_move +EXPORT_SYMBOL_GPL vmlinux 0x83258279 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83857b16 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x838e47f2 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x839e6e46 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x83a1c5e1 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x83a291bd devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x83a50729 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x83aa84da ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x83acd82f pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x83b2bf8d device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x83c18fa5 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x83c9b49e mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x83de1bb2 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x83e00d0f bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x83e57f65 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x840efda2 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84189b94 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8426dccc pci_debug_msg_id +EXPORT_SYMBOL_GPL vmlinux 0x843651d7 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x844660ce device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x848944f0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x848ac867 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x84a104c8 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x84a62eda gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x84df7129 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851763b0 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x857f8945 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x858f9825 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x85978c0f pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x859b1eac regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x85a2d4c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85a9b83c __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x85aa20b8 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x85d7322f driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x85e388d2 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x85e58cc8 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x85e8592a lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x85ebd34f dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x85fb30fe tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862f2697 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +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 0x869681b1 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86a72bbd skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x86b0b6ba zpci_barrier +EXPORT_SYMBOL_GPL vmlinux 0x86b30366 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x86c5baf7 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x86dbc6db blk_clear_pm_only +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 0x870256da fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x8716479b s390_unlist_old_asce +EXPORT_SYMBOL_GPL vmlinux 0x8735ebf8 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x873b7aeb fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x875f6043 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x876b054f device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x8795c1db kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x87a413df raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x87b38504 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x87d8d2a0 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x87e6e49a securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x87f011f4 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x87fae9c9 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x881b793f dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8821588b vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x8821895e kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x885109cc gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88581404 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x885bcd5a vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x885bf2ae dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x88753d72 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x887b69d8 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x88a1ccfb vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x88a32d82 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x88a62bd4 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88c49d50 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x88dc3a08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x88dc6cdc vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x89016a6c nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x8904b807 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x891e64a0 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893f7b8b tpm2_flush_context +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 0x895fff5c __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x89619fc3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x897b5336 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x89865400 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x898df42c inet_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0x89992d4c __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c8f0ba fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x89ea5521 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x89ec5022 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x89f5e751 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x89fb400f kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x8a1bda95 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x8a296945 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8a59357b addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x8a615a20 __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8a61e37e scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a63bf7a gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a67b0c1 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x8a67e430 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x8a72f1ed crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8a73832c kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8a7822c3 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x8a801855 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a920710 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x8a93394f sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x8ab2f4a2 virtqueue_dma_unmap_single_attrs +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad23dca pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x8add6e0c crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x8aef3a66 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x8b030934 ccw_device_pnso +EXPORT_SYMBOL_GPL vmlinux 0x8b07b63f get_ccwdev_by_dev_id +EXPORT_SYMBOL_GPL vmlinux 0x8b243c3f irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b270756 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x8b50b628 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x8b55f5bf nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x8b588a20 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x8b6ccf84 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x8b7aa493 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x8b7c3f8c setup_bdev_super +EXPORT_SYMBOL_GPL vmlinux 0x8b90d277 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x8ba35ccc devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x8bad4ff4 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bd30ed8 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x8bded20f zpci_load +EXPORT_SYMBOL_GPL vmlinux 0x8bece0e1 chp_get_sch_opm +EXPORT_SYMBOL_GPL vmlinux 0x8c01b4a6 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c07e559 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c47afca idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c59a387 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x8c6b0486 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x8c766c43 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x8c90ad3a kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9a2c82 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cbc5eee platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8cbdc8be input_class +EXPORT_SYMBOL_GPL vmlinux 0x8cd333f3 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x8cd9fea9 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x8cf883fd bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x8d083cd2 cio_halt +EXPORT_SYMBOL_GPL vmlinux 0x8d1c2db0 bio_check_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3e5158 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x8d634f70 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x8d699457 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x8d7ba19f __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x8d956053 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x8da167a8 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x8db5729b hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x8dbb9e05 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x8e45d870 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8e4648d5 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e655299 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e77570f sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x8e79e15d nl_table +EXPORT_SYMBOL_GPL vmlinux 0x8e7a95fd ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e8a88cb fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8e9cc5d8 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x8eaaed6a vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x8eadb232 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x8eb34d0b kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x8ec11d01 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x8edb0ce6 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x8ee234ec synchronize_srcu +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 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f093f87 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0x8f2a1767 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x8f31a2ec irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8f3dcf54 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x8f437433 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f4fd0e6 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8f5a131c __traceiter_br_fdb_update +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 0x8fa32e1e dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fc57309 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x8fe25e93 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x9007f9cf ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x9007fc7e crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x901e44a5 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x9024fe79 inet_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904590ca clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x904df083 zpci_kvm_hook +EXPORT_SYMBOL_GPL vmlinux 0x90594370 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x9061b70f fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x9071ccfa gpiod_get_raw_array_value +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 0x90a0ab95 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90c21164 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x90d7148b s390_sha_final +EXPORT_SYMBOL_GPL vmlinux 0x90dc5c84 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x90dcfd53 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x90e4db65 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x91092063 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x9128ead2 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x912b765b pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x913df90b class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x917a0e33 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x91882983 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x918d84e8 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919a1ff5 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x91a8b63d device_attach +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91be6d3a ptep_notify +EXPORT_SYMBOL_GPL vmlinux 0x91dc011e strp_process +EXPORT_SYMBOL_GPL vmlinux 0x91defd19 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x91e699a9 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x91ea0553 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ef115d user_update +EXPORT_SYMBOL_GPL vmlinux 0x91f01ce2 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x922684e1 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x92275248 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926bf670 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x927aa021 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +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 0x92e076bf gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930d0a9d perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931f1657 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93237638 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x934f6d6a cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936c7caf perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x93785fda sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x93aa0deb vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x93b81bc4 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x93bad247 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9409b2a7 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x944e2b5d put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9472c5bd sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x948a4207 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949d3869 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x94a90ea8 kstrdup_and_replace +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95153b50 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9528f07a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x952b6fc4 crypto_grab_spawn +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 0x956e168c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95742da0 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x95793ea2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f16c8 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x9590aca6 __put_net +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 0x95ae9245 cio_clear +EXPORT_SYMBOL_GPL vmlinux 0x95bc06d6 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x95bc58b4 ccw_device_get_schid +EXPORT_SYMBOL_GPL vmlinux 0x96020697 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x964d14bc bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9681cf6d platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x96899c09 device_del +EXPORT_SYMBOL_GPL vmlinux 0x968cc265 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x968f2ab4 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x96910acc kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96996087 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x969f0355 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x969f51a3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96b39a15 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x96ba9116 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x96bd793d sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x96c2dffa sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x96f090a2 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97073790 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x972efbbd __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x973d9070 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x974172a3 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x97472c75 ccw_device_get_chpid +EXPORT_SYMBOL_GPL vmlinux 0x9752e686 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97734b8a tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x9780745a mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x97a5de85 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x97b4f14d platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x97bc3fe6 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x97c8e951 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x97d7ab31 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983df06b percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9873c8da device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x98798c13 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987c3a68 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9895eb78 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x98a4d2e6 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f22481 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x9902c095 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997bd325 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x99919cd2 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a67a59 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x99b5c48f kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x99cfb40c vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x99dcbf01 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x99dd730c page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99e734bb crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f4591c key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x99f68d59 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x99fe513f nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x9a002ea7 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a0432bc misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a04cc0a kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9a0fdf89 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1bc4ec iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9a34d187 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x9a4616aa dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x9a517e2e tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9a6249b8 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x9a8d1e0e debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x9aaadb36 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x9ac46030 cio_resume +EXPORT_SYMBOL_GPL vmlinux 0x9ad3de36 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x9ae7f0d4 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b0314c7 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b288aab dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b37fde2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x9b63afdf iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x9b6a8cd6 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b7248cd show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x9b88c932 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x9b890200 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x9b8d9522 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b9ce44d ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x9ba66684 failover_register +EXPORT_SYMBOL_GPL vmlinux 0x9bafc773 devm_kstrdup_const +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 0x9bf8bbe1 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c16b751 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x9c1a78ad dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x9c1dcbd5 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x9c1eb292 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x9c35f138 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x9c458786 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9c5f0716 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9ca3b650 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x9cd8d63c devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cf45e9d pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d32dbc5 gmap_get +EXPORT_SYMBOL_GPL vmlinux 0x9d3f53f8 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9d41e983 iomap_dirty_folio +EXPORT_SYMBOL_GPL vmlinux 0x9d43ffb6 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x9d754990 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x9d82a745 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8f10a9 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9d9f8c21 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x9d9faf51 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x9da507cb devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x9db4d9a7 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x9dcfdfad class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x9df4a2a8 idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x9df620c9 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x9e018752 pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x9e197f84 chsc_scud +EXPORT_SYMBOL_GPL vmlinux 0x9e1de37d __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e2a458d blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4cca5a inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x9e4ccfb0 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x9e55c433 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x9e6d1470 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x9e7eca99 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x9e9adaa8 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea99439 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9ec054d5 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x9ec75df2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x9ecff5b0 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed59715 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9ed62754 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f149e37 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x9f229e1e balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f2b8a85 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x9f2beb18 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x9f36d676 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x9f4d8243 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x9f54dc45 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f66fd1c blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x9f76bf6b virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x9f90c853 restore_online_page_callback +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 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fea50e6 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x9fed524f nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x9feddc69 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ff47a6f skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa004aa32 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0509b3e gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xa060cf41 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xa0757713 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0951b82 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa0aa7541 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xa0b19d8a device_rename +EXPORT_SYMBOL_GPL vmlinux 0xa0cd99c1 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa0d108f8 devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0da82af bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xa0ded3c0 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa0df191b irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xa111e665 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa117da03 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xa131b235 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa14c7494 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa1505f16 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xa1720149 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xa17c5665 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xa18bfe22 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xa1917268 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1c811e5 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa1d3b992 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xa1ef6eb9 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xa1f0ceaa ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa1f60014 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f3f75 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa211c34b unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xa214280e key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xa218a212 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xa21e3bb0 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xa2405daf crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa24c7258 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xa24dcfe0 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xa24f16d8 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2525386 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xa264b908 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xa26811ad net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xa26a7bad bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa26bed8e bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa281d145 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xa28875a3 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xa296f1fd raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xa2a5c367 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xa2a751a8 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c1cbf4 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa307c173 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xa32492f2 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xa34809c0 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa35bd7ac crypto_unregister_rng +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 0xa38d6883 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xa3a79ade skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xa3b0d5d6 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d5a931 zpci_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xa3e4cbfa serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa40c8e4f devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa439cdc0 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa45c2fad __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45de533 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa493e737 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4ae2934 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4dfdf22 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xa4ed3bf2 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4f95e13 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xa4fa3f1b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xa505bb12 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xa513e428 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xa532b7d5 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xa53f002d nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xa556a1c8 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa565d7fc gmap_mprotect_notify +EXPORT_SYMBOL_GPL vmlinux 0xa5745f0c gmap_mark_unmergeable +EXPORT_SYMBOL_GPL vmlinux 0xa578b3e6 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0xa5893653 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xa59589c1 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xa5a031b8 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xa5a1ce0f tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xa5a9e44b devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xa5abbecf __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xa5b97e90 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xa5c22a57 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xa5dffe1e inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60c4fbc key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa60c6ca6 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa63d9273 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa640d69d regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xa6643353 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xa6853b6b noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xa68ab76b sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa68bbe13 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xa68d96d7 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xa6a52bd1 encrypt_blob +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 0xa6cdfc51 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xa6dd39eb devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa70441f3 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa72bfc88 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa753a6dd scm_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa75c6158 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xa75fd3ab freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xa7810279 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xa783dd72 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa78be558 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7a06187 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7dc7bc3 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xa7f34c02 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xa7f9c21c hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xa7fa91df device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xa7ffe7f2 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xa80ef211 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa838b446 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8621a9f __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xa8641fcb driver_find +EXPORT_SYMBOL_GPL vmlinux 0xa8782207 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xa878e839 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8aaa608 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xa8af38b9 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa8b16668 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xa8e7532e ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xa902ad17 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa908944d component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa90a850d disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa92e2aa3 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa92eba56 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9353686 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xa93fc3dd skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xa95fd515 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa97bfa5d eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xa99044a0 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99c41b0 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9d0ab1f trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xa9d79e25 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xa9efdbd9 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xa9f25f9e debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xa9ff15b9 s390_enable_sie +EXPORT_SYMBOL_GPL vmlinux 0xaa2ddda7 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xaa3209c8 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xaa3d5050 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xaa61de11 irq_stat +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa748297 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xaa74c63f device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaa8c02b0 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaafa5482 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xab2685d0 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xab340556 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xab4b3eaf wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xab582fce uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xab5904d4 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xab74bb7e iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xab82eb7e msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xab95c869 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xab9c14a2 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xaba91ba0 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabbc46aa sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xabc234c5 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabde0062 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xac085bf8 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xac209c41 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xac5308b6 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xac5a789c trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xac6ed279 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xac7ab5fa synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xac836f66 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xac8c3f84 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xac92e876 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xaca2e4c5 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xacb305ce bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xacc9f2d8 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xacd2c1ce serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xad078fd3 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xad3dfa13 lgr_info_log +EXPORT_SYMBOL_GPL vmlinux 0xad423054 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4cae8c sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5767ca elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xad60e6ae security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad82ca49 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xad919b0d fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xad95c090 iommu_set_pgtable_quirks +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 0xadaaa3ae diag308 +EXPORT_SYMBOL_GPL vmlinux 0xadac3855 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xadaf36bb eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xadd6af47 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xaddf3dcb mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xadfb2f65 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae19f1a5 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xae25cc9d inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3b3eaa pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xae5f8e8d scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xae68077e phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xae68b12c fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a80c7 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xae72ebc6 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xae75d9c2 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xaebaabe2 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xaecac875 zpci_register_ioat +EXPORT_SYMBOL_GPL vmlinux 0xaece4027 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaf2a9e72 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4a4854 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xaf6498a2 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xaf6c42b0 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xaf710941 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xafbc9f43 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xafc7a41d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb003f423 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xb00ca12c scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xb01978b9 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb01f191f blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb0339bcc pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xb0343684 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb081dcf1 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c04dc7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xb0c9a396 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xb0e0dfaf gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xb0e510b0 kvm_arch_crypto_set_masks +EXPORT_SYMBOL_GPL vmlinux 0xb0e938c4 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xb0ecd3de receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11368e7 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb122c2bc misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xb12f0556 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xb1408734 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb14a5479 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xb15caba5 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xb15e40ce vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xb15f6afb kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1a40510 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb1aa467e __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xb1b1c93e atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1b2c048 iommu_detach_device_pasid +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 0xb20a11c1 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xb239b95f xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb26032ff irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb270edd8 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb2749e37 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xb284cc4f dm_put +EXPORT_SYMBOL_GPL vmlinux 0xb28d3ec5 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d046df gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2faee7c blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3105fb9 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb3135820 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb31c16c5 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb31ca8a4 gmap_make_secure +EXPORT_SYMBOL_GPL vmlinux 0xb33f8f05 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb34ef95d tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xb392a7d4 ccw_device_get_chp_desc +EXPORT_SYMBOL_GPL vmlinux 0xb3da3bd2 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xb3dc04e3 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xb3dffac6 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xb3ed69c9 gmap_map_segment +EXPORT_SYMBOL_GPL vmlinux 0xb403173e gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xb403f3ca udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xb40b5796 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb42546b0 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xb4339edb iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb446b0f4 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0xb447b286 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45cb63f iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xb46fbe0b klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb471a07c strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xb4747133 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4edb989 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4fdf758 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xb4ff51f6 mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xb5012d60 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5208ac3 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xb52cd7fd tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb566a966 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5b64906 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xb5c2fb60 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0xb5c5b5a8 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xb5dec4b3 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xb5f999a5 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5fd65c3 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb6088146 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62adce3 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xb637665b irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64ada8b skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xb64c20a5 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xb672245f net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xb67715b2 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67a847f fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xb6880595 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xb68f613d pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xb69deb11 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb69f3afe dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xb6b48321 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb6c317eb vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb6d54e00 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xb6d59b74 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xb6dfd1d7 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xb7147f62 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xb71b1b9d vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb71e18fc kvm_s390_gisc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb730ef83 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xb731da73 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xb7458792 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xb74a217f securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb761d059 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xb76694ce bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb79855a9 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb79cc2d5 xfrm_audit_state_notfound +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 0xb7cdb94c l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xb7fd09e7 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb810cf72 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xb81c9f1e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb825a528 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb8342c76 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb836535e mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb88fe70b __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8abaab0 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8b472bf serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8ce0d3b mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xb8cf4365 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xb8d99f92 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb8f99b09 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb8fe97d1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb9006c8c gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb91268ba ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xb91b6f03 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xb9228bca simple_rename_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xb92ceb37 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xb93a6a2e zpci_write_block +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9804cc0 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9a31ac1 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xb9bad816 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9ce704e regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e8c526 inet6_ehashfn +EXPORT_SYMBOL_GPL vmlinux 0xb9fd4a76 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xba0ccb1e rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xba314007 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xba46bfd1 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xba52bb4f __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xba645c64 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xba6b73f9 zpci_aif_sbv +EXPORT_SYMBOL_GPL vmlinux 0xba6b7ecd __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba7a0f0c pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xba7d5799 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xba80b396 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xba9b11a9 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xbaa4015b scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xbaa807c0 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xbac69dc0 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbadd2373 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb036340 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb243fef perf_event_enable +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 0xbb43f1dc ccw_device_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbb460291 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xbb5170c5 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xbb5b7893 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xbb5b982d ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xbb5ff8ac class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xbb625f82 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb65e00f vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7ae16f fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbb7b3f80 chp_ssd_get_mask +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb80670e iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xbb8a4bd8 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xbb972733 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xbb99a2d7 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xbbb10e98 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xbbc40a71 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0xbbd60166 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbede420 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xbc168ea4 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xbc1ca062 gmap_discard +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4637bd trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xbc4c4bcc trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xbc6217cc sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc81d06f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd4044f crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf4e8e9 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xbd09552b ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xbd1db69c fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd36bfee blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd48a124 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7bfc39 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbd980f85 gmap_create +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda9fb55 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbdac402d tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xbdb4b7d7 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xbdb90bd9 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbdc034af pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xbdc17411 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xbdcb821d pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xbdcfafa6 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdfae0ae fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xbe0d0838 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xbe0fd0d7 gmap_convert_to_secure +EXPORT_SYMBOL_GPL vmlinux 0xbe24b6a3 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xbe46f9c1 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xbe600639 gmap_shadow_pgt +EXPORT_SYMBOL_GPL vmlinux 0xbe63de1d decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe921e89 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea0a182 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea9f9b7 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xbeb4e54e __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xbec622cb __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xbecb8bf0 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xbedc5c46 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xbef77499 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0c5eb3 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbf28985a netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf415310 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xbf444085 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xbf8c05b0 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xbf8d620d pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbf91ca88 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xbfa41537 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xbfccbe69 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbfe49517 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe71031 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbfe9e65d devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xbfeaa35b kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xc0084d07 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xc045988c rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xc06ad9a8 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xc06e683a gpiochip_populate_parent_fwspec_twocell +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 0xc0b784c7 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c816 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xc0c2dad4 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xc0d8319c class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc132c453 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc13b74b2 genphy_c45_pma_baset1_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc172f196 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xc1849d1b gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xc1ad089a devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xc1b4a25e fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xc1b990aa sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc1ea385e fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xc1edf1ac freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc2190d1b devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc222cc71 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2397719 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc24022e1 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xc24eb14e metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc26898b2 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc2790251 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc27a5e64 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xc2932f53 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xc2978109 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b5623b fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xc2bdaec6 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2e9bfea sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xc2ee3eb3 device_create +EXPORT_SYMBOL_GPL vmlinux 0xc3050077 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc309d3b3 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc314d481 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xc33d0896 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc35c6eeb fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc3688761 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc372fea2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xc375fea9 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xc379167c transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc382674e xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xc3840c87 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc38a5974 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xc3926615 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xc3a30da9 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xc3ad54aa ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3ccbd4a regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xc3d37a77 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xc3d98813 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ede66b devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc414e680 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc41a0c51 chsc_ssqd +EXPORT_SYMBOL_GPL vmlinux 0xc41eeeb6 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc44aeca7 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc454d7c8 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc46a0e04 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc4708196 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc480eb84 appldata_diag +EXPORT_SYMBOL_GPL vmlinux 0xc4810203 nr_iowait +EXPORT_SYMBOL_GPL vmlinux 0xc48f7eb5 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xc4967896 get_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xc49d260a pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4aea1eb dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xc4af157f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc4c9c75a synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xc4ce8087 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xc4d54e6a irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xc4e24934 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xc4e7358b fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xc4e83667 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xc4ec03b9 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc521ab2e __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xc52a2649 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xc52d0b9d pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xc53ba24f atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc53cd7e4 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0xc553e21e nf_defrag_v6_hook +EXPORT_SYMBOL_GPL vmlinux 0xc56829cf crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xc56af136 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc5709c90 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5882872 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc59aebf3 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xc5a3495a sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xc5c32c5a crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc5c521dd fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xc5d429aa phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc5de3010 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xc5f521f2 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6251d6b gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc644230c crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xc6540d9d blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xc665f6d6 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6779770 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xc6888291 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xc697036c hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6b63bfe __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6b9953b fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xc6cf35ce __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xc6f28891 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xc6f33be6 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xc6f45cf1 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6f6d4c9 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6fa35b8 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0xc700ce6b devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc70860d8 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xc711f357 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xc715e427 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc71be22c umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xc723b5e3 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xc72ee570 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xc73e48e8 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc741b4fb tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xc755c93f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xc7646dbd mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xc76da9fd radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0xc77660ea __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xc78dce31 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc78dfefd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xc79fa581 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a3979b devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7ab47a9 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc7c5af77 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc7cead21 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7eaa081 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8003800 iommu_set_fault_handler +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 0xc8519d99 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xc85e7b60 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xc86adbf3 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc882fbd4 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc88eff73 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xc8ababfc securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8c272fa platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xc8c353d7 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f532a7 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xc8f8f25a __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92e0910 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xc92f382e bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc938d0ab __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xc9401b06 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xc94e6186 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9617f23 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xc9672ecf init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xc9731bb8 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc99ade12 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc9bb4e21 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xc9c23208 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xc9c77806 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xc9e441cd crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca363d0b balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca45e290 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xca541308 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xca63e69c ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xca73fd88 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xca77546c genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xca7b7d04 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca88ee0d set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xca8ef084 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xca9616f6 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9c712e cio_commit_config +EXPORT_SYMBOL_GPL vmlinux 0xcaa3e5c3 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xcab1807e gmap_shadow_valid +EXPORT_SYMBOL_GPL vmlinux 0xcad29180 pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xcae0992f netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xcaf49af9 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xcafda0db dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xcb05caf4 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xcb07aa99 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xcb0c111c devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb0e1f18 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xcb19d546 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb71fc70 iommu_get_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0xcba1c256 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xcba75714 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xcbd04c80 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xcbdfdb8a extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xcbe187a7 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbe5bc13 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xcc03ef05 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xcc12b9a8 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc29e05e irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc3f54e5 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xcc5eca25 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xcc5efd83 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xcc67ae04 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xcc77e1ab set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xcc840197 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xcc8f0633 cio_cancel +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc93c80a fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xcc9606ea tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xcc97a1f3 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xcc97a2d0 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xcca2bcda gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xcca611bd regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xccacac64 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xccb2fa56 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xcce9ec48 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd03564c iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd308b4e modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xcd30f791 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xcd32a5e5 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xcd47a802 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xcd499556 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xcd5a7bc5 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd937fd1 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xcd948ad3 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda6f2dc pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbe89be synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0xcdc1df94 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xcdc9cd3e percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd6c1dd tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xcde12144 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xce1b3908 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce412050 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xce66f698 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce716f33 class_register +EXPORT_SYMBOL_GPL vmlinux 0xce9fb113 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcea41753 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xced0284d proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xced2cf42 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xcee5b4e3 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xcf0afbfb copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xcf0dab1b kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf4c474f tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xcf555550 devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xcf606520 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xcf88e47f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xcf93c283 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xcfabdf98 split_page +EXPORT_SYMBOL_GPL vmlinux 0xcfaeadaf klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xd0040f50 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd011a9ec __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd014a167 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xd0172feb gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xd031b589 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd05969b6 pci_bus_max_busnr +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 0xd08688f3 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xd086d3ca phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xd0ae8cc7 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xd0b03312 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd0b7217f devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c14b75 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dfc128 mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xd0ec3ca6 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xd11ee24d device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xd12d2b7a gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd155c68a iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd188519d platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ad6d38 uv_pin_shared +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1dfc079 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xd1e19b2b pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd21578fa devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2182869 gmap_sync_dirty_log_pmd +EXPORT_SYMBOL_GPL vmlinux 0xd21a38f5 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xd21af6bd dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f0709 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd227320a mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd228049a devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xd228c7f2 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xd2594ed7 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26d7564 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2888da2 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xd2946f17 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29e7b35 dma_get_required_mask +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 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31e72dc cio_disable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0xd3243ae8 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xd324ec39 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd3271fa3 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xd3510540 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xd356ce50 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xd373944a device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xd378c15a debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xd383debd ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd3845985 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xd3853fed pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3c7268e kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3fc4741 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40cd763 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd440cc95 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd44601b2 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xd45885f9 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49559fc pci_debug_err_id +EXPORT_SYMBOL_GPL vmlinux 0xd49b2f33 device_for_each_child +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 0xd4c7432c crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ed351a register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xd4f29294 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd4f782b3 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xd52b42e2 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xd52f8f69 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd53f1efa fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd561c563 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xd56efe39 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd570bc95 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xd575cdce crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xd576f4ed nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xd578ea04 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd58781e1 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59b2e6c pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd59be576 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xd5ad9a22 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ae534f tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xd5b256da dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xd5c82f53 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xd5cbb58d vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd606f3c4 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xd639b374 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65402e7 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd657b36e devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xd658ae04 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6a06468 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xd6a5651a device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6ce6ef8 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xd6d89849 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xd6e21979 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd6ed1f06 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xd6f6d140 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72bd521 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xd72f1ab3 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7346b6b bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd74aed18 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd74c14ac blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xd769d388 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7776f46 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd78d9302 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd7940b05 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd79837e9 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7b3bea2 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xd7d6d373 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7515 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd7e2934c dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd7f67799 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd8004054 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xd802493c enable_cmf +EXPORT_SYMBOL_GPL vmlinux 0xd805df71 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xd810c007 ptep_test_and_clear_uc +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd829d538 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xd834033f trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd85032c1 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xd85c72c1 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0xd85f7bb2 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xd8671234 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xd89dfbc5 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xd8a085a0 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0xd8a2b0cb blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xd8c08959 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd8e51dd2 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd91f6cfb __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xd9216477 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd9589f70 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97dd041 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xd980c0ab tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xd986ab91 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xd9949af0 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd9af95b3 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b8cfda alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xd9cfaca2 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd9d42549 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xd9d6a351 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd9d6fb99 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3f3e8a isc_register +EXPORT_SYMBOL_GPL vmlinux 0xda66f161 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xda696c42 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xda76ba13 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xda7d5451 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xda89a97b devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xda9c4a38 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab8f455 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdadafe75 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xdb08576e handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xdb0af419 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb394540 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xdb3bb1bf kvm_arch_crypto_clear_masks +EXPORT_SYMBOL_GPL vmlinux 0xdb4f7203 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xdb81ba0a init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb93e8eb devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdbb9f73d regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xdbba8eb2 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xdbc3c210 blk_mq_quiesce_queue_nowait +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 0xdc048ab5 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xdc195558 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xdc1e811c debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xdc1faca1 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc69193b synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0xdc7779fa platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc87dc9a fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xdc8dcec2 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xdc9cdf1e devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca54d30 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xdcb164d7 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xdcd45de5 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xdce55aea fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xdcece980 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xdcf5491b dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xdcfcf149 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xdd050a02 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd129b46 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xdd132c6c fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xdd15c122 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xdd2da86f lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdd2fb511 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xdd305270 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xdd467c72 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xdd4dcc4c crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xdd5e91b6 cio_update_schib +EXPORT_SYMBOL_GPL vmlinux 0xdd5f05a5 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdd61c4db phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd69805d gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xdd717c70 put_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xdd7b13b2 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda3651e simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc97b82 HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0xdde34510 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xdde4867f metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xdde8bc5d firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xddf93c29 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde052e95 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde2a2111 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xde2b6a9d fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xde2c9beb kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde50a628 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xde581396 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xde5ba9e9 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde835976 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xde9693b1 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xded7e877 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xdf032aec ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xdf09b199 tty_prepare_flip_string +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 0xdf2ced54 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xdf5a8c60 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xdf626e64 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xdf81d244 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xdf9bc82b sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xdfbcf635 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xdfc146e8 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xdfe9b2e2 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe020648f debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe03934b1 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xe03de0c8 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0b574f3 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0c30396 register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xe0c4d8e3 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe0e3a209 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xe0f19c74 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe0f8cdd0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xe11ec0fb fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe128b901 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xe128ed18 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xe142a520 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe18365ab xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xe18ac92d sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe19271bd devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xe1930e45 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d6230f fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe1efd719 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xe2053147 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xe20987d9 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xe224754b is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe2284c5b regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe249c775 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe2726df7 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe2804637 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xe2840135 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xe284c2dc devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe2935576 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xe2ad0420 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b78192 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xe2bf3b67 appldata_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xe2c361fb fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe2c4137a serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xe2d9885c devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe2f64703 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xe2fd1c9c fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xe2feb3a8 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xe307205a bprintf +EXPORT_SYMBOL_GPL vmlinux 0xe3072323 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xe30f3169 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3176fae sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe31d93a3 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xe3292a95 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xe3513b21 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe352ea87 gmap_pmdp_csp +EXPORT_SYMBOL_GPL vmlinux 0xe3698508 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xe36a3e6e vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe380a49e bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe390ae97 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xe39abcef __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xe39f809c md_stop +EXPORT_SYMBOL_GPL vmlinux 0xe3a9d5c4 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3da44de __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e448cf iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xe3f2ef06 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe3fb210b mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xe40a0596 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40c81db __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xe430d7a2 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xe434286a lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xe451d2f3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xe45ef432 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xe4643b33 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe46f2ded crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xe475a7a1 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe487d0b9 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a6f692 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xe4a95266 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4ba1cdd regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe4c8bcea splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xe4e3a3a7 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f45d97 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe4f7d584 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xe54c71fb xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe56f5fcc platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xe57f823b skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe626e046 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6333c1f gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xe64dc1f4 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xe64e9002 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xe665cd52 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xe666ee5e fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xe67f85fe user_read +EXPORT_SYMBOL_GPL vmlinux 0xe6879d5c __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6d1c135 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe70a4c39 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xe70f25a3 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe711354b iommu_alloc_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe71ca790 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe72ce666 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe72e844b __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe756af00 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe75cd116 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77dfaa3 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe79f1c77 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xe7a6dc89 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xe7a7c791 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xe7b718df chsc_determine_channel_path_desc +EXPORT_SYMBOL_GPL vmlinux 0xe7d55fc2 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7db8519 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe7dd8c9c compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe7ecffa2 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xe7f89d83 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe7fa5442 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xe81610c5 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xe81a323f call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe82859ff init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xe8345a8f pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe83b96e6 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xe856b5e5 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xe858a04b fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xe86e7af4 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xe885807e genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe89206d3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xe89489eb of_css +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c58ca0 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0xe8c842fd __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xe8cb03f3 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe8e418dd sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xe8e7fec0 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xe8fd0f3a dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe927ac9f fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xe92e9526 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe93b8b48 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe974457d dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe991d8f7 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe9ada086 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xe9af1950 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xe9ee8f7a vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fb7f9e sysfs_remove_group +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 0xea12b217 bdev_mark_dead +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea50b6a1 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xea517b69 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xea574e7d switchdev_bridge_port_replay +EXPORT_SYMBOL_GPL vmlinux 0xea640632 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xea7b8c62 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xea81b4a7 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xea84ee5c pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xea8ec345 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xea920f7b md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xeadc20cc addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae332a4 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaf0d140 virtqueue_dma_sync_single_range_for_device +EXPORT_SYMBOL_GPL vmlinux 0xeb2f1e8d __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xeb317ee6 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xeb530ae0 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xeb5b9681 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0xeb946d6f __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xeb99c217 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xebb758e9 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xebc10b0b nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xebc9d846 devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0xebe1b0e6 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebe9b77a inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0xebec61a4 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xebf3f797 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xebfe42a7 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xec10b554 css_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec13c83c si_swapinfo +EXPORT_SYMBOL_GPL vmlinux 0xec156076 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xec1fe301 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xec2f222b sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xec514354 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xec6804b8 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xec6a0256 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xec728bfd net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xec762177 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xec8301bb regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xeca06c72 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xecaa20b8 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xecb80747 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xeccc4b0f dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xece73af0 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xecf2d65a pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xed08cabd __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xed0f3853 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xed12f9a2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xed242211 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xed2954b1 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0xed2d9bee xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xed48a163 __zpci_store_block +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed99590c root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed9b9715 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xeda118dd kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xedb2c56d elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xedc31544 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xede72880 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xeded4e05 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xedf55abb zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xee044462 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xee0d2273 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xee2ac3ce component_del +EXPORT_SYMBOL_GPL vmlinux 0xee2d3ff6 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xee2dd908 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee51848d iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xee5208e2 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xee528177 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6f40ec fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7962c6 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xee8556d8 s390_reset_cmma +EXPORT_SYMBOL_GPL vmlinux 0xee86c794 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xee8b232a device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xeea588db vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xeea834c0 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xeec75f86 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xeed596be gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xeed82efe blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xef13106c nr_threads +EXPORT_SYMBOL_GPL vmlinux 0xef46007a gmap_shadow_r3t +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +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 0xef8f1a0a pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xef90b28e skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xef9c8eef ipl_info +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa9adf5 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xefe98413 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xefeab602 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xeff0ed97 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0060c46 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xf019909a fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xf0201484 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xf0226436 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xf040f3ee skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xf0515b2a skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf080db15 xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xf08d49c5 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0b61f96 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xf0c21212 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xf0c70dfa unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xf0da0448 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xf0dbe6b8 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xf0feaf91 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf10eef9a fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf182dff8 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1935ab4 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf199d1dc pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xf1a2ab4b vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xf1a64886 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xf1a6c991 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xf1e643e3 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf1eb10a6 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xf201344d pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xf207e731 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xf218c283 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf239c387 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf23dc556 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xf25ec748 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2cf2d39 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xf2e06ebd dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xf2f459b6 device_add +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fce54c folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf328a9a3 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf360c6b7 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xf3633141 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3abd72a phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xf3b036c1 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xf3b5a89c kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xf3c0a9c1 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xf3ce3989 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xf3d94e1c crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xf3f417cd pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xf43092c9 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xf431fd05 get_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xf450f179 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46b62c8 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf479cdec generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xf481ecba iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xf49839d4 vtime_account_kernel +EXPORT_SYMBOL_GPL vmlinux 0xf49dc48c pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xf49e591c blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4e51e92 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xf4e60dce regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xf4ed648b unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf51e5adf devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf51fd520 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf520bf55 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf550d0cb ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xf56c173b __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xf56d8c2e pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xf5792c06 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xf585e308 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xf58753e0 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xf58d994d backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a39bd9 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a8632b device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf5c2904c tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xf5cf01df ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xf5e027be failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5ecbdd2 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xf5f240ee yield_to +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6495681 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xf64fb97d inet6_lookup_reuseport +EXPORT_SYMBOL_GPL vmlinux 0xf657be8f __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xf66ef172 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xf675f372 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf6813ce0 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xf687fdcf devres_get +EXPORT_SYMBOL_GPL vmlinux 0xf6aae0e4 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c296b2 crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xf6c67081 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d7c709 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xf6e62058 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf6f3b84f __s390_uv_destroy_range +EXPORT_SYMBOL_GPL vmlinux 0xf707d3d6 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf70c3f0d __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf70cfcf7 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xf721988c __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf7285c2c gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf73d3942 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74a528c device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf7678024 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7986b09 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bebcd2 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xf7c28951 ccw_device_siosl +EXPORT_SYMBOL_GPL vmlinux 0xf7d36ea1 ccw_device_get_chid +EXPORT_SYMBOL_GPL vmlinux 0xf8013bdc virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf80498a9 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0xf8164416 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xf81994a2 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf8269145 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83c80ce __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xf845c0b2 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xf855ccce __zpci_store +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8975571 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xf8a585cc bio_set_pages_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf8a9f243 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xf8b3f9cb fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xf8c3dc85 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xf8d91d63 cio_cancel_halt_clear +EXPORT_SYMBOL_GPL vmlinux 0xf8e224c5 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xf8f06d1d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf8f6e0af sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xf9265649 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf95c7904 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xf96ecc78 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf971e061 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xf976c4a8 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf980ef7d devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xf987d656 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xf9900e8b fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ecbf72 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xfa0b2414 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xfa13f45f iommu_free_global_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfa1a3349 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa2bf42b crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xfa31112b gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6a8ece tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xfa710f2b gmap_read_table +EXPORT_SYMBOL_GPL vmlinux 0xfa7d95c8 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xfa86d42c get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xfa94e238 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfacfbe30 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaef66a1 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xfafb1e78 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xfaff05ca linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb143faa udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xfb1f3023 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb463261 phylib_stubs +EXPORT_SYMBOL_GPL vmlinux 0xfb566675 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb7b39dc __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc3dcaf hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfbd0eec3 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfbd17280 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xfbe963fe pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xfbed00ab xfrm_state_mtu +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 0xfc0a0d1e pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xfc1d4b05 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfc369735 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xfc3c9c31 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xfc3fa1a3 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xfc68204a PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xfc915e83 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xfca1beca __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xfca5fe0a raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xfcac42c8 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfce0e03b fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xfce612fb devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa56d phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0xfd01ee39 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xfd0857ea netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd2a481e lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0xfd47e189 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xfd5f9909 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xfd6d7660 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xfd7444db anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd74852d dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xfd757cfc kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd78c1cf kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xfda756e4 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdb5e435 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfdb84d5d crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc1a339 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xfdf6f151 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xfdfefb5e __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xfe01e7e2 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe1fe290 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xfe462614 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5da9a7 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xfe619720 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfe82abf2 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xfe8a22f5 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xfe8ca59c blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe91310f blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb3b340 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xfece8102 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xfedf3403 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xfeead9d6 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xfeebd5b8 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfefa2adb input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff200a0b kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xff2d565c drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff33875e fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xff3714ee crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xff37fb85 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xff403774 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xff49548e pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xff5c3e11 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff684bf6 sfp_parse_support +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 0xff880e25 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xff8b0b7b devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xff8cbf4b rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xff8d28fb mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xff8d7296 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xff9b06fc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaf7f95 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xffca8240 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xffdb4289 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xfff3a7fb perf_event_refresh +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 +IOMMUFD_INTERNAL EXPORT_SYMBOL_GPL 0x5a0ada41 iommu_group_replace_domain vmlinux +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x751e72b1 cs42l43_dev_remove drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0x8b01dccc cs42l43_volatile_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xa51a3900 cs42l43_precious_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xc314c8a9 cs42l43_reg_default drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xe05b9e15 cs42l43_readable_register drivers/mfd/cs42l43 +MFD_CS42L43 EXPORT_SYMBOL_GPL 0xed5d7dea cs42l43_dev_probe drivers/mfd/cs42l43 +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x22bfa09e nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5960a2ea nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6a564634 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb1ef251d nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xbc47a00a nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc7290255 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe4a95cec nvme_command_effects drivers/nvme/host/nvme-core +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x46ed53c1 firmware_request_builtin vmlinux --- linux-gcp-6.6.0.orig/debian.master/abi/s390x/generic.compiler +++ linux-gcp-6.6.0/debian.master/abi/s390x/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-6ubuntu1) 13.2.0 --- linux-gcp-6.6.0.orig/debian.master/abi/s390x/generic.modules +++ linux-gcp-6.6.0/debian.master/abi/s390x/generic.modules @@ -0,0 +1,963 @@ +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 +cs42l43 +cs42l43-i2c +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-ds4520 +gpio-generic +gpio-idio-16 +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-regmap +gpio-sim +grace +gre +gtp +hangcheck-timer +hfcpci +hmcdrv +i2c-algo-bit +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 +loongson +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 +marvell-88q2xxx +marvell10g +md-cluster +md4 +mdev +mdio-i2c +mdio-mscc-miim +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_ucs2_utils +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 +ptp_mock +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 +regmap-mmio +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_cex4 +zfcp +zfs +zonefs +zram +zstd --- linux-gcp-6.6.0.orig/debian.master/abi/s390x/generic.modules.builtin +++ linux-gcp-6.6.0/debian.master/abi/s390x/generic.modules.builtin @@ -0,0 +1,154 @@ +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 +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-gcp-6.6.0.orig/debian.master/abi/s390x/generic.retpoline +++ linux-gcp-6.6.0/debian.master/abi/s390x/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-gcp-6.6.0.orig/debian.master/abi/version +++ linux-gcp-6.6.0/debian.master/abi/version @@ -0,0 +1 @@ +6.6.0-13.13 --- linux-gcp-6.6.0.orig/debian.master/changelog +++ linux-gcp-6.6.0/debian.master/changelog @@ -0,0 +1,21475 @@ +linux (6.6.0-14.14) noble; urgency=medium + + * noble/linux: 6.6.0-14.14 -proposed tracker (LP: #2045243) + + * Noble update: v6.6.3 upstream stable release (LP: #2045244) + - 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) + - wifi: mt76: fix clang-specific fortify warnings + - 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/amdgpu: update retry times for psp vmbx wait + - 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 + - soc: qcom: pmic: Fix resource leaks in a device_for_each_child_node() loop + - arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support + - 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 + - ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card + - ASoC: cs35l56: Use PCI SSID as the firmware UID + - 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 + - gfs2: Fix slab-use-after-free in gfs2_qd_dealloc + - 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 + - riscv: split cache ops out of dma-noncoherent.c + - 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 + - bpf: fix control-flow graph checking in privileged mode + - 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() + - net: ti: icssg-prueth: Add missing icss_iep_put to error path + - net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_region + - 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 + - Revert "net/mlx5: DR, Supporting inline WQE when possible" + - net/mlx5: Free used cpus mask when an IRQ is released + - 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/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload + - 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 + - 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 + - spi: Fix null dereference on suspend + - 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 + - x86/shstk: Delay signal entry SSP write until after user accesses + - 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 + - acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + - 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/core.c: avoid unintentional filtering out of schemes + - 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 + - pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable + - 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 + - pmdomain: amlogic: Fix mask for the second NNA mem PD domain + - 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 + - pmdomain: imx: Make imx pgc power domain also set the fwnode + - 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 + - integrity: powerpc: Do not select CA_MACHINE_KEYRING + - 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: qcom-ep: Add dedicated callback for writing to DBI2 registers + - 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 + - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + - 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: remove catchall element in GC sync path + - 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: Refactor feature check to use resource and feature name + - selftests/resctrl: Fix feature checks + - 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 + - scripts/gdb/vmalloc: disable on no-MMU + - fs: use nth_page() in place of direct struct page manipulation + - mips: use nth_page() in place of direct struct page manipulation + - 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/mm: add missing arch_set_page_dat() call to gmap allocations + - s390/cmma: fix detection of DAT pages + - mm/cma: use nth_page() in place of direct struct page manipulation + - mm/hugetlb: 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 + - Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables + - Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE + - drm/amd/display: enable dsc_clk even if dsc_pg disabled + - torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter + - rcutorture: Fix stuttering races and other issues + - selftests/resctrl: Remove bw_report and bm_type from main() + - selftests/resctrl: Simplify span lifetime + - selftests/resctrl: Make benchmark command const and build it with pointers + - selftests/resctrl: Extend signal handler coverage to unmount on receiving + signal + - 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 + - parisc: fix mmap_base calculation when stack grows upwards + - xhci: Enable RPM on controllers that support low-power states + - 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 + - smb: client: fix mount when dns_resolver key is not available + - 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: do not pass cifs_sb when trying to add channels + - 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 + - tracing: fprobe-event: Fix to check tracepoint event and return + - swiotlb: do not free decrypted pages if dynamic + - swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC + - 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 + - r8169: fix network lost after resume on DASH systems + - r8169: add handling DASH when DASH is disabled + - 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 + - Revert "HID: logitech-dj: Add support for a new lightspeed receiver + iteration" + - Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E" + - ext4: fix race between writepages and remount + - ext4: no need to generate from free list in mballoc + - 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 + - x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block + - drm/amd/display: Add Null check for DPP resource + - 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/amd/pm: Fix error of MACO flag setting code + - 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: Clear dpcd_sink_ext_caps if not set + - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox + - Linux 6.6.3 + + -- Paolo Pisati Thu, 30 Nov 2023 09:57:53 +0100 + +linux (6.6.0-13.13) noble; urgency=medium + + * noble/linux: 6.6.0-13.13 -proposed tracker (LP: #2044107) + + * Noble update: v6.6.2 upstream stable release (LP: #2044126) + - 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 + - cgroup/cpuset: Fix load balance state in update_partition_sd_lb() + - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + - x86/boot: Fix incorrect startup_gdt_descr.size + - 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, 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() + - ice: fix pin assignment for E810-T without SMA control + - 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: 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: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vif + - wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driver + - wifi: mt76: mt7921: fix the wrong rate selected in fw for the chanctx driver + - 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 + - libbpf: Fix syscall access arguments on riscv + - selftests/bpf: Define SYS_PREFIX for riscv + - selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv + - r8152: break the loop when the budget is exhausted + - 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 + - virtio-net: fix mismatch of getting tx-frames + - virtio-net: consistently save parameters for per-queue + - virtio-net: fix per queue coalescing parameter setting + - virtio-net: fix the vq coalescing setting for vq resize + - 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() + - net: skb_find_text: Ignore patterns extending past 'to' + - selftests/bpf: Make linked_list failure test more robust + - 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: 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 + - gpio: sim: initialize a managed pointer when declaring it + - regulator: mt6358: Fail probe on unknown chip ID + - clk: imx: Select MXC_CLK for CLK_IMX8QXP + - clk: imx: imx8: Fix an error handling path in + clk_imx_acm_attach_pm_domains() + - clk: imx: imx8: Fix an error handling path if + devm_clk_hw_register_mux_parent_data_table() fails + - clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe() + - 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: ipq5018: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - 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: (pmbus/mp2975) Move PGOOD fix + - 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: 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/loongson: Fix error handling in lsdc_pixel_pll_setup() + - 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/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls + - 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/ssd130x: Fix screen clearing + - 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: 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: 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/msm/adreno: Fix SM6375 GPU ID + - drm/msm/a6xx: Fix unknown speedbin case + - 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: Make struct privcmd_irqfd's layout architecture independent + - xen: irqfd: Use _IOW instead of the internal _IOC() macro + - 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: qrb2210-rb1: Fix regulators + - arm64: dts: qcom: sdm670: Fix pdc mapping + - 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: qcom: sdx75-idp: align RPMh regulator nodes with bindings + - 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() + - kunit: Fix the wrong kfree of copy for kunit_filter_suites() + - kunit: Fix possible memory leak in kunit_filter_suites() + - kunit: test: Fix the possible memory leak in executor_test + - ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines + - firmware: ti_sci: Mark driver as non removable + - arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file + - arm64: dts: ti: verdin-am62: disable MIPI DSI bridge + - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + - arm64: dts: ti: Fix HDMI Audio overlay in Makefile + - 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: Handle mdsync_up reg write errors + - ASoC: cs35l41: Initialize completion object before requesting IRQ + - ASoC: cs35l41: Fix broken shared boost activation + - 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: ccp - Get a free page to use while fetching initial nonce + - crypto: ccp - Fix ioctl unit tests + - crypto: ccp - Fix DBC sample application error handling + - crypto: ccp - Fix sample application signature passing + - crypto: ccp - Fix some unfused tests + - 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: add missing initialization of call_notify_error in update_super_work() + - 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: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + - fs: dlm: Fix the size of a buffer in dlm_create_debug_file() + - dlm: fix creating multiple node structures + - dlm: fix remove member after close call + - dlm: be sure we reset all nodes at forced shutdown + - 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 + - RDMA/hns: Fix unnecessary port_num transition in HW stats allocation + - RDMA/hns: Fix init failure of RoCE VF and HIP08 + - ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran. + - ASoC: intel: sof_sdw: Stop processing CODECs when enough are found + - 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: 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 - consolidate services structure + - crypto: qat - enable dc chaining service + - crypto: qat - refactor fw config related functions + - crypto: qat - use masks for AE groups + - crypto: qat - fix ring to service map for QAT GEN4 + - 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: 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. + - pinctrl: baytrail: fix debounce disable case + - 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: 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 vendor events arm64: Fix for AmpereOne metrics + - 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() + - debugfs: Fix __rcu type comparison warning + - 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: 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: Set ACV enable_mask + - interconnect: qcom: sdm845: Set ACV enable_mask + - interconnect: qcom: sm6350: Set ACV enable_mask + - interconnect: qcom: sm8150: Set ACV enable_mask + - interconnect: qcom: sm8250: Set ACV enable_mask + - interconnect: qcom: sm8350: Set ACV enable_mask + - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() + - 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 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 + - powerpc/vmcore: Add MMU information to vmcoreinfo + - 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: 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: ov13b10: Fix some error checking in probe + - 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: i2c: imx219: Convert to CCI register access helpers + - media: i2c: imx219: Replace register addresses with macros + - media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array + - 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: mediatek: vcodec: Handle invalid encoder vsi + - media: imx-jpeg: notify source chagne event when the first picture parsed + - media: mediatek: vcodec: using encoder device to alloc/free encoder memory + - 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: marvell_gti_wdt: Fix error code in probe() + - 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. + - net: r8169: Disable multicast filter for RTL8168H and RTL8107E + - 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 + - ice: Fix SRIOV LAG disable on non-compliant aggregate + - ice: lag: in RCU, use atomic allocation + - ice: Fix VF-VF filter rules in switchdev mode + - ice: Fix VF-VF direction matching in drop rule in switchdev + - 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 + - virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() + - 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 + - net: ti: icss-iep: fix setting counter value + - drivers: perf: Do not broadcast to other cpus when starting a counter + - module/decompress: use kvmalloc() consistently + - fs: dlm: Simplify buffer size computation in dlm_create_debug_file() + - drm/vc4: tests: Fix UAF in the mock helpers + - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + - ASoC: rt712-sdca: fix speaker route missing issue + - 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 + - ALSA: hda/realtek: Add support dual speaker for Dell + - fbdev: fsl-diu-fb: mark wr_reg_wa() static + - tracing/kprobes: Fix the order of argument descriptions + - eventfs: Check for NULL ef in eventfs_set_attr() + - selftests: mptcp: run userspace pm tests slower + - 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" + - Revert "mmc: core: Capture correct oemid-bits for eMMC cards" + - btrfs: use u64 for buffer sizes in the tree search ioctls + - btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() + - Linux 6.6.2 + + * Noble update: v6.6.1 upstream stable release (LP: #2044125) + - drm/amd/display: Don't use fsleep for PSR exit waits + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + - perf evlist: Avoid frequency mode for the dummy event + - tracing: Have trace_event_file have ref counters + - eventfs: Remove "is_freed" union with rcu head + - eventfs: Save ownership and mode + - eventfs: Delete eventfs_inode when the last dentry is freed + - eventfs: Use simple_recursive_removal() to clean up dentries + - 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.6.1 + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.11.21) + - [Packaging] update variants + + * 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 + + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + + * [Mediatek] mt8195-demo: enable CONFIG_MTK_IOMMU as module for multimedia and + PCIE peripherals (LP: #2036587) + - [Config] Enable CONFIG_MTK_IOMMU on arm64 + + * 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 + + * 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; systemd regression with wait-online (LP: #2036968) + - [Config] Enable virtio-net as built-in to avoid race + + * Make backlight module auto detect dell_uart_backlight (LP: #2008882) + - SAUCE: ACPI: video: Dell AIO UART backlight detection + + * Enable ASPM for NVMe behind VMD (LP: #2034504) + - 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 + + * Missing BT IDs for support for Intel Discrete Misty Peak2/BE202 + (LP: #2033455) + - SAUCE: Bluetooth: btusb: Add support for Intel Misty Peak - 8087:0038 + + * 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 + + * Miscellaneous Ubuntu changes + - [Packaging] move linux-unstable to linux + - [Config] no change: reorder annotations + + * Miscellaneous upstream changes + - 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" + + -- Paolo Pisati Tue, 21 Nov 2023 14:31:31 +0100 + +linux (6.6.0-12.12) noble; urgency=medium + + * noble/linux-unstable: 6.6.0-12.12 -proposed tracker (LP: #2043664) + + * Miscellaneous Ubuntu changes + - [Packaging] temporarily disable zfs dkms + + -- Paolo Pisati Thu, 16 Nov 2023 10:20:26 +0100 + +linux-unstable (6.6.0-11.11) noble; urgency=medium + + * noble/linux-unstable: 6.6.0-11.11 -proposed tracker (LP: #2043480) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/d2023.11.14) + + * Miscellaneous Ubuntu changes + - [Packaging] move to Noble + - [Config] toolchain version update + + -- Paolo Pisati Wed, 15 Nov 2023 14:50:40 +0100 + +linux-unstable (6.6.0-10.10) noble; urgency=medium + + * mantic/linux-unstable: 6.6.0-10.10 -proposed tracker (LP: #2043088) + + * Bump arm64's CONFIG_NR_CPUS to 512 (LP: #2042897) + - [Config] Bump CONFIG_NR_CPUS to 512 for arm64 + + * Miscellaneous Ubuntu changes + - [Config] Include a note for the NR_CPUS setting on riscv64 + - SAUCE: apparmor4.0.0 [83/83]: Fix inode_init for changed prototype + + -- Paolo Pisati Thu, 09 Nov 2023 12:05:11 +0200 + +linux-unstable (6.6.0-9.9) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-9.9 -proposed tracker (LP: #2041852) + + * Switch IMA default hash to sha256 (LP: #2041735) + - [Config] Switch IMA_DEFAULT_HASH from sha1 to sha256 + + * apparmor restricts read access of user namespace mediation sysctls to root + (LP: #2040194) + - SAUCE: apparmor4.0.0 [82/82]: 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: apparmor4.0.0 [81/82]: apparmor: fix request field from a prompt + reply that denies all access + + * apparmor notification files verification (LP: #2040250) + - SAUCE: apparmor4.0.0 [80/82]: apparmor: fix notification header size + + * apparmor oops when racing to retrieve a notification (LP: #2040245) + - SAUCE: apparmor4.0.0 [79/82]: apparmor: fix oops when racing to retrieve + notification + + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor4.0.0 [78/82]: apparmor: Make + apparmor_restrict_unprivileged_unconfined opt-in + + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor4.0.0 [01/82]: add/use fns to print hash string hex value + - SAUCE: apparmor4.0.0 [02/82]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor4.0.0 [03/82]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor4.0.0 [04/82]: add user namespace creation mediation + - SAUCE: apparmor4.0.0 [05/82]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor4.0.0 [06/82]: af_unix mediation + - SAUCE: apparmor4.0.0 [07/82]: Add fine grained mediation of posix mqueues + - SAUCE: apparmor4.0.0 [08/82]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor4.0.0 [09/82]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor4.0.0 [10/82]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor4.0.0 [11/82]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor4.0.0 [12/82]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor4.0.0 [13/82]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor4.0.0 [14/82]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor4.0.0 [15/82]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor4.0.0 [16/82]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor4.0.0 [17/82]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor4.0.0 [18/82]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor4.0.0 [19/82]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor4.0.0 [20/82]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor4.0.0 [21/82]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [22/82]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor4.0.0 [23/82]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor4.0.0 [24/82]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor4.0.0 [25/82]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor4.0.0 [26/82]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor4.0.0 [28/82]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor4.0.0 [29/82]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [30/82]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor4.0.0 [31/82]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor4.0.0 [32/82]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor4.0.0 [33/82]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor4.0.0 [34/82]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor4.0.0 [35/82]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor4.0.0 [36/82]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor4.0.0 [37/82]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor4.0.0 [38/82]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor4.0.0 [39/82]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor4.0.0 [40/82]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor4.0.0 [41/82]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor4.0.0 [42/82]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor4.0.0 [43/82]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor4.0.0 [44/82]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor4.0.0 [45/82]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor4.0.0 [46/82]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor4.0.0 [47/82]: setup slab cache for audit data + - SAUCE: apparmor4.0.0 [48/82]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor4.0.0 [49/82]: pass cred through to audit info. + - SAUCE: apparmor4.0.0 [50/82]: Improve debug print infrastructure + - SAUCE: apparmor4.0.0 [51/82]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor4.0.0 [52/82]: enable userspace upcall for mediation + - SAUCE: apparmor4.0.0 [53/82]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor4.0.0 [54/82]: advertise availability of exended perms + - SAUCE: apparmor4.0.0 [56/82]: cleanup: provide separate audit messages for + file and policy checks + - SAUCE: apparmor4.0.0 [57/82]: prompt - lock down prompt interface + - SAUCE: apparmor4.0.0 [58/82]: prompt - ref count pdb + - SAUCE: apparmor4.0.0 [59/82]: prompt - allow controlling of caching of a + prompt response + - SAUCE: apparmor4.0.0 [60/82]: prompt - add refcount to audit_node in prep or + reuse and delete + - SAUCE: apparmor4.0.0 [61/82]: prompt - refactor to moving caching to + uresponse + - SAUCE: apparmor4.0.0 [62/82]: prompt - Improve debug statements + - SAUCE: apparmor4.0.0 [63/82]: prompt - fix caching + - SAUCE: apparmor4.0.0 [64/82]: prompt - rework build to use append fn, to + simplify adding strings + - SAUCE: apparmor4.0.0 [65/82]: prompt - refcount notifications + - SAUCE: apparmor4.0.0 [66/82]: prompt - add the ability to reply with a + profile name + - SAUCE: apparmor4.0.0 [67/82]: prompt - fix notification cache when updating + - SAUCE: apparmor4.0.0 [68/82]: prompt - add tailglob on name for cache + support + - SAUCE: apparmor4.0.0 [69/82]: prompt - allow profiles to set prompts as + interruptible + - SAUCE: apparmor4.0.0 [74/82]: advertise disconnected.path is available + - SAUCE: apparmor4.0.0 [75/82]: fix invalid reference on profile->disconnected + - SAUCE: apparmor4.0.0 [76/82]: add io_uring mediation + - SAUCE: apparmor4.0.0 [77/82]: 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/82]: prompt - add support for advanced filtering of + notifications + - SAUCE: apparmor4.0.0 [71/82]: userns - add the ability to reference a global + variable for a feature value + - SAUCE: apparmor4.0.0 [72/82]: userns - make it so special unconfined + profiles can mediate user namespaces + - SAUCE: apparmor4.0.0 [73/82]: 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/82]: 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/82]: Stacking v38: Fix prctl() syscall with + apparmor=0 + + * Miscellaneous Ubuntu changes + - [Config] SECURITY_APPARMOR_RESTRICT_USERNS=y + + -- Paolo Pisati Fri, 03 Nov 2023 11:59:12 +0100 + +linux-unstable (6.6.0-8.8) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-8.8 -proposed tracker (LP: #2040243) + + * Miscellaneous Ubuntu changes + - abi: gc reference to phy-rtk-usb2/phy-rtk-usb3 + + -- Paolo Pisati Tue, 24 Oct 2023 10:55:34 +0200 + +linux-unstable (6.6.0-7.7) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-7.7 -proposed tracker (LP: #2040147) + + * 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 + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following v6.6-rc7 rebase + + -- Paolo Pisati Mon, 23 Oct 2023 11:51:14 +0200 + +linux-unstable (6.6.0-6.6) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-6.6 -proposed tracker (LP: #2039780) + + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc6 + - [Config] updateconfigs following v6.6-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v6.6-rc6 + + -- Paolo Pisati Thu, 19 Oct 2023 12:09:16 +0200 + +linux-unstable (6.6.0-5.5) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-5.5 -proposed tracker (LP: #2038899) + + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc5 + - [Config] updateconfigs following v6.6-rc5 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v6.6-rc5 + + -- Paolo Pisati Tue, 10 Oct 2023 11:18:41 +0200 + +linux-unstable (6.6.0-4.4) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-4.4 -proposed tracker (LP: #2038423) + + * Miscellaneous Ubuntu changes + - rebase on v6.6-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v6.6-rc4 + + -- Paolo Pisati Wed, 04 Oct 2023 11:16:25 +0200 + +linux-unstable (6.6.0-3.3) mantic; urgency=medium + + * mantic/linux-unstable: 6.6.0-3.3 -proposed tracker (LP: #2037622) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following v6.6-rc3 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: enforce rust availability only on x86_64" + - arm64: rust: Enable Rust support for AArch64 + - arm64: rust: Enable PAC support for Rust. + - arm64: Restrict Rust support to little endian only. + + -- Paolo Pisati Thu, 28 Sep 2023 10:45:38 +0200 + +linux-unstable (6.6.0-2.2) mantic; urgency=medium + + * Miscellaneous upstream changes + - UBUBNTU: [Config] build all COMEDI drivers as modules + + -- Paolo Pisati Mon, 18 Sep 2023 14:42:56 +0200 + +linux-unstable (6.6.0-1.1) mantic; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] move linux to linux-unstable + - [Packaging] rebase on v6.6-rc1 + - [Config] updateconfigs following v6.6-rc1 rebase + - [packaging] skip ABI, modules and retpoline checks + - update dropped.txt + - [Config] SHIFT_FS FTBFS with Linux 6.6, disable it + - [Config] DELL_UART_BACKLIGHT FTBFS with Linux 6.6, disable it + - [Packaging] debian/dkms-versions: temporarily disable dkms + - [Packaging] temporarily disable signing for s390x + + [ Upstream Kernel Changes ] + + * Rebase to v6.6-rc1 + + -- Paolo Pisati Fri, 15 Sep 2023 14:42:18 +0200 + +linux-unstable (6.6.0-0.0) mantic; urgency=medium + + * Empty entry + + -- Paolo Pisati Thu, 14 Sep 2023 15:03:19 +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) + + +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_